import from HEAD:
[freeradius.git] / src / main / radclient.c
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-01-25 aland Pull rad_verify() out of rad_decode(), and update...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 nbkPull from CVS head:
2005-12-08 nbk Mark packets with invalid signature as "done", otherwi...
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-12-07 nbkPull from CVS head:
2005-11-30 aland Pull rbtree.c from the CVS head, to get fixes for...
2005-11-11 aland Include files used to build the server are now <freera...
2005-11-01 aland Added hex printing of the packets if command-line...
2005-09-25 nbk Add the attribute "noreturn" to the functions that...
2005-09-01 aland Octets fixes.
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-07-22 aland Check return code for rad_send()
2005-07-13 nbk Missing rad_free()
2005-05-13 raghuOpen the socket() for the right (IPv4/IPv6) family.
2005-05-12 raghuBind to the specified IP address and Port if
2005-05-04 aland If we get a bare IPv6 address, it has two or more...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-21 aland Implement [ipv6add]:port
2005-04-20 aland Add -4 && -6 command line options, to force IPv6/IPv6.
2005-04-20 aland Changes to radclient which should (theoretically)...
2005-04-20 aland Don't do #ifdef AF_INET6, as it's always defined now
2005-04-19 aland Look the server up with IPv6 aware code, too
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-07 aland Added support for server name of "-", and looking for
2004-09-07 aland Added rbtree_deletebydata()
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-22 aland Re-arranged the order of options in the code && usage.
2004-06-22 aland Add '-p', based on a patch from Nicolas Baradakis.
2004-06-02 aland Pull fix from the head
2004-06-02 aland Make '-i' work again
2004-03-15 aland If input ends in one or more blank lines, don't get...
2004-03-02 aland Re-arrange send_one_packet, based on comments from...
2004-03-02 aland Got rid of radsend_walk function, and moved the code...
2004-02-27 aland Clean up the "done request" logic.
2004-02-27 aland If no -f is specified, we're reading from stdin.
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...
next