db204f6c99f238c6ac6375717c68b23cd3254361
[freeradius.git] / doc / ChangeLog
1 1999-08-23  Miquel van Smoorenburg (miquels@cistron.nl)
2
3         * src/main/auth.c: Login-Time check: set Session-Timeout to
4           at least 60 seconds (some terminal servers ignore smaller values)
5         * src/lib/valuepair.c: fix gettime()
6         * src/main/proxy.c: call proxy_cleanup in both send and recv funcs
7
8 1999-08-21  Miquel van Smoorenburg (miquels@cistron.nl)
9
10         * configure.in: check for GNU Make
11         * doc/*: change Cistron Radius to FreeRadius
12         * src/modules/Makefile.in: fix rm -f lib/* (bailed out on lib/CVS)
13         * debian/*: some changes (might want to rip out completely)
14         * doc/ChangeLog: new format, more like other projects.
15
16 radiusd-cistron (1.6-alpha3) experimental; urgency=low
17
18   * Changed directory structure. Each module is now in it's own directory.
19
20  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu, 12 Aug 1999 19:12:47 +0200
21
22 radiusd-cistron (1.6-alpha2) experimental; urgency=low
23
24   * 1.6-alpha2 "Total Eclipse" release ;)
25   * Moved a lot of code around
26   * Added module code from Alan DeKok
27   * Moved more code around, made some stuff into huntgroups
28   * You can now register a function that is called when a
29     certain valuepair is compared with another
30   * Operator support not completely merged (still todo)
31   * Only tested with a few requests, but hey, it compiles ...
32   * Might rename result constants in modules.h to AUTH_, AUTZ_, ACCT_
33   * Rewrote builddbm.c - last remnant of Livingston code is now gone
34   * Bugs from alpha1 not fixed yet either
35
36  -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 11 Aug 1999 00:55:17 +0200
37
38 radiusd-cistron (1.6-alpha1) experimental; urgency=low
39
40   * Fix off_t cast in lseek() in radzap.c
41   * Fix getopt() args
42   * Fix some proxy memory leaks - Jonathan Ruano <kobalt@james.encomix.es>
43   * checkrad.pl update by Antonio Dias, rewritten Cyclades PathRAS subroutine
44     and a new Patton 2800 NAS SNMP routine. Also some doc updates.
45   * Fix huntgroup-compare to use operators
46   * Added /etc/shells checking, turned off by default./RADIUSD/ANY/SHELL
47     does the same as /SENDMAIL/ANY/SHELL for smrsh.
48   * Added dictionary.acc - Stephane Marzloff
49   * Changed the whole configuration over to autoconf
50   * We now use IP numbers in network order internally
51   * Added VersaNet support to checkrad.pl by Versanet Communications,
52     mailed to me by "Yi-Feng Liann" <yifeng@versanetcomm.com>
53   * Added Versanet dictionary
54   * Moved valuepair stuff to valuepair.c
55   * Rewrote config files and user files parsers to be more generic and
56     use the same internal functions so that the quoting rules are
57     all the same.
58   * Moved all radius stuff to lib/, made more generic
59   * proxy uses functions from libradius
60   * long password support (generic functions in libradius)
61   * FIXME: dict.c has problems parsing dictionary.usr, dictionary.tunnel !
62
63  -- Miquel van Smoorenburg <miquels@cistron.nl>  Sun, 25 Jul 1999 15:36:39 +0200
64
65 radiusd-cistron (1.5.4.3-beta18) experimental; urgency=low
66
67   * Fix the always stripping of realms
68   * Add port number to radius.log
69   * Add phone number to radius.log when logging failed logins
70   * Add -i option (bind to IP address)
71   * Change return value for 'other' in checkrad.pl to '1'
72   * Add password-file caching patch from Jeff Carneal <jeff@apex.net>
73   * Fix broken auth_type_fixup - Bryan Mawhinney <bryanm@is.co.za>
74
75  -- Miquel van Smoorenburg <miquels@cistron.nl>  Fri, 14 May 1999 16:08:56 +0200
76
77 radiusd-cistron (1.5.4.3-beta17) experimental; urgency=low
78
79   * Added NULL realm based on an idea by
80     Bastiaan Bakker <Bastiaan.Bakker@lifeline.nl>
81   * Changes for proxying:
82     - detect duplicate requests, resend it with the same ID and vector
83       to the remote radius server
84     - Change proxy-state A/V pair to a 4-byte string without embedded
85       zeros in it, so as not to confuse broken radius servers.
86   * Add casting to (off_t) to lseek offset arg in radzap
87   * Add checking of pw->expire for FreeBSD
88   * Add radutmp location caching: Bryan Mawhinney <bryanm@is.co.za>
89   * Now handles multiple attributes in one Vendor-Specific attribute
90
91  -- Miquel van Smoorenburg <miquels@cistron.nl>  Tue, 27 Apr 1999 14:51:08 +0200
92
93 radiusd-cistron (1.5.4.3-beta16) experimental; urgency=low
94
95   * Added SPECIALIX_JETSTREAM_HACK to work around a bug in
96     Specialix Jetstream 8500 24 port firmware.
97   * Added Alan DeKok's cistron-beta15-operator.patch as found on
98     ftp://ftp.striker.ottawa.on.ca/pub/radius/
99   * Added Login-Time check value, see doc/README
100   * Rewrote checkrad.pl:
101     - subroutines to read naspasswd and check Net::Telnet
102     - add possibility to use SNMP_Session perl module instead of snmpget
103
104  -- Miquel van Smoorenburg <miquels@cistron.nl>  Fri, 26 Mar 1999 15:31:57 +0100
105
106 radiusd-cistron (1.5.4.3-beta15) experimental; urgency=low
107
108   * Added a DEFAULT realm to /etc/raddb/realms (no idea if this is useful..)
109   * Added LOCAL proxyserver (means none) to /etc/raddb/realms
110   * Added "nostrip" option to /etc/raddb/realms
111   * Changed "-p" option to "-S"; "-p <port>" now allows you to specify
112     the port(s) radiusd listens on.
113   * Fix auth.c:rad_check_password(). auth_item must be present.
114   * Fixed radwho - secured popen(). This could be a BIG SECURITY HOLE
115     when you run radwho as your finger daemon - esp. if it runs as root!!!
116
117  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu, 21 Jan 1999 17:58:06 +0100
118
119 radiusd-cistron (1.5.4.3-beta14) experimental; urgency=low
120
121   * Fix buffer size in proxy.c from 0104 to 1024 :)
122   * On lines with a Password = "bla" line without Auth-Type, add
123     Auth-Type = Local implicitly while parsing the users file
124   * Fix CHAP for both local authentication and proxying (I hope..)
125   * Now Exec-Program-Wait tries to parse output of the program as
126     A/V pairs. Those are added to the reply. Mostly based on the
127     patch from "The light in the dark" <sijaiko@netplus.bg>
128
129  -- Miquel van Smoorenburg <miquels@cistron.nl>  Sat, 19 Dec 1998 17:45:15 +0100
130
131 radiusd-cistron (1.5.4.3-beta12) experimental; urgency=low
132
133   * Don't store radutmp/radwtmp info for admin logins, or
134     for leased lines going up/down
135   * Integrated latest version of checkrad from www.mdi.ca
136   * Instead of storing only the first part of acct-session-id in radutmp,
137     store the last part since that is more specific.
138
139  -- Miquel van Smoorenburg <miquels@cistron.nl>  Sat, 28 Nov 1998 17:07:31 +0100
140
141 radiusd-cistron (1.5.4.3-beta11) experimental; urgency=low
142
143   * Fix crash in proxy_cleanup()
144   * Some more SIGCHLD fixes.
145   * Fix $(PAM) in Make.inc for files.c
146
147  -- Miquel van Smoorenburg <miquels@cistron.nl>  Tue, 17 Nov 1998 12:09:46 +0100
148
149 radiusd-cistron (1.5.4.3-beta10) experimental; urgency=low
150
151   * Fixed some compilation warnings that showed up on certain platforms
152   * Removed rogue USR debugging message
153   * Hopefully fixed passwd problem with Ascend and proxy
154   * Fixed problems with bogus trailing attributes when receiving
155     vendor-specific attributes.
156
157  -- Miquel van Smoorenburg <miquels@cistron.nl>  Tue, 10 Nov 1998 00:04:33 +0100
158
159 radiusd-cistron (1.5.4.3-beta9) experimental; urgency=low
160
161   * The USR Vendor-Specific stuff should actually work now
162   * USR dictionary included
163
164  -- Miquel van Smoorenburg <miquels@cistron.nl>  Sat,  7 Nov 1998 16:30:55 +0100
165
166 radiusd-cistron (1.5.4.3-beta8) experimental; urgency=low
167
168   * Fix for Solaris 2.5.1 and signal() in SIGCHLD handler.
169   * Fix "suppress trailing zero" code in attrprint.c
170   * Fixed vendor-specific attributes which I broke in beta7
171   * Fixed radwtmp code which I broke in beta6
172
173  -- Miquel van Smoorenburg <miquels@cistron.nl>  Fri,  6 Nov 1998 19:29:47 +0100
174
175 radiusd-cistron (1.5.4.3-beta7) experimental; urgency=low
176
177   * Make sure that send_buffer and recv_buffer are properly aligned
178     by declaring them as an array of ints. Needed for Solaris/Sparc.
179
180  -- Miquel van Smoorenburg <miquels@cistron.nl>  Tue,  3 Nov 1998 16:22:00 +0100
181
182 radiusd-cistron (1.5.4.3-beta6) experimental; urgency=low
183
184   * Hack in support for accounting "alive" packets.
185   * Support for USR vendor specific attributes.
186   * Moved ASCEND_PORT_HACK so that it doesn't change the port number
187     internally for Authentication packets.
188   * Removed some "no username" complaints as this can happen with
189     initial Start record (usually an "Alive" packet update comes later)
190   * Add $(PAM) to auth.o rule in Make.inc
191   * Added Redhat stuff from Mauricio Andrade <mandrade@mma.com.br>
192
193  -- Miquel van Smoorenburg <miquels@cistron.nl>  Tue,  3 Nov 1998 15:55:40 +0100
194
195 radiusd-cistron (1.5.4.3-beta5) experimental; urgency=low
196
197   * Add $(LIBS) to radzap link stage
198   * In attrprint.c, suppress the printing of the trailing zero Ascend
199     gear likes to send (noted by Kris Hunt <suid@chilli.net.au>)
200   * In checkrad.pl:livingston_snmp() make snmpget output matching regexps
201     more general to work with more versions of snmpget
202   * Fix for usrhyper from "James R. Pooton" <james@digisys.net>
203
204  -- Miquel van Smoorenburg <miquels@cistron.nl>  Sat, 17 Oct 1998 17:42:48 +0200
205
206 radiusd-cistron (1.5.4.3-beta4) experimental; urgency=low
207
208   * Add Pam-Auth attribute (Chris Dent)
209   * Fixes in files.c by Alan DeKok for pair_move2() and empty reply pairs.
210   * Fix in radiusd.c rad_spawn_child() by Alan DeKok to check for duplicate
211     packets in a much better way (compare both ID and vector).
212   * Put some functoins in their own file: auth.c, exec.c
213   * First cut at proxy support in proxy.c
214   * Use new VALUE_PAIR->length everywhere, at least for strvalues.
215   * Added vendor-specific attributes, format as in Livingston Radius 2.1
216
217  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu,  8 Oct 1998 21:20:49 +0200
218
219 radiusd-cistron (1.5.4.3-beta3) experimental; urgency=low
220
221   * Include new checkrad.pl from Shilo Costa. See also
222     http://www.mdi.ca/sysadmin/cistron/
223     Net::Telnet based code by Alexis C. Villalon.
224   * Fix documentation bug checklogin -> checkrad
225   * Now a failed Exec-Program-Wait will really deny access
226   * Added patches from Don Greer <dgreer@austintx.com>, see
227     http://www.austintx.com/~dgreer/cistron-ascend/
228   * Fix sp_expire check for shadow passwd (thanks to Alan Madill)
229   * Patches from Blaz Zupan <blaz@amis.net> for FreeBSD
230   * Folded all four reply-functions into one
231   * Hopefully now Prefix = "P", Group = "group" works properly
232   * Fix uue()
233   * Fix dbm support (Blaz)
234   * Fix signal handler so that children do not kill accounting process.
235   * Now reloads config files on-the-fly after SIGHUP
236   * Added "-A" flag to write a "detail.auth" file.
237   * Make messages in radius.log more consistent
238   * Fix Denial-Of-Service problem - crashing radius with illegal packets
239
240  -- Miquel van Smoorenburg <miquels@cistron.nl>  Sat,  4 Jul 1998 15:06:55 +0200
241
242 radiusd-cistron (1.5.4.2) experimental; urgency=low
243
244   * Turn off SIGCHLD handler and use waitpid() in rad_check_ts()
245     On some OSes the wait() for the checkrad script failed.
246   * Fix Auth-Type = Crypted-Local
247   * Store porttype in radutmp (backwards compatible)
248   * Fix shadow passwords.
249   * Check expiration date for shadow passwords.
250   * Add %s (Connect-Info) to string en/de coder
251
252  -- Miquel van Smoorenburg <miquels@cistron.nl>  Mon,  5 Jan 1998 14:22:28 +0100
253
254 radiusd-cistron (1.5.4.1) experimental; urgency=low
255
256   * Fixed radwho.c
257   * Fixed acct.c to calculate the right accounting response digest
258   * In acct.c, check the accounting request digest.
259   * Added PAM suppport
260
261  -- Miquel van Smoorenburg <miquels@cistron.nl>  Sat, 22 Nov 1997 16:43:18 +0100
262
263 radiusd-cistron (1.5.4) experimental; urgency=low
264
265   * Now compiles with glibc too
266   * Try to detect if TS only sends logout records and don't complain
267   * Started implementing double login checks through external programs
268     (see checkrad.pl script).
269   * Delete most A/V pairs from reply if Callback-Id is seen
270     (I'm not sure if this is actually OK, but we'll see...)
271   * Fix rc.radiusd script and radwatch to use pid files instead of killall
272   * Set timeout of 5 seconds on rad_getpwnam cache.
273   * Heiko Schlittermann <heiko@lotte.sax.de> provided diffs for:
274     - Added check for return code of the Exec-Program-Wait call and use
275       this as additional criterium if access is permitted or denied.
276     - Install cron.daily script too
277     - Removed race condition concerning handling for SIGCHLD
278     - Added feature: external program called via Exec-Program-Wait may
279       return up to 127 characters via its STDOUT.  These characters
280       are to form an user message if the request is rejected.
281   * Add $INCLUDE directive for "dictionary" file.
282   * Seperated "clients" file into "clients" and "naslist" files.
283   * Allow spaces in usernames, using " " or `\ '
284   * Fixed wild pointer in radzap()
285   * Default for radwo-as-finger is to not show the fullname (privacy)
286   * Implement reliable double-login detection!
287   * Fix lockf (oops - I used it completely in the wrong way!)
288   * Fix rad_check_muli to use read() correctly
289   * Make stdout linebuffered if debug_flag (-x) is set.
290   * Fix Group/Group-Name check for huntgroups file. Found thanks to
291     Christian Oyarzun <oyarzun@marley.wilmington.net>.
292   * Removed CISTRON_COMPAT code. If you really need it, you can turn it
293     on by adding a Port-Message with % escape sequences in the users file.
294
295  -- Miquel van Smoorenburg <miquels@cistron.nl>  Tue, 21 Oct 1997 16:01:47 +0200
296
297 radiusd-cistron (1.5.3.pre4-4) experimental; urgency=low
298
299   * Fixed Prefix/Suffix stuff in hints file.
300   * Extra consistency check for ComOS reboot records. Sometimes Ascends send
301     bogus records that look a lot like them..
302     Noted by Jens Glaser <jens@regio.net>
303   * Add -p flag to getopt() call
304   * Fix sample users file (User-Message -> Port-Message)
305   * If Password = is set (and not "UNIX"), Auth-Type is always Local
306   * Do not strip everything after a space from the username.
307
308  -- Miquel van Smoorenburg <miquels@cistron.nl>  Sat, 19 Jul 1997 14:34:10 +0200
309
310 radiusd-cistron (1.5.3.pre4-3) experimental; urgency=low
311
312   * Add Timestamp record to radius accounting records
313   * Also strip NT domain from logfiles if NT_DOMAIN_HACK is defined
314   * Add -p flag to log stripped names into the "details" file.
315
316  -- Miquel van Smoorenburg <miquels@cistron.nl>  Fri, 4 Jul 1997 10:29:26 +0200
317
318 radiusd-cistron (1.5.3.pre4-2) experimental; urgency=low
319
320   * Added some manual pages.
321   * Fixed Prefix/Suffix support
322   * Commented out example config files
323   * Added debian package files.
324
325  -- Miquel van Smoorenburg <miquels@cistron.nl>  Fri, 27 Jun 1997 20:49:31 +0200
326
327 radiusd-cistron (1.5.3.pre4-1) experimental; urgency=low
328
329   * Upgraded dictionary to radius-2.01
330   * Added support for Crypt-Password
331   * Cleaned up code in radiusd.c
332   * Added Exec-Program-Wait
333   * Added Prefix/Suffix support
334   * Changed "hints" syntax to resemble "users" more closely
335     Added extra attribute "Hint" that can be set in the "hints" file
336   * Added $INCLUDE directive for users/hints/huntgroups file
337   * DBM "users" file doesn't work at the moment!!
338
339  -- Miquel van Smoorenburg <miquels@cistron.nl>  Fri, 20 Jun 1997 15:26:29 +0200
340
341 radiusd-cistron (1.5.3) cistron; urgency=low
342
343   * Exec-Program actually works now.
344   * Somehow no longer core dumps :)
345
346  -- Miquel van Smoorenburg <miquels@cistron.nl>  Mon, 5 May 1997 10:32:17 +0200
347
348 radiusd-cistron (1.5.2) cistron; urgency=high
349
350   * Fix radiusd.c to actually _check_ for a password when Auth-Type = System.
351     It just let anyone in :( (it did work with Password = "UNIX" though).
352   * Fix sample users file (Callback-No -> Callback-Number)
353   * Start of Exec-Program support (not finished).
354   * Better Simultaneous-Use checking
355
356  -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 19 Feb 1997 12:26:56 +0100
357
358 radiusd-cistron (1.5.1) cistron; urgency=low
359
360   * Fixed radzap to allow both "Sport" and plain "port".
361   * acct.c now checks portmaster reboot records (already did that, but it
362     seems that a PM3 sends buggy records).
363
364  -- Miquel van Smoorenburg <miquels@cistron.nl>  Mon, 10 Feb 1997 16:33:38 +0100
365
366 radiusd-cistron (1.5) cistron; urgency=low
367
368   * ANSIfied code, changed comment style
369   * Renamed users.c to files.c. Now pre-reads all config files.
370   * DBM support works now
371   * Added new logging routines
372   * Changed utmp format, added better checks
373   * Moved utmp to /var/log
374   * Now supports both wtmp file and RADIUS style logging
375   * Added Simultaneous-Use support.
376
377  -- Miquel van Smoorenburg <miquels@cistron.nl>  Fri, 7 Feb 1997 17:56:11 +0100
378
379 radiusd-cistron (1.4) cistron; urgency=low
380
381   * Started using ChangeLog
382   * Ported to Solaris, FreeBSD in addition to Linux.
383
384  -- Miquel van Smoorenburg <miquels@cistron.nl>  Wed, 02 Oct 1996 12:27:39 +0200
385