]> git.sur5r.net Git - openldap/log
openldap
23 years agoUse example.com in examples
Kurt Zeilenga [Mon, 21 Aug 2000 03:09:53 +0000 (03:09 +0000)]
Use example.com in examples

23 years agoFix up examples, X.500 references, etc.
Kurt Zeilenga [Mon, 21 Aug 2000 03:08:58 +0000 (03:08 +0000)]
Fix up examples, X.500 references, etc.

23 years agoFix callback check logic
Kurt Zeilenga [Mon, 21 Aug 2000 03:08:01 +0000 (03:08 +0000)]
Fix callback check logic

23 years agoUse SASL quiet mode
Kurt Zeilenga [Mon, 21 Aug 2000 03:06:55 +0000 (03:06 +0000)]
Use SASL quiet mode

23 years agofix typo
Kurt Zeilenga [Sun, 20 Aug 2000 16:30:04 +0000 (16:30 +0000)]
fix typo

23 years agoFix up a SASL terms and links
Kurt Zeilenga [Sun, 20 Aug 2000 16:19:52 +0000 (16:19 +0000)]
Fix up a SASL terms and links

23 years agoMore LDIF clarifications
Kurt Zeilenga [Sun, 20 Aug 2000 06:31:32 +0000 (06:31 +0000)]
More LDIF clarifications

23 years agoClarify LDIF
Kurt Zeilenga [Sun, 20 Aug 2000 06:23:51 +0000 (06:23 +0000)]
Clarify LDIF

23 years agoClean up RFC references
Kurt Zeilenga [Sun, 20 Aug 2000 06:21:38 +0000 (06:21 +0000)]
Clean up RFC references

23 years agoUpdate man page header
Kurt Zeilenga [Sun, 20 Aug 2000 01:00:12 +0000 (01:00 +0000)]
Update man page header

23 years agoAdd descriptions for sasl options.
Kurt Zeilenga [Sat, 19 Aug 2000 22:14:14 +0000 (22:14 +0000)]
Add descriptions for sasl options.
Clarify other options and re-order a bit.

23 years agoHide SASL behind HAVE_CYRUS_SASL
Kurt Zeilenga [Sat, 19 Aug 2000 18:47:32 +0000 (18:47 +0000)]
Hide SASL behind HAVE_CYRUS_SASL

23 years agoZap CLDAP
Kurt Zeilenga [Sat, 19 Aug 2000 00:07:30 +0000 (00:07 +0000)]
Zap CLDAP

23 years agoServer Side Sorting now RFC2891
Kurt Zeilenga [Fri, 18 Aug 2000 19:09:21 +0000 (19:09 +0000)]
Server Side Sorting now RFC2891

23 years agoFix the logic for checking if backend DB has all necessary functions.
Mark Adamson [Fri, 18 Aug 2000 16:58:46 +0000 (16:58 +0000)]
Fix the logic for checking if backend DB has all necessary functions.

23 years agofix ITS#671 typos
Kurt Zeilenga [Fri, 18 Aug 2000 11:22:48 +0000 (11:22 +0000)]
fix ITS#671 typos

23 years agoRemove CLDAP cruft
Kurt Zeilenga [Fri, 18 Aug 2000 04:25:00 +0000 (04:25 +0000)]
Remove CLDAP cruft

23 years agoremove bdb2 cruft
Kurt Zeilenga [Fri, 18 Aug 2000 04:24:08 +0000 (04:24 +0000)]
remove bdb2 cruft

23 years agoRemove cldap cruft
Kurt Zeilenga [Fri, 18 Aug 2000 03:35:19 +0000 (03:35 +0000)]
Remove cldap cruft

23 years agorename admin guide
Kurt Zeilenga [Fri, 18 Aug 2000 02:58:05 +0000 (02:58 +0000)]
rename admin guide

23 years agoclarify error messages
Kurt Zeilenga [Fri, 18 Aug 2000 00:58:00 +0000 (00:58 +0000)]
clarify error messages

23 years agos/-ansi/-O -g/
Kurt Zeilenga [Fri, 18 Aug 2000 00:43:29 +0000 (00:43 +0000)]
s/-ansi/-O -g/

