freeradius.git
2013-07-11 Arran Cudbard... inst->xlat_name not needed for debug messages in rlm_redis release_3_0_0_rc0
2013-07-11 Arran Cudbard... -lregex is required for mingw, but is apparently not...
2013-07-11 Arran Cudbard... inst->xlat_name not needed for debug messages in rlm_krb5
2013-07-11 Arran Cudbard... Notes on rlm_ruby
2013-07-11 Arran Cudbard... Fix invalid format strings and bugs revealed by the...
2013-07-11 Arran Cudbard... Enable format string validation for module_failure_msg
2013-07-11 Arran Cudbard... Use <INVALID> instead of ¿unknown? to be consistent...
2013-07-11 Arran Cudbard... We don't skip, we just stop processing the update section
2013-07-11 Alan T. DeKokFix typo
2013-07-11 Alan T. DeKokInstalled links depend on the installation dir. Closes...
2013-07-11 Alan T. DeKokDon't echo if we do nothing
2013-07-11 Alan T. DeKokRe-enable [n] [#] and [*]. Closes #354.
2013-07-11 Alan T. DeKokBuffer may be NULL. Closes #358
2013-07-10 Arran Cudbard... Restructure map2request and dependencies to return...
2013-07-10 Arran Cudbard... Remove invalid assert, this could fail for VALUE_PAIR...
2013-07-10 Arran Cudbard... Set map operator on copied filtered attributes
2013-07-10 Arran Cudbard... -lpcreposix must be listed in linker arguments before...
2013-07-10 Arran Cudbard... pcreposix manual says both -lpcre and -lpcreposix need...
2013-07-10 Arran Cudbard... Fix messed up macro
2013-07-10 Arran Cudbard... Always set command to NULL after calling ct_cancel
2013-07-10 Arran Cudbard... If we know the destination is a list, copy all instance...
2013-07-10 Arran Cudbard... Currently not finding an attribute causes an abort...
2013-07-10 Arran Cudbard... Fix exec support in update sections. Fixes #355
2013-07-10 Arran Cudbard... Fixes #356
2013-07-10 Arran Cudbard... Missed colon
2013-07-10 Arran Cudbard... Everywhere else just uses <core>
2013-07-10 Arran Cudbard... Disable recurssion for nested attributes until the...
2013-07-10 Arran Cudbard... Shouldn't allocate in the NULL context
2013-07-10 Arran Cudbard... Die bubble die (radsniff)
2013-07-10 Arran Cudbard... Fix debug output alignment in radsniff
2013-07-10 Arran Cudbard... Fix double quoted VALUE_PAIR definitions
2013-07-10 Arran Cudbard... Revert "Crappy hack for dependency issues"
2013-07-10 Arran Cudbard... Copy paste error
2013-07-09 Arran Cudbard... Fix PCRE checks, and make code build cleanly without...
2013-07-09 Arran Cudbard... We use extended regexps when available, this is no...
2013-07-09 Arran Cudbard... regcomp whitespace changes
2013-07-09 Arran Cudbard... Typo
2013-07-09 Arran Cudbard... Fix all the update list debug output
2013-07-09 Arran Cudbard... Simplify paircopy functions and fix them so they can...
2013-07-09 Arran Cudbard... Sprinkle vp->type = VT_DATA in more places, this will...
2013-07-09 Arran Cudbard... Fix support for list copy
2013-07-09 Arran Cudbard... Add functions for validating a list of VALUE_PAIRs...
2013-07-09 Arran Cudbard... Add merge sort for VALUE_PAIRs
2013-07-09 Arran Cudbard... Add pairremove, which removes a pair from a linked...
2013-07-09 Arran Cudbard... Call talloc_set_log_stderr() in all utilities, so we...
2013-07-08 Alan T. DeKokZero-length strings are permitted Closes #352
2013-07-08 Arran Cudbard... Merge pull request #349 from alanbuxey/master
2013-07-08 Arran Cudbard... Merge pull request #351 from fajarnugraha/master-suse...
2013-07-08 Fajar A. Nugrahasuse: remove doc/examples and radrelay
2013-07-08 Fajar A. Nugrahasuse: commit missing files and delete unused file
2013-07-08 Arran Cudbard... Update sqlipool config, should now be sql_module_instan...
2013-07-08 Arran Cudbard... We don't support nested reference expansions
2013-07-07 Arran Cudbard... As with unixodbc, let the destructor take care of freei...
2013-07-07 Arran Cudbard... Let destructor handle freeing all resources
2013-07-06 Alan T. DeKokCleanups and clarifications
2013-07-06 Alan T. DeKokMinor updates
2013-07-05 Alan Buxeyadded DANTE VSA dictionary file
2013-07-05 Alan DeKokMerge pull request #348 from arr2036/zero_length_exp
2013-07-05 Arran Cudbard... Base sql configs are in main
2013-07-05 Arran Cudbard... Set dbc and env to NULL to avoid double free
2013-07-05 Arran Cudbard... Consistently return a zero length buffer from xlat_proc...
2013-07-05 Arran Cudbard... Don't generate errors on zero length expansions
2013-07-05 Arran Cudbard... Notes on rlm_sql_freetds/rlm_sql_sybase
2013-07-05 Arran Cudbard... Fix quoting style in debug messages, should be double...
2013-07-04 Arran Cudbard... Only list one deprecated alternative to avoid users...
2013-07-04 Alan T. DeKokSet the destructor only when necessary. Closes #347
2013-07-04 Alan T. DeKokWhitespace fixes
2013-07-04 Arran Cudbard... re-align utility help output
2013-07-03 Arran Cudbard... Update README.rst
2013-07-03 Arran Cudbard... Formatting
2013-07-03 Arran Cudbard... Another missed default
2013-07-03 Arran Cudbard... Only call paircompare register once per instance of...
2013-07-03 Arran Cudbard... Everything else uses attribute
2013-07-03 Arran Cudbard... Last tranche of config item name standardisation (in...
2013-07-03 Arran Cudbard... Use EXIT_FAILURE and EXIT_SUCCESS macros
2013-07-03 Arran Cudbard... Fix return codes in radiusd
2013-07-03 Arran Cudbard... Md not dM
2013-07-03 Arran Cudbard... Memory report and check when performing config check
2013-07-03 Arran Cudbard... Fix memory check on -C -m|-M
2013-07-03 Alan T. DeKokFix up uses of talloc
2013-07-03 Alan T. DeKokMinor updates
2013-07-02 Arran Cudbard... Update ldap
2013-07-02 Arran Cudbard... More updates and formatting
2013-07-02 Arran Cudbard... Update README.rst
2013-07-02 Arran Cudbard... Add notes on portmanteau config items
2013-07-02 Arran Cudbard... Be nice, and print out the name of the new config item...
2013-07-02 Arran Cudbard... Remove default for depricated config item
2013-07-02 Arran Cudbard... rlm_expiration no longer takes any configuration items
2013-07-02 Arran Cudbard... Missed removing config for rlm_expiration
2013-07-02 Arran Cudbard... Be consistent in our inconsistency
2013-07-02 Arran Cudbard... Typo
2013-07-02 Arran Cudbard... Use references in cache file example config
2013-07-02 Arran Cudbard... deprecate minimum-timeout in longin time, now minimum_t...
2013-07-02 Arran Cudbard... Remove support for reply-message from expiration, this...
2013-07-02 Arran Cudbard... Replace remaining instances of safe-characters with...
2013-07-02 Arran Cudbard... Replace nas_table with client_table
2013-07-02 Arran Cudbard... Use standard TLS config item names across all modules
2013-07-02 Arran Cudbard... Attribute should be singular not plaural
2013-07-02 Arran Cudbard... Support 'children' scope
2013-07-02 Arran Cudbard... Changes to default ldap configuration which were missed
next