Commit Graph

70 Commits (master)

Author SHA1 Message Date
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.
17 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