23 years ago/-ansi/-O -g/
Kurt Zeilenga [Fri, 18 Aug 2000 00:42:11 +0000 (00:42 +0000)]
/-ansi/-O -g/

23 years agoswitch to 2.X to avoid having to update this on every minor release
Kurt Zeilenga [Thu, 17 Aug 2000 23:02:50 +0000 (23:02 +0000)]
switch to 2.X to avoid having to update this on every minor release

23 years agoNow 2.1-devel
Kurt Zeilenga [Thu, 17 Aug 2000 22:58:38 +0000 (22:58 +0000)]
Now 2.1-devel

23 years agoDon't need ANNOUNCMENT in HEAD branch.
Kurt Zeilenga [Thu, 17 Aug 2000 21:27:04 +0000 (21:27 +0000)]
Don't need ANNOUNCMENT in HEAD branch.

23 years agojpeg syntax should be using blobValidator.
Kurt Zeilenga [Thu, 17 Aug 2000 17:55:33 +0000 (17:55 +0000)]
jpeg syntax should be using blobValidator.

23 years agoAdded SASL authentication to slurpd for connecting to slave LDAP servers.
Mark Adamson [Thu, 17 Aug 2000 16:30:37 +0000 (16:30 +0000)]
Added SASL authentication to slurpd for connecting to slave LDAP servers.

23 years agoCheck for IP using != AF_LOCAL instead of = AF_INET
Kurt Zeilenga [Thu, 17 Aug 2000 04:22:36 +0000 (04:22 +0000)]
Check for IP using != AF_LOCAL instead of = AF_INET

23 years agoAdd HAVE_CHROOT ifdef
Kurt Zeilenga [Thu, 17 Aug 2000 04:21:20 +0000 (04:21 +0000)]
Add HAVE_CHROOT ifdef

23 years agoneeds ldap_pvt.h
Kurt Zeilenga [Thu, 17 Aug 2000 04:20:12 +0000 (04:20 +0000)]
needs ldap_pvt.h

23 years agoImplemented ldap_pvt_tls_get_peer() for use with SASL/EXTERNAL.
Howard Chu [Wed, 16 Aug 2000 23:27:41 +0000 (23:27 +0000)]
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.

23 years agoITS#657: Added command-line switch for searchbase to in.xfingerd
Kurt Zeilenga [Wed, 16 Aug 2000 20:27:17 +0000 (20:27 +0000)]
ITS#657: Added command-line switch for searchbase to in.xfingerd
ITS#658: man page
 from Tom Jordan <tjordan@doit.wisc.edu>

23 years agoFix typos
Kurt Zeilenga [Tue, 15 Aug 2000 23:42:44 +0000 (23:42 +0000)]
Fix typos

23 years agoSplit a = b = c statement to remove warnings (errors) from picking compilers
Kurt Zeilenga [Tue, 15 Aug 2000 21:59:18 +0000 (21:59 +0000)]
Split a = b = c statement to remove warnings (errors) from picking compilers

23 years agoPlug leaks.
Kurt Zeilenga [Tue, 15 Aug 2000 21:57:40 +0000 (21:57 +0000)]
Plug leaks.

23 years agoMove delete of last value check out of inner loop.
Kurt Zeilenga [Tue, 15 Aug 2000 21:57:28 +0000 (21:57 +0000)]
Move delete of last value check out of inner loop.

23 years agoadded missing SQL script to samples
Dmitry Kovalev [Tue, 15 Aug 2000 17:05:53 +0000 (17:05 +0000)]
added missing SQL script to samples

23 years agober_bvstr() shouldn't play games with input string.
Kurt Zeilenga [Tue, 15 Aug 2000 17:01:40 +0000 (17:01 +0000)]
ber_bvstr() shouldn't play games with input string.

23 years agoTreat INADDR_LOOPBACK (as well as INADDR_ANY) as local host.
Kurt Zeilenga [Tue, 15 Aug 2000 02:13:00 +0000 (02:13 +0000)]
Treat INADDR_LOOPBACK (as well as INADDR_ANY) as local host.

