]> git.sur5r.net Git - openldap/log
openldap
24 years agoSuggest "su -c make install" to avoid exit.
Kurt Zeilenga [Wed, 22 Sep 1999 23:23:39 +0000 (23:23 +0000)]
Suggest "su -c make install" to avoid exit.

24 years ago* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC
Ben Collins [Wed, 22 Sep 1999 22:11:42 +0000 (22:11 +0000)]
* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC

24 years ago* build/top.mk: removed references to TMPROOT and added DESTDIR support
Ben Collins [Wed, 22 Sep 1999 21:51:30 +0000 (21:51 +0000)]
* build/top.mk: removed references to TMPROOT and added DESTDIR support
* all others: Added DESTDIR support

24 years agoRebuild with autoconf 2.13.1
Kurt Zeilenga [Wed, 22 Sep 1999 18:40:04 +0000 (18:40 +0000)]
Rebuild with autoconf 2.13.1

24 years agoMuch as we would like to, we have to live for the time being with
Julio Sánchez Fernández [Wed, 22 Sep 1999 18:32:48 +0000 (18:32 +0000)]
Much as we would like to, we have to live for the time being with
broken objectclass and attributetype definitions where the OID is
missing.  The implementation of OIDmacros was making this impossible.
This change tries to restore the old behaviour, while preserving the
new feature.  Note that part of the restored behaviour lets OIDs that
are not in the numericoid format get through.  We may lose this, but
then we need to fix some of the sample provided schemas, notably
pilot.schema.

24 years agoAdd JPEG syntax to those known.
Julio Sánchez Fernández [Wed, 22 Sep 1999 18:15:22 +0000 (18:15 +0000)]
Add JPEG syntax to those known.

24 years agoregenerated
Ben Collins [Wed, 22 Sep 1999 18:03:23 +0000 (18:03 +0000)]
regenerated

24 years agoAdd substitution of WRAP_LIBS
Julio Sánchez Fernández [Wed, 22 Sep 1999 17:45:59 +0000 (17:45 +0000)]
Add substitution of WRAP_LIBS

24 years ago* configure.in: Added better check for libwrap (the old way failed when
Ben Collins [Wed, 22 Sep 1999 15:00:51 +0000 (15:00 +0000)]
* configure.in: Added better check for libwrap (the old way failed when
  libwrap was a dynamic library). Added -lwrap to new subst var WRAP_LIBS
  so we have more control over where it get's linked (dynamic libwrap
  causes problems when we link to programs that don't define certains
  globals that libwrap expects).
* build/top.mk: Added placeholder for WRAP_LIBS subst
* servers/slapd/Makefile.in: Added $(WRAP_LIBS) to the slapd and sslapd
  link command line specifically so it doesn't get thrown in with the rest
  of the LIBS.
* configure: rebuilt

24 years agoFix typo in previous commit
Howard Chu [Wed, 22 Sep 1999 06:41:12 +0000 (06:41 +0000)]
Fix typo in previous commit

24 years agoFix memory leak if duplicate attr name in at_insert
Howard Chu [Wed, 22 Sep 1999 05:18:15 +0000 (05:18 +0000)]
Fix memory leak if duplicate attr name in at_insert

24 years agojpegPhoto: correct syntax and add reference to inetorgperson draft
Kurt Zeilenga [Wed, 22 Sep 1999 03:08:14 +0000 (03:08 +0000)]
jpegPhoto: correct syntax and add reference to inetorgperson draft

24 years agoAdd inetOrgPerson from Smith's I-D 3. Update jpegPhoto with DESC.
Kurt Zeilenga [Wed, 22 Sep 1999 03:06:12 +0000 (03:06 +0000)]
Add inetOrgPerson from Smith's I-D 3.  Update jpegPhoto with DESC.

24 years agoAdd draft 03
Kurt Zeilenga [Wed, 22 Sep 1999 02:45:27 +0000 (02:45 +0000)]
Add draft 03

24 years agoAdd security audit to large project. Someone really needs
Kurt Zeilenga [Tue, 21 Sep 1999 22:36:21 +0000 (22:36 +0000)]
Add security audit to large project.   Someone really needs
to go through and find/fix buffer overflows and such.

