perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / main / radclient.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-25 aland Multiple packets from a file are sent in series. ...
2004-02-25 aland Read multiple packets from one file.
2004-02-25 aland Move the packets to send into a list, rather than...
2004-02-24 aland Some fairly serious changes to radclient. It still...
2004-02-23 aland Move code from main() to function send_request()
2004-02-23 aland Continue processing requests, even if the server doesn...
2003-10-31 mcr readvp() now calls common routine.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-06-25 aland print out more descriptive error message
2003-04-21 aland Allow radclient to send disconnect packets, which...
2003-04-15 aland Copy over User-Password, too, as sending it has hacked...
2003-03-26 aland Made it a little more robust...
2003-03-03 aland Ignore lines which start with comments. This should...
2003-02-13 aland Reverted last commit, now that we have a bare-bones...
2003-02-12 aland Now that the dictionaries are no longer in raddb,...
2002-10-28 aland Be a little more selective about RADIUS replies. ...
2002-10-17 aland Added Status-Server support, stolen shamelessly from...
2002-09-17 fcusack typo
2002-09-03 aland Allow CHAP passwords to work from radclient.
2002-07-29 aland don't call rad_pwencode() any more.
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-07 aland Correct variable declaration to get rid of compile...
2002-04-10 aland Added code to turn internal server attributes Digest...
2002-03-11 aland Update help messages for 'radclient' to say how to...
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2001-10-19 aland Drastically increased the size of the buffer used...
2001-08-29 aland Added 'original' packet to rad_send(), so that it...
2001-08-28 aland Update the length of the password, when sending multip...
2001-08-17 aland When sending multiple packets with the same attributes...
2001-08-07 aland Allow reading the shared secret from a file, to make...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-01-24 miquels* Corrected spelling of my name in several .c files
2001-01-11 miquelsChanges to support PW_STATUS_SERVER (at least client...
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-12-26 cparkercparker - cosmetic change to add the time of compilatio...
2000-11-21 aland radclient now does it's own encryption of the Password and
2000-11-20 aland updated arguments to pairfree() and rad_free()
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-10-13 aland added "missing.h", pointed out by Chris Parker <cpark...
2000-10-06 aland update for INADDR_NONE
2000-09-28 jcarnealAdded ability to send multiple, distinct packets.
2000-07-27 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-24 aland updated for latest pairread() functionality
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-17 aland check the authentication vector of replies, too.
2000-04-05 aland free the reply packet, so we don't have a nast memory...
2000-03-27 aland updated with '-i' parameter, to set the request ID.
2000-03-08 aland updated to handle passwords properly for multiple...
2000-03-08 aland added descriptive text to the 'usage()' function,...
1999-12-14 aland added more 'static's
1999-11-23 jcarnealFix small 'oops'...#include <errno.h>
1999-10-14 aland added #ifdef for GETOPT_H, as per
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-18 miquels * Renamed some more Makefile.in files to plain Makefile
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles
1999-08-31 aland make sure fgets() gets the sizeof the buffer, and...
1999-08-31 aland made the library code support generic 'octets' type...
1999-08-30 aland update so everyone else can build things, too.
1999-08-30 aland made rad_send() encode the Password attribute.
1999-08-18 aland look up port names "radius" and "radacct", so that...
1999-08-18 aland added new option to radclient: -f.
1999-08-17 aland Timeout fixes from Stephen Langasek, with one or two...
1999-08-16 aland added more error messages to valuepair.c
1999-08-16 alandInitial revision origin/aland