newvector should be a bool
[freeradius.git] / src / modules / rlm_replicate / rlm_replicate.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-08 Alan T. DeKokDon't replicate reply packets.
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-03 Arran Cudbard-BellRename home_server type to home_server_t
2014-01-07 Alan T. DeKokBuild warnings WITHOUT_PROXY
2013-09-13 Arran Cudbard-BellCleanup formatting in rlm_replicate
2013-09-13 Arran Cudbard-BellReplicated packet should be allocated in the request...
2013-09-12 Arran Cudbard-Bellfree -> talloc_free in rlm_replicate
2013-07-23 Alan T. DeKokPrint correct value
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellFix invalid format strings and bugs revealed by the...
2013-07-11 Arran Cudbard-BellUse <INVALID> instead of ¿unknown? to be consistent...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-29 Alan T. DeKokRemove "out of memory" log messages.
2013-03-20 Alan T. DeKokFix typo
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-02 Arran Cudbard-BellHandle empty lists better
2012-11-19 Arran Cudbard-BellMerge pull request #133 from arr2036/master
2012-11-15 Arran Cudbard-BellMake rlm_replicate work for duplicating responses as...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-05-25 Alan T. DeKokFix API for 3.0
2011-05-25 Alan T. DeKokHandle CHAP-Challenge
2011-05-25 Alan T. DeKokMake it build && work.
2011-05-25 Alan T. DeKokInitial version of rlm_replicate