aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Merged revisions 211767 via svnmerge from ghenry1-8/+17
2009-08-10AST-2009-005tilghman1-2/+2
2009-06-18Merged revisions 201678 via svnmerge from dvossel1-12/+6
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-7/+7
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman1-1/+189
2008-09-28Merge the cli_cleanup branch.mvanbaak1-2/+2
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-2/+1
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-39/+39
2008-07-11Fix some usages of snprintf, and clarify a couple variable names.seanbright1-7/+7
2008-06-21Reduce warning to debug, otherwise we flood the log when we (legitimately)tilghman1-7/+7
2008-06-19Don't change pointers that need to be later passed back for deallocation.tilghman1-41/+44
2008-05-27When binding anonymously, credentials are still needed.tilghman1-1/+3
2008-05-14Make the ldap version setting work without having both version and protocol set.file1-1/+1
2008-05-07Only save a password if a username exists.russell1-5/+8
2008-05-07Use the default that the log output claims will be used for the basednrussell1-2/+3
2008-04-21Only print out the error message if ldap_modify_ext_s actually returns an err...file1-1/+1
2008-04-18If the parsing of the config file fails make sure we unlock ldap_lock.file1-0/+1
2008-04-11Use the correct function for free'ing objects, and maybe we won't crash.tilghman1-2/+2
2008-04-11Errors are all greater than 0tilghman1-9/+9
2008-03-18Change back to using ldap_initialize() and let the user specify a URL directly,tilghman1-20/+23
2008-03-18Set protocol version, port number correctly.tilghman1-11/+19
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-4/+4
2008-03-11An offhand comment from Russell made me realize that the configuration filetilghman1-2/+2
2008-03-06Missing braces, fix parsingtilghman1-2/+5
2008-02-15Fix up some doxygen issues.qwell1-4/+6
2008-01-23Coding guidelines cleanuptilghman1-149/+151
2008-01-22Add res_config_ldap for realtime LDAP engine.tilghman1-0/+1550