Commit Graph

40 Commits (04224c20362f94f99886d6b51adb7b90db62855f)

Author SHA1 Message Date
Leif Madsen 7caa2349af Merged revisions 328209 via svnmerge from
14 years ago
Paul Belanger 3556e4c2d4 Replace ast_log(LOG_DEBUG, ...) with ast_debug()
15 years ago
Sean Bright 078f73d697 Merged revisions 304866 via svnmerge from
15 years ago
Russell Bryant f38ee2862c Merged revisions 292523 via svnmerge from
15 years ago
Russell Bryant dd89211409 Merged revisions 289333 via svnmerge from
15 years ago
Tilghman Lesher 12a0639429 Merged revisions 279601 via svnmerge from
15 years ago
Olle Johansson 98ad48e5d4 Minor corrections to the LDAP realtime driver
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Sean Bright 37b73283ff Plug a memory leak in res_config_ldap.
16 years ago
Sean Bright a5688e483b Fix crash in res_config_ldap.
16 years ago
Olle Johansson 864aa14426 Formatting, moving error messages to ERROR, removing references to unexisting debug output. No functionality changes.
16 years ago
Gavin Henry f2b9fc797d Added three new attributes and applied a patch to res_config_ldap.c
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
David Vossel dcfe69ec64 fixes some memory leaks and redundant conditions
16 years ago
Kevin P. Fleming a5c2ac4fc2 a few more namespace updates... res_ael_share still needs some work before this can be merged to other release branches
16 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Tilghman Lesher c1351ad237 Merge realtime_update2 branch, which adds a new realtime API call named
17 years ago
Michiel van Baak 90751b16ca Merge the cli_cleanup branch.
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Sean Bright 357bf3e90b All of the res/ stuff (other than res_jabber) from the RSW branch.
17 years ago
Sean Bright 729df81a57 Fix some usages of snprintf, and clarify a couple variable names.
17 years ago
Tilghman Lesher 0660207614 Reduce warning to debug, otherwise we flood the log when we (legitimately)
17 years ago
Tilghman Lesher 5791b6680d Don't change pointers that need to be later passed back for deallocation.
17 years ago
Tilghman Lesher 6006f40c14 When binding anonymously, credentials are still needed.
17 years ago
Joshua Colp ac876a8e4e Make the ldap version setting work without having both version and protocol set.
17 years ago
Russell Bryant 60f877ad5f Only save a password if a username exists.
17 years ago
Russell Bryant aeb41dbdf4 Use the default that the log output claims will be used for the basedn
17 years ago
Joshua Colp 6d5290a85b Only print out the error message if ldap_modify_ext_s actually returns an error, and not success.
17 years ago
Joshua Colp 116859bd19 If the parsing of the config file fails make sure we unlock ldap_lock.
17 years ago
Tilghman Lesher 7128ba0bb8 Use the correct function for free'ing objects, and maybe we won't crash.
17 years ago
Tilghman Lesher d304a88457 Errors are all greater than 0
17 years ago
Tilghman Lesher 58fa8e6e9e Change back to using ldap_initialize() and let the user specify a URL directly,
17 years ago
Tilghman Lesher 92ecf53d44 Set protocol version, port number correctly.
17 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
17 years ago
Tilghman Lesher d02f74ebfe An offhand comment from Russell made me realize that the configuration file
17 years ago
Tilghman Lesher 8afeb7df4b Missing braces, fix parsing
17 years ago
Jason Parker 72bc8a7c7d Fix up some doxygen issues.
18 years ago
Tilghman Lesher b0426aad08 Coding guidelines cleanup
18 years ago
Tilghman Lesher cfa0ec1f97 Add res_config_ldap for realtime LDAP engine.
18 years ago