Update module_interface.rst
[freeradius.git] / src /
2015-04-25 Arran Cudbard-BellMerge pull request #970 from alanbuxey/patch-11
2015-04-25 Alan BuxeyUpdate eap-ttls-eap-mschapv2.conf
2015-04-24 Alan T. DeKokAllow %{module:} in expansions
2015-04-24 Alan T. DeKokMake VQP definitions auto-generated, too
2015-04-24 Alan T. DeKokRemove unused defines
2015-04-24 Alan T. DeKokPWE_NONE, not PW_NONE
2015-04-24 Alan T. DeKokProper fix for #945. Auto-generate PW_AUTH_TYPE_*
2015-04-24 Alan T. DeKokMake defines match dictonaries. Fixes #965
2015-04-23 Alan T. DeKokAllow virtual servers in request_proxy_anew()
2015-04-22 Arran Cudbard-BellFix mismatches between CONF_PARSER structs and the...
2015-04-22 Arran Cudbard-BellFix incorrect logic in cf_section_parse_warn which...
2015-04-22 Arran Cudbard-BellPut things in a more sensible order
2015-04-22 Alan T. DeKokRemoved ref to check_config.
2015-04-22 Alan T. DeKokWarn about unused config items for -C and -xxx
2015-04-21 Arran Cudbard-BellMore formatting fixes in rlm_perl
2015-04-21 Arran Cudbard-BellSeem duplicative...
2015-04-21 Arran Cudbard-BellConsistently indent function scoped variables in rlm_perl
2015-04-20 Alan T. DeKokIf check_config, don't start threads, pipes, etc.
2015-04-20 Alan T. DeKokConvert errors to bounds checks
2015-04-19 Arran Cudbard-BellActually add the User-Name attribute to the fake reques...
2015-04-19 Arran Cudbard-BellFix some weird formatting in EAP-PWD
2015-04-17 Arran Cudbard-BellOpen the detail file for writing if we need to write...
2015-04-17 Arran Cudbard-BellMore fine grained warnings, when marking detail request...
2015-04-17 Alan T. DeKokSet FP to NULL if it's not being used
2015-04-17 Alan T. DeKokFix typo
2015-04-17 Arran Cudbard-BellOptionally enable/disable filename escaping in rlm_linelog
2015-04-17 Arran Cudbard-BellWhilst '.' is fine in filenames allowing ../ may introd...
2015-04-16 Arran Cudbard-BellSlightly better name for cond_normalise_values
2015-04-15 Arran Cudbard-BellAdd test for multivalue regex matches
2015-04-15 Alan T. DeKokEmpty strings are NULL, not ""
2015-04-15 Alan T. DeKokFix names for now
2015-04-15 Alan T. DeKokAllow for prefix to IP comparisons.
2015-04-15 Arran Cudbard-BellPrint what type of tmpl/attr dhcp_options got, as well...
2015-04-15 Arran Cudbard-BellSome vendors split their DHCP options across multiple...
2015-04-14 Arran Cudbard-BellAdd additional validation to rlm_cache
2015-04-14 Arran Cudbard-BellAdd support for caching session-state
2015-04-13 Arran Cudbard-BellCheck for libpthread, we need to pass -lpthread to...
2015-04-13 Arran Cudbard-BellNeed to set vp_length when deserializing cache entires
2015-04-13 Alan T. DeKokCHAP-Password isn't NUL terminated
2015-04-13 Alan T. DeKokExpand buffer to max string size
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-04-13 Arran Cudbard-BellAdd documentation missing in rlm_rest
2015-04-12 Arran Cudbard-BellIncrement the tries counter when attempting to acquire...
2015-04-11 Arran Cudbard-BellCheck we have all the functions needed for ldap_create_...
2015-04-11 Arran Cudbard-BellCopyright updates and formatting in rlm_ldap
2015-04-11 Arran Cudbard-BellAdd support for specifying server side sort controls
2015-04-11 Arran Cudbard-BellFormatting
2015-04-11 Alan T. DeKokFixup list name. Fixes #952
2015-04-10 Arran Cudbard-BellNotes on DN vs Filter escaping
2015-04-10 Alan T. DeKokCast auto-converted only if the RHS is hex
2015-04-10 Alan T. DeKokCast auto-converted attrs to the correct type
2015-04-10 Alan T. DeKokEncode WiMAX test
2015-04-10 Alan T. DeKokTests for strings vs explicit casts
2015-04-10 Alan T. DeKokMark up auto-converted templates.
2015-04-10 Alan T. DeKokRemove redundant assignment
2015-04-10 Alan T. DeKokPrint with quote from template, not hard-coded quote
2015-04-10 Arran Cudbard-BellChange tmpl_cast_in_place so it'll work with TMPL_TYPE_DATA
2015-04-10 Arran Cudbard-BellFormatting
2015-04-10 Arran Cudbard-BellCan't define an unknown attribute with TMPL_TYPE_DATA...
2015-04-10 Arran Cudbard-BellFixup docs for tmpl_afrom_attr_substr
2015-04-10 Arran Cudbard-BellNeed to set new rhs->name len
2015-04-10 Arran Cudbard-BellUse the same reverse goto on error as everywhere else...
2015-04-10 Alan T. DeKokCall map_cast_from_hex only for unknown attrs. Address...
2015-04-10 Alan T. DeKokFail if there's no Cleartext-Password
2015-04-09 Arran Cudbard-BellFix for gcc
2015-04-09 Arran Cudbard-Bellbstrndup and bstrncpy are probably better names
2015-04-09 Arran Cudbard-BellTALLOC_CTX not always available
2015-04-09 Arran Cudbard-BellFixup a bunch of bad calls to talloc_memdup
2015-04-09 Alan T. DeKokFix for last few commits
2015-04-09 Alan T. DeKokMash name spaces to dashes, too
2015-04-09 Alan T. DeKokFix error message
2015-04-09 Alan T. DeKokRemove extraneous "+ 16"
2015-04-08 Alan T. DeKokmake client certs available for TLS application data...
2015-04-08 Alan T. DeKokOn TLS success, add the certs to the request
2015-04-08 Alan T. DeKokThe cert attributes are NOT added to the request.
2015-04-08 Arran Cudbard-BellApparently older versions of doxygen don't appreciate...
2015-04-08 Arran Cudbard-BellDoxygen fixups
2015-04-08 Arran Cudbard-BellTypo in comment
2015-04-07 Arran Cudbard-BellEscape log filenames correctly in vradlog_request
2015-04-06 Arran Cudbard-BellDoxygen
2015-04-05 Alan T. DeKokBetter name for variable
2015-04-04 Alan T. DeKokFix for redundant-load-balance. Closes #945
2015-04-04 Alan T. DeKokRemove redundant open brace
2015-04-04 Alan T. DeKokRevert "Loop over COUNT entries. Maybe addresses ...
2015-04-03 Alan T. DeKokMore checks on identity
2015-04-03 Alan T. DeKokLimit identity length
2015-04-02 Alan T. DeKokAllow EAP-MSCHAPv2 to have configurable server identity...
2015-04-01 Alan T. DeKokWarning for old config
2015-04-01 Alan T. DeKokFix cppcheck complaint
2015-04-01 Alan T. DeKokRemove bad free
2015-04-01 Alan T. DeKokLoop over COUNT entries. Maybe addresses #945
2015-04-01 Alan T. DeKokTry 3 times to lock it. If it fails, return an error
2015-04-01 Alan T. DeKokCreate correctly formatted session cache entries
2015-04-01 Alan T. DeKokComplain if stupid people disable all TLS versions
2015-03-31 Arran Cudbard-BellMerge pull request #944 from mcnewton/pr
2015-03-31 Arran Cudbard-BellServers are freed individually on server exit, so can...
2015-03-31 Alan T. DeKokWarn on use of expanded EAP types
2015-03-31 Alan T. DeKokConvert expanded EAP to normal EAP
next