]> git.sur5r.net Git - openldap/log
openldap
24 years agoMove extern to proto header
Kurt Zeilenga [Sat, 29 Jan 2000 20:06:46 +0000 (20:06 +0000)]
Move extern to proto header

24 years agoSplit out schema initialization of builtin syntax/matching rule
Kurt Zeilenga [Sat, 29 Jan 2000 19:43:19 +0000 (19:43 +0000)]
Split out schema initialization of builtin syntax/matching rule
routines to separate file to keep schema.c of managable size.

24 years agoResolve syntax errors created by previous -DSLAPD_SCHEMA_COMPAT work.
Kurt Zeilenga [Sat, 29 Jan 2000 07:00:39 +0000 (07:00 +0000)]
Resolve syntax errors created by previous -DSLAPD_SCHEMA_COMPAT work.

24 years agoReally fix VPATH support...
Kurt Zeilenga [Fri, 28 Jan 2000 21:52:28 +0000 (21:52 +0000)]
Really fix VPATH support...

24 years agoLast change actually broke VPATH support
Kurt Zeilenga [Fri, 28 Jan 2000 21:38:18 +0000 (21:38 +0000)]
Last change actually broke VPATH support

24 years agoFix VPATH support.
Kurt Zeilenga [Fri, 28 Jan 2000 21:32:42 +0000 (21:32 +0000)]
Fix VPATH support.

24 years agoFix minor problems with proceeding commit which broken old schema compat
Kurt Zeilenga [Fri, 28 Jan 2000 21:20:28 +0000 (21:20 +0000)]
Fix minor problems with proceeding commit which broken old schema compat

24 years agoRemove double listing of libldif which breaks 'make veryclean'
Kurt Zeilenga [Fri, 28 Jan 2000 21:18:55 +0000 (21:18 +0000)]
Remove double listing of libldif which breaks 'make veryclean'

24 years agoRemove ai_syntaxinfo (syntax) from AttrInfo. Call attr_syntax() directly.
Kurt Zeilenga [Fri, 28 Jan 2000 21:10:34 +0000 (21:10 +0000)]
Remove ai_syntaxinfo (syntax) from AttrInfo.  Call attr_syntax() directly.

24 years agoMove INDEX_ macros from back-ldbm.h to slap.h and prefix with SLAP_
Kurt Zeilenga [Fri, 28 Jan 2000 20:38:00 +0000 (20:38 +0000)]
Move INDEX_ macros from back-ldbm.h to slap.h and prefix with SLAP_
Move AttrInfo from back-ldbm.h to attr.c

24 years agoFix -DSLAPD_SCHEMA_NOT_COMPAT syntax error in last commit
Kurt Zeilenga [Fri, 28 Jan 2000 20:10:25 +0000 (20:10 +0000)]
Fix -DSLAPD_SCHEMA_NOT_COMPAT syntax error in last commit

24 years agoAdditional changes to migrate to new schema codes
Kurt Zeilenga [Fri, 28 Jan 2000 20:01:00 +0000 (20:01 +0000)]
Additional changes to migrate to new schema codes
Still not usable.

24 years agoplace old schema codes behind -DSLAPD_SCHEMA_COMPAT
Kurt Zeilenga [Fri, 28 Jan 2000 01:17:58 +0000 (01:17 +0000)]
place old schema codes behind -DSLAPD_SCHEMA_COMPAT

