summaryrefslogtreecommitdiff
path: root/res/res_config_ldap.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-19Remove constant conditionals (dead-code).Corey Farrell
2017-02-22res_config_ldap: Various code improvementsSean Bright
2017-02-22Merge "realtime: Centralize some common realtime backend code"Joshua Colp
2017-02-21realtime: Centralize some common realtime backend codeSean Bright
2017-02-20res_config_ldap: Don't try to delete non-existent attributesSean Bright
2017-02-20res_config_ldap: Remove extraneous line numbers from log messagesSean Bright
2017-02-20res_config_ldap: Make memory allocation more consistentSean Bright
2017-02-20res_config_ldap: Fix configuration inheritance from _generalSean Bright
2017-02-20res_config_ldap: Fix erroneous LDAP_MOD_REPLACE in LDAP modifySean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-07main/cli.c: Refactor function to print seconds formattedRodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2013-04-10Use LDAP memory management functions instead of Asterisk'sMatthew Jordan
2013-03-12Update DoxygenAndrew Latham
2013-01-04Doxygen CleanupsAndrew Latham
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2011-08-19Fix infinite loop releasing the same memory in ldap_loadentry().Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-01-29Merged revisions 304866 via svnmerge from Sean Bright
2010-10-21Merged revisions 292523 via svnmerge from Russell Bryant
2010-09-29Merged revisions 289333 via svnmerge from Russell Bryant
2010-07-26Merged revisions 279601 via svnmerge from Tilghman Lesher
2010-07-23Minor corrections to the LDAP realtime driverOlle Johansson
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-01-14Plug a memory leak in res_config_ldap.Sean Bright
2010-01-12Fix crash in res_config_ldap.Sean Bright
2009-10-07Formatting, moving error messages to ERROR, removing references to unexisting...Olle Johansson
2009-08-12Added three new attributes and applied a patch to res_config_ldap.cGavin Henry
2009-08-10AST-2009-005Tilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-03-18a few more namespace updates... res_ael_share still needs some work before th...Kevin P. Fleming
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-07-11Fix some usages of snprintf, and clarify a couple variable names.Sean Bright
2008-06-21Reduce warning to debug, otherwise we flood the log when we (legitimately)Tilghman Lesher
2008-06-19Don't change pointers that need to be later passed back for deallocation.Tilghman Lesher