23 years agoAdd char* ldap_pvt_get_fqdn(char*) which returns the FQDN of the
Kurt Zeilenga [Tue, 15 Aug 2000 01:55:43 +0000 (01:55 +0000)]
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.

23 years agohostbuf should be static
Kurt Zeilenga [Tue, 15 Aug 2000 00:58:56 +0000 (00:58 +0000)]
hostbuf should be static

23 years agoFix a minor leak.
Kurt Zeilenga [Mon, 14 Aug 2000 18:39:43 +0000 (18:39 +0000)]
Fix a minor leak.

23 years agoUpdate date
Kurt Zeilenga [Sun, 13 Aug 2000 22:06:44 +0000 (22:06 +0000)]
Update date

23 years agoupdate guide ref + date
Kurt Zeilenga [Sun, 13 Aug 2000 22:06:01 +0000 (22:06 +0000)]
update guide ref + date

23 years agos/SLAPD and SLURPD/OpenLDAP/ .. (admin guide)
Kurt Zeilenga [Sun, 13 Aug 2000 22:00:36 +0000 (22:00 +0000)]
s/SLAPD and SLURPD/OpenLDAP/ .. (admin guide)

23 years agoAdd -r
Kurt Zeilenga [Sun, 13 Aug 2000 21:59:42 +0000 (21:59 +0000)]
Add -r

23 years agoFix typos
Kurt Zeilenga [Sun, 13 Aug 2000 19:48:56 +0000 (19:48 +0000)]
Fix typos

23 years agoAdd updateref and a few other minor changes
Kurt Zeilenga [Sun, 13 Aug 2000 07:48:13 +0000 (07:48 +0000)]
Add updateref and a few other minor changes

23 years agoMinor cleanup
Kurt Zeilenga [Sun, 13 Aug 2000 04:32:19 +0000 (04:32 +0000)]
Minor cleanup

23 years agoAdd tables for syntaxes and matching rules, need to be filled in
Kurt Zeilenga [Sun, 13 Aug 2000 04:27:15 +0000 (04:27 +0000)]
Add tables for syntaxes and matching rules, need to be filled in

23 years agoUpdate running with additional slapd arguments
Kurt Zeilenga [Sat, 12 Aug 2000 06:35:08 +0000 (06:35 +0000)]
Update running with additional slapd arguments
Update slapdcofig with additional directives
Add updated graphics and othe misc changes.

23 years agoFix reversed assertion logic
Kurt Zeilenga [Fri, 11 Aug 2000 19:25:09 +0000 (19:25 +0000)]
Fix reversed assertion logic

23 years agoClarify handling of global access rules
Kurt Zeilenga [Fri, 11 Aug 2000 17:58:03 +0000 (17:58 +0000)]
Clarify handling of global access rules

23 years agoAdd global access control.
Kurt Zeilenga [Fri, 11 Aug 2000 17:07:41 +0000 (17:07 +0000)]
Add global access control.

23 years agoAlign with current quick start guide
Kurt Zeilenga [Fri, 11 Aug 2000 08:17:34 +0000 (08:17 +0000)]
Align with current quick start guide

23 years agoMostly complete schema specification chapter
Kurt Zeilenga [Fri, 11 Aug 2000 05:58:45 +0000 (05:58 +0000)]
Mostly complete schema specification chapter

