perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / main / client.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-12 aland When printing 'size_t' numbers, we *really* should...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-06-15 hartwick* Add a warning message if some deprecated files are...
2003-02-19 cmillerClinet address masks may certainly be 0 bits long.
2002-10-28 aland Moved the 'clients', 'realms', and 'config' variables...
2002-10-28 aland It's a good policy to initialize variables.
2002-10-18 aland Now that the 'naslist' is read in before the 'clients...
2002-07-31 aland Forcibly zero-out data structures after allocting...
2002-06-17 aland Allow lines without \n, when at the end of the file.
2001-03-20 cmillerRemoved fatal-looking error and added descriptive comme...
2001-03-20 hartwick * Add some additional debugging code to show what...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-06 cmillerChanged comments calling the code Cistron to FreeRADIUS...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-05 hartwick * Change the return value to return 0 instead of ...
2001-01-24 miquels* Corrected spelling of my name in several .c files
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-22 aland include libradius.h at the top of the include file...
2000-11-17 aland update long name with network & mask
2000-11-16 aland replaced all references to 'malloc' with 'rad_malloc'
2000-11-09 aland added support for network masks to clients. We can...
2000-11-08 hartwick * Add a client_walk() function to walk the client...
2000-11-06 aland moved the 'client' handling code to a new file: client.c