]> git.sur5r.net Git - openldap/log
openldap
24 years agoUpdate default access usage comment.
Kurt Zeilenga [Tue, 3 Aug 1999 21:35:53 +0000 (21:35 +0000)]
Update default access usage comment.

24 years agochange order of tag and err in logging (only). Does not effect encoding.
Kurt Zeilenga [Tue, 3 Aug 1999 20:28:16 +0000 (20:28 +0000)]
change order of tag and err in logging (only).  Does not effect encoding.

24 years agoInitial inet_aton() detection.
Kurt Zeilenga [Tue, 3 Aug 1999 20:02:44 +0000 (20:02 +0000)]
Initial inet_aton() detection.

24 years agoLDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann.
Kurt Zeilenga [Tue, 3 Aug 1999 19:27:22 +0000 (19:27 +0000)]
LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann.
Needs a bit more work.
- global net/api timeouts are not inherited on session creation.
- need configure check for inet_aton() (coming soon)
- ioctl/fcntl portability issues (should share implementation
with lber routines)

24 years agoNeeds ldap_config.h to get LDAP_DIRSEP
Julio Sánchez Fernández [Tue, 3 Aug 1999 19:04:02 +0000 (19:04 +0000)]
Needs ldap_config.h to get LDAP_DIRSEP

24 years agoNeeds <ac/stdlib.h> for EXIT_*
Kurt Zeilenga [Tue, 3 Aug 1999 18:41:55 +0000 (18:41 +0000)]
Needs <ac/stdlib.h> for EXIT_*

24 years agos/exit(1)/exit(EXIT_FAILURE)/
Kurt Zeilenga [Tue, 3 Aug 1999 18:14:24 +0000 (18:14 +0000)]
s/exit(1)/exit(EXIT_FAILURE)/
s/exit(0)/exit(EXIT_SUCCESS)/
add <ac/stdlib.h> where needed and other minor header adjustments

24 years agoAddition to previous log: Also killed 2-digit year numbers in the example.
Hallvard Furuseth [Tue, 3 Aug 1999 10:57:04 +0000 (10:57 +0000)]
Addition to previous log: Also killed 2-digit year numbers in the example.

24 years agos/OpenLDAP-bugs/OpenLDAP-its/
Hallvard Furuseth [Tue, 3 Aug 1999 10:08:49 +0000 (10:08 +0000)]
s/OpenLDAP-bugs/OpenLDAP-its/

24 years agoReplace @umich bugreport/support addresses with @openldap
Hallvard Furuseth [Tue, 3 Aug 1999 10:07:58 +0000 (10:07 +0000)]
Replace @umich bugreport/support addresses with @openldap

24 years agoLdaptcl package version 1.2:
Randy Kunkee [Tue, 3 Aug 1999 07:23:03 +0000 (07:23 +0000)]
Ldaptcl package version 1.2:

- Filter no longer a required controlArray member, defaults to objectclass=*.
- Sets errorCode with LDAP macro string value (better to test than the more
  human readable values).
- Shorten minimum required characters for search scope definitions: now allows
  "base", "one", and "sub".  For the latter two, additional characters are
  ignored.
- Now compiles successfully with -devel branch (though less tested).
- Client cache management code enabled for OpenLDAP versions <= 1.2.4.  (This
  code is relatively untested and feedback is welcome.)
- More installation cleanups to work easily as a dynamically loadable Tcl
  package.

