Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / modules / rlm_realm / rlm_realm.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2016-09-26 Alan T. DeKokone more check for virtual servers
2016-09-26 Alan T. DeKokskip virtual servers in a pool
2016-09-19 Arran Cudbard-BellMerge pull request #1750 from TheMysteriousX/v3.0.x
2016-09-19 Adam BishopNULL the configuration item if no trust router is confi...
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-04 Alan T. DeKokrealmname may be NULL
2015-11-16 Alan T. DeKokFree the pointer, not the data it points to
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-10-29 Alan T. DeKokFree the pointer, not the data it points to
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-16 Arran Cudbard-BellUse modern list names
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-15 Arran Cudbard-BellMust set prefix when doing IP address comparisons in...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-03-31 Alan T. DeKokOnly call tr_init if trust router is configured
2015-03-18 Arran Cudbard-BellMerge pull request #928 from painless-security/to_submit
2015-03-18 Sam Hartmantrustrouter: permit trust-router-COI and error handling
2015-03-06 Sam Hartmantrustrouter: permit trust-router-COI and error handling
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-04 Arran Cudbard-BellFormatting
2014-10-21 Alan T. DeKokThe delimiter can be \\, too
2014-09-17 Sam HartmanMerge tag '3.0.4+moonshot1' into tr-integ
2014-09-09 Arran Cudbard-Bellrename rlm_realm config struct so it doesn't conflict...
2014-09-09 Arran Cudbard-Bellstriprealm should be strip_realm and a bool
2014-09-07 Kevin WassermanWhitespace fixups to match 3.0.x
2014-09-07 Kevin WassermanMerge branch 'v3.0.x' into tr-integ
2014-09-07 Kevin WassermanOnly tr_init() once
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-09-03 Alan T. DeKokPreliminary support for trust router code
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-14 Arran Cudbard-BellCleanup formatting in rlm_realm
2014-07-22 Kevin WassermanMerge branch 'v3.0.x' into tr-upgrade
2014-07-22 Kevin WassermanMerge branch 'v3.0.x' into tr-upgrade
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
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-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Arran Cudbard-BellAdd CC_HINT(nonnull) to module functions which were...
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-05-02 Alan T. DeKokRemove unused assignment
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-11 Alan T. DeKokSanitize return codes. "do nothing" is NOOP
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-17 Sam HartmanRemove printfs that break local realms; trust router...
2014-03-17 Margaret WassermanSet the tr_port default to "0", so behaviour won't...
2014-03-15 Margaret WassermanMerge branch 'tr-integ' of moonshot.suchdamage.org...
2014-03-15 Margaret WassermanAdd debugging printfs for trust router port number.
2014-03-14 Sam HartmanStringify the port
2014-03-14 Margaret WassermanMerge branch 'tr-integ' of moonshot.suchdamage.org...
2014-03-14 Margaret WassermanChanges to make the proxy use the correct default port...
2014-03-13 Margaret WassermanSet the trust router port number in the realm config
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-08-13 Margaret WassermanInitial tr integration code, compiles but not complete.
2013-08-06 Alan T. DeKokDoing nothing is a NOOP
2013-08-06 Alan T. DeKokAccounting-Requests don't need User-Name
2013-07-15 Arran Cudbard-BellFix confusing debug messages
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-03 Arran Cudbard-BellFormatting
2013-05-09 Alan T. DeKokRemove length limitations on names
2013-05-06 Alan T. DeKokRemove unnecessary cast
2013-04-30 Alan T. DeKokAdded pairstrcpy()
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
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. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Alan T. DeKokfoo == NULL to !foo
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. DeKokConvert pairmake() to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-17 Alan T. DeKokUse strlcpy
2013-02-17 Arran Cudbard-BellFix for coverity (don't segfault if rlm_realm is called...
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
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-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-05-23 Alan T. DeKokAdded support for CoA proxying via Operator-Name
2011-05-10 Alan T. DeKokBuild when there are no detail files
2011-03-30 Alan T. DeKokFix build/run errors when not using proxying
next