Commit Graph

62 Commits (e3de4bc46e0332050f3fd296202abe94d13c20a5)

Author SHA1 Message Date
Corey Farrell d893e57c90 Fix GCC 8 build issues.
7 years ago
Corey Farrell b81eadcefc Replace direct checks of option_debug with DEBUG_ATLEAST macro.
7 years ago
Sean Bright ce3d56920b Remove as much trailing whitespace as possible.
8 years ago
Corey Farrell d6b2f457d9 Remove constant conditionals (dead-code).
8 years ago
Sean Bright f1963c5b8d res_config_ldap: Various code improvements
8 years ago
George Joseph 61172a841b Merge "realtime: Centralize some common realtime backend code" into 13
8 years ago
Sean Bright 5eb7875243 realtime: Centralize some common realtime backend code
8 years ago
Sean Bright d8972f50f4 res_config_ldap: Don't try to delete non-existent attributes
8 years ago
Sean Bright b980cae1f7 res_config_ldap: Remove extraneous line numbers from log messages
8 years ago
Sean Bright 011b7be62a res_config_ldap: Make memory allocation more consistent
8 years ago
Sean Bright b2836dde7e res_config_ldap: Fix configuration inheritance from _general
8 years ago
Sean Bright 6d5e9993b2 res_config_ldap: Fix erroneous LDAP_MOD_REPLACE in LDAP modify
8 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Joshua Colp 02be50b1ac Add support for a realtime sorcery module.
12 years ago
Matthew Jordan 1f3fff7b91 Use LDAP memory management functions instead of Asterisk's
12 years ago
Andrew Latham e29737179a Update Doxygen
12 years ago
Andrew Latham a30e74da4f Doxygen Cleanups
13 years ago
Andrew Latham c7857504df Doxygen Updates - Title update
13 years ago
Andrew Latham e11cc29360 Doxygen Cleanup
13 years ago
Andrew Latham 6f61cb50c5 Doxygen Updates - janitor work
13 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Richard Mudgett 0f92716dbb Fix infinite loop releasing the same memory in ldap_loadentry().
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 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