Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / main / radclient.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-11-03 Arran Cudbard-BellPrevious commit not quite right - Better to check for...
2015-11-03 Alan T. DeKokWhine and you shall be satisfied
2015-11-02 Alan T. DeKokDefault to Access-Accept response for Status-Server
2015-08-14 Alan T. DeKokIf we can't encode a packet, delete it from the list
2015-07-20 Arran Cudbard-BellMove radclient to use fr_pton_port for its host and...
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-17 Alan T. DeKokRevert "Consistency"
2015-06-17 Alan T. DeKokConsistency
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-06 Arran Cudbard-BellFix -v in radclient
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-13 Alan T. DeKokCHAP-Password isn't NUL terminated
2015-04-13 Alan T. DeKokRemove unused variables
2015-04-13 Alan T. DeKokDelete old MS-CHAP stuff before creating new ones
2015-04-13 Alan T. DeKokProperly re-encode CHAP-Password. Fixes #955
2015-03-20 Arran Cudbard-BellCreate a standard set of socket connection functions...
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-24 Alan T. DeKokReset source IP only for TCP
2015-01-25 Alan T. DeKokHonor Packet-Src-Port in radclient. Fixes #889
2015-01-22 Arran Cudbard-BellSet src/dst IP address prefix lengths correctly when...
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellMove printing the reply out a little later (after we...
2014-12-15 Arran Cudbard-BellAdd packet debugging back into radclient
2014-12-04 Arran Cudbard-BellFix issue that caused radclient to default to sending...
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-12-03 Arran Cudbard-BellMake IP resolution errors a bit clearer
2014-11-04 Arran Cudbard-BellFormatting
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-14 Arran Cudbard-BellName for stdin should be "-" for backwards compatibility
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
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-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
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
next