Commit Graph

525 Commits

Author SHA1 Message Date
Kurt Zeilenga
8f4b8339a4 Fix error message 2004-09-24 00:34:12 +00:00
Kurt Zeilenga
44252fc3e1 Fix typo 2004-08-28 15:39:00 +00:00
Kurt Zeilenga
e33ba3808c + Fixed ldapsearch paged results size 0 bug
+       Fixed libldap SASL host connected to bug
+       Fixed libldap SASL proper sockbuf bug
+       Fixed libldap getaddrinfo hints portability bug
2004-08-28 15:35:42 +00:00
Pierangelo Masarati
8d924bba00 import fix to ITS#3257 from HEAD 2004-07-25 23:08:56 +00:00
Kurt Zeilenga
6084373d10 Improve error reporting 2004-07-16 20:35:49 +00:00
Kurt Zeilenga
32f2aa45ba sizelimit, pageresults, and misc fixes from HEAD 2004-06-26 03:45:46 +00:00
Kurt Zeilenga
7ff3ba0dcc Misc fixes including:
+       Fixed slapd set acl recursion (ITS#3140)
+       Fixed slapd entry2mods normalization bug (ITS#3144,3152)
+       Fixed back-ldap normalization bug
+       Fixed pcache cache_entries init bug (ITS#3150)
+       Fixed pcache consistency_check bug (ITS#3151)
2004-05-21 04:11:38 +00:00
Kurt Zeilenga
c74790bd1b from HEAD:
New module build stuff
updateref updates, new SHADOW DBFLAGS, etc.
paging control updates
limits updates
fixed duplicate value checks
fixed permissive modify
sasl auxprop propname changes
back-bdb "" suffix fixes
fixed back-bdb/ldbm approx non-indexing fixings
2004-04-12 20:20:51 +00:00
Kurt Zeilenga
66ae4c19e1 Fixed ldapmodify missing error information bug (ITS#3057) 2004-04-06 18:49:54 +00:00
Kurt Zeilenga
598780f5de Sync with HEAD 2004-03-17 23:18:25 +00:00
Kurt Zeilenga
b887200915 Sync with HEAD 2004-03-17 20:54:53 +00:00
Kurt Zeilenga
5e78cb385d Sync with HEAD 2004-01-23 02:09:44 +00:00
Kurt Zeilenga
c598b0ac14 Cygwin fix 2004-01-17 19:31:09 +00:00
Kurt Zeilenga
cc31e242cd Happy new year 2004-01-01 19:16:16 +00:00
Kurt Zeilenga
dda840f0ea Sync with HEAD 2003-12-18 23:49:14 +00:00
Kurt Zeilenga
ab982328e0 Sync with HEAD 2003-12-18 23:40:17 +00:00
Kurt Zeilenga
29f2fd4d20 Remove broken MSVC build from REL_ENG branch. 2003-12-17 21:57:14 +00:00
Kurt Zeilenga
5a2909c064 Sync with HEAD 2003-12-17 21:44:47 +00:00
Kurt Zeilenga
7570f0cc0a Sync with HEAD 2003-12-15 23:05:08 +00:00
Kurt Zeilenga
593ce2def4 Sync with HEAD 2003-12-01 01:56:52 +00:00
Kurt Zeilenga
c350b558d7 First rounded of changes in prep for 2.2.beta3 2003-11-30 23:20:22 +00:00
Kurt Zeilenga
1aab846b60 Sync with HEAD 2003-10-13 03:56:57 +00:00
Kurt Zeilenga
5766ca91e0 Merge in latest changes from HEAD 2003-10-06 16:57:28 +00:00
Kurt Zeilenga
4fce207ca5 Changes from HEAD for beta 2003-09-18 17:43:21 +00:00
Kurt Zeilenga
75d55a9ac5 Suck in changes from HEAD 2003-05-31 21:01:38 +00:00
Howard Chu
203493bea7 ldap_pvt_tls_destroy depends on HAVE_TLS
These calls belong in an ldap_destroy() library function.
2003-05-22 23:25:10 +00:00
Kurt Zeilenga
65bfb44e8e Error when user tries to mix command line and default URI components.
Remove TLS hard as an ldap.conf option as being not a over-writable
default.  The appropriate way to request ldaps:// is use an ldaps://
URI.  A rewrite to only sent hard for the default URIs but ignored
if the application provides it own URI would be acceptable.
2003-05-22 00:13:00 +00:00
Kurt Zeilenga
0f2bb9f027 cleanup 2003-05-17 01:37:01 +00:00
Howard Chu
8e8fbe0908 Fix ldap_get_attribute_ber to get values in-place.
Revert previous memleak fix in ldapsearch.c
2003-05-14 13:16:56 +00:00
Howard Chu
7a720d4b40 plug memleak in alternate print_entry() 2003-05-12 14:29:35 +00:00
Hallvard Furuseth
5ee9264465 Fix assignment of <char/int>* to unsigned <char/int>* and vice versa. 2003-05-02 13:29:28 +00:00
Howard Chu
4abff760a0 Check HAVE_CYRUS_SASL for sasl_done(). 2003-04-29 20:21:48 +00:00
Hallvard Furuseth
28e1a3c9da #include "ldap_pvt.h", to get ldap_pvt_tls_destroy().
Cast argument to isspace() to unsigned char.
2003-04-29 14:42:58 +00:00
Kurt Zeilenga
a255dbb9e9 Add -y support 2003-04-12 03:46:45 +00:00
Kurt Zeilenga
bbfaf8c6c5 Misc translation tweaks 2003-04-06 03:27:52 +00:00
Kurt Zeilenga
0dcd32372c Mark translatable strings. Needs work. 2003-04-06 02:59:15 +00:00
Howard Chu
4f8a99e111 ITS#2423 plug some memleaks 2003-04-06 00:48:48 +00:00
Kurt Zeilenga
02028df6c6 Add additional password file support. 2003-03-31 06:29:59 +00:00
Kurt Zeilenga
a9e68ef991 Add -y support to ldappasswd.c
s/passwd/password/ in usage description
2003-03-31 05:47:13 +00:00
Howard Chu
d68391c37f Added version rules 2003-03-29 03:25:44 +00:00
Howard Chu
7f79b986e6 Remove unused reference to ldif_debug 2003-03-29 03:15:35 +00:00
Howard Chu
d0c81ff26b Tweak version.c rules 2003-03-29 00:33:39 +00:00
Howard Chu
3499a51dc1 Revert previous commit 2003-03-29 00:28:00 +00:00
Kurt Zeilenga
9f5163e602 Also fix -MM, -CC, etc.. 2003-03-27 18:11:18 +00:00
Howard Chu
c9cf840731 Fix: -ZZ was not requiring StartTLS to succeed. 2003-03-27 17:30:43 +00:00
Howard Chu
5db9c2c269 Use ol_version.h 2003-03-19 01:31:42 +00:00
Howard Chu
78f9fb45d4 Use ol_version.h 2003-03-18 23:37:14 +00:00
Howard Chu
32a38866b7 Fix typo in KRBV4 handling 2003-02-27 05:51:41 +00:00
Howard Chu
a667cd989b Fix undef'd code for empty attributes. 2003-02-10 07:41:30 +00:00
Kurt Zeilenga
29304f0cee s/LDAP_SUCCESS/LDAP_OPT_SUCCESS/ 2003-02-10 01:48:04 +00:00