10.69
2--
3Edited l2tpd.conf.5 man page to correct some information
4Added l2tpd.8 and l2tp-secrets.5 man pages
5Zero'ed out memory malloced to hold challenge, otherwise we may pass
6    wrong challenge to md5 code
7
80.68
9--
10Updated copyright notice on all relevent files
11Changed vendor name as it appears in AVP's
12Add new sources of randomness, reading /dev/urandom
13Seed rand() with time()
14Stubs available for egd randomness source, not implemented yet though
15Don't close fd 0 as workaround for signal problems in daemon mode
16Fix some off by 6 errors in avp handling
17
180.67
19--
20close pty connecting to pppd in child_handler()
21Add code to daemonize correctly
22Add command line options
23    -D to not daemonize
24    -p to specify a pidfile
25    -c to specify a config file
26    -s to specify a secrets file
27Catch a SIGHUP that's coming from who-knows-where and do nothing
28
290.66
30--
31Fixed tunnel authentication mechanism so that it works!
32Fixed several segfaults...some in debugging code
33
340.65.1
35--
36Reformatted all .c and .h files using GNU indent
37
380.65
39--
40Fix to handling SLI packets
41reformatted some code in a few small places
42Added valid, new (since L2TP draft days) result codes
43autodialed calls switched to be "Incoming calls" rather than "Outgoing"
44Re-arranged some header declarations
45Remote systems may use the same Tunnel ID...this is OK
46Look for l2tpd.conf in /etc/l2tp and in /etc/l2tpd...look for
47    l2tp-secrets int he same directory
48Portability enhancement (act.sa_restorer only used on i386?)
49    (Jean-Francois Dive)
50
510.64
52--
53Too many that I lost track...
54Scaleability improvements from Huiban Yoann at Siemens
55Rudimentary Outgoing Call Request system
56As in CREDITS, "an uncountable amount of little bug fixes"
57
580.63
59--
60Syslog support added!!!
61Improved data sequencing & flow control serial number checking
62Removed call flow/session control serial number checking in ICRQ
63  -- Did we do this already and we're going mindless? :D
64Removed checking of now-defunct R bit
65Changed PPP framing to always sync
66Various and asundry other fixes
67
68NOW OPERABLE WITH CISCO IOS 12.1
69Continued interoperability improvements with Windows 2000 clients
70
710.62
72--
73Removed call flow/session control (inapplicable as of RFC spec draft 13)
74Corrected invalid Receive Window Size AVP in ICCN
75Corrected Bearer Capabilities non-requirement in SCCRQ & SCCRP
76Verified operability with Cisco 3000 series
77
780.61
79--
80Fixed shutdown of PPPd from SIGKILL to SIGTERM
81Beginning code cleanup and interoperability testing
82