Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / modules / rlm_linelog / rlm_linelog.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2016-09-14 Alan DeKokMerge pull request #1727 from jrouzierinverse/feature...
2016-09-14 Alan DeKokMerge pull request #1728 from jrouzierinverse/feature...
2016-09-14 Alan T. DeKokUse normal escape routines, and not special ones.
2016-04-25 Alan T. DeKokRaise exfile limit to 256
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-02-17 Alan T. DeKoktypo
2016-02-17 Alan T. DeKokclean up linelog_escape function
2016-02-17 Alan T. DeKokexfile will create directories for us
2016-02-17 Alan T. DeKokClarify the code.
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-02 Arran Cudbard-BellRename xlat function typedefs
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-28 Alan T. DeKokMake locking configurable, and re-enable detail "locking"
2015-04-17 Arran Cudbard-BellOptionally enable/disable filename escaping in rlm_linelog
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-21 Arran Cudbard-BellAdd support for specifying syslog severity in rlm_linelog
2015-01-18 Arran Cudbard-Bellcall rad_mkdir to make the path for the control socket...
2015-01-18 Arran Cudbard-BellFix stupid redundant getgr* and getpw* functions
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellCoverity CID #1233595
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-08 Arran Cudbard-Bellexfile_open now opens files for read/writing, which...
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Arran Cudbard-BellMove exclusive file access functions into their own...
2014-12-04 Arran Cudbard-BellEscape filename expansions
2014-10-01 Alan DeKokMerge pull request #802 from spbnick/dont_detach_withou...
2014-09-30 Arran Cudbard-BellDon't bitch if we're using references and the format...
2014-09-26 Arran Cudbard-BellHmm a 1k line buffer, and a 4k filename buffer, somethi...
2014-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to most modules
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-09-02 Alan T. DeKokUse new fr_getgid() function. Addresses #776
2014-09-02 Alan T. DeKokUse getpwnam_r() and getgrnam_r() if available. Closes...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-02 Arran Cudbard-BellVarious scan-build fixes
2014-05-02 Arran Cudbard-BellAdd CC_HINT(nonnull) to module functions which were...
2014-04-25 Alan T. DeKokIt's now HUP safe.
2014-04-10 Alan T. DeKokUse the new logfile API
2014-04-03 Alan T. DeKokThe character is unsigned. Fixes #578
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-05-15 Alan T. DeKokClose FD before returning
2013-04-30 Arran Cudbard-BellFix warnings from GCC 4.8
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellFix more GCC warnings
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokUse PW_TYPE_REQUIRED and PW_TYPE_ATTRIBUTE
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd REQUEST* and void* to escape functions
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-04-11 Matthew Newtondon't chgrp syslog
2012-02-06 Matthew NewtonAdd "syslog_facility" to rlm_linelog
2012-01-16 Alan T. DeKokFix location of label to avoid compiler warnings
2012-01-16 Matthew NewtonAdd new 'group' option to rlm_linelog
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-20 Alan T. DeKokAdd mkdir, based on patch from Oliver Schroder
2011-07-29 Dmitry BorodaenkoConfigurable file permissions in rlm_linelog
2010-05-19 Alan T. DeKokSource files shouldn't have the executable bit set.
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
2009-04-15 Alan T. DeKokDon't leak FD's on empty values.
2009-03-04 Alan T. DeKokSimplified use of syslog options
2008-08-13 Alan T. DeKokAllow suppression of more log messages
2008-07-20 Alan T. DeKokDocument rlm_linelog, and expand it's capabilities
2008-05-29 aland Corrected typo
2008-02-27 aland added preliminary syslog support
2007-11-11 aland Mark more modules "safe for -C"
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
next