Now that we have Cleartext-Password and Password-With-Header, use
[freeradius.git] / src / main / radclient.c
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-13 aland Yank & de-allocate ID after verifying signature, not...
2006-07-01 fcusackimport from branch_1_1:
2006-06-27 aland Clean up API for packet list stuff, and a minor bug.
2006-06-16 aland Added "hash" back to RADIUS_PACKET, for speed.
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-16 aland If the packet fails verification, silently drop it.
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-07 aland Pull CoA fixes from the head
2006-03-07 aland Document coa
2006-03-07 aland Change CoF-* to CoA-*, because that's the proper name.
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
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-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...
next