24 years ago#ifdef HAVE_BERKELEY_DB2_DB_THREAD around create flags using DB_THREAD
Kurt Zeilenga [Tue, 21 Sep 1999 17:50:31 +0000 (17:50 +0000)]
#ifdef HAVE_BERKELEY_DB2_DB_THREAD around create flags using DB_THREAD

24 years agoDesign and Implement a LDAP C++ API
Kurt Zeilenga [Mon, 20 Sep 1999 22:59:33 +0000 (22:59 +0000)]
Design and Implement a LDAP C++ API

24 years agoAdd experimental detection of BerkeleyDB2 DB_THREAD.
Kurt Zeilenga [Mon, 20 Sep 1999 20:55:54 +0000 (20:55 +0000)]
Add experimental detection of BerkeleyDB2 DB_THREAD.
If not available, LDBM uses big mutex and BDB2 is disabled.
Should add BerkeleyDB version detection...

24 years agoManual pages need updating, especially LDAP C API ones...
Kurt Zeilenga [Sun, 19 Sep 1999 18:13:33 +0000 (18:13 +0000)]
Manual pages need updating, especially LDAP C API ones...

24 years agoadd deprecated comment to ldapd.8.
Kurt Zeilenga [Sun, 19 Sep 1999 18:12:18 +0000 (18:12 +0000)]
add deprecated comment to ldapd.8.

24 years agoRemove MODRDN bug from Bugs
Kurt Zeilenga [Sun, 19 Sep 1999 17:57:16 +0000 (17:57 +0000)]
Remove MODRDN bug from Bugs
Insert reference to ITS webpage

24 years agoFix previous dn checkin
Howard Chu [Sun, 19 Sep 1999 01:29:45 +0000 (01:29 +0000)]
Fix previous dn checkin

24 years agoUndo previous commit
Howard Chu [Sun, 19 Sep 1999 01:04:38 +0000 (01:04 +0000)]
Undo previous commit

24 years agoAdded mixed-case as well as up-cased DN argument. The behavior of back-bdb2
Howard Chu [Sat, 18 Sep 1999 23:40:03 +0000 (23:40 +0000)]
Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2
and back-ldbm are preserved, they only use the up-cased DNs. back-passwd
uses the mixed-case DN. All others are using mixed-case DN, may need more
fixing.

24 years agoFix typo in last commit.
Kurt Zeilenga [Fri, 17 Sep 1999 22:11:08 +0000 (22:11 +0000)]
Fix typo in last commit.

24 years agoApply y2k fix based upon Howard Young's (ITS#294) suggestion
Kurt Zeilenga [Fri, 17 Sep 1999 22:05:51 +0000 (22:05 +0000)]
Apply y2k fix based upon Howard Young's (ITS#294) suggestion

24 years agoLet oc_check_allowed grok things like userCertificate;binary
Julio Sánchez Fernández [Fri, 17 Sep 1999 15:51:44 +0000 (15:51 +0000)]
Let oc_check_allowed grok things like userCertificate;binary
oc_check_required should be fixed too.

24 years agoLet at_find find the AttributeType that matches a given AttributeDescription.
Julio Sánchez Fernández [Fri, 17 Sep 1999 15:48:23 +0000 (15:48 +0000)]
Let at_find find the AttributeType that matches a given AttributeDescription.
Useful to deal with things like userCertificate;binary.

24 years agoAdd missing paren.
Julio Sánchez Fernández [Fri, 17 Sep 1999 15:38:39 +0000 (15:38 +0000)]
Add missing paren.

24 years agochanges based upon draft-lachman-laser-ldap-mail-routing-00.txt
Kurt Zeilenga [Thu, 16 Sep 1999 02:52:28 +0000 (02:52 +0000)]
changes based upon draft-lachman-laser-ldap-mail-routing-00.txt

