Set dbc and env to NULL to avoid double free
[freeradius.git] / src /
2013-07-05 Arran Cudbard-BellSet dbc and env to NULL to avoid double free
2013-07-05 Arran Cudbard-BellFix quoting style in debug messages, should be double...
2013-07-04 Arran Cudbard-BellOnly list one deprecated alternative to avoid users...
2013-07-04 Alan T. DeKokSet the destructor only when necessary. Closes #347
2013-07-04 Arran Cudbard-Bellre-align utility help output
2013-07-03 Arran Cudbard-BellFormatting
2013-07-03 Arran Cudbard-BellAnother missed default
2013-07-03 Arran Cudbard-BellOnly call paircompare register once per instance of...
2013-07-03 Arran Cudbard-BellEverything else uses attribute
2013-07-03 Arran Cudbard-BellLast tranche of config item name standardisation (in...
2013-07-03 Arran Cudbard-BellUse EXIT_FAILURE and EXIT_SUCCESS macros
2013-07-03 Arran Cudbard-BellFix return codes in radiusd
2013-07-03 Arran Cudbard-BellFix memory check on -C -m|-M
2013-07-03 Alan T. DeKokFix up uses of talloc
2013-07-02 Arran Cudbard-BellBe nice, and print out the name of the new config item...
2013-07-02 Arran Cudbard-BellRemove default for depricated config item
2013-07-02 Arran Cudbard-Bellrlm_expiration no longer takes any configuration items
2013-07-02 Arran Cudbard-BellMissed removing config for rlm_expiration
2013-07-02 Arran Cudbard-BellBe consistent in our inconsistency
2013-07-02 Arran Cudbard-BellTypo
2013-07-02 Arran Cudbard-Belldeprecate minimum-timeout in longin time, now minimum_t...
2013-07-02 Arran Cudbard-BellRemove support for reply-message from expiration, this...
2013-07-02 Arran Cudbard-BellReplace remaining instances of safe-characters with...
2013-07-02 Arran Cudbard-BellUse standard TLS config item names across all modules
2013-07-02 Arran Cudbard-BellAttribute should be singular not plaural
2013-07-02 Arran Cudbard-BellSupport 'children' scope
2013-07-02 Arran Cudbard-Bellnas_query is deprecated, replaced by client_query
2013-07-02 Arran Cudbard-Bellsafe-charcters is deprecated, replaced by safe_characters
2013-07-02 Arran Cudbard-BellCleanup things in modcall and fix missing closing brace
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Alan T. DeKokDon't shadow a global symbol
2013-07-02 Arran Cudbard-BellReorder arguments to radius_exec_program so they make...
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-07-01 Arran Cudbard-BellWhitespace changes rlm_exec
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_EXISTS
2013-07-01 Arran Cudbard-BellMark more things as filenames
2013-07-01 Arran Cudbard-Bellloc is not options
2013-06-30 Arran Cudbard-BellDon't start if the configuration contains deprecated...
2013-06-30 Alan T. DeKokNon-existent attrs expand to "". Closes #308
2013-06-30 skidsAlways fixup after deleting a black child node in rbtree
2013-06-30 skidsUse a consistent callback return code
2013-06-30 skidsFix obvious pasto in PostOrder walk.
2013-06-29 Alan T. DeKokWhen a socket is closed, just mark the requests as...
2013-06-29 Alan T. DeKokMake auto_limit_acct probabalistic
2013-06-29 Alan T. DeKokMinor cleanup to cleanup code
2013-06-29 Alan T. DeKokMake requests NULL talloc context
2013-06-28 Arran Cudbard-BellBe consistent with common config_item names
2013-06-28 Alan T. DeKokRemove debug macro
2013-06-28 Alan T. DeKokAlways set reply timestamp.
2013-06-28 Alan T. DeKokSteal the packet so we don't leak memory
2013-06-28 Alan T. DeKokRemove refcount on mainconfig. It's not used
2013-06-28 Alan T. DeKokSimplify request_free() now that we use talloc everywhere
2013-06-28 Alan T. DeKokSteal the CoA packet when we reparent it
2013-06-28 Alan T. DeKokMake request_alloc() take a TALLOC_CTX
2013-06-28 Alan T. DeKokIndentation matters
2013-06-28 Alan T. DeKokRemove unused function
2013-06-28 Alan T. DeKokMove request data to talloc
2013-06-28 Arran Cudbard-BellSprinkle PW_TYPE_REQUIRED over module configuration...
2013-06-28 Arran Cudbard-BellFix -HUP
2013-06-28 Arran Cudbard-BellMinor formatting in modules.c
2013-06-28 Arran Cudbard-BellMerge pull request #337 from armitasp/master
2013-06-28 Arran Cudbard-BellCall wait() with WNOHANG to reap any children left...
2013-06-28 Arran Cudbard-BellDebug messages in rlm_chap
2013-06-28 Arran Cudbard-BellRemove portcmp, it's now broken, and it's functionality...
2013-06-28 Arran Cudbard-BellUse name instead of value in ldap group debug message...
2013-06-27 Arran Cudbard-BellFix ruby/perl/python directory creation
2013-06-27 Arran Cudbard-Bellmake install output consistent
2013-06-27 Arran Cudbard-BellDeprecated config items MUST be listed first and MUST...
2013-06-27 Arran Cudbard-BellRestructure raddb dir
2013-06-27 Arran Cudbard-BellConvert missed free() in cf_item_parse
2013-06-27 Arran Cudbard-BellRemove smurfs from rlm_detail config items
2013-06-27 Arran Cudbard-BellAdd 'attrsfile' config item back in, but mark it as...
2013-06-27 Arran Cudbard-BellNo point in setting default filter file for rlm_attr_filter
2013-06-27 Arran Cudbard-BellAdd 'file' config item, admins should eventually replac...
2013-06-27 Arran Cudbard-BellDon't assume that properties are the last things in...
2013-06-27 Arran Cudbard-BellAllow parent section to be referenced anonymously ...
2013-06-27 Alan T. DeKokHacks to make mods-config/.../ work better
2013-06-26 Arran Cudbard-BellMerge pull request #331 from armitasp/master
2013-06-26 Arran Cudbard-BellIncrease width of counters, use bool where appropriate
2013-06-26 Arran Cudbard-BellUse nas_type consistently
2013-06-26 Arran Cudbard-BellSet current if it's NULL on pairinsert
2013-06-25 Arran Cudbard-BellNo full stop
2013-06-25 Arran Cudbard-BellFix typo that caused segv when reading in 64bit integers
2013-06-25 Arran Cudbard-BellUse the exact names of config-items to avoid pain later
2013-06-25 Arran Cudbard-BellFormatting
2013-06-25 Arran Cudbard-BellFix potential segv in rlm_ldap if profile_filter was...
2013-06-25 Arran Cudbard-BellRemove magic inheritance magic for base_dn
2013-06-25 Arran Cudbard-BellRemove boostrap code from EAP modules, doesn't work...
2013-06-25 Arran Cudbard-BellAdd missing behaviour for accounting and authenticate...
2013-06-24 Arran Cudbard-Bellerror if wait is not enabled and exec xlat is called
2013-06-24 Arran Cudbard-Belluse client_from_query in rlm_sql
2013-06-24 Arran Cudbard-BellMore misc fixes
2013-06-24 Arran Cudbard-BellBe consistent with config items, it should be base_dn...
2013-06-24 Arran Cudbard-BellTypo
2013-06-24 Arran Cudbard-BellTypo
2013-06-24 Alan T. DeKokAn array which holds 6 entries + NULL is 7 entries...
2013-06-24 Alan T. DeKokEnsure that only short attributes can be encrypted
2013-06-23 Arran Cudbard-BellRename configure.in to configure.ac
2013-06-23 Alan T. DeKokMore sanity fixes for encoder / decoder
next