24 years agos/*vlenp = NULL;/*vlenp = 0;/
Hallvard Furuseth [Tue, 3 Aug 1999 04:02:16 +0000 (04:02 +0000)]
s/*vlenp = NULL;/*vlenp = 0;/

24 years agoGrow buffer[] declaration to make space for " $ " separators
Hallvard Furuseth [Tue, 3 Aug 1999 03:58:49 +0000 (03:58 +0000)]
Grow buffer[] declaration to make space for " $ " separators

24 years agoAdd a little SASL framework and remove old X-DIGEST-MD5 hardcode.
Kurt Zeilenga [Tue, 3 Aug 1999 02:37:42 +0000 (02:37 +0000)]
Add a little SASL framework and remove old X-DIGEST-MD5 hardcode.
This code is not called (yet).

24 years agoReplace NULLBER with NULL
Hallvard Furuseth [Tue, 3 Aug 1999 02:31:29 +0000 (02:31 +0000)]
Replace NULLBER with NULL
Replace `lber_int_debug = ...' with `ber_set_option( ... )'

24 years agoRemove obsolete 7th arg (opatts) from send_search_entry() calls.
Hallvard Furuseth [Tue, 3 Aug 1999 01:38:43 +0000 (01:38 +0000)]
Remove obsolete 7th arg (opatts) from send_search_entry() calls.
Add missing arg (refs or ctrls) to send_ldap_result() calls.
NOTE: Did not implement referral/ldapcontrol support in back-tcl.

24 years agoAdd HAVE_CYRUS_SASL define
Kurt Zeilenga [Tue, 3 Aug 1999 00:50:52 +0000 (00:50 +0000)]
Add HAVE_CYRUS_SASL define

24 years agoAdd detection for Cyrus SASL library.
Kurt Zeilenga [Mon, 2 Aug 1999 23:35:03 +0000 (23:35 +0000)]
Add detection for Cyrus SASL library.
Improve detection of FreeBSD FetchURL library.

24 years agoldap_perror: don't print matched DN or error text if length is zero.
Kurt Zeilenga [Mon, 2 Aug 1999 20:03:50 +0000 (20:03 +0000)]
ldap_perror: don't print matched DN or error text if length is zero.

24 years agoAdd -dn as a synonym for -dnt.
Kurt Zeilenga [Mon, 2 Aug 1999 17:19:05 +0000 (17:19 +0000)]
Add -dn as a synonym for -dnt.

24 years agomultiline separator: s/"$"/" $ "/
Kurt Zeilenga [Mon, 2 Aug 1999 17:10:29 +0000 (17:10 +0000)]
multiline separator: s/"$"/" $ "/

24 years agoFix --enable-dns compilation problems.
Kurt Zeilenga [Mon, 2 Aug 1999 07:41:29 +0000 (07:41 +0000)]
Fix --enable-dns compilation problems.

24 years agoDisable connectionless support until someone implements
Kurt Zeilenga [Mon, 2 Aug 1999 07:40:15 +0000 (07:40 +0000)]
Disable connectionless support until someone implements
a UDP listener.

24 years agoChange unsigned long cast of offset to size_t in ldap_build_filter()
Hallvard Furuseth [Mon, 2 Aug 1999 05:51:04 +0000 (05:51 +0000)]
Change unsigned long cast of offset to size_t in ldap_build_filter()

24 years agoChange 'unsigned long len' to ber_len_t in get_filter()
Hallvard Furuseth [Mon, 2 Aug 1999 05:29:35 +0000 (05:29 +0000)]
Change 'unsigned long len' to ber_len_t in get_filter()

24 years agoFix format %x -> %lx in des_string_to_key
Hallvard Furuseth [Mon, 2 Aug 1999 05:25:17 +0000 (05:25 +0000)]
Fix format %x -> %lx in des_string_to_key

24 years agoFix bitmasks '0xhh << n' to '(masked type)0xhh << n'
Hallvard Furuseth [Mon, 2 Aug 1999 01:55:48 +0000 (01:55 +0000)]
Fix bitmasks '0xhh << n' to '(masked type)0xhh << n'

24 years agoRemove unsigned long: Change to ber_len_t or ber_tag_t.
Hallvard Furuseth [Mon, 2 Aug 1999 01:50:08 +0000 (01:50 +0000)]
Remove unsigned long:  Change to ber_len_t or ber_tag_t.
Remove sizeof(long).
Change ber_getnint to return ber_len_t instead of ber_tag_t.

24 years agoFix ber_put_int_or_enum to do its bit fiddling with unsigned values
Hallvard Furuseth [Mon, 2 Aug 1999 01:38:00 +0000 (01:38 +0000)]
Fix ber_put_int_or_enum to do its bit fiddling with unsigned values

24 years agoFinish s/lber_bprint/ber_bprint/ renaming
Hallvard Furuseth [Mon, 2 Aug 1999 01:20:48 +0000 (01:20 +0000)]
Finish s/lber_bprint/ber_bprint/ renaming

24 years agoPrint ldap_err2string(error number) instead of just error number
Hallvard Furuseth [Mon, 2 Aug 1999 01:13:39 +0000 (01:13 +0000)]
Print ldap_err2string(error number) instead of just error number

24 years agoInclude <ac/stdlib.h> instead of <stdlib.h>
Hallvard Furuseth [Sun, 1 Aug 1999 22:42:34 +0000 (22:42 +0000)]
Include <ac/stdlib.h> instead of <stdlib.h>

24 years agos/LDAP_CONST/const/ in ldap_pvt_asser() prototype
Hallvard Furuseth [Sun, 1 Aug 1999 21:41:46 +0000 (21:41 +0000)]
s/LDAP_CONST/const/ in ldap_pvt_asser() prototype

24 years agoUse $SLURPD_DEBUG
Hallvard Furuseth [Sun, 1 Aug 1999 21:33:37 +0000 (21:33 +0000)]
Use $SLURPD_DEBUG

24 years agoDefine EXIT_SUCCESS and EXIT_FAILURE if necessary
Hallvard Furuseth [Sun, 1 Aug 1999 21:18:38 +0000 (21:18 +0000)]
Define EXIT_SUCCESS and EXIT_FAILURE if necessary

24 years agoAdd missing LDAP_CONST in ber_pvt_assert() prototype
Hallvard Furuseth [Sun, 1 Aug 1999 21:08:14 +0000 (21:08 +0000)]
Add missing LDAP_CONST in ber_pvt_assert() prototype

24 years agoDelete spurious 7th arg (of 8) to send_search_entry()
Hallvard Furuseth [Sun, 1 Aug 1999 20:31:03 +0000 (20:31 +0000)]
Delete spurious 7th arg (of 8) to send_search_entry()

24 years agos/unsigned long/ber_len_t/ in typedef BERTranslateProc
Hallvard Furuseth [Sun, 1 Aug 1999 20:29:11 +0000 (20:29 +0000)]
s/unsigned long/ber_len_t/ in typedef BERTranslateProc

24 years agoCast ber_read() arg to char*
Hallvard Furuseth [Sun, 1 Aug 1999 20:27:03 +0000 (20:27 +0000)]
Cast ber_read() arg to char*

24 years agoMissed an instance of s/struct attrinfo/AttrInfo/
Hallvard Furuseth [Sun, 1 Aug 1999 20:25:15 +0000 (20:25 +0000)]
Missed an instance of s/struct attrinfo/AttrInfo/

24 years agoKill lber_debug
Hallvard Furuseth [Sun, 1 Aug 1999 20:23:35 +0000 (20:23 +0000)]
Kill lber_debug

24 years agoUse ber_set_option() instead of setting lber_debug
Hallvard Furuseth [Sun, 1 Aug 1999 20:22:26 +0000 (20:22 +0000)]
Use ber_set_option() instead of setting lber_debug

24 years agoAlways include <stdlib.h>, to avoid massive breakage when !STDC_HEADERS.
Hallvard Furuseth [Sun, 1 Aug 1999 18:44:32 +0000 (18:44 +0000)]
Always include <stdlib.h>, to avoid massive breakage when !STDC_HEADERS.
If someone really lacks stdlib.h, they should introduce HAVE_STDLIB_H.

24 years agoClarify that some files may come with additional restrictions.
Kurt Zeilenga [Sun, 1 Aug 1999 18:38:12 +0000 (18:38 +0000)]
Clarify that some files may come with additional restrictions.

24 years agoAlign with ldif2id2children.c: s/int vlen;/ber_len_t vlen;/
Hallvard Furuseth [Sun, 1 Aug 1999 17:54:09 +0000 (17:54 +0000)]
Align with ldif2id2children.c: s/int vlen;/ber_len_t vlen;/

24 years agos/getopt() != -1/getopt() != EOF/
Hallvard Furuseth [Sun, 1 Aug 1999 15:35:53 +0000 (15:35 +0000)]
s/getopt() != -1/getopt() != EOF/

24 years agoSimplify and speed up a bit by removing CHAR64LONG16.
Hallvard Furuseth [Sun, 1 Aug 1999 11:16:53 +0000 (11:16 +0000)]
Simplify and speed up a bit by removing CHAR64LONG16.

24 years agoAdd openldap-VERSION.tgz comment
Kurt Zeilenga [Sun, 1 Aug 1999 06:00:18 +0000 (06:00 +0000)]
Add openldap-VERSION.tgz comment

24 years agoExperimental fix to ITS#179 fix.
Kurt Zeilenga [Sat, 31 Jul 1999 03:37:40 +0000 (03:37 +0000)]
Experimental fix to ITS#179 fix.

24 years agoAdd support for "foo:< http://localhost/path.
Kurt Zeilenga [Sat, 31 Jul 1999 03:23:26 +0000 (03:23 +0000)]
Add support for "foo:< http://localhost/path.
Requires FreeBSD's -lfetch...
Implementations to other URL APIs encouraged.
Probably should be moved to -llutil.

24 years agoRemove "const" error... and add prototype for yet unimplemented
Kurt Zeilenga [Sat, 31 Jul 1999 02:17:26 +0000 (02:17 +0000)]
Remove "const" error... and add prototype for yet unimplemented
ldif_fetch_url().

24 years agoremove .lo and .core on "make clean"
Kurt Zeilenga [Sat, 31 Jul 1999 01:11:33 +0000 (01:11 +0000)]
remove .lo and .core on "make clean"

24 years agoKludge ldapmodify to accept "version: 1" in LDIF input.
Kurt Zeilenga [Sat, 31 Jul 1999 00:35:30 +0000 (00:35 +0000)]
Kludge ldapmodify to accept "version: 1" in LDIF input.

24 years agoEnhance LDIF handling
Kurt Zeilenga [Fri, 30 Jul 1999 23:00:02 +0000 (23:00 +0000)]
Enhance LDIF handling
ldapsearch:
    use draft guidelines for determining when to use
    -t only writes binary attributes to files
    -tt writes all attributes to files
    output now lists URL instead of path to such files
    -T dir can be used to specify directory to create temp files in
    -V urlprefix can be used to change the URL prefix
    LDIF is now commented (can be disabled using -LL)
    LDIF now contains version attribute (can be disabled with -LLL)
LDIF:
    put interface changed to allow caller to specify how to encode
    put interface uses draft guidelines for determine when to base64 encode
    wrapping kludged to match old off by one bug
Tests:
    removed trailing space from some attributes (to avoid base64 encoding)
    enabled -LLL in defines.sh (should sed output to remove
        wrapping/comments/redundant separators)
Misc:
    updated codes outputting LDIF to use new put interface
TODO:
    handling of version attribute on input
    handling of URLs on input (ie: fetch URL)

24 years agoWhen recreating a database from an ldif file created by ldbmcat,
Julio Sánchez Fernández [Fri, 30 Jul 1999 18:53:23 +0000 (18:53 +0000)]
When recreating a database from an ldif file created by ldbmcat,
NEXTID would not be set to one higher than the highest number
used, but to one higher than the last entry in the ldif file.

24 years agoIDs in the LDIF input were not being used in id2children creation.
Julio Sánchez Fernández [Fri, 30 Jul 1999 18:37:00 +0000 (18:37 +0000)]
IDs in the LDIF input were not being used in id2children creation.

24 years agoAdd echo...
Kurt Zeilenga [Fri, 30 Jul 1999 01:16:21 +0000 (01:16 +0000)]
Add echo...

24 years agoFix opendlap typo
Kurt Zeilenga [Fri, 30 Jul 1999 01:01:17 +0000 (01:01 +0000)]
Fix opendlap typo

24 years agoFix mkrelease
Kurt Zeilenga [Fri, 30 Jul 1999 00:57:35 +0000 (00:57 +0000)]
Fix mkrelease

24 years agoClarify loop break. OPENLDAP_REL_ENG_2_BP
Kurt Zeilenga [Thu, 29 Jul 1999 23:05:15 +0000 (23:05 +0000)]
Clarify loop break.

24 years agoVery crude LDIF changes:
Kurt Zeilenga [Thu, 29 Jul 1999 21:25:39 +0000 (21:25 +0000)]
Very crude LDIF changes:
add MODRDN newSuperior support
add '#' support to ldapmodify (but not slurpd and ldbm tools)

24 years agoIgnore lines that begin with "#".
Kurt Zeilenga [Thu, 29 Jul 1999 18:39:32 +0000 (18:39 +0000)]
Ignore lines that begin with "#".

24 years agoRelocate headers checks to above libraries such that their results can
Kurt Zeilenga [Thu, 29 Jul 1999 18:38:21 +0000 (18:38 +0000)]
Relocate headers checks to above libraries such that their results can
be used during library and function checks.

24 years agoFix modlist bug in last commit
Kurt Zeilenga [Thu, 29 Jul 1999 18:19:06 +0000 (18:19 +0000)]
Fix modlist bug in last commit

24 years agoSave attributes until we've completed schema check and
Kurt Zeilenga [Thu, 29 Jul 1999 04:41:49 +0000 (04:41 +0000)]
Save attributes until we've completed schema check and
modified indices.

24 years agoAdd suffixalias.c
Kurt Zeilenga [Thu, 29 Jul 1999 02:32:40 +0000 (02:32 +0000)]
Add suffixalias.c

24 years agoSlightly better ITS#238 fix than last commit... has Debug
Kurt Zeilenga [Wed, 28 Jul 1999 23:19:16 +0000 (23:19 +0000)]
Slightly better ITS#238 fix than last commit... has Debug
message, doesn't bother to open/close index files...

24 years agoFix index_change_vals NULL vals bug (ITS#238)
Kurt Zeilenga [Wed, 28 Jul 1999 22:57:52 +0000 (22:57 +0000)]
Fix index_change_vals NULL vals bug (ITS#238)

24 years agoInitial make release script.
Kurt Zeilenga [Wed, 28 Jul 1999 20:56:34 +0000 (20:56 +0000)]
Initial make release script.

24 years agoMinor clarifications: use latest Sleepycat version.
Kurt Zeilenga [Wed, 28 Jul 1999 20:40:13 +0000 (20:40 +0000)]
Minor clarifications: use latest Sleepycat version.

24 years agoUpdate COPYRIGHT notices
Kurt Zeilenga [Wed, 28 Jul 1999 20:35:22 +0000 (20:35 +0000)]
Update COPYRIGHT notices

24 years agoUpdate INSTALL based upon new snapshot naming.
Kurt Zeilenga [Wed, 28 Jul 1999 20:31:41 +0000 (20:31 +0000)]
Update INSTALL based upon new snapshot naming.
Update lutil.h copyright.
CHANGES is a release engineering document.  Not maintained in HEAD.

24 years agoUpdate the announcement for 2.0-alpha (needs work... suggestions welcomed).
Kurt Zeilenga [Wed, 28 Jul 1999 19:23:14 +0000 (19:23 +0000)]
Update the announcement for 2.0-alpha (needs work... suggestions welcomed).

24 years agoSlight rearrangment of gmodule detection
Kurt Zeilenga [Wed, 28 Jul 1999 18:12:48 +0000 (18:12 +0000)]
Slight rearrangment of gmodule detection

24 years agoDefault lastmod to ON.
Kurt Zeilenga [Tue, 27 Jul 1999 20:05:37 +0000 (20:05 +0000)]
Default lastmod to ON.

24 years agoReturn LDAP_CONSTRAINT_VIOLATION if user attempts to modify
Kurt Zeilenga [Tue, 27 Jul 1999 20:00:31 +0000 (20:00 +0000)]
Return LDAP_CONSTRAINT_VIOLATION if user attempts to modify
a non-user-mod attribute (such as timeStamps).
Move generation of add_modify_attrs to frontend.
update of add_modify_attrs on modrdn needs work (currently
not updated to maintain consistency with replicas).

24 years agoFix -USLAPD_RLOOKUPS
Kurt Zeilenga [Tue, 27 Jul 1999 18:49:32 +0000 (18:49 +0000)]
Fix -USLAPD_RLOOKUPS

24 years agoResurrect suffix aliasing...
Kurt Zeilenga [Tue, 27 Jul 1999 18:43:30 +0000 (18:43 +0000)]
Resurrect suffix aliasing...

24 years agodefine SLAPD_RLOOKUPS since it looks like connection_init wont work without it
Gary Williams [Tue, 27 Jul 1999 17:26:15 +0000 (17:26 +0000)]
define SLAPD_RLOOKUPS since it looks like connection_init wont work without it

24 years agoAdd back "package require Tclx 8.0" (Ldaptcl depends on it).
Randy Kunkee [Tue, 27 Jul 1999 07:39:42 +0000 (07:39 +0000)]
Add back "package require Tclx 8.0" (Ldaptcl depends on it).

24 years agoTcl package version 1.0 -> 1.1:
Randy Kunkee [Tue, 27 Jul 1999 07:29:27 +0000 (07:29 +0000)]
Tcl package version 1.0 -> 1.1:
   Add timeout to control array.
   Add -lldap -llber when building shared library.
   Clean up pkgIndex.tcl creation and installation (should now support
   "package require" out of the box).

24 years agoGenerate new configure after new netinet/tcp.h test.
Kurt Zeilenga [Tue, 27 Jul 1999 00:52:50 +0000 (00:52 +0000)]
Generate new configure after new netinet/tcp.h test.

24 years agoFix "dn" index. Only "sub" was being generated instead of "eq,sub".
Kurt Zeilenga [Tue, 27 Jul 1999 00:51:19 +0000 (00:51 +0000)]
Fix "dn" index.  Only "sub" was being generated instead of "eq,sub".

24 years agomove wsa error to -llutil
Kurt Zeilenga [Tue, 27 Jul 1999 00:38:29 +0000 (00:38 +0000)]
move wsa error to -llutil

24 years agoRelocate to -llutil
Kurt Zeilenga [Tue, 27 Jul 1999 00:37:48 +0000 (00:37 +0000)]
Relocate to -llutil

24 years agorelocate wsa error to -llutil
Kurt Zeilenga [Tue, 27 Jul 1999 00:36:58 +0000 (00:36 +0000)]
relocate wsa error to -llutil

24 years agoRemove lint, remove YEAR_PEDANTIC macro, update comment.
Kurt Zeilenga [Tue, 27 Jul 1999 00:36:33 +0000 (00:36 +0000)]
Remove lint, remove YEAR_PEDANTIC macro, update comment.

24 years agoRemove YEAR_PEDANTIC macro and update comment.
Kurt Zeilenga [Tue, 27 Jul 1999 00:34:29 +0000 (00:34 +0000)]
Remove YEAR_PEDANTIC macro and update comment.

24 years agoCheck for netinet/tcp.h
Kurt Zeilenga [Tue, 27 Jul 1999 00:31:08 +0000 (00:31 +0000)]
Check for netinet/tcp.h
Update res_search check and place behind --enable-dns.

24 years agoMoved unbind processing into connection_destroy. unbind handler is not needed.
Howard Chu [Sun, 25 Jul 1999 22:16:01 +0000 (22:16 +0000)]
Moved unbind processing into connection_destroy. unbind handler is not needed.

24 years agoFix unportable code. Thanks, Hallvard.
Howard Chu [Sun, 25 Jul 1999 22:13:52 +0000 (22:13 +0000)]
Fix unportable code. Thanks, Hallvard.

24 years agoUpdate "*", "+", "1.1" attribute type usage.
Kurt Zeilenga [Sun, 25 Jul 1999 20:52:42 +0000 (20:52 +0000)]
Update "*", "+", "1.1" attribute type usage.

24 years agoDocument "*", "+", and "1.1" use in attrlist.
Kurt Zeilenga [Sun, 25 Jul 1999 20:40:21 +0000 (20:40 +0000)]
Document "*", "+", and "1.1" use in attrlist.

24 years agoBack out paralyzing changes.
Kurt Zeilenga [Sat, 24 Jul 1999 21:40:58 +0000 (21:40 +0000)]
Back out paralyzing changes.

24 years agoMinor changes to support parallel make.
Howard Chu [Sat, 24 Jul 1999 09:21:34 +0000 (09:21 +0000)]
Minor changes to support parallel make.

24 years agoMinor changes to support parallel make: Eliminate for-loops for building
Howard Chu [Sat, 24 Jul 1999 08:25:48 +0000 (08:25 +0000)]
Minor changes to support parallel make: Eliminate for-loops for building
subdirectories; add explicit dependencies for subdirs that need them.

24 years agoAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("+") (based on
Kurt Zeilenga [Sat, 24 Jul 1999 03:39:23 +0000 (03:39 +0000)]
Add support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("+") (based on
LDAPext discussions).
Add attrs and attrsonly support to monitor/config info.
Add rdn attributes to schema/monitor/config.
Add extensibleObject objectclass to schema/monitor/config.
Add top objectclass to rootdse/monitor/config.
Remove opattrs option from send_search_entry().

24 years agoMove subschemasubentry from "no-user-mod operational" to "operational"
Kurt Zeilenga [Sat, 24 Jul 1999 02:22:14 +0000 (02:22 +0000)]
Move subschemasubentry from "no-user-mod operational" to "operational"
as it's not stored the directory.

24 years agoAdhere to "servers will not return operational attributes" in
Kurt Zeilenga [Sat, 24 Jul 1999 02:12:42 +0000 (02:12 +0000)]
Adhere to "servers will not return operational attributes" in
all cases (including root dse).

24 years agoReally fix subschemasubentry...
Kurt Zeilenga [Sat, 24 Jul 1999 01:27:32 +0000 (01:27 +0000)]
Really fix subschemasubentry...