summaryrefslogtreecommitdiff
path: root/res/res_config_ldap.c
AgeCommit message (Expand)Author
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
2008-05-27When binding anonymously, credentials are still needed.Tilghman Lesher
2008-05-14Make the ldap version setting work without having both version and protocol set.Joshua Colp
2008-05-07Only save a password if a username exists.Russell Bryant
2008-05-07Use the default that the log output claims will be used for the basednRussell Bryant
2008-04-21Only print out the error message if ldap_modify_ext_s actually returns an err...Joshua Colp
2008-04-18If the parsing of the config file fails make sure we unlock ldap_lock.Joshua Colp
2008-04-11Use the correct function for free'ing objects, and maybe we won't crash.Tilghman Lesher
2008-04-11Errors are all greater than 0Tilghman Lesher
2008-03-18Change back to using ldap_initialize() and let the user specify a URL directly,Tilghman Lesher
2008-03-18Set protocol version, port number correctly.Tilghman Lesher
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-11An offhand comment from Russell made me realize that the configuration fileTilghman Lesher
2008-03-06Missing braces, fix parsingTilghman Lesher
2008-02-15Fix up some doxygen issues.Jason Parker
2008-01-23Coding guidelines cleanupTilghman Lesher
2008-01-22Add res_config_ldap for realtime LDAP engine.Tilghman Lesher