Delete trailing whitespace.
[freeradius.git] / src / main / radclient.c
2007-05-14 nbk Delete trailing whitespace.
2007-05-03 aland Make "-c" work
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland call fclose() on error.
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland print one-line per-file summary, if asked
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Added call to dict_free(). valgrind now shows no...
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2006-11-28 aland Print out more information about bad packets
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
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.
next