24 years agoReplace lachman mail routing (03) with lachman/laser mail routing (00).
Kurt Zeilenga [Thu, 16 Sep 1999 02:37:19 +0000 (02:37 +0000)]
Replace lachman mail routing (03) with lachman/laser mail routing (00).

24 years agoAdd draft-lachman-ldap-mail-routing-03.txt
Kurt Zeilenga [Thu, 16 Sep 1999 02:34:53 +0000 (02:34 +0000)]
Add draft-lachman-ldap-mail-routing-03.txt

24 years agoMisc. cleanup
Kurt Zeilenga [Thu, 16 Sep 1999 02:31:29 +0000 (02:31 +0000)]
Misc. cleanup

24 years agoAdded lachman mail at/oc to misc.schema.
Kurt Zeilenga [Thu, 16 Sep 1999 02:31:03 +0000 (02:31 +0000)]
Added lachman mail at/oc to misc.schema.

24 years agoRemove contacts to promote new volunteers.
Kurt Zeilenga [Wed, 15 Sep 1999 22:33:09 +0000 (22:33 +0000)]
Remove contacts to promote new volunteers.

24 years agoUse ptrdiff_t for pointer offset.
Kurt Zeilenga [Wed, 15 Sep 1999 03:26:23 +0000 (03:26 +0000)]
Use ptrdiff_t for pointer offset.

24 years agoconfig should return error if backend or database initialization fail.
Kurt Zeilenga [Mon, 13 Sep 1999 18:47:05 +0000 (18:47 +0000)]
config should return error if backend or database initialization fail.

24 years agoRebuild dependent files after recent changes to
Kurt Zeilenga [Mon, 13 Sep 1999 18:33:24 +0000 (18:33 +0000)]
Rebuild dependent files after recent changes to
build/openldap.m4 and configure.in

24 years agocosmetic changes
Kurt Zeilenga [Mon, 13 Sep 1999 18:31:39 +0000 (18:31 +0000)]
cosmetic changes

24 years agoAdd ; to header egrep targets to avoid syntax errors when using NeXT cpp.
Kurt Zeilenga [Mon, 13 Sep 1999 18:30:00 +0000 (18:30 +0000)]
Add ; to header egrep targets to avoid syntax errors when using NeXT cpp.

24 years agoSome more comments.
Kurt Spanier [Mon, 13 Sep 1999 16:38:22 +0000 (16:38 +0000)]
Some more comments.

24 years agoAdopt TWEB to LDAP_API_VERSION >= 2003.
Kurt Spanier [Mon, 13 Sep 1999 16:28:30 +0000 (16:28 +0000)]
Adopt TWEB to LDAP_API_VERSION >= 2003.

24 years agoacinclude should throw away output.
Kurt Zeilenga [Sun, 12 Sep 1999 17:21:24 +0000 (17:21 +0000)]
acinclude should throw away output.

24 years agoPrint copyright notice at startup.
Kurt Zeilenga [Sun, 12 Sep 1999 17:13:15 +0000 (17:13 +0000)]
Print copyright notice at startup.

24 years agoAdd RCSid and Copyright
Kurt Zeilenga [Sun, 12 Sep 1999 04:41:47 +0000 (04:41 +0000)]
Add RCSid and Copyright

24 years agoAdd missing ')' when HAVE_TCPD
Hallvard Furuseth [Sat, 11 Sep 1999 06:17:37 +0000 (06:17 +0000)]
Add missing ')' when HAVE_TCPD

24 years agoInitial revision
Kurt Spanier [Fri, 10 Sep 1999 17:33:39 +0000 (17:33 +0000)]
Initial revision

24 years agoFix shbang magic "#! /bin/sh" (correct) vs "#!/bin/sh" (incorrect)
Kurt Zeilenga [Fri, 10 Sep 1999 02:15:03 +0000 (02:15 +0000)]
Fix shbang magic "#! /bin/sh" (correct) vs "#!/bin/sh" (incorrect)

24 years agoNeeds some additonal m4 magic to get rcsid correct.
Kurt Zeilenga [Fri, 10 Sep 1999 02:10:20 +0000 (02:10 +0000)]
Needs some additonal m4 magic to get rcsid correct.

