Commit Graph

572 Commits

Author SHA1 Message Date
Kurt Zeilenga
fd6ba50453 Update based upon latest changes imported from devel. 2000-09-18 18:13:32 +00:00
Kurt Zeilenga
ba8b1a6980 Undo last change 2000-09-18 18:11:49 +00:00
Kurt Zeilenga
8083f9701a Rework slapadd schemacheck code to avoid unnecessary -s option 2000-09-18 18:10:22 +00:00
Kurt Zeilenga
eab920a399 Import updates from devel 2000-09-18 18:09:20 +00:00
Kurt Zeilenga
f266a9a929 Add TLS Support
Update SASL Support
2000-09-18 18:08:08 +00:00
Ben Collins
983fce3002 make definition match decleration (pulled from HEAD 2000-09-15 19:51:17 +00:00
Kurt Zeilenga
3e7dff5766 Canonicalize 2000-09-15 19:05:59 +00:00
Ben Collins
fd03d0f07d update 2000-09-15 18:59:36 +00:00
Kurt Zeilenga
c5972bf898 Remove NIS test and other cruft 2000-09-15 18:47:09 +00:00
Kurt Zeilenga
5930d0e64c Remove lint and sync with devel, no functional changes 2000-09-15 18:13:51 +00:00
Kurt Zeilenga
bad43369e1 Don't send empty cred 2000-09-15 18:12:56 +00:00
Kurt Zeilenga
6e71a7c925 Revert CHANGES to Release Engieering 2000-09-15 16:36:17 +00:00
Ben Collins
6860b136ff don't define NEED_COPY_HOSTENT in the decleration 2000-09-15 03:33:05 +00:00
Ben Collins
865809015c include ac/unistd.h to avoid compiler warnings 2000-09-15 03:11:02 +00:00
Ben Collins
764fb67039 fix formatting 2000-09-15 03:08:05 +00:00
Ben Collins
141d7d4a9a wrap unused function, ldap_int_thread_onlist() in #if 0 2000-09-15 03:07:43 +00:00
Kurt Zeilenga
10b3350598 Revert to release engineering 2000-09-15 03:07:37 +00:00
Ben Collins
c6a61334e2 fix compiler warnings by including ac/unistd.h 2000-09-15 03:06:50 +00:00
Ben Collins
8858bbcb56 fix compiler warnings by including ac/unistd.h and only declaring copy_hostent() when we actually need to use it 2000-09-15 03:06:17 +00:00
Ben Collins
666844dad6 initialize Sockbuf * to NULL 2000-09-15 03:05:26 +00:00
Ben Collins
57fe6d1df8 remove unused vars 2000-09-15 03:04:46 +00:00
Ben Collins
ddb96580b4 move some vars to where they are actually used to avoid compiler warnings 2000-09-15 03:04:03 +00:00
Ben Collins
99613885e9 fix call to ldap_connect_to_path() 2000-09-15 03:02:56 +00:00
Ben Collins
e57a627ca2 s/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually declare ldap_connect_to_path(). Also fix the decleration to match the function 2000-09-15 02:55:54 +00:00
Ben Collins
a60f642c23 remove unused var, 'dn' 2000-09-15 02:54:28 +00:00
Ben Collins
f3ccf85e42 include ac/ctype.h and initialize some variables to avoid compiler warnings 2000-09-15 02:53:55 +00:00
Ben Collins
3d183ecb04 wrap unused function, ber_log_puts(), in #if 0 2000-09-15 02:51:34 +00:00
Ben Collins
3665baecf4 remove lint 2000-09-15 02:50:14 +00:00
Ben Collins
c206969bfe remove unused var 'actions' 2000-09-15 02:49:27 +00:00
Ben Collins
ccad9f5f66 Fix fprintf\'s, missing `prog\' argument 2000-09-15 02:48:09 +00:00
Ben Collins
01bb237857 compiler warnings, possible use of unitialized data 2000-09-15 02:45:53 +00:00
Kurt Zeilenga
b2225f06f8 Ready for 2.0.3 release 2000-09-14 20:12:32 +00:00
Kurt Zeilenga
df785fb00a Fix Kbind typo 2000-09-14 20:01:20 +00:00
Kurt Zeilenga
e67e42706c Fix ;binary search request subtyping 2000-09-14 06:10:07 +00:00
Kurt Zeilenga
5ede0b167f Revert to release engineering 2000-09-14 01:17:00 +00:00
Kurt Zeilenga
922c0637ca Update for 2.0.2 2000-09-14 01:03:48 +00:00
Kurt Zeilenga
14e80c62ea Prepare for 2.0.2 release 2000-09-14 01:02:21 +00:00
Kurt Zeilenga
d6341b9d13 Fix typo in prev update 2000-09-14 00:02:06 +00:00
Kurt Zeilenga
0cec541907 Import changes from devel including:
+       Fixed -lldap SASL got_max_ssf bug
+       Fixed -lldap TCP_NODELAY bug
+       Fixed -llutil sa_flags never set bug
+       Removed lint
plus
	clients/tools ldap_init() fixes
	-lldap SASL fixes
	binary syntax ";binary" transfer change
2000-09-13 22:19:44 +00:00
Kurt Zeilenga
744d454c8b Import test000-rootdse schema check and other misc changes. 2000-09-13 20:16:13 +00:00
Kurt Zeilenga
de05e4f629 Trim some more older RFCs 2000-09-13 06:11:56 +00:00
Kurt Zeilenga
e672b3cd51 Zap older RFC from release 2000-09-13 05:36:40 +00:00
Kurt Zeilenga
ea3727dae3 Zap unreferenced file from release 2000-09-13 02:58:28 +00:00
Kurt Zeilenga
05fee9881a Zap unimplemented drafts 2000-09-13 02:56:30 +00:00
Kurt Zeilenga
5b19de88fe suck in changes from devel
Fixed -lldap TLS issues (ITS#733)
Fixed -lldap_r NT threads (ITS#732)
Fixed slapd/ldbm DB_PRIVATE not set bug (ITS#725)
Fixed slapd/ldbm nextid reporting bug
Fixed slapd syntaxes/mr routines (ITS#739)
Fixed slurpd -r buffer overflow (ITS#722)
Added slapd syntax/mr routines
Added slapd allow/disallow options
Added slapd defaultSearchBase and DN verify (ITS#723)
Build Environment
  Added Corba & Java Schema
  Updated MSVC projects for BDB 3.1
2000-09-13 02:42:00 +00:00
Kurt Zeilenga
8d8ec5bcac Update install from SDF sources 2000-09-11 20:02:05 +00:00
Kurt Zeilenga
3398273674 Update readme 2000-09-11 19:59:58 +00:00
Kurt Zeilenga
88c73482e2 Update -R to refer to ITS#726 2000-09-11 17:39:55 +00:00
Kurt Zeilenga
febb500ea7 Regenerate just to be safe 2000-09-08 17:11:59 +00:00
Kurt Zeilenga
7d73e23950 not 2.0 compat 2000-09-08 17:10:19 +00:00