l2tpns.git
18 years agologging tweak release_2_0_22
bodea [Wed, 1 Jun 2005 01:10:15 +0000 (01:10 +0000)]
logging tweak

18 years agolog regular cleanup actions at 3
bodea [Tue, 31 May 2005 12:09:33 +0000 (12:09 +0000)]
log regular cleanup actions at 3

18 years agospread regular_processing even further
bodea [Tue, 31 May 2005 11:39:36 +0000 (11:39 +0000)]
spread regular_processing even further

18 years agooops, last_clean should have been static
bodea [Mon, 30 May 2005 07:03:01 +0000 (07:03 +0000)]
oops, last_clean should have been static

18 years agomore changes to regular_cleanups(), process a slice of each of the tunnel,
bodea [Mon, 30 May 2005 06:35:19 +0000 (06:35 +0000)]
more changes to regular_cleanups(), process a slice of each of the tunnel,
radius and session tables every tenth of a second

18 years ago- Show session open time in "show session"/"show user" detailed output.
bodea [Mon, 30 May 2005 02:55:40 +0000 (02:55 +0000)]
- Show session open time in "show session"/"show user" detailed output.
- Have slaves with BGP configured drop BGP on receipt of a shutdown
  signal, but hang about for an additional 5s to process any remaining
  traffic.
- Replace MAX_ACTIONS with a "cleanup_limit" config option, drop the
  default for "cleanup_interval" to 2s (so as to process tunnel/RADIUS
  retries more promptly).

18 years agoNew config option: cluster_master_min_adv which determines the release_2_0_21
bodea [Mon, 23 May 2005 13:48:29 +0000 (13:48 +0000)]
New config option:  cluster_master_min_adv which determines the
minimum number of up to date slaves required before the master will
drop routes.

18 years agoAdd a new type, C_MASTER which is issued by a slave upon receiving a
bodea [Mon, 23 May 2005 12:48:17 +0000 (12:48 +0000)]
Add a new type, C_MASTER which is issued by a slave upon receiving a
LASTSEEN message from another slave.  Indicates the current master address.

18 years agopeer_send_ping is not called outside of cluster.c
bodea [Sun, 22 May 2005 12:02:41 +0000 (12:02 +0000)]
peer_send_ping is not called outside of cluster.c

18 years agoAny ping from what we think is the master should force an election.
bodea [Sun, 22 May 2005 04:15:32 +0000 (04:15 +0000)]
Any ping from what we think is the master should force an election.

18 years agomulticast disaster mitigation
bodea [Sat, 21 May 2005 13:05:36 +0000 (13:05 +0000)]
multicast disaster mitigation

19 years agosupress warning release_2_0_20
bodea [Mon, 16 May 2005 05:56:50 +0000 (05:56 +0000)]
supress warning

19 years agooff by one
bodea [Mon, 16 May 2005 05:50:32 +0000 (05:50 +0000)]
off by one

19 years agorelease 2.0.20
bodea [Mon, 16 May 2005 05:01:51 +0000 (05:01 +0000)]
release 2.0.20

19 years agoadd "throttle=N"
bodea [Mon, 16 May 2005 05:00:50 +0000 (05:00 +0000)]
add "throttle=N"

19 years agofix RADIUS indexing (should have 16K entries with 64 sockets)
bodea [Mon, 16 May 2005 04:51:42 +0000 (04:51 +0000)]
fix RADIUS indexing (should have 16K entries with 64 sockets)

19 years ago- fix leak in session freelist when initial RADIUS session allocation fails release_2_0_19
bodea [Sat, 7 May 2005 03:51:18 +0000 (03:51 +0000)]
- fix leak in session freelist when initial RADIUS session allocation fails
- check that radiusnew succeeded before using r

19 years agomissing newline on log message
bodea [Fri, 6 May 2005 06:35:18 +0000 (06:35 +0000)]
missing newline on log message