24 years agoAllow replace with no values
Kurt Zeilenga [Fri, 10 Sep 1999 01:55:46 +0000 (01:55 +0000)]
Allow replace with no values
dn: cn=foo
changetype: modify
replace: bar
-

24 years agoRework RCS id codes such that they are placed at the top of
Kurt Zeilenga [Thu, 9 Sep 1999 20:35:43 +0000 (20:35 +0000)]
Rework RCS id codes such that they are placed at the top of
configure.  Implementation is dependent upon autoconf internals.
Attempts to use AC_REVISION hammered by libtool bugs.  Will submit
reports to libtool camp and rework configure.in once fixes are
released.

24 years agouse ' instead of " when setting rcs id variable
Kurt Zeilenga [Thu, 9 Sep 1999 05:31:52 +0000 (05:31 +0000)]
use ' instead of " when setting rcs id variable

24 years agoAdd RCSid
Kurt Zeilenga [Thu, 9 Sep 1999 05:30:12 +0000 (05:30 +0000)]
Add RCSid

24 years agoGenerate OpenLDAP id for configure
Kurt Zeilenga [Thu, 9 Sep 1999 05:21:18 +0000 (05:21 +0000)]
Generate OpenLDAP id for configure

24 years agoAdd OpenLDAP RCSid to conf files
Kurt Zeilenga [Thu, 9 Sep 1999 04:43:30 +0000 (04:43 +0000)]
Add OpenLDAP RCSid to conf files

24 years agoAdd OpenLDAP RCSid
Kurt Zeilenga [Wed, 8 Sep 1999 22:52:19 +0000 (22:52 +0000)]
Add OpenLDAP RCSid

24 years agoAdd -C/-CC/-R referral chasing to clients project.
Kurt Zeilenga [Wed, 8 Sep 1999 20:06:25 +0000 (20:06 +0000)]
Add -C/-CC/-R referral chasing to clients project.
-C chase with prompting
-CC chase without prompting
-R don't chase
with defaults dependent upon authentication method used.
rebind callback also needs to be extended to support SASL and
provide information for prompting purposes.  Good intro project.

24 years agoAdd OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
Kurt Zeilenga [Wed, 8 Sep 1999 19:06:24 +0000 (19:06 +0000)]
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
Replace old Id as needed (back-tcl).
Leave updating of contribWare to contributors (for now).

24 years agodb2 flags should be u_int32_t, not int.
Kurt Zeilenga [Wed, 8 Sep 1999 17:28:02 +0000 (17:28 +0000)]
db2 flags should be u_int32_t, not int.

24 years agos/int/u_int32_t/ for db_appinit flags
Kurt Zeilenga [Mon, 6 Sep 1999 18:45:39 +0000 (18:45 +0000)]
s/int/u_int32_t/ for db_appinit flags

24 years agos/patch/path/
Kurt Zeilenga [Mon, 6 Sep 1999 18:25:48 +0000 (18:25 +0000)]
s/patch/path/

24 years agoRemove lint
Hallvard Furuseth [Mon, 6 Sep 1999 04:42:20 +0000 (04:42 +0000)]
Remove lint

24 years agoCleanup: Complete renaming lber_*() to ber_*(). Fix some sockbuf SASL code rot.
Hallvard Furuseth [Mon, 6 Sep 1999 04:33:41 +0000 (04:33 +0000)]
Cleanup: Complete renaming lber_*() to ber_*(). Fix some sockbuf SASL code rot.

24 years agoFurther trim_refs_url fixes from Hallvard. Need additional testing.
Kurt Zeilenga [Sun, 5 Sep 1999 22:32:01 +0000 (22:32 +0000)]
Further trim_refs_url fixes from Hallvard.  Need additional testing.

24 years agoFix = vs == bug
Kurt Zeilenga [Sun, 5 Sep 1999 22:13:22 +0000 (22:13 +0000)]
Fix = vs == bug

24 years agoKill //-style comments
Hallvard Furuseth [Sun, 5 Sep 1999 20:53:13 +0000 (20:53 +0000)]
Kill //-style comments

