l2tpns.git
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

19 years agoupdate filter refcounts
bodea [Sun, 28 Nov 2004 02:53:11 +0000 (02:53 +0000)]
update filter refcounts
add cli commands for filtering/unfiltering

19 years agofilters
bodea [Sat, 27 Nov 2004 21:10:50 +0000 (21:10 +0000)]
filters

19 years agoparse Filter-Id attributes
bodea [Sat, 27 Nov 2004 20:42:02 +0000 (20:42 +0000)]
parse Filter-Id attributes

19 years agoallow - in filter names; include in "show session" output
bodea [Sat, 27 Nov 2004 20:41:41 +0000 (20:41 +0000)]
allow - in filter names; include in "show session" output

19 years ago- Revise CCP, send ConfigReq once only.
bodea [Sat, 27 Nov 2004 05:19:53 +0000 (05:19 +0000)]
- Revise CCP, send ConfigReq once only.
- Check control serial before clearing window, prevents looping tunnel
  setup in some instances.
- Add configuration syntax for adding named access lists (work in progress).

19 years agooop
bodea [Thu, 25 Nov 2004 12:46:48 +0000 (12:46 +0000)]
oop

19 years agoreinstate sendccp as initccp; send only once
bodea [Thu, 25 Nov 2004 12:41:35 +0000 (12:41 +0000)]
reinstate sendccp as initccp; send only once

19 years agocontinue, not return
bodea [Thu, 25 Nov 2004 02:49:18 +0000 (02:49 +0000)]
continue, not return

19 years ago- Drop sendccp. If client sends a CCP request for compression just NAK it.
bodea [Thu, 25 Nov 2004 02:45:27 +0000 (02:45 +0000)]
- Drop sendccp.  If client sends a CCP request for compression just NAK it.
- Don't copy the old buffer into Config{Nak,Rej} LCP responses (oops);
  add length checks when appending.
- Have makeppp print a backtrace on overflow.

19 years agoinstall nsctl release_2_0_8
bodea [Fri, 19 Nov 2004 21:12:03 +0000 (21:12 +0000)]
install nsctl

19 years agoprepare 2.0.8
bodea [Fri, 19 Nov 2004 20:47:31 +0000 (20:47 +0000)]
prepare 2.0.8

19 years ago*** empty log message ***
bodea [Fri, 19 Nov 2004 07:46:52 +0000 (07:46 +0000)]
*** empty log message ***

19 years agodoc update
bodea [Thu, 18 Nov 2004 16:07:46 +0000 (16:07 +0000)]
doc update

19 years agodoc update
bodea [Thu, 18 Nov 2004 15:55:58 +0000 (15:55 +0000)]
doc update

19 years agoAllow LCP re-negotiation after connection completes
bodea [Thu, 18 Nov 2004 13:15:28 +0000 (13:15 +0000)]
Allow LCP re-negotiation after connection completes

19 years agofix clean target
bodea [Thu, 18 Nov 2004 13:09:47 +0000 (13:09 +0000)]
fix clean target

19 years agodon't route Framed-IP-Address if contained in a Framed-Route
bodea [Thu, 18 Nov 2004 09:02:29 +0000 (09:02 +0000)]
don't route Framed-IP-Address if contained in a Framed-Route

19 years agoFix deletion from linked list.
bodea [Thu, 18 Nov 2004 08:13:49 +0000 (08:13 +0000)]
Fix deletion from linked list.