19 years agoAdd a Cisco-Avpair with intercept details to RADIUS Start/Stop records release_2_0_18
bodea [Tue, 3 May 2005 05:10:51 +0000 (05:10 +0000)]
Add a Cisco-Avpair with intercept details to RADIUS Start/Stop records

19 years agoUpdate .last_packet in cluster_handle_bytes only when there have release_2_0_17
bodea [Mon, 2 May 2005 09:03:26 +0000 (09:03 +0000)]
Update .last_packet in cluster_handle_bytes only when there have
been bytes received from the modem (dead sessions were having the
idle timeout reset by stray packets).

19 years agoreset .die on master takeover
bodea [Fri, 1 Apr 2005 08:54:12 +0000 (08:54 +0000)]
reset .die on master takeover

19 years agoonly send RADIUS stop in sessionshutdown if there's an ip address
bodea [Fri, 1 Apr 2005 06:37:19 +0000 (06:37 +0000)]
only send RADIUS stop in sessionshutdown if there's an ip address

19 years ago2.0.16 release release_2_0_16
bodea [Mon, 14 Feb 2005 06:01:20 +0000 (06:01 +0000)]
2.0.16 release

19 years agoEnsure that sessionkill is not called on an unopened session (borks the freelist).
bodea [Mon, 14 Feb 2005 06:00:57 +0000 (06:00 +0000)]
Ensure that sessionkill is not called on an unopened session (borks the freelist).
Fix off-by-one errors in session/tunnel initialisation and sessiont <-> sessionidt functions.
Use session[s].opened consistently when checking for in-use sessions (rather than session[s].tunnel).
Use <= cluster_highest_sessionid rather than < MAXSESSION in a couple of loops.