24 years agoPut more old schema code behind SLAPD_SCHEMA_COMPAT (which still
Kurt Zeilenga [Fri, 28 Jan 2000 00:33:29 +0000 (00:33 +0000)]
Put more old schema code behind SLAPD_SCHEMA_COMPAT (which still
MUST be defined).

24 years agoOnly allow NDBM if manually selected. Provide no hints that
Kurt Zeilenga [Thu, 27 Jan 2000 19:33:59 +0000 (19:33 +0000)]
Only allow NDBM if manually selected.  Provide no hints that
one can select NDBM as NDBM is not supported.

24 years agoRegenerate just to sure
Kurt Zeilenga [Thu, 27 Jan 2000 19:32:04 +0000 (19:32 +0000)]
Regenerate just to sure

24 years agoDon't even spit out NDBM skipped warning
Kurt Zeilenga [Thu, 27 Jan 2000 19:30:57 +0000 (19:30 +0000)]
Don't even spit out NDBM skipped warning

24 years agoDon't list NDBM as an option.
Kurt Zeilenga [Thu, 27 Jan 2000 19:11:44 +0000 (19:11 +0000)]
Don't list NDBM as an option.

24 years agoAdd code to handle operational attributes via new schema codes
Kurt Zeilenga [Thu, 27 Jan 2000 19:02:24 +0000 (19:02 +0000)]
Add code to handle operational attributes via new schema codes
behind -USLAPD_SCHEMA_COMPAT.

24 years agoDon't exclude no-user-modification attributes from ACL checks
Kurt Zeilenga [Thu, 27 Jan 2000 18:35:36 +0000 (18:35 +0000)]
Don't exclude no-user-modification attributes from ACL checks
unless access requested is WRITE.  This allows you to apply
an ACL to limit search/reading of no-user-modification attributes.
Writes, of course, are always prohibited (by do_add, do_modify).

24 years agoMove ldap_unicode_t to ldap_pvt.h, typedef to ldap_ucs2_t for now.
Kurt Zeilenga [Thu, 27 Jan 2000 05:27:36 +0000 (05:27 +0000)]
Move ldap_unicode_t to ldap_pvt.h, typedef to ldap_ucs2_t for now.
ldap_ucs2_t is a short.  The unicode routines may break if
sizeof(short) != 2...

24 years agoLast commit was a bit premature. This fixes up compiler
Kurt Zeilenga [Thu, 27 Jan 2000 01:43:12 +0000 (01:43 +0000)]
Last commit was a bit premature.  This fixes up compiler
bugs and adds temporary code to glue things until we sort
out unicode UTF-8 vs UCS-4 vs UCS-2 issues.

24 years agoAdd NT build support for Unicode library.
Kurt Zeilenga [Thu, 27 Jan 2000 01:04:36 +0000 (01:04 +0000)]
Add NT build support for Unicode library.

24 years agotypedef ber_int_t ldap_ucs4_t
Kurt Zeilenga [Thu, 27 Jan 2000 01:04:17 +0000 (01:04 +0000)]
typedef ber_int_t ldap_ucs4_t

24 years agoAdd IA5StringConvert (to UCS-2/4). May not be needed if we use
Kurt Zeilenga [Thu, 27 Jan 2000 01:02:51 +0000 (01:02 +0000)]
Add IA5StringConvert (to UCS-2/4).  May not be needed if we use
UTF-8 internally.

24 years agounifdef -D__STDC__
Kurt Zeilenga [Thu, 27 Jan 2000 01:00:02 +0000 (01:00 +0000)]
unifdef -D__STDC__

24 years agoAdd in hooks for mr conversion routines
Kurt Zeilenga [Wed, 26 Jan 2000 00:12:51 +0000 (00:12 +0000)]
Add in hooks for mr conversion routines

24 years agoAdd -llunicode to build environment
Kurt Zeilenga [Wed, 26 Jan 2000 00:00:45 +0000 (00:00 +0000)]
Add -llunicode to build environment

24 years agoUse UTF8Normalize, not IA5Normalize for matching rules for directoryString
Kurt Zeilenga [Tue, 25 Jan 2000 23:59:50 +0000 (23:59 +0000)]
Use UTF8Normalize, not IA5Normalize for matching rules for directoryString
syntax.

24 years agoFix typo
Kurt Zeilenga [Tue, 25 Jan 2000 23:58:44 +0000 (23:58 +0000)]
Fix typo

24 years agoRemove Java files from HEAD.
Kurt Zeilenga [Tue, 25 Jan 2000 22:47:53 +0000 (22:47 +0000)]
Remove Java files from HEAD.

24 years agoInitial revision
Kurt Zeilenga [Tue, 25 Jan 2000 22:38:34 +0000 (22:38 +0000)]
Initial revision

24 years agoSecond round of schema changes
Kurt Zeilenga [Tue, 25 Jan 2000 21:13:31 +0000 (21:13 +0000)]
Second round of schema changes
Revert normalization to matching rule per discussions with Julio.
May need separate normalization routines for stored value and asserted
value. Currently rely on passed in syntax/mr to allow "special" behavior.
Reworked filters to pass struct berval * instead of char *. (needs work)
Validation, normalization and matching needed.

24 years agoAdd utf-8 to MSVC projects and remove lint.
Kurt Zeilenga [Tue, 25 Jan 2000 20:22:17 +0000 (20:22 +0000)]
Add utf-8 to MSVC projects and remove lint.

24 years agoMove uppercase comment to be next to uppercasing code.
Kurt Zeilenga [Tue, 25 Jan 2000 00:49:14 +0000 (00:49 +0000)]
Move uppercase comment to be next to uppercasing code.

24 years agoStart putting old code behind the currently defined SLAPD_SCHEMA_COMPAT.
Kurt Zeilenga [Tue, 25 Jan 2000 00:38:48 +0000 (00:38 +0000)]
Start putting old code behind the currently defined SLAPD_SCHEMA_COMPAT.

24 years agoHave compare use get_ava().
Kurt Zeilenga [Tue, 25 Jan 2000 00:05:36 +0000 (00:05 +0000)]
Have compare use get_ava().
Well help when we split assertion options out from the description.

24 years agoModify slapd syntax struct to have both a validation and normalization
Kurt Zeilenga [Mon, 24 Jan 2000 23:31:26 +0000 (23:31 +0000)]
Modify slapd syntax struct to have both a validation and normalization
routine.  Could be combined into one routine.
Modify slapd matching rule struct to only have match function.
Modify old attribute such that 'bin' implies octetString, not 'binary'.
Add compatibility for IA5 strings.  Only directoryStrings were handled
before.
Treat attribute types without syntax as incomplete, not default.
Add OctetStringValidate (always returns okay).
Add {UTF8,IA5}StringValidate/Normalize  (IA5 based loosely on
case_exact_normalize).  Need case{Exact,Ignore}UTFMatch, using IA5 versions
for now.
Removed default of syntax/mr handlders, should just skip
registration of syntax/mr's without handlers.
Added comments to slap.h about types versus descriptions.

24 years agoMake ldap_utf8_bytes() act like strlen() not sizeof()
Kurt Zeilenga [Sun, 23 Jan 2000 23:33:01 +0000 (23:33 +0000)]
Make ldap_utf8_bytes() act like strlen() not sizeof()

24 years agoFix bugs in UTF-8 code. Apply to getdn and charray.
Kurt Zeilenga [Sun, 23 Jan 2000 23:07:24 +0000 (23:07 +0000)]
Fix bugs in UTF-8 code.  Apply to getdn and charray.

24 years agos/case_ignore_normalize/caseIgnoreIA5Normalize/
Kurt Zeilenga [Sun, 23 Jan 2000 20:53:12 +0000 (20:53 +0000)]
s/case_ignore_normalize/caseIgnoreIA5Normalize/
s/case_ignore_compare/caseIgnoreIA5Match/
s/case_exact_normalize/caseExactIA5Normalize/
s/case_exact_compare/caseExactIA5Match/

to make room for UTF-8 and T.61 varients.

24 years agoAdd comment: old schema is OC less category (abstract, struct, aux).
Kurt Zeilenga [Sun, 23 Jan 2000 20:49:17 +0000 (20:49 +0000)]
Add comment: old schema is OC less category (abstract, struct, aux).

24 years agoAdd some robustness to UTF-8 routines.
Kurt Zeilenga [Sun, 23 Jan 2000 18:43:30 +0000 (18:43 +0000)]
Add some robustness to UTF-8 routines.

24 years agoAdd comments to UTF-8 declarations.
Kurt Zeilenga [Sun, 23 Jan 2000 05:35:38 +0000 (05:35 +0000)]
Add comments to UTF-8 declarations.
Add US ASCII optimizations macros.
#ifdef out unused routines
Ready to hack getdn.c and others to support UTF-8

24 years agoAdd comments.
Kurt Zeilenga [Sun, 23 Jan 2000 02:39:55 +0000 (02:39 +0000)]
Add comments.

24 years agoMove ldap_utf8_*() declarations from ldap-int.h to ldap_pvt.h.
Kurt Zeilenga [Sat, 22 Jan 2000 21:09:24 +0000 (21:09 +0000)]
Move ldap_utf8_*() declarations from ldap-int.h to ldap_pvt.h.
We may likely want to expose the routines at a later date (ldap_utf8.h?).

24 years agoWe'll need ldap_utf8_strpbrk() as well.
Kurt Zeilenga [Sat, 22 Jan 2000 21:03:21 +0000 (21:03 +0000)]
We'll need ldap_utf8_strpbrk() as well.

24 years agoAdd initial (untested) implementations of ldap_utf8_strtok,
Kurt Zeilenga [Sat, 22 Jan 2000 20:55:43 +0000 (20:55 +0000)]
Add initial (untested) implementations of ldap_utf8_strtok,
ldap_utf8_strcspn, ldap_utf8_strtok.

24 years agoAdd additional UTF-8 routines
Kurt Zeilenga [Sat, 22 Jan 2000 18:48:37 +0000 (18:48 +0000)]
Add additional UTF-8 routines

24 years agoFix charlen and add getc
Kurt Zeilenga [Sat, 22 Jan 2000 03:40:54 +0000 (03:40 +0000)]
Fix charlen and add getc

24 years agoInitial UTF-8 routines.
Kurt Zeilenga [Sat, 22 Jan 2000 01:55:34 +0000 (01:55 +0000)]
Initial UTF-8 routines.

24 years agoRemove .tar
Kurt Zeilenga [Fri, 21 Jan 2000 00:50:57 +0000 (00:50 +0000)]
Remove .tar

24 years agoRemove SASL/TLS integration projects from TODO as basic
Kurt Zeilenga [Thu, 20 Jan 2000 05:48:18 +0000 (05:48 +0000)]
Remove SASL/TLS integration projects from TODO as basic
code has been committed.
Add item to implement SASL/TLS to clients.
(This is not to imply that the code is complete)

24 years agoUpdate RCSid
Kurt Zeilenga [Mon, 17 Jan 2000 21:27:01 +0000 (21:27 +0000)]
Update RCSid

24 years agoAdd print.c to handle GeneralizedTime.
Kurt Zeilenga [Mon, 17 Jan 2000 17:41:11 +0000 (17:41 +0000)]
Add print.c to handle GeneralizedTime.
Add creat* modify* attributes

24 years agoEven more checks around use of crypt(3).
Kurt Zeilenga [Mon, 17 Jan 2000 17:09:33 +0000 (17:09 +0000)]
Even more checks around use of crypt(3).

24 years agoAdd additional crypt() sanity checks.
Kurt Zeilenga [Mon, 17 Jan 2000 16:53:15 +0000 (16:53 +0000)]
Add additional crypt() sanity checks.

24 years agoIn ldap_pvt_sasl_init() treat subsequent invocations as no-ops, not error.
Luke Howard [Sun, 16 Jan 2000 01:29:15 +0000 (01:29 +0000)]
In ldap_pvt_sasl_init() treat subsequent invocations as no-ops, not error.

24 years agoIn ldap_pvt_tls_init() treat subsequent invocations as no-ops, not error.
Howard Chu [Sat, 15 Jan 2000 19:03:16 +0000 (19:03 +0000)]
In ldap_pvt_tls_init() treat subsequent invocations as no-ops, not error.
In tls_verify_cb() use CRYPTO_free instead of free (necessary on NT due to
use of different heaps).
Changed update_flags to use SSL_get_error() to check success/status. This
fixes the problem of sb->sb_trans_needs_read getting set on dead sockets.

24 years agoFix bug in group spec parsing, was failing to set attributeType if a
Howard Chu [Sat, 15 Jan 2000 03:48:37 +0000 (03:48 +0000)]
Fix bug in group spec parsing, was failing to set attributeType if a
nondefault objectclass was given

24 years agoremove UNSPECIFIED_TLS... HOST implies ldap://
Kurt Zeilenga [Fri, 14 Jan 2000 01:08:15 +0000 (01:08 +0000)]
remove UNSPECIFIED_TLS...  HOST implies ldap://

24 years agoRegenerate using proper tools.
Kurt Zeilenga [Thu, 13 Jan 2000 23:02:51 +0000 (23:02 +0000)]
Regenerate using proper tools.

24 years agosome minor changes - d'n'd support forthcoming
Predrag "Pele" Balorda [Tue, 11 Jan 2000 20:53:38 +0000 (20:53 +0000)]
some minor changes - d'n'd support forthcoming
(but mainly commiting because of the gserver switch)

24 years agoAll close and redirect stdin, stdout, stderr.
Kurt Zeilenga [Tue, 11 Jan 2000 08:04:59 +0000 (08:04 +0000)]
All close and redirect stdin, stdout, stderr.

24 years agoFix --enabel-kbind=auto --without-kerberos detection
Kurt Zeilenga [Tue, 11 Jan 2000 04:20:59 +0000 (04:20 +0000)]
Fix --enabel-kbind=auto --without-kerberos detection

24 years agoRevamp detach code to ensure stdin, stdout, stderr get closed.
Kurt Zeilenga [Tue, 11 Jan 2000 02:20:01 +0000 (02:20 +0000)]
Revamp detach code to ensure stdin, stdout, stderr get closed.

24 years agoAdd RCSid
Kurt Zeilenga [Tue, 11 Jan 2000 01:18:51 +0000 (01:18 +0000)]
Add RCSid

24 years agoPer ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD
Kurt Zeilenga [Tue, 11 Jan 2000 01:12:08 +0000 (01:12 +0000)]
Per ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD

24 years agoValidate krb5_init_context
Kurt Zeilenga [Mon, 10 Jan 2000 21:37:04 +0000 (21:37 +0000)]
Validate krb5_init_context

24 years agoBorrowed a bit to literally... s/pop/ldap/ s/popper/slapd/
Kurt Zeilenga [Sun, 9 Jan 2000 00:20:00 +0000 (00:20 +0000)]
Borrowed a bit to literally... s/pop/ldap/  s/popper/slapd/

24 years ago--disable-kbind --disable-kpasswd should imply --without-kerberos
Kurt Zeilenga [Sat, 8 Jan 2000 19:23:26 +0000 (19:23 +0000)]
--disable-kbind --disable-kpasswd should imply --without-kerberos
under "auto" selection.  If not auto, just warn.
Rebuild configure using appropriate tools.

24 years agoMinor fixes.
Kurt Zeilenga [Sat, 8 Jan 2000 18:51:27 +0000 (18:51 +0000)]
Minor fixes.

24 years agoInitial implementation of Kerberos password verification for
Kurt Zeilenga [Sat, 8 Jan 2000 18:42:11 +0000 (18:42 +0000)]
Initial implementation of Kerberos password verification for
simple bind via:
{KERBEROS}principal
Code is disabled by default (for security reasons).  Use
--enable-kpasswd to enable.  Behind SLAPD_KPASSWD.
Reworked Kerberos detection and split out KBIND as independent
feature (--disable-kbind) (LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND).
KBIND depends upon detection of KRB4 (or KRB425) support.  Detection,
building with eBones (as distributed with FreeBSD 3.4) okay, but
wasn't able to test as I don't have a K4 KDC handy.
--with-kerberos has a number of detection options... most likely
don't work properly.

24 years agoadded cn=schema to gtk-tool
Predrag "Pele" Balorda [Fri, 7 Jan 2000 09:07:59 +0000 (09:07 +0000)]
added cn=schema to gtk-tool

24 years agoImported <ldap.h> in <ldap_pvt.h> so ldap_pvt_sasl_bind() has necessary
Luke Howard [Wed, 5 Jan 2000 12:56:17 +0000 (12:56 +0000)]
Imported <ldap.h> in <ldap_pvt.h> so ldap_pvt_sasl_bind() has necessary
types. Changed const sasl_callback_t * to LDAP_CONST sasl_callback_t *.

24 years agoUpdate main copyright to y2k
Kurt Zeilenga [Mon, 3 Jan 2000 17:35:20 +0000 (17:35 +0000)]
Update main copyright to y2k

24 years agominor fix
Predrag "Pele" Balorda [Mon, 3 Jan 2000 12:29:40 +0000 (12:29 +0000)]
minor fix

24 years agocopyright changes for php3-tool (added 1999 and 2000)
Predrag "Pele" Balorda [Mon, 3 Jan 2000 12:28:05 +0000 (12:28 +0000)]
copyright changes for php3-tool (added 1999 and 2000)

24 years agomissing icon for gtk-tool
Predrag "Pele" Balorda [Mon, 3 Jan 2000 12:24:42 +0000 (12:24 +0000)]
missing icon for gtk-tool

24 years agoModifications to gtk-tool (follow aliases, options, bugfixes)
Predrag "Pele" Balorda [Mon, 3 Jan 2000 12:23:15 +0000 (12:23 +0000)]
Modifications to gtk-tool (follow aliases, options, bugfixes)

24 years agoAdded support for connecting to LDAP servers located using DNS
Luke Howard [Mon, 3 Jan 2000 02:33:22 +0000 (02:33 +0000)]
Added support for connecting to LDAP servers located using DNS
SRV records. Added lock around resolver library which is shared
by the DNS SRV code and the getdxbyname() code.

24 years agoAdded ldap_pvt_sasl_bind() prototype to ldap_pvt.h. This
Luke Howard [Mon, 3 Jan 2000 00:15:30 +0000 (00:15 +0000)]
Added ldap_pvt_sasl_bind() prototype to ldap_pvt.h. This
required importing sasl.h into ldap_pvt.h, thus that import
was removed from ldap-int.h.

24 years agoFilled in Cyrus SASL authz/storage callbacks for all backends
Luke Howard [Sun, 2 Jan 2000 05:42:14 +0000 (05:42 +0000)]
Filled in Cyrus SASL authz/storage callbacks for all backends
(callbacks not yet implemented though).

24 years agoBraced ldap_connect_to_path() in #ifdef LDAP_PF_LOCAL so as to compile
Luke Howard [Sun, 2 Jan 2000 01:56:01 +0000 (01:56 +0000)]
Braced ldap_connect_to_path() in #ifdef LDAP_PF_LOCAL so as to compile
without PF_LOCAL support.

24 years agoMerged in preliminary support for Cyrus SASL library;
Luke Howard [Sun, 2 Jan 2000 01:21:25 +0000 (01:21 +0000)]
Merged in preliminary support for Cyrus SASL library;
support for DCE slash-delimited, left-to-right DNs;
support for a domain socket transport (enable with
--enable-ldapi); and extensions to URL parsing to
support the latter transport.

24 years agoInstall schema/*.{at,oc}.conf files.
Kurt Zeilenga [Sat, 1 Jan 2000 20:11:50 +0000 (20:11 +0000)]
Install schema/*.{at,oc}.conf files.

24 years agoRemove 'mail' as it 'standard', not 'laser'
Kurt Zeilenga [Sat, 1 Jan 2000 20:10:41 +0000 (20:10 +0000)]
Remove 'mail' as it 'standard', not 'laser'

24 years agoAdd missing \n
Kurt Zeilenga [Sat, 1 Jan 2000 19:40:06 +0000 (19:40 +0000)]
Add missing \n

24 years agoAPI Update for gtk-- stuff and minor changes and additions
Predrag "Pele" Balorda [Tue, 28 Dec 1999 16:22:47 +0000 (16:22 +0000)]
API Update for gtk-- stuff and minor changes and additions

24 years agoNT requires $(SECURITY_LIBS) at link time.
Howard Chu [Sun, 26 Dec 1999 00:11:14 +0000 (00:11 +0000)]
NT requires $(SECURITY_LIBS) at link time.

24 years agoRebuild using:
Kurt Zeilenga [Wed, 22 Dec 1999 19:43:20 +0000 (19:43 +0000)]
Rebuild using:
autoconf 2.13.3
aclocal from automake 1.14a
libtool 1.3.3

24 years agoAdd missing 2nd arg (NULL) in call to Tcl_GetStringFromObj in experimental
Randy Kunkee [Wed, 22 Dec 1999 18:29:34 +0000 (18:29 +0000)]
Add missing 2nd arg (NULL) in call to Tcl_GetStringFromObj in experimental
trap code.

24 years agoUpdate documentation. Add support for caching, sorting, enabling "all"
Randy Kunkee [Wed, 22 Dec 1999 18:19:11 +0000 (18:19 +0000)]
Update documentation.  Add support for caching, sorting, enabling "all"
in searches, and experimental "trap" subcommand.

24 years agoITS#408: add missing LDAP_END_DECL
Kurt Zeilenga [Wed, 22 Dec 1999 00:42:05 +0000 (00:42 +0000)]
ITS#408: add missing LDAP_END_DECL

24 years agoNeed to update revision due to previous minor change.
Kurt Zeilenga [Tue, 21 Dec 1999 19:57:50 +0000 (19:57 +0000)]
Need to update revision due to previous minor change.

24 years agoMake lawyers happy. s/registered//
Kurt Zeilenga [Tue, 21 Dec 1999 18:44:43 +0000 (18:44 +0000)]
Make lawyers happy.  s/registered//

24 years agoUpdate todo to min req.
Kurt Zeilenga [Sun, 19 Dec 1999 02:56:30 +0000 (02:56 +0000)]
Update todo to min req.

24 years agoRemove DNS_DN experimental code.
Kurt Zeilenga [Sat, 18 Dec 1999 19:54:22 +0000 (19:54 +0000)]
Remove DNS_DN experimental code.

24 years agoAdd comment about removing HANDSOFF may case alignment problems
Kurt Zeilenga [Sat, 18 Dec 1999 19:51:49 +0000 (19:51 +0000)]
Add comment about removing HANDSOFF may case alignment problems

24 years agoDon't reference draft
Kurt Zeilenga [Sat, 18 Dec 1999 19:50:38 +0000 (19:50 +0000)]
Don't reference draft