Commit Graph

136 Commits

Author SHA1 Message Date
Ralf Haferkamp
1e4faaf1bd Additional getter methods for LDAPModification 2011-06-15 15:28:55 +02:00
Ralf Haferkamp
8b949b18c6 Fix build with gcc 4.6 2011-05-03 11:21:07 +02:00
Ralf Haferkamp
28adb589f2 fixed LDAPCtrl constructor when using char* 2011-04-14 15:44:00 +02:00
Ralf Haferkamp
36ba454bb6 renew SSL context when setting global Options 2011-04-01 10:06:05 +02:00
Ralf Haferkamp
0d5c46d838 Fixed SSL/TLS context renewal
LDAP_OPT_X_TLS_NEWCTX needs a pointer to 0 as the value for
ldap_set_option when renewing a client's SSL context.
2011-04-01 09:48:24 +02:00
Kurt Zeilenga
cf49e43f86 Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap 2011-03-28 18:42:22 -07:00
Kurt Zeilenga
cd1f718f01 Update guide Copyright/License handling
Avoids redundant files.
And update various notices
2011-03-28 18:40:52 -07:00
Quanah Gibson-Mount
0adef98b25 Update for git 2011-03-28 12:23:50 -07:00
Kurt Zeilenga
364ae53526 handle $Id$ in configure.in (configure scripts need to be rebuilt) 2011-03-27 17:48:08 -07:00
Kurt Zeilenga
966cef8c9a Happy New Year 2011-01-05 00:42:37 +00:00
Kurt Zeilenga
3dadeb3efe happy belated New Year 2010-04-13 22:17:29 +00:00
Ralf Haferkamp
3fcf3c86de Make TlsOptions available in LDAPConnection 2010-03-15 15:07:45 +00:00
Ralf Haferkamp
5e9efb1720 be more verbose on StartTLS errors 2010-03-15 14:51:40 +00:00
Ralf Haferkamp
a2dc37d053 Bring back destructor, to keep ABI compatibile (at least for now) 2010-02-19 14:02:32 +00:00
Ralf Haferkamp
183cdd4398 Example for TlsOptions usage 2010-02-18 16:46:23 +00:00
Ralf Haferkamp
67486ca0aa exclude some internal structs from documentation 2010-02-18 16:24:41 +00:00
Ralf Haferkamp
26421a5254 TlsOptions documentation 2010-02-18 16:23:40 +00:00
Ralf Haferkamp
35f19eac28 Hide internal use only constructor 2010-02-18 16:22:49 +00:00
Ralf Haferkamp
b0075c970e method to renew the tlsctx 2010-02-16 17:48:14 +00:00
Ralf Haferkamp
d0f4f42350 Make TlsOptions accessible per connection 2010-02-16 17:47:05 +00:00
Ralf Haferkamp
277b3318d4 use const where appropriate 2010-02-16 17:44:22 +00:00
Ralf Haferkamp
e3a23a0891 removed buggy destructor, use default instead 2010-02-16 15:20:05 +00:00
Ralf Haferkamp
98252925e3 fixed start_tls() error handling 2010-02-16 15:17:53 +00:00
Ralf Haferkamp
4ea6beae06 silenced compiler warning 2010-02-16 11:55:33 +00:00
Ralf Haferkamp
be72826917 uninitialized variable 2010-02-16 11:55:05 +00:00
Ralf Haferkamp
634ab644b6 automake changes for TlsOptions 2010-02-15 17:24:45 +00:00
Ralf Haferkamp
ad93b706a9 New class "TlsOptions" to handle TLS/SSL related settings 2010-02-15 17:17:42 +00:00
Ralf Haferkamp
78c09eadfd tab<->spaces cleanup 2010-02-15 17:07:46 +00:00
Ralf Haferkamp
ad93ab595c Throw an exception when reading an unexpected LDIF record type 2009-09-25 15:08:37 +00:00
Ralf Haferkamp
3ebee592e0 Missing #include 2009-07-17 16:21:14 +00:00
Kurt Zeilenga
4af9eb9715 Update copyright notices 2009-01-22 00:40:04 +00:00
Ralf Haferkamp
13342fdb79 - remove unneeded Copy-Constructor
- allow to create Controls with no value
2008-08-27 21:19:51 +00:00
Ralf Haferkamp
4aa7e7a5b8 Allow to pass LDAP_SCHEMA_-flags 2008-08-08 11:14:58 +00:00
Ralf Haferkamp
62b03af050 regenerated 2008-06-23 15:23:56 +00:00
Ralf Haferkamp
65138bc66d Added missing files for make dist 2008-06-23 15:22:38 +00:00
Ralf Haferkamp
cf9c81710f regenerated 2008-06-23 14:42:08 +00:00
Ralf Haferkamp
21ec8aaac7 include version.var and .sh into the distribution 2008-06-23 14:40:35 +00:00
Ralf Haferkamp
0a73b8a854 regenerated autoconf related files 2008-06-23 14:26:49 +00:00
Ralf Haferkamp
1d82d1d86a Define library version/release in version.var to avoid regenerating
Makefile.in with every release. (works similar to OpenLDAP's main
version.sh/version.var)
2008-06-23 14:09:38 +00:00
Ralf Haferkamp
2bc9106fe1 cleanup, added AC_COPYRIGHT and AC_REVISION macros 2008-06-23 11:08:36 +00:00
Ralf Haferkamp
af38418187 be more liberal when parsing LDIF Entries 2008-06-20 13:19:12 +00:00
Ralf Haferkamp
31780c2add added support for deleting attribute type from the list of attributes 2008-06-12 14:47:55 +00:00
Ralf Haferkamp
318a680879 - removed unneeded copy constructor
- handle more AttributeType properties
- additional "const"-ification
2008-04-30 17:43:32 +00:00
Ralf Haferkamp
c9f7beb86a Use "const" where appropriate 2008-04-30 15:18:28 +00:00
Gavin Henry
51be9d70fe just a typo I found when reading. 2008-04-07 17:19:23 +00:00
Gavin Henry
e720e064c6 just a typo I found when reading. 2008-04-07 16:05:59 +00:00
Ralf Haferkamp
20d2188cbf empty() and size() methods 2008-04-04 10:36:01 +00:00
Ralf Haferkamp
ee846c174c SASL support for LDAPConnection 2008-04-01 16:35:42 +00:00
Ralf Haferkamp
e4c84417f7 added $OpenLDAP$ CVS Keyword 2008-03-28 11:27:24 +00:00
Ralf Haferkamp
93529d26c5 added $OpenLDAP$ CVS Keyword 2008-03-28 11:05:10 +00:00