note recent changes
[freeradius.git] / src /
2015-09-08 Alan T. DeKokParse hex Ascend-Data-Filter correctly
2015-09-08 Alan T. DeKokUse the input length for printing, not output length
2015-09-06 Alan T. DeKokDebug TLVs when encoding, too
2015-09-05 Arran Cudbard-BellRemove old comment in rlm_example
2015-09-05 Arran Cudbard-BellAllow %} as an expansion for a literal } Closes #1209
2015-09-05 Arran Cudbard-BellFormatting
2015-09-04 Arran Cudbard-BellAdd fake module_instantiate_method in map_unit.c
2015-09-04 Alan T. DeKokActually set method
2015-09-04 Alan T. DeKokAllow virtual modules to have method over-rides, too
2015-09-04 Alan T. DeKokUse correct name for module
2015-09-04 Alan T. DeKokMake sure wbclient.h is included when needed. Fixes...
2015-09-04 Alan T. DeKokGenerate fewer complaints on trying "foo.authorize"
2015-09-03 Alan T. DeKokTypo
2015-09-03 Alan T. DeKokAdd module_instantiate_method()
2015-09-03 Arran Cudbard-BellFree expr of regex exec error Closes #1207
2015-09-02 Alan T. DeKokPort fixes from v3.1.x
2015-09-02 Alan T. DeKokOn HUP, reload a module which has changed
2015-09-02 Alan T. DeKokDon't us be HUP'd repeatedly.
2015-09-02 Alan T. DeKokMake the "file changed" flag into a bitfield
2015-09-02 Arran Cudbard-BellMove xlat_listen
2015-09-02 Alan T. DeKokSet default DHCP port if user has "port = 0"
2015-09-02 Arran Cudbard-BellRegister the listen xlat in mainconfig not listen_init
2015-09-02 Alan T. DeKokAlways delete MS-MPPE-* from the reply. Fixes #1206
2015-09-02 Alan T. DeKokUse correct variable for check. Fixes #1205
2015-09-02 Alan T. DeKokRHS of pairs can only be strings or bare words
2015-09-01 Alan T. DeKokFix for CID #1321695
2015-08-31 Alan T. DeKokDebug all VPs in options, not just the first one
2015-08-31 Alan T. DeKokIf we have CHADDR, mark up htype and hlen
2015-08-30 Alan T. DeKokUse macro instead of hard-coded number
2015-08-30 Alan T. DeKokFixes for DHCP lease query
2015-08-30 Alan T. DeKokUpdates to permit DHCP lease query. Untested for now.
2015-08-21 Alan T. DeKokStatic checks for known subsections
2015-08-21 Alan T. DeKokRevert "Pre-parse insert / trim / expire, and mark...
2015-08-20 Alan T. DeKokmark home server alive if we have a proxy reply in...
2015-08-20 Alan T. DeKokRefactor "mark home server alive" to a function
2015-08-20 Alan T. DeKokStop processing when we hit max time. Fixes #1184
2015-08-19 Arran Cudbard-BellMerge pull request #1197 from jpereira/develop/rlm_rest2
2015-08-19 Jorge Pereirarlm_rest: The json_object_object_get() is deprecated
2015-08-19 Alan T. DeKokWhen creating default proxy listener, add it to the...
2015-08-19 Alan T. DeKokWhitespace
2015-08-19 Alan T. DeKokClarify debugging messages with actual port number
2015-08-19 Alan T. DeKokQuiet nosy programmer
2015-08-19 Alan T. DeKokDon't check on proto. Addresses #1195
2015-08-19 Alan T. DeKokRemove redundant declaration
2015-08-19 Alan T. DeKokAlmost there
2015-08-19 Alan T. DeKokMake it build...
2015-08-19 Alan T. DeKokLinker hacks
2015-08-19 Alan T. DeKokRemove unnecessary wrappers
2015-08-19 Alan T. DeKokDisallow assigning [#]. Fixes #1171
2015-08-19 Alan T. DeKokAdded unit test framework for maps
2015-08-19 Alan T. DeKokFix text
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-19 Arran Cudbard-BellMissing conf terminator Closes #1167
2015-08-19 Alan T. DeKokPrint out code, too
2015-08-19 Jorge Pereirabe 'NOT NULL' to prevent SEGV
2015-08-19 Alan T. DeKokSet packet->proto
2015-08-19 Alan T. DeKokPrint out packet code by name
2015-08-19 Alan T. DeKokWe don't need these messages in normal debug mode
2015-08-19 Arran Cudbard-BellFix capitalization for sha1_ctx
2015-08-19 Alan T. DeKokMove message to debug only. Fixes #1182
2015-08-19 Arran Cudbard-BellTypo
2015-08-19 Arran Cudbard-BellFix tags in map_exec_to_vp too Addresses #1191
2015-08-19 Arran Cudbard-BellWrap
2015-08-19 plambrechtsenAdded tag to map
2015-08-14 Alan T. DeKokSet home->proto for servers read from config files
2015-08-14 Alan T. DeKokUse consistent names
2015-08-14 Alan T. DeKokIf we can't encode a packet, delete it from the list
2015-08-14 Alan T. DeKokPrint out socket, proto, and src / dst, IP / port in...
2015-08-14 Alan T. DeKokAlways create run_dir and logdir if needed
2015-08-13 Arran Cudbard-BellFix CID #1316262
2015-08-13 Arran Cudbard-Bellldap_next_entry requires the previous entry
2015-08-13 Jeremy BrowneTypo in SSL version check
2015-08-13 Alan T. DeKokAllow EAP sub-modules to be disabled via (e.g.) "disabl...
2015-08-12 Alan T. DeKokPrint out packet code by name
2015-08-12 Alan T. DeKokPrint out Status-Server packet for pings
2015-08-12 Alan T. DeKokInclude packet ID in error messages
2015-08-08 Alan T. DeKokSet proto for proxied packets, too
2015-08-08 Alan T. DeKokInitialize packet->proto as required
2015-08-08 Alan T. DeKokMore tests for tunnel password encryption
2015-08-08 Alan T. DeKokHandle TCP sockets better. Fixes #1177
2015-08-08 Alan T. DeKokRe-link and run tests if pre-reqs change
2015-08-07 Arran Cudbard-BellOnly print packet decoding errors if running in debug...
2015-08-04 Arran Cudbard-BellAllow casting from unsigned to signed as long as the...
2015-08-04 Arran Cudbard-BellMerge pull request #1180 from leprechau/v3.0.x
2015-08-04 Aaron Hurtadded NULL checks
2015-08-04 Arran Cudbard-Belljson_object_get_string_len should operate on output...
2015-08-03 Arran Cudbard-BellMerge pull request #1175 from leprechau/v3.0.x
2015-08-03 Aaron Hurtapplicable parts of #1174 backported for 3.0.x
2015-08-03 Arran Cudbard-BellRevert #1169 causes hang on make test on OSX
2015-08-01 Arran Cudbard-BellFix kevent error message
2015-08-01 Alan DeKokMerge pull request #1169 from jpereira/devel/bsd-kevent1
2015-07-31 Arran Cudbard-BellHAVE_JSON set in config.h
2015-07-31 Arran Cudbard-BellSearch for json headers in multiple locations Closes...
2015-07-31 Arran Cudbard-BellGrammar
2015-07-31 Arran Cudbard-BellBe more careful about appending duplicate options to...
2015-07-31 Alan T. DeKokconst for variables
2015-07-31 Alan T. DeKokTests for Tunnel-Password
2015-07-31 Alan T. DeKokAdded packet / original for encode / decode attrs
2015-07-31 Arran Cudbard-Bellfr_utf8_char should take a string length so that it...
2015-07-31 Arran Cudbard-BellFifo code should use unsigned ints
next