19 years agoUse session[s].opened consistently when checking for in-use sessions (rather than...
bodea [Mon, 14 Feb 2005 05:59:27 +0000 (05:59 +0000)]
Use session[s].opened consistently when checking for in-use sessions (rather than session[s].tunnel).

19 years agoIncrease MAXSESSION to 60K.
bodea [Mon, 14 Feb 2005 05:58:07 +0000 (05:58 +0000)]
Increase MAXSESSION to 60K.
Bump VERSION to 2.0.16.
Expose sessionkill().

19 years agoKill session if authentication was rejected
bodea [Mon, 14 Feb 2005 05:56:38 +0000 (05:56 +0000)]
Kill session if authentication was rejected

19 years agoAvoid a possible buffer overflow in processpap
bodea [Mon, 14 Feb 2005 05:55:49 +0000 (05:55 +0000)]
Avoid a possible buffer overflow in processpap

19 years agodoh release_2_0_15
bodea [Thu, 13 Jan 2005 08:43:19 +0000 (08:43 +0000)]
doh

19 years agouse ctime rather than duration
bodea [Thu, 13 Jan 2005 08:26:51 +0000 (08:26 +0000)]
use ctime rather than duration

19 years agobump
bodea [Thu, 13 Jan 2005 08:04:54 +0000 (08:04 +0000)]
bump

19 years agomove duration to before cmd_show_counters
bodea [Thu, 13 Jan 2005 08:03:14 +0000 (08:03 +0000)]
move duration to before cmd_show_counters

19 years agoadd format string warnings
bodea [Thu, 13 Jan 2005 07:59:52 +0000 (07:59 +0000)]
add format string warnings

19 years agorename sess_count to sess_local, fiddle with packet_limit log output
bodea [Thu, 13 Jan 2005 07:58:53 +0000 (07:58 +0000)]
rename sess_count to sess_local, fiddle with packet_limit log output

19 years agofix clear counters; show counters alignment
bodea [Wed, 12 Jan 2005 05:20:49 +0000 (05:20 +0000)]
fix clear counters; show counters alignment

19 years agomissing newline
bodea [Mon, 10 Jan 2005 07:44:49 +0000 (07:44 +0000)]
missing newline

19 years agomore DoS prevention: add packet_limit option to apply a hard limit to downstream...
bodea [Mon, 10 Jan 2005 07:08:12 +0000 (07:08 +0000)]
more DoS prevention: add packet_limit option to apply a hard limit to downstream packets per session

19 years agothrottle outgoing LASTSEEN packets to at most one per second for a given seq# release_2_0_14
bodea [Thu, 6 Jan 2005 01:39:22 +0000 (01:39 +0000)]
throttle outgoing LASTSEEN packets to at most one per second for a given seq#

19 years agocomment
bodea [Wed, 5 Jan 2005 14:35:01 +0000 (14:35 +0000)]
comment

19 years agoAdd Jordan (chap patches)
bodea [Wed, 5 Jan 2005 13:51:26 +0000 (13:51 +0000)]
Add Jordan (chap patches)

19 years agouse bounds-checking lookup functions for string constants
bodea [Wed, 5 Jan 2005 13:50:30 +0000 (13:50 +0000)]
use bounds-checking lookup functions for string constants
use random_data() to set radius[].auth

19 years agouse bounds-checking lookup functions for string constants
bodea [Wed, 5 Jan 2005 13:45:49 +0000 (13:45 +0000)]
use bounds-checking lookup functions for string constants
replace some magic numbers with enum

19 years agouse bounds-checking lookup functions for string constants
bodea [Wed, 5 Jan 2005 13:37:56 +0000 (13:37 +0000)]
use bounds-checking lookup functions for string constants

19 years agotypo
bodea [Wed, 22 Dec 2004 05:30:58 +0000 (05:30 +0000)]
typo

19 years agosanity check that cluster_send_session is not called from a child process
bodea [Mon, 20 Dec 2004 07:23:41 +0000 (07:23 +0000)]
sanity check that cluster_send_session is not called from a child process
throttle outgoing LASTSEEN packets to at most one per second for a given seq#

19 years agostart merging Jonathan's IPv6 patches (01-defines, 02-ipv6-cli)
bodea [Sat, 18 Dec 2004 01:20:05 +0000 (01:20 +0000)]
start merging Jonathan's IPv6 patches (01-defines, 02-ipv6-cli)

19 years agocount select_called, multi_read_used and multi_read_exceeded release_2_0_13
bodea [Fri, 17 Dec 2004 00:28:00 +0000 (00:28 +0000)]
count select_called, multi_read_used and multi_read_exceeded

19 years agoadd counters for select_called, select_ready and select_processed
bodea [Thu, 16 Dec 2004 23:40:30 +0000 (23:40 +0000)]
add counters for select_called, select_ready and select_processed
fix cli_print format strings

19 years agomissed arg
bodea [Thu, 16 Dec 2004 08:54:16 +0000 (08:54 +0000)]
missed arg

19 years agouse standard uintN_t types for portability
bodea [Thu, 16 Dec 2004 08:49:52 +0000 (08:49 +0000)]
use standard uintN_t types for portability

19 years agocosmetic logging change
bodea [Thu, 16 Dec 2004 03:03:41 +0000 (03:03 +0000)]
cosmetic logging change

19 years agoallow compilation with BGP unset
bodea [Wed, 15 Dec 2004 03:09:56 +0000 (03:09 +0000)]
allow compilation with BGP unset

19 years agoremove old cruft
bodea [Wed, 15 Dec 2004 03:02:16 +0000 (03:02 +0000)]
remove old cruft

19 years agotypo
bodea [Wed, 15 Dec 2004 02:56:38 +0000 (02:56 +0000)]
typo

19 years agoskip where our table version is greater (rather than falling through)
bodea [Wed, 15 Dec 2004 01:04:34 +0000 (01:04 +0000)]
skip where our table version is greater (rather than falling through)

19 years agodefer shutdown counters for a minute after normal acct dump
bodea [Mon, 13 Dec 2004 05:27:19 +0000 (05:27 +0000)]
defer shutdown counters for a minute after normal acct dump

19 years agotypo
bodea [Mon, 13 Dec 2004 05:20:39 +0000 (05:20 +0000)]
typo

19 years agomake cluster_sockfd non-blocking
bodea [Mon, 13 Dec 2004 05:09:55 +0000 (05:09 +0000)]
make cluster_sockfd non-blocking

19 years agodon't trample n
bodea [Mon, 13 Dec 2004 05:09:35 +0000 (05:09 +0000)]
don't trample n

19 years agoretain counters of shutdown sessions to dump once per minute
bodea [Mon, 13 Dec 2004 02:27:30 +0000 (02:27 +0000)]
retain counters of shutdown sessions to dump once per minute

19 years agotypo
bodea [Thu, 9 Dec 2004 13:05:00 +0000 (13:05 +0000)]
typo

19 years agocompress logs
bodea [Thu, 9 Dec 2004 12:54:03 +0000 (12:54 +0000)]
compress logs

19 years ago- Use gzip --best for man pages, include pid_file in sample
bodea [Thu, 9 Dec 2004 00:53:45 +0000 (00:53 +0000)]
- Use gzip --best for man pages, include pid_file in sample
  startup-config (from Jonathan's Debian package patches).
- Read multiple packets off cluster_sockfd as well as udpfd, tunfd in an
  attempt to avoid losing the cluster in high load (DoS) conditions.

19 years agoadd pid_file as in Debian package
bodea [Thu, 9 Dec 2004 00:53:14 +0000 (00:53 +0000)]
add pid_file as in Debian package

19 years agouse gzip --best for man pages
bodea [Thu, 9 Dec 2004 00:52:35 +0000 (00:52 +0000)]
use gzip --best for man pages
re-order DEFINES to better allow for optional features which add to $(OBJS)

19 years agoread multiple packets off cluster_sockfd as well as udpfd, tunfd
bodea [Thu, 9 Dec 2004 00:50:45 +0000 (00:50 +0000)]
read multiple packets off cluster_sockfd as well as udpfd, tunfd

19 years agotypo in log message
bodea [Thu, 9 Dec 2004 00:38:44 +0000 (00:38 +0000)]
typo in log message

19 years agodrop "Session N is closing" message level to 4; don't process PPPIP packets in this...
bodea [Sun, 5 Dec 2004 23:45:04 +0000 (23:45 +0000)]
drop "Session N is closing" message level to 4; don't process PPPIP packets in this state

19 years agoskip newlines in ringbuffer messages
bodea [Fri, 3 Dec 2004 06:41:11 +0000 (06:41 +0000)]
skip newlines in ringbuffer messages

19 years agobetter cluster master collision resolution
bodea [Fri, 3 Dec 2004 06:40:02 +0000 (06:40 +0000)]
better cluster master collision resolution

19 years ago*really* fix release_2_0_12
bodea [Wed, 1 Dec 2004 04:44:29 +0000 (04:44 +0000)]
*really* fix

19 years ago2.0.12 redux
bodea [Wed, 1 Dec 2004 04:36:59 +0000 (04:36 +0000)]
2.0.12 redux

19 years agoallow in N, out N
bodea [Wed, 1 Dec 2004 04:35:09 +0000 (04:35 +0000)]
allow in N, out N

19 years agorelease 2.0.12
bodea [Wed, 1 Dec 2004 04:14:55 +0000 (04:14 +0000)]
release 2.0.12

19 years agofix cut-n-paste error
bodea [Wed, 1 Dec 2004 03:37:20 +0000 (03:37 +0000)]
fix cut-n-paste error

19 years agodon't send a RADIUS start record when ungardening on shutdown release_2_0_11
bodea [Wed, 1 Dec 2004 02:52:46 +0000 (02:52 +0000)]
don't send a RADIUS start record when ungardening on shutdown

19 years agocosmetic
bodea [Wed, 1 Dec 2004 02:51:06 +0000 (02:51 +0000)]
cosmetic

19 years agodropping packets; increase ip_conntrack_max release_2_0_10
bodea [Tue, 30 Nov 2004 22:11:29 +0000 (22:11 +0000)]
dropping packets; increase ip_conntrack_max

19 years agodropping packets; increase ip_conntrack_max
bodea [Tue, 30 Nov 2004 21:54:23 +0000 (21:54 +0000)]
dropping packets; increase ip_conntrack_max

19 years agoversion bump
bodea [Tue, 30 Nov 2004 19:37:46 +0000 (19:37 +0000)]
version bump

19 years ago*cough*
bodea [Tue, 30 Nov 2004 19:34:57 +0000 (19:34 +0000)]
*cough*

19 years ago*** empty log message ***
bodea [Tue, 30 Nov 2004 07:24:38 +0000 (07:24 +0000)]
*** empty log message ***

19 years agofix logging of invalid type release_2_0_9
bodea [Tue, 30 Nov 2004 07:14:45 +0000 (07:14 +0000)]
fix logging of invalid type

19 years agomore paranoid length checking for RADIUS replies
bodea [Tue, 30 Nov 2004 06:50:26 +0000 (06:50 +0000)]
more paranoid length checking for RADIUS replies

19 years agoadd THANKS
bodea [Tue, 30 Nov 2004 05:49:57 +0000 (05:49 +0000)]
add THANKS

19 years agorevise parsing
bodea [Tue, 30 Nov 2004 05:49:47 +0000 (05:49 +0000)]
revise parsing

19 years agoremove old snoop_{host,port} options
bodea [Tue, 30 Nov 2004 01:55:28 +0000 (01:55 +0000)]
remove old snoop_{host,port} options

19 years agofix byte ordering in log
bodea [Tue, 30 Nov 2004 01:35:19 +0000 (01:35 +0000)]
fix byte ordering in log

19 years ago*** empty log message ***
bodea [Tue, 30 Nov 2004 01:10:44 +0000 (01:10 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
bodea [Tue, 30 Nov 2004 01:08:21 +0000 (01:08 +0000)]
*** empty log message ***

19 years ago2.0.9 (again)
bodea [Tue, 30 Nov 2004 00:53:08 +0000 (00:53 +0000)]
2.0.9 (again)

19 years agocopy identifier from request for ConfigNak, ConfigRej; update LCP
bodea [Tue, 30 Nov 2004 00:50:03 +0000 (00:50 +0000)]
copy identifier from request for ConfigNak, ConfigRej; update LCP
header length

19 years agoignore lcp:interface-config avpairs when != serv (yuri)
bodea [Tue, 30 Nov 2004 00:46:36 +0000 (00:46 +0000)]
ignore lcp:interface-config avpairs when != serv (yuri)

19 years agotypo
bodea [Mon, 29 Nov 2004 12:36:54 +0000 (12:36 +0000)]
typo

19 years agoupdate extended acl syntax
bodea [Mon, 29 Nov 2004 07:56:12 +0000 (07:56 +0000)]
update extended acl syntax

19 years agodisallow "fragments" on rules with layer 4 matches
bodea [Mon, 29 Nov 2004 06:30:05 +0000 (06:30 +0000)]
disallow "fragments" on rules with layer 4 matches

19 years agoupdate "established", add "fragments"
bodea [Mon, 29 Nov 2004 06:29:28 +0000 (06:29 +0000)]
update "established", add "fragments"

19 years agooops
bodea [Mon, 29 Nov 2004 03:55:19 +0000 (03:55 +0000)]
oops

19 years agomake "established" a different tcp flag match
bodea [Mon, 29 Nov 2004 02:17:17 +0000 (02:17 +0000)]
make "established" a different tcp flag match
add fragment handling
drop IP address from LOG macro (function)

19 years agoadd filtering
bodea [Sun, 28 Nov 2004 20:09:52 +0000 (20:09 +0000)]
add filtering