Fixing the rlm_detail manual
[freeradius.git] / src /
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
2015-07-30 Arran Cudbard-BellFix potential buffer overflow in value_data_prints
2015-07-29 Jorge Pereirabetter handle of errors returned by kevent() in FreeBSD
2015-07-27 Alan T. DeKokRemove unnecessary prototype
2015-07-27 Alan T. DeKokDon't do mutexes if no threads
2015-07-27 Alan T. DeKokDon't check for spawn in area where it's false
2015-07-27 Alan T. DeKokMore minor tweaks
2015-07-27 Alan T. DeKokRemove "needs_reconnecting"
2015-07-27 Alan T. DeKokDon't use "lock". It's too common
2015-07-27 Alan T. DeKokformatting / comments
2015-07-27 Alan T. DeKokDon't recusively grab mutexes.
2015-07-27 Alan T. DeKokredisConnect() may return NULL
2015-07-27 Alan T. DeKokDo dedup for CoA packets, too
2015-07-26 Alan T. DeKokUse correct VP for port information
2015-07-26 Alan T. DeKoksession_init returns 0/1
2015-07-24 Alan T. DeKokconn_pool -> pool. Closes #1165
2015-07-24 Arran Cudbard-BellFormatting
2015-07-24 Arran Cudbard-BellPass error codes back through cf_section_parse
2015-07-24 Arran Cudbard-BellRevert "Don't complain on deprecated. Closes #1131"
2015-07-22 Arran Cudbard-BellMerge pull request #1160 from jpereira/dict/alcatel7750-1
2015-07-22 Arran Cudbard-BellDon't check pointer in FR_TIMEVAL_TO_MS
2015-07-22 Herwin WeststrateAdd NULL check in originate-coa
2015-07-22 Arran Cudbard-BellMerge pull request #1159 from qnet-herwin/servicetype_a...
2015-07-22 Herwin WeststrateUse define for Service-Type value check
2015-07-21 Arran Cudbard-BellAvoid modifying dst until we're sure unescaping has...
2015-07-20 Arran Cudbard-BellAlways set error messages in ip_hton
2015-07-20 Arran Cudbard-BellMove radclient to use fr_pton_port for its host and...
2015-07-20 Arran Cudbard-BellFix v6 address printing in from/to messages
2015-07-20 Arran Cudbard-BellAllow an af to be specified for fr_pton
2015-07-20 Arran Cudbard-BellAdd fr_pton_port which parses a v4/v6 ipaddress or...
2015-07-20 Arran Cudbard-BellUse temporary value buffer in fr_pton4/6
2015-07-20 Arran Cudbard-BellRename json_fr_pair_make back to json_pair_make
2015-07-20 Arran Cudbard-BellCheck for sasl/sasl.h too
2015-07-19 Arran Cudbard-BellFormatting
2015-07-19 Arran Cudbard-BellOnly check if config items are deprecated if they exist
2015-07-19 Arran Cudbard-BellUse inst->pool not inst->conn_pool
2015-07-19 Arran Cudbard-BellNormalise conn field names in iodbc
2015-07-19 Arran Cudbard-BellAdditional macros to simplify timeval to ms conversions...
2015-07-17 Alan T. DeKokGlobbing across directories is not supported. Fixes...
2015-07-16 Arran Cudbard-Bells/fr_pair_make_any/fr_pair_make_unknown
2015-07-16 Arran Cudbard-BellUse modern list names
2015-07-16 Alan T. DeKokIf proxying to public IPs, skip link local sockets...
2015-07-16 Nicolas Cfixed message "hex string is not even"
2015-07-16 Alan T. DeKokMore byte fixes
2015-07-16 Alan T. DeKokMore short fixes
2015-07-16 Nicolas Cdhcp secs is a short
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-15 Alan T. DeKokClarify message
2015-07-15 Arran Cudbard-BellAlternate where we write errors in fr_strerror_printf...
2015-07-15 Arran Cudbard-BellFormatting in getaddrinfo.c
2015-07-15 Arran Cudbard-Bells/fr_isbase64/fr_is_base64
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-07-14 Arran Cudbard-BellRemove module_safe grouping
2015-07-14 Alan T. DeKokFix files module so there's no collisions.
2015-07-14 Alan T. DeKokSet lineno correctly
2015-07-14 Alan T. DeKokWe can use "lineno" instead of "order"
2015-07-14 Alan T. DeKokRemove unused field
2015-07-14 Alan T. DeKokRemove default cistron compatibility.
2015-07-13 Arran Cudbard-BellAdd PW_TYPE to data type mapping table
2015-07-13 Arran Cudbard-BellAdd doxygen headers for some important enums
2015-07-10 Alan T. DeKokMore optimizations
2015-07-10 Alan T. DeKokStandardize warning messages
2015-07-10 Alan T. DeKokcheck_config is now in conffile.c
2015-07-10 Alan T. DeKokMove check_config to conffile.c
2015-07-10 Alan T. DeKokDon't complain on deprecated. Closes #1131
next