24 years agoDisable REFERRALS. Should add -C/-CC/-R options (chase w/ prompting,
Kurt Zeilenga [Sun, 5 Sep 1999 19:20:01 +0000 (19:20 +0000)]
Disable REFERRALS.  Should add -C/-CC/-R options (chase w/ prompting,
chase w/o prompting, disable referrals).

24 years agoRemove misplaced sockpair.c
Kurt Zeilenga [Sun, 5 Sep 1999 19:17:42 +0000 (19:17 +0000)]
Remove misplaced sockpair.c

24 years agoHandle unknown syntaxes as binary
Hallvard Furuseth [Sat, 4 Sep 1999 22:19:09 +0000 (22:19 +0000)]
Handle unknown syntaxes as binary

24 years agoAccept unknown object classes
Hallvard Furuseth [Sat, 4 Sep 1999 21:41:27 +0000 (21:41 +0000)]
Accept unknown object classes

24 years agoSome constification & lint removal
Hallvard Furuseth [Sat, 4 Sep 1999 21:15:49 +0000 (21:15 +0000)]
Some constification & lint removal

24 years agoChange -d option to not detach even with -d 0 or compiled with --disable-debug.
Hallvard Furuseth [Sat, 4 Sep 1999 20:24:40 +0000 (20:24 +0000)]
Change -d option to not detach even with -d 0 or compiled with --disable-debug.

24 years agoRemove #if 0 used to hide dn subtree index problem. Fixed
Kurt Zeilenga [Sat, 4 Sep 1999 01:19:58 +0000 (01:19 +0000)]
Remove #if 0 used to hide dn subtree index problem.  Fixed
by Hallvard's IDL changes!

24 years agoMove `#include "ldap_defaults.h"' into slap.h, which #ifdefs on it.
Hallvard Furuseth [Fri, 3 Sep 1999 23:10:05 +0000 (23:10 +0000)]
Move `#include "ldap_defaults.h"' into slap.h, which #ifdefs on it.

24 years agoIntroduce and use LDAP_GCCATTR() = __attributes__() in gcc
Hallvard Furuseth [Fri, 3 Sep 1999 21:06:33 +0000 (21:06 +0000)]
Introduce and use LDAP_GCCATTR() = __attributes__() in gcc

24 years agoRemove incorrect use of <matched> entry
Hallvard Furuseth [Fri, 3 Sep 1999 20:25:58 +0000 (20:25 +0000)]
Remove incorrect use of <matched> entry

24 years ago<url> was used uninitialized
Hallvard Furuseth [Fri, 3 Sep 1999 20:19:18 +0000 (20:19 +0000)]
<url> was used uninitialized

24 years agoCopy back-ldbm patches 1.37 (idl_insert_key returncodes) & 1.38 (SAFEMEMCPY bug)
Hallvard Furuseth [Fri, 3 Sep 1999 11:17:21 +0000 (11:17 +0000)]
Copy back-ldbm patches 1.37 (idl_insert_key returncodes) & 1.38 (SAFEMEMCPY bug)

24 years agoFix SAFEMEMCPY bug from revision 1.32 in idl_insert()
Hallvard Furuseth [Fri, 3 Sep 1999 11:01:18 +0000 (11:01 +0000)]
Fix SAFEMEMCPY bug from revision 1.32 in idl_insert()

24 years agoBackout rev 1.37 change which was committed by mistake.
Kurt Zeilenga [Fri, 3 Sep 1999 05:31:43 +0000 (05:31 +0000)]
Backout rev 1.37 change which was committed by mistake.

24 years agoPlug memory leaks when modrdn failure. Fix Typo in debug message.
Hallvard Furuseth [Fri, 3 Sep 1999 05:12:24 +0000 (05:12 +0000)]
Plug memory leaks when modrdn failure.   Fix Typo in debug message.

24 years agoFix extraneous call to ldap_msgfree.
Howard Chu [Thu, 2 Sep 1999 12:08:43 +0000 (12:08 +0000)]
Fix extraneous call to ldap_msgfree.

24 years agoFix: obey be->be_readonly. Also add & obey global_readonly.
Hallvard Furuseth [Thu, 2 Sep 1999 10:39:51 +0000 (10:39 +0000)]
Fix: obey be->be_readonly.  Also add & obey global_readonly.

24 years agoAdd missing * in last commit
Kurt Zeilenga [Thu, 2 Sep 1999 08:40:22 +0000 (08:40 +0000)]
Add missing * in last commit

24 years agoFix Debug printf format
Hallvard Furuseth [Thu, 2 Sep 1999 08:11:54 +0000 (08:11 +0000)]
Fix Debug printf format

24 years agoCleanup:
Hallvard Furuseth [Thu, 2 Sep 1999 08:05:17 +0000 (08:05 +0000)]
Cleanup:
Fix printf formats, remove unused variables, add missing prototypes in slapd,
add static/const, add some return types or change to void return type.

24 years agoFix str2lower() -> ldap_pvt_str2lower()
Hallvard Furuseth [Thu, 2 Sep 1999 07:43:31 +0000 (07:43 +0000)]
Fix str2lower() -> ldap_pvt_str2lower()

24 years agoFix ber_pvt_sb_udp_set_dst() argument
Hallvard Furuseth [Thu, 2 Sep 1999 07:41:58 +0000 (07:41 +0000)]
Fix ber_pvt_sb_udp_set_dst() argument

24 years agoFix typo in lutil_debug_file()
Hallvard Furuseth [Thu, 2 Sep 1999 07:40:25 +0000 (07:40 +0000)]
Fix typo in lutil_debug_file()

24 years agoAdd ldap_rename() and ldap_rename_s() prototypes
Hallvard Furuseth [Thu, 2 Sep 1999 07:38:06 +0000 (07:38 +0000)]
Add ldap_rename() and ldap_rename_s() prototypes

24 years agoRemove unused vars/function
Hallvard Furuseth [Thu, 2 Sep 1999 07:36:17 +0000 (07:36 +0000)]
Remove unused vars/function

24 years agoAxe <varargs.h> support: Don't use LDAP_P() on varargs prototype.
Hallvard Furuseth [Thu, 2 Sep 1999 06:19:21 +0000 (06:19 +0000)]
Axe <varargs.h> support:  Don't use LDAP_P() on varargs prototype.
Also fix debug_printf macro when !LDAP_DEBUG: It did not take arguments.

24 years agoAxe <varargs.h> support. Assume STDC C translator is available
Hallvard Furuseth [Thu, 2 Sep 1999 06:14:23 +0000 (06:14 +0000)]
Axe <varargs.h> support.  Assume STDC C translator is available
to build OpenLDAP.

24 years agoAdd OpenLDAP RCS id and copyright
Kurt Zeilenga [Thu, 2 Sep 1999 00:56:32 +0000 (00:56 +0000)]
Add OpenLDAP RCS id and copyright

24 years agoAdd OpenLDAP RCS id
Kurt Zeilenga [Thu, 2 Sep 1999 00:52:43 +0000 (00:52 +0000)]
Add OpenLDAP RCS id

24 years agoFix idl_insert_key() return codes.
Kurt Zeilenga [Wed, 1 Sep 1999 18:30:13 +0000 (18:30 +0000)]
Fix idl_insert_key() return codes.

24 years agoif/else clause was reversed and attr->values used where values
Kurt Zeilenga [Wed, 1 Sep 1999 07:29:07 +0000 (07:29 +0000)]
if/else clause was reversed and attr->values used where values
should have been.

24 years agoFix uninitialized variable
Hallvard Furuseth [Wed, 1 Sep 1999 06:54:33 +0000 (06:54 +0000)]
Fix uninitialized variable

24 years agoFix idle timeout code.
Kurt Zeilenga [Wed, 1 Sep 1999 06:37:46 +0000 (06:37 +0000)]
Fix idle timeout code.

24 years agoFix uninitialized variables
Hallvard Furuseth [Wed, 1 Sep 1999 05:44:16 +0000 (05:44 +0000)]
Fix uninitialized variables