Joshua Colp
6299cfdad7
Merged revisions 114320 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r114320 | file | 2008-04-21 11:34:06 -0300 (Mon, 21 Apr 2008) | 6 lines
Only print out the error message if ldap_modify_ext_s actually returns an error, and not success.
(closes issue #12438 )
Reported by: gservat
Patches:
res_config_ldap.c-patch-code uploaded by gservat (license 466)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114321 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-04-21 14:35:53 +00:00
Joshua Colp
1281ed267b
Merged revisions 114254 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r114254 | file | 2008-04-18 13:11:27 -0300 (Fri, 18 Apr 2008) | 4 lines
If the parsing of the config file fails make sure we unlock ldap_lock.
(closes issue #12477 )
Reported by: IgorG
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114255 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-04-18 16:12:45 +00:00
Tilghman Lesher
50071e070c
Merged revisions 114085 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r114085 | tilghman | 2008-04-11 18:12:16 -0500 (Fri, 11 Apr 2008) | 7 lines
Use the correct function for free'ing objects, and maybe we won't crash.
(closes issue #12163 )
Reported by: gservat
Patches:
20080411__bug12163.diff.txt uploaded by Corydon76 (license 14)
Tested by: gservat
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-04-11 23:13:07 +00:00
Tilghman Lesher
f26629cd1e
Merged revisions 114061 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r114061 | tilghman | 2008-04-11 09:54:22 -0500 (Fri, 11 Apr 2008) | 6 lines
Errors are all greater than 0
(closes issue #12422 )
Reported by: nito
Patches:
res_config_ldap_result_check_patch.diff uploaded by nito (license 340)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114062 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-04-11 14:56:12 +00:00
Tilghman Lesher
276e3411c6
Merged revisions 109775 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r109775 | tilghman | 2008-03-18 18:22:25 -0500 (Tue, 18 Mar 2008) | 3 lines
Change back to using ldap_initialize() and let the user specify a URL directly,
instead of trying to piece it together, badly.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@109779 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-18 23:23:37 +00:00
Tilghman Lesher
39b162b00c
Merged revisions 109683 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r109683 | tilghman | 2008-03-18 15:13:40 -0500 (Tue, 18 Mar 2008) | 4 lines
Set protocol version, port number correctly.
(closes issue #12211 , closes issue #12209 )
Reported by: sylvain
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@109684 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-18 20:14:44 +00:00
Russell Bryant
4af367c3a9
Merged revisions 109447 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r109447 | twilson | 2008-03-18 10:43:34 -0500 (Tue, 18 Mar 2008) | 3 lines
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
actual problems, per se. I also added format attributes to any printf wrapper functions I found that didn't have them. -Wsecurity and -Wmissing-format-attribute added to --enable-dev-mode.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@109459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-18 15:58:50 +00:00
Tilghman Lesher
0d5ad6e21c
Merged revisions 107791 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r107791 | tilghman | 2008-03-11 17:55:16 -0500 (Tue, 11 Mar 2008) | 5 lines
An offhand comment from Russell made me realize that the configuration file
caching would not work properly for users.conf and any other file read from
more than one place. I needed to add the filename which requested the config
file to get it to work properly.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@107793 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-11 22:59:52 +00:00
Tilghman Lesher
8abd853f7f
Merged revisions 106346 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r106346 | tilghman | 2008-03-05 23:21:39 -0600 (Wed, 05 Mar 2008) | 7 lines
Missing braces, fix parsing
(closes issue #12112 )
Reported by: cyrenity
Patches:
res_config_ldap.patch-03-03-2008 uploaded by cyrenity (license 416)
Tested by: cyrenity, Corydon76
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@106359 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-06 05:25:05 +00:00
Jason Parker
72bc8a7c7d
Fix up some doxygen issues.
...
(closes issue #11996 )
Patches:
bug_11996_doxygen.diff uploaded by snuffy (license 35)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-15 17:29:08 +00:00
Tilghman Lesher
b0426aad08
Coding guidelines cleanup
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99758 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-01-23 03:57:31 +00:00
Tilghman Lesher
cfa0ec1f97
Add res_config_ldap for realtime LDAP engine.
...
(closes issue #5768 )
Reported by: mguesdon
Patches:
res_config_ldap-v0.7.tar.gz uploaded by mguesdon (license 121)
res_ldap.conf.sample uploaded by suretec (license 70)
asterisk-v3.1.4.ldif uploaded by suretec (license 70)
asterisk-v3.1.4.schema uploaded by suretec (license 70)
Tested by: oej, mguesdon, suretec, cthorner
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-01-22 22:33:20 +00:00