Commit Graph

4070 Commits

Author SHA1 Message Date
Kurt Zeilenga
7c3f69d756 More LDIF clarifications 2000-08-20 06:31:32 +00:00
Kurt Zeilenga
7a4172dcbd Clarify LDIF 2000-08-20 06:23:51 +00:00
Kurt Zeilenga
26fc5be75b Clean up RFC references 2000-08-20 06:21:38 +00:00
Kurt Zeilenga
2683cd6fe6 Update man page header 2000-08-20 01:00:12 +00:00
Kurt Zeilenga
3311d1ca8b Add descriptions for sasl options.
Clarify other options and re-order a bit.
2000-08-19 22:14:14 +00:00
Kurt Zeilenga
a1cc95d558 Hide SASL behind HAVE_CYRUS_SASL 2000-08-19 18:47:32 +00:00
Kurt Zeilenga
57936dc93c Zap CLDAP 2000-08-19 00:07:30 +00:00
Kurt Zeilenga
43613d460b Server Side Sorting now RFC2891 2000-08-18 19:09:21 +00:00
Mark Adamson
c7abc6310d Fix the logic for checking if backend DB has all necessary functions. 2000-08-18 16:58:46 +00:00
Kurt Zeilenga
c86ab4bce7 fix ITS#671 typos 2000-08-18 11:22:48 +00:00
Kurt Zeilenga
25a9f7427d Remove CLDAP cruft 2000-08-18 04:25:00 +00:00
Kurt Zeilenga
5425a5e4c8 remove bdb2 cruft 2000-08-18 04:24:08 +00:00
Kurt Zeilenga
7800d2d41e Remove cldap cruft 2000-08-18 03:35:19 +00:00
Kurt Zeilenga
dd3e3a8fb8 rename admin guide 2000-08-18 02:58:05 +00:00
Kurt Zeilenga
b1aed76e35 clarify error messages 2000-08-18 00:58:00 +00:00
Kurt Zeilenga
d914f88dca s/-ansi/-O -g/ 2000-08-18 00:43:29 +00:00
Kurt Zeilenga
b7c95845f1 /-ansi/-O -g/ 2000-08-18 00:42:11 +00:00
Kurt Zeilenga
9a7cc9e553 switch to 2.X to avoid having to update this on every minor release 2000-08-17 23:02:50 +00:00
Kurt Zeilenga
6d55d5fd69 Now 2.1-devel 2000-08-17 22:58:38 +00:00
Kurt Zeilenga
bbd3a684c1 Don't need ANNOUNCMENT in HEAD branch. 2000-08-17 21:27:04 +00:00
Kurt Zeilenga
3c1f76d568 jpeg syntax should be using blobValidator. 2000-08-17 17:55:33 +00:00
Mark Adamson
4a5498351e Added SASL authentication to slurpd for connecting to slave LDAP servers. 2000-08-17 16:30:37 +00:00
Kurt Zeilenga
f286380c82 Check for IP using != AF_LOCAL instead of = AF_INET 2000-08-17 04:22:36 +00:00
Kurt Zeilenga
66bad2ad21 Add HAVE_CHROOT ifdef 2000-08-17 04:21:20 +00:00
Kurt Zeilenga
20a67a2dbc needs ldap_pvt.h 2000-08-17 04:20:12 +00:00
Howard Chu
0f8047b95e Implemented ldap_pvt_tls_get_peer() for use with SASL/EXTERNAL.
Added ldap_pvt_tls_get_strength() - return encryption strength, for
use as a SASL session security factor.
2000-08-16 23:27:41 +00:00
Kurt Zeilenga
c243a6fa92 ITS#657: Added command-line switch for searchbase to in.xfingerd
ITS#658: man page
 from Tom Jordan <tjordan@doit.wisc.edu>
2000-08-16 20:27:17 +00:00
Kurt Zeilenga
df8c837c80 Fix typos 2000-08-15 23:42:44 +00:00
Kurt Zeilenga
146f9d7ddf Split a = b = c statement to remove warnings (errors) from picking compilers 2000-08-15 21:59:18 +00:00
Kurt Zeilenga
85b3f80869 Plug leaks. 2000-08-15 21:57:40 +00:00
Kurt Zeilenga
20248e7430 Move delete of last value check out of inner loop. 2000-08-15 21:57:28 +00:00
Dmitry Kovalev
f48f00f995 added missing SQL script to samples 2000-08-15 17:05:53 +00:00
Kurt Zeilenga
ce856bd5c2 ber_bvstr() shouldn't play games with input string. 2000-08-15 17:01:40 +00:00
Kurt Zeilenga
2ae410bd1b Treat INADDR_LOOPBACK (as well as INADDR_ANY) as local host. 2000-08-15 02:13:00 +00:00
Kurt Zeilenga
3b03b64b77 Add char* ldap_pvt_get_fqdn(char*) which returns the FQDN of the
input.  In input==NULL, returns FQDN of local host.
Fixed copy_hostent() uninitialized pointer bug.
Replaced gethostname calls with ldap_pvt_get_fqdn( NULL ) calls.
2000-08-15 01:55:43 +00:00
Kurt Zeilenga
0f5a264dc3 hostbuf should be static 2000-08-15 00:58:56 +00:00
Kurt Zeilenga
f22250baaa Fix a minor leak. 2000-08-14 18:39:43 +00:00
Kurt Zeilenga
2b3b074b1c Update date 2000-08-13 22:06:44 +00:00
Kurt Zeilenga
56476a834e update guide ref + date 2000-08-13 22:06:01 +00:00
Kurt Zeilenga
f40d19abfc s/SLAPD and SLURPD/OpenLDAP/ .. (admin guide) 2000-08-13 22:00:36 +00:00
Kurt Zeilenga
99a775dc89 Add -r 2000-08-13 21:59:42 +00:00
Kurt Zeilenga
55207b51fd Fix typos 2000-08-13 19:48:56 +00:00
Kurt Zeilenga
3149fc4f41 Add updateref and a few other minor changes 2000-08-13 07:48:13 +00:00
Kurt Zeilenga
7621b54903 Minor cleanup 2000-08-13 04:32:19 +00:00
Kurt Zeilenga
8ea5aaccdd Add tables for syntaxes and matching rules, need to be filled in 2000-08-13 04:27:15 +00:00
Kurt Zeilenga
a85a26c56a Update running with additional slapd arguments
Update slapdcofig with additional directives
Add updated graphics and othe misc changes.
2000-08-12 06:35:08 +00:00
Kurt Zeilenga
a2804649a5 Fix reversed assertion logic 2000-08-11 19:25:09 +00:00
Kurt Zeilenga
e58fe652dc Clarify handling of global access rules 2000-08-11 17:58:03 +00:00
Kurt Zeilenga
dccf57a095 Add global access control. 2000-08-11 17:07:41 +00:00
Kurt Zeilenga
3c82fc8025 Align with current quick start guide 2000-08-11 08:17:34 +00:00