freeradius.git
2015-04-22 Alan T. DeKokNote recent changes. Prepare for 3.0.8 release_3.0.8
2015-04-22 Alan T. DeKokBe more relaxed with default config
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-22 Alan T. DeKokUse new syntax
2015-04-21 Santiago Gimenopsql: fix database setup.sql script
2015-04-21 Santiago Gimenopsql: fix query of expire_on_login counter
2015-04-21 Arran Cudbard... More formatting fixes in rlm_perl
2015-04-21 Arran Cudbard... Seem duplicative...
2015-04-21 Arran Cudbard... Consistently indent function scoped variables in rlm_perl
2015-04-21 Santiago Gimenopsql: fix accounting_on query syntax
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... Update ChangeLog
2015-04-19 Arran Cudbard... Actually add the User-Name attribute to the fake reques...
2015-04-19 Arran Cudbard... Fix some weird formatting in EAP-PWD
2015-04-18 Alan T. DeKokUse Fail-Accounting instead of Fail
2015-04-18 Alan T. DeKokRemove text about accounting from auth-only server
2015-04-18 Arran Cudbard... If it's binary in radiator, it should be octets in...
2015-04-18 Arran Cudbard... Update ChangeLog
2015-04-17 Arran Cudbard... Open the detail file for writing if we need to write...
2015-04-17 Arran Cudbard... More fine grained warnings, when marking detail request...
2015-04-17 Arran Cudbard... Apparently we *do* still need to link to libpthread
2015-04-17 Arran Cudbard... Use -pthread when available (instead of -lpthread or...
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... Optionally enable/disable filename escaping in rlm_linelog
2015-04-17 Arran Cudbard... Whilst '.' is fine in filenames allowing ../ may introd...
2015-04-16 Arran Cudbard... Slightly better name for cond_normalise_values
2015-04-15 Arran Cudbard... Add docs for unlang concat
2015-04-15 Arran Cudbard... There were plans to allow [#] references, but it turned...
2015-04-15 Arran Cudbard... Add 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 Herwin WeststrateAdded `debug_session_state` to debug policy
2015-04-15 Alan T. DeKokAllow for prefix to IP comparisons.
2015-04-15 Arran Cudbard... Print what type of tmpl/attr dhcp_options got, as well...
2015-04-15 Arran Cudbard... Some vendors split their DHCP options across multiple...
2015-04-14 Arran Cudbard... Add additional validation to rlm_cache
2015-04-14 Arran Cudbard... Add support for caching session-state
2015-04-13 Arran Cudbard... Update ChangeLog
2015-04-13 Arran Cudbard... Check for libpthread, we need to pass -lpthread to...
2015-04-13 Arran Cudbard... Need to set vp_length when deserializing cache entires
2015-04-13 Alan T. DeKoknote recent changes
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 Herwin WeststrateInclude radeapclient in debian packages
2015-04-13 Arran Cudbard... Formatting
2015-04-13 Arran Cudbard... Add documentation missing in rlm_rest
2015-04-12 Arran Cudbard... Increment the tries counter when attempting to acquire...
2015-04-11 Arran Cudbard... Update ChangeLog
2015-04-11 Arran Cudbard... Check we have all the functions needed for ldap_create_...
2015-04-11 Arran Cudbard... Copyright updates and formatting in rlm_ldap
2015-04-11 Arran Cudbard... Add support for specifying server side sort controls
2015-04-11 Arran Cudbard... Formatting
2015-04-11 Alan T. DeKokFixup list name. Fixes #952
2015-04-10 Arran Cudbard... Notes on DN vs Filter escaping
2015-04-10 Arran Cudbard... Disable __DATE__ __TIME__ warning
2015-04-10 Alan T. DeKokCast auto-converted only if the RHS is hex
2015-04-10 Alan T. DeKokSessions may not exist. Address #924 for MySQL
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... Change tmpl_cast_in_place so it'll work with TMPL_TYPE_DATA
2015-04-10 Arran Cudbard... Formatting
2015-04-10 Arran Cudbard... Can't define an unknown attribute with TMPL_TYPE_DATA...
2015-04-10 Arran Cudbard... Fixup docs for tmpl_afrom_attr_substr
2015-04-10 Arran Cudbard... Need to set new rhs->name len
2015-04-10 Arran Cudbard... Use 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. DeKokwhitespace
2015-04-10 Alan T. DeKokFail if there's no Cleartext-Password
2015-04-09 Arran Cudbard... Fix for gcc
2015-04-09 Arran Cudbard... bstrndup and bstrncpy are probably better names
2015-04-09 Arran Cudbard... TALLOC_CTX not always available
2015-04-09 Arran Cudbard... Fixup a bunch of bad calls to talloc_memdup
2015-04-09 Alan T. DeKokFix for last few commits
2015-04-09 Alan T. DeKokDefine named value. We probably want to define more...
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. DeKokNote TLS issues
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... Apparently older versions of doxygen don't appreciate...
2015-04-08 Arran Cudbard... Doxygen fixups
2015-04-08 Arran Cudbard... Typo in comment
2015-04-07 Arran Cudbard... Escape log filenames correctly in vradlog_request
2015-04-06 Arran Cudbard... Doxygen
2015-04-06 Arran Cudbard... Install doxygen
2015-04-05 Alan T. DeKoknote recent changes
2015-04-05 Alan T. DeKokBetter name for variable
2015-04-04 Alan T. DeKokFix for redundant-load-balance. Closes #945
next