23 years agoSplit out schema from slapdconfig.sdf and flush it out a bit (more work needed).
Kurt Zeilenga [Fri, 11 Aug 2000 02:52:27 +0000 (02:52 +0000)]
Split out schema from slapdconfig.sdf and flush it out a bit (more work needed).
Need separate "Advanced Access Control" chapter as well (but leaving 'basic'
in slapdconfig.sdf.

23 years agoMore access control/schema cleanup
Kurt Zeilenga [Fri, 11 Aug 2000 01:21:14 +0000 (01:21 +0000)]
More access control/schema cleanup

23 years agoAdd references and placeholder for futher "Advanced Access Control" chapter.
Kurt Zeilenga [Fri, 11 Aug 2000 00:23:10 +0000 (00:23 +0000)]
Add references and placeholder for futher "Advanced Access Control" chapter.

23 years agoFix up more hyperlinks and general cleanup
Kurt Zeilenga [Thu, 10 Aug 2000 23:57:21 +0000 (23:57 +0000)]
Fix up more hyperlinks and general cleanup

23 years agoFix up hyperlinks and revamp slapdconfig and misc other sections
Kurt Zeilenga [Thu, 10 Aug 2000 22:31:41 +0000 (22:31 +0000)]
Fix up hyperlinks and revamp slapdconfig and misc other sections

23 years agoClarify IANA note
Kurt Zeilenga [Thu, 10 Aug 2000 19:23:06 +0000 (19:23 +0000)]
Clarify IANA note

23 years agoMisc minor fixes
Kurt Zeilenga [Thu, 10 Aug 2000 19:20:11 +0000 (19:20 +0000)]
Misc minor fixes

23 years agofix typo
Kurt Zeilenga [Thu, 10 Aug 2000 19:05:05 +0000 (19:05 +0000)]
fix typo

23 years agoAdd ASN to TERMs
Kurt Zeilenga [Thu, 10 Aug 2000 19:02:29 +0000 (19:02 +0000)]
Add ASN to TERMs

23 years agoFlush out OID discussion
Kurt Zeilenga [Thu, 10 Aug 2000 18:54:15 +0000 (18:54 +0000)]
Flush out OID discussion

23 years agoFix grammer error
Kurt Zeilenga [Thu, 10 Aug 2000 18:39:32 +0000 (18:39 +0000)]
Fix grammer error

23 years agoAmend security warning and use example.com kerberos realm
Kurt Zeilenga [Thu, 10 Aug 2000 18:38:15 +0000 (18:38 +0000)]
Amend security warning and use example.com kerberos realm

23 years agoFix up a couple of format errors
Kurt Zeilenga [Thu, 10 Aug 2000 18:31:19 +0000 (18:31 +0000)]
Fix up a couple of format errors

23 years agoispell
Kurt Zeilenga [Thu, 10 Aug 2000 17:49:29 +0000 (17:49 +0000)]
ispell

23 years agoUpdate ACL portion and examples. Schema section needs work.
Kurt Zeilenga [Thu, 10 Aug 2000 07:17:54 +0000 (07:17 +0000)]
Update ACL portion and examples.  Schema section needs work.

23 years agoChange formating... major updates to slapdconfig.sdf
Kurt Zeilenga [Thu, 10 Aug 2000 05:23:38 +0000 (05:23 +0000)]
Change formating... major updates to slapdconfig.sdf

23 years agoMove default slurpd directory to $(LOCALSTATEDIR)/openldap-slurp.
Kurt Zeilenga [Thu, 10 Aug 2000 02:52:01 +0000 (02:52 +0000)]
Move default slurpd directory to $(LOCALSTATEDIR)/openldap-slurp.

23 years agoRound one of changes...
Kurt Zeilenga [Thu, 10 Aug 2000 01:38:36 +0000 (01:38 +0000)]
Round one of changes...

23 years agoMisc cleanup
Kurt Zeilenga [Wed, 9 Aug 2000 22:57:48 +0000 (22:57 +0000)]
Misc cleanup

23 years agoFix BerkeleyDB URI
Kurt Zeilenga [Wed, 9 Aug 2000 21:36:13 +0000 (21:36 +0000)]
Fix BerkeleyDB URI

23 years agoAdditional cleanup... needs to be flushed out a bit here and there...
Kurt Zeilenga [Wed, 9 Aug 2000 06:48:33 +0000 (06:48 +0000)]
Additional cleanup... needs to be flushed out a bit here and there...
but almost releasable.

23 years agoRework of Ian's rework.
Kurt Zeilenga [Wed, 9 Aug 2000 05:20:00 +0000 (05:20 +0000)]
Rework of Ian's rework.

23 years agoApply Ian patch
Kurt Zeilenga [Wed, 9 Aug 2000 04:28:44 +0000 (04:28 +0000)]
Apply Ian patch

23 years agoAdd URI for the OpenLDAP Root Service
Kurt Zeilenga [Tue, 8 Aug 2000 23:03:02 +0000 (23:03 +0000)]
Add URI for the OpenLDAP Root Service

23 years agos/openldap.org/example.com/
Kurt Zeilenga [Tue, 8 Aug 2000 23:00:56 +0000 (23:00 +0000)]
s/openldap.org/example.com/

23 years agoAdd ManageDSAit discussion
Kurt Zeilenga [Tue, 8 Aug 2000 04:42:05 +0000 (04:42 +0000)]
Add ManageDSAit discussion

23 years agodd ManageDSAit discussion
Kurt Zeilenga [Tue, 8 Aug 2000 04:33:28 +0000 (04:33 +0000)]
dd ManageDSAit discussion

23 years agoAdditional format changes
Kurt Zeilenga [Tue, 8 Aug 2000 04:21:33 +0000 (04:21 +0000)]
Additional format changes

23 years agoFormating changes
Kurt Zeilenga [Tue, 8 Aug 2000 04:19:21 +0000 (04:19 +0000)]
Formating changes

23 years agoRework replication chapter, plus a few minor intro changes.
Kurt Zeilenga [Tue, 8 Aug 2000 04:02:24 +0000 (04:02 +0000)]
Rework replication chapter, plus a few minor intro changes.

23 years agoComment out tuning and monitoring chapters...
Kurt Zeilenga [Tue, 8 Aug 2000 02:25:43 +0000 (02:25 +0000)]
Comment out tuning and monitoring chapters...

23 years agoRework dbtools and referrals.
Kurt Zeilenga [Tue, 8 Aug 2000 02:17:25 +0000 (02:17 +0000)]
Rework dbtools and referrals.

23 years agoClean up attributetype and objectclass description
Kurt Zeilenga [Mon, 7 Aug 2000 23:04:20 +0000 (23:04 +0000)]
Clean up attributetype and objectclass description

23 years agoUpdate command line option descriptions
Kurt Zeilenga [Mon, 7 Aug 2000 22:29:55 +0000 (22:29 +0000)]
Update command line option descriptions

23 years agoRebuild after ITS#649 changes to openldap.m4
Kurt Zeilenga [Mon, 7 Aug 2000 20:19:58 +0000 (20:19 +0000)]
Rebuild after ITS#649 changes to openldap.m4

23 years agoAdd support for Sleepycat Berkeley DB 3.1 (ITS#649)
Kurt Zeilenga [Mon, 7 Aug 2000 19:46:37 +0000 (19:46 +0000)]
Add support for Sleepycat Berkeley DB 3.1 (ITS#649)
changes derived from Ian Logan's patch

23 years agoremove assert(0)
Kurt Zeilenga [Mon, 7 Aug 2000 17:19:55 +0000 (17:19 +0000)]
remove assert(0)

23 years agoITS#647 from Paul R. Turgyan <pturgyan@umich.edu>
Kurt Zeilenga [Sun, 6 Aug 2000 05:25:10 +0000 (05:25 +0000)]
ITS#647 from Paul R. Turgyan <pturgyan@umich.edu>
When calling ldap_search looking for "supportedSASLMechanisms",
a NULL string should be passed to ldap_search and not a NULL pointer.

23 years agoAdd notices regarding use of SASL/TLS.
Kurt Zeilenga [Sun, 30 Jul 2000 15:20:14 +0000 (15:20 +0000)]
Add notices regarding use of SASL/TLS.
Make numerous formating changes.

23 years agoformat changes
Kurt Zeilenga [Sun, 30 Jul 2000 15:18:55 +0000 (15:18 +0000)]
format changes

23 years agoUpdate slapd features and formating
Kurt Zeilenga [Sun, 30 Jul 2000 15:18:10 +0000 (15:18 +0000)]
Update slapd features and formating

23 years agoUpdate based latest IETF work.
Kurt Zeilenga [Sun, 30 Jul 2000 15:15:44 +0000 (15:15 +0000)]
Update based latest IETF work.

23 years agoMostly formating changes
Kurt Zeilenga [Sun, 30 Jul 2000 15:14:33 +0000 (15:14 +0000)]
Mostly formating changes