Juan Gomez
cafd83f168
Relocated nis schema.
1999-05-26 18:37:30 +00:00
Julio Sánchez Fernández
fd488b3846
Fix namespace contamination, some comments added.
1999-05-26 13:52:11 +00:00
Juan Gomez
4bb24d506a
Mirror modrdn special case fix to db2.
1999-05-26 12:29:54 +00:00
Juan Gomez
d45daae091
Fix name typo
1999-05-26 12:27:06 +00:00
Juan Gomez
335f9f8f32
Make bdb2i_modify_internal() public.
1999-05-26 12:22:10 +00:00
Juan Gomez
14a02c40c0
Make bdb2i_back_modify_internal() public so it can be reused from
...
modrdn.
1999-05-26 12:19:31 +00:00
Juan Gomez
128f31dc3c
Added fix to allow modrdn whose new rdn was already an attr value.
1999-05-26 11:59:54 +00:00
Juan Gomez
c5c91399ab
Again mirroring LDAMP_MOD_SOFTADD changes....
1999-05-26 11:54:39 +00:00
Juan Gomez
0512d17f07
Mirroring changes related to indexing to db2 backend...
...
someone better comes up with a solution for this replication soon!
1999-05-26 11:51:49 +00:00
Juan Gomez
03740bd1f4
Added support for LDAP_MOD_SOFTADD.
1999-05-26 11:45:17 +00:00
Juan Gomez
5a16e3b9e9
Fixed index file naming bug and added support for LDAP_MOD_SOFTADD.
1999-05-26 11:41:14 +00:00
Juan Gomez
b2d40841d8
Add warning regarding LDAP_MOD_* so poeple won't reuse the LDAP_MOD_SOFTADD
...
code by mistake.
1999-05-26 11:33:57 +00:00
Juan Gomez
25f64385ca
Add LDAP_MOD_SOFTADD const.
1999-05-26 11:30:18 +00:00
Juan Gomez
5b272f193f
Added include <ac/time.h> needed for struct timeval...
1999-05-26 10:45:51 +00:00
Howard Chu
587837717b
Obsolete file. Oops.
1999-05-26 02:52:37 +00:00
Howard Chu
967d1dcb2d
For ITS#157: Added LDAP backend for slapd, which also required adding
...
LDAP_OPT_MATCH_STRING to ldap.h and libldap/options.c.
1999-05-26 02:35:20 +00:00
Kurt Zeilenga
2531671967
Remove mkversion project.
...
Tag Julio for schema work.
1999-05-26 01:36:51 +00:00
Howard Chu
31a0c4a917
For ITS#158: keep mixed-case backend suffix in addition to upcased suffix.
1999-05-25 21:40:40 +00:00
Kurt Zeilenga
0881444263
BeOS comment was incorrect.
1999-05-25 18:52:45 +00:00
Kurt Zeilenga
83408503a7
Eliminate DECL_STRDUP check in favor of simple fix to <ac/string.h> header.
...
Add #undef and other protection of macros.
1999-05-24 23:01:57 +00:00
Kurt Zeilenga
e8116a8a74
Use memcmp not strncmp for non-string comparisons.
1999-05-24 22:51:13 +00:00
Kurt Zeilenga
1a7d72e629
setsockopt( SO_KEEPALIVE ) on the listen() socket. Will be
...
inherited on accept().
1999-05-24 22:20:34 +00:00
Kurt Zeilenga
42c5a40b78
Implement keep alives. Probably should be a configuration option.
1999-05-24 21:57:26 +00:00
Kurt Zeilenga
4b832f1d35
Do not set db_cachesize under BerkeleyDB 2.4.
1999-05-24 21:21:09 +00:00
Kurt Zeilenga
4c3f2c9fa9
Minor header cleanup.
1999-05-24 20:55:47 +00:00
Kurt Zeilenga
352135e58b
Protect externs from inappropriate macro expansion.
1999-05-24 20:54:35 +00:00
Kurt Zeilenga
fffc29df9b
ITS#159 fix. ldaphost may be NULL when used as printf "%s" argument.
1999-05-24 20:08:32 +00:00
Julio Sánchez Fernández
06239ebd66
Untested support for parsing attribute type definitions
1999-05-24 12:44:48 +00:00
Julio Sánchez Fernández
b2b3581bc1
Initial incomplete and broken version.
1999-05-24 01:38:57 +00:00
Ben Collins
59865a5d9b
Synced to show changes in openldap.m4
1999-05-23 01:58:33 +00:00
Kurt Zeilenga
84b0693eee
Remove empty else and other minor cleanup.
1999-05-23 00:26:47 +00:00
Kurt Zeilenga
22d98c85c3
ldap.h:
...
added comments
removed LDAP_MAX_ATTR_LEN
removed LDAP_COMPAT* from <ldap.h> but not code.
move LDAP_DEFAULT_REFHOPCOUNT to ldap-int.h
added experimental options macros
added LDAP_CONTROL_REFERRALS macros
libldap:
Replace ld_attrbuffer with per use allocated attributed.
ldap_first/next_attribute attributes now must be freed (as per draft).
unifdef -DLDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
1999-05-22 06:11:48 +00:00
Kurt Zeilenga
6b45dde2e6
Removed too much LINT.
1999-05-22 00:31:36 +00:00
Kurt Zeilenga
e05688d25e
Remove LINT.
1999-05-21 23:15:47 +00:00
Kurt Zeilenga
5654a0b231
fix url vs url_in typo.
1999-05-21 22:20:28 +00:00
Kurt Zeilenga
c26db69fe1
Add prototypes for ldap_parse_result() and friends.
1999-05-21 20:46:48 +00:00
Kurt Zeilenga
ca2145cccf
Initial checkin of ldap_search_ext() and friends.
1999-05-21 19:20:25 +00:00
Kurt Zeilenga
7d2f6580c0
Filter timestamps, etc., from all test inputs before compare.
1999-05-21 16:50:51 +00:00
Kurt Zeilenga
3d9c49f982
Fix typo in ldap_delete_ext() which caused msgid to be incremented twice.
1999-05-21 16:11:52 +00:00
Kurt Zeilenga
4e2b2f8a70
s/PACKAGE/OPENLDAP_PACKAGE/
...
s/VERSION/OPENLDAP_VERSION/
manually define for NT. Should sort out mechanism for one place
updating of package/version strings.
1999-05-21 04:00:25 +00:00
Kurt Zeilenga
9c2ebd1f42
Assert pointer args
1999-05-21 03:56:17 +00:00
Kurt Zeilenga
450b02ca58
s/WIN32/HAVE_WINSOCK/
...
remove old Version.c
1999-05-21 03:53:37 +00:00
Kurt Zeilenga
60a068ae89
don't free connections[i]
1999-05-21 03:52:08 +00:00
Ben Collins
8da2a1b269
Fixed missing comma in -ldb check
1999-05-21 03:49:00 +00:00
Kurt Zeilenga
5a5fc0872b
Protect strcasecmp from macro w/ args expansion.
1999-05-21 03:10:52 +00:00
Kurt Zeilenga
b1d315c51f
Add CLIENTDIR to alllow easy selection of alternative clients directory.
1999-05-21 00:14:38 +00:00
Kurt Zeilenga
3540857e03
Disable LBER_END_SEQORSET for now.
1999-05-20 23:40:06 +00:00
Kurt Zeilenga
6a56886cf5
etest/dtest now work correctly. Commented out bogus assert
...
in io.c.
1999-05-20 22:28:45 +00:00
Kurt Zeilenga
6762f1d48a
Should not have freed ber_buf when freeing temp copy
1999-05-20 22:01:38 +00:00
Kurt Zeilenga
97e5524af9
found my lber bug... ber_buf should have been freed in ber_peek_tag. Ugh!
1999-05-20 21:53:56 +00:00