Now that we have Cleartext-Password and Password-With-Header, use
[freeradius.git] / src / main / radclient.c
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