newvector should be a bool
[freeradius.git] / src / main / radclient.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-18 Arran Cudbard-BellAllow setting the filter code from the request
2014-06-17 Arran Cudbard-BellMore radclient formatting and minor fixes
2014-06-16 Arran Cudbard-BellMissed break
2014-06-16 Arran Cudbard-BellMissed type
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-16 Arran Cudbard-BellTry harder in radclient to figure out request/response...
2014-06-13 Arran Cudbard-BellFix radtest to work when the local hostname is not...
2014-06-04 Arran Cudbard-BellFixup length when converting xlat VPs back to literals...
2014-06-02 Arran Cudbard-BellProcess and consume all Response-Packet-Type and Packet...
2014-06-02 Arran Cudbard-BellRemove redundant field in radclient request struct
2014-06-02 Arran Cudbard-BellAdd optional Radclient-Test-Name attribute (name is...
2014-06-02 Arran Cudbard-BellFix debugging verbosity in radclient
2014-06-02 Arran Cudbard-BellMove all special attribute checks into the loop which...
2014-06-02 Arran Cudbard-BellFormatting
2014-06-02 Arran Cudbard-BellIt's redundant check for server_port as it's value...
2014-06-02 Arran Cudbard-BellAdd comment regarding why we set the destructor for...
2014-06-02 Arran Cudbard-BellCleanup socket opening failure message
2014-06-02 Arran Cudbard-BellTypo
2014-06-02 Arran Cudbard-BellNot always Accepts and Rejects
2014-06-02 Arran Cudbard-BellFix 'auto' mode. Before responses weren't being matched...
2014-06-02 Arran Cudbard-BellUse REDEBUG so we know which entry failed parsing
2014-06-02 Arran Cudbard-BellSkip empty requests (this is closer to previous radclie...
2014-06-02 Arran Cudbard-BellFix assert on error in radclient
2014-06-01 Alan T. DeKokAuto-generate headers from dictionarty.freeradius.internal
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellMerge pull request #648 from leprechau/feature-fix
2014-05-21 Arran Cudbard-BellMerge pull request #647 from leprechau/v3.0.x
2014-05-21 Aaron Hurtadd missing 'acct' option to struct
2014-05-20 Arran Cudbard-BellSet port in radclient 'auto' mode too
2014-05-17 Arran Cudbard-BellMinor radclient fixes
2014-05-15 Arran Cudbard-BellFix uninitialised value in radclient
2014-05-08 Arran Cudbard-BellWhitespace
2014-05-07 Arran Cudbard-BellClear the error buffer after loading dictionaries
2014-05-07 Arran Cudbard-BellTypo
2014-05-02 Arran Cudbard-BellSwitch to using new logging macros, and make logging...
2014-05-02 Arran Cudbard-BellBreak out radclient structs into their own file
2014-05-02 Arran Cudbard-BellOutput the attribute which failed the filter
2014-05-02 Arran Cudbard-BellImprove error logging in radclient by using fr_perror
2014-04-25 Arran Cudbard-BellMake readvp2 a bit more sane
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-07 Arran Cudbard-BellIf we can figure out which binary is being used for...
2014-04-05 Arran Cudbard-BellPut old code back which actually worked...
2014-04-05 Arran Cudbard-BellNeed rad_assert.h
2014-04-05 Alan T. DeKokFix failing tests.
2014-04-04 Arran Cudbard-Bellradclient doesn't support xlats, so we need to hack...
2014-04-04 Arran Cudbard-BellAllow the 'global' packet type in requests to be overri...
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-29 Arran Cudbard-BellMinor resource leak in radclient CID 1194946
2014-03-29 Arran Cudbard-BellAdd basic filter support to radclient
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-19 Arran Cudbard-Bellwalker needs r/w arguments
2014-02-19 Arran Cudbard-BellFixup variables and definition names in rbtree code
2014-01-31 Alan T. DeKokMake TCP sockets work with udpfromto.
2014-01-28 Arran Cudbard-Bellread_dict returns -2 if the dictionary doesn't exist
2014-01-28 Arran Cudbard-BellAdd -D option to radclient to specify path to main...
2014-01-27 Arran Cudbard-BellAdd ENV[PANIC_ACTION] support to all applications
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2013-10-28 Alan T. DeKokfr_socket() returns a negative number for error
2013-09-26 Arran Cudbard-BellFix places where old VP values were not freed
2013-09-26 Arran Cudbard-BellAssume password src encoding is UTF8 and convert it...
2013-09-11 Alan T. DeKokRemoved unused debugging messages
2013-08-20 Alan T. DeKokClean up "close socket" routines.
2013-08-14 Alan T. DeKokpacket list id alloc/free now inserts / yanks the packe...
2013-08-14 Alan T. DeKokMade more functions return bool
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-10 Arran Cudbard-BellFix double quoted VALUE_PAIR definitions
2013-07-09 Arran Cudbard-BellCall talloc_set_log_stderr() in all utilities, so we...
2013-07-04 Arran Cudbard-Bellre-align utility help output
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-30 skidsUse a consistent callback return code
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairstrcpy()
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-03 Alan T. DeKokMade userparse() readvp2() take TALLOC_CTX
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-19 Alan T. DeKokUse talloc_free()
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-26 Arran Cudbard-BellOverwrite digest da *after* packing the TLV
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokMake the main directory use vp->da
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-20 Alan T. DeKokAdd descriptive error messages
2012-11-23 Arran Cudbard-BellAdd version definitions to installed headers
2012-10-29 Arran Cudbard-BellC != PHP
next