Kurt Zeilenga
e4de6fc107
Use SDF features to generate numberred sections.
1999-05-01 20:26:53 +00:00
Kurt Zeilenga
2ce4c9d079
Include software copyright/license as appendix.
...
Still only speaking "baby" SDF.
1999-05-01 19:37:44 +00:00
Kurt Zeilenga
d72fdae987
Update copyright to be in SDF format.
1999-05-01 19:21:54 +00:00
Kurt Zeilenga
a42cf36dd2
Fix typos.
1999-04-30 21:32:12 +00:00
Kurt Zeilenga
43a27fcc23
Add LDIF2 draft.
1999-04-30 17:50:28 +00:00
Hallvard Furuseth
f43663860d
Fix typo in comment
1999-04-30 11:49:28 +00:00
Hallvard Furuseth
bd30767a4f
Fix typo EEE -> EE in LDAP_API_FEATURE_X_OPENLDAP_REEENTRANT
1999-04-30 11:48:36 +00:00
Hallvard Furuseth
c35af39248
Fix typo LDAP_END_SEQORSET -> LBER_END_SEQORSET
1999-04-30 08:23:32 +00:00
Hallvard Furuseth
e871ad7f47
Add RFC931 and INTERNATIONAL installation variables
1999-04-30 08:22:07 +00:00
Hallvard Furuseth
fb1227a547
Remove superfluous \ at end of lines outside macros; DEC cc doesn't like them.
1999-04-30 06:39:19 +00:00
Hallvard Furuseth
ca7dba5182
ITS#141: Add ldbm_ignore_nextid_file, since tools/ldif2* handles it privately
1999-04-30 05:24:16 +00:00
Kurt Zeilenga
d8aef04224
Modify meaning of SLAPD_CHILD_MODIFICATION_ENTRY_ACL to augment
...
"children" ACLs with "entry" ACLs (versus replacement of children
ACLs with "entry" ACLs).
1999-04-30 02:34:46 +00:00
Kurt Zeilenga
5882352a2e
protect multi-statement macros... ie: do { s1; s2; } while(0)
1999-04-30 00:53:10 +00:00
Kurt Zeilenga
beddb31813
Backout ssl/ssl.h change for now. Trying to support "odd" 3rd
...
repackagers is a can of worms.
1999-04-30 00:50:08 +00:00
Kurt Zeilenga
135d850ee6
Generate #error instead of just letting the compile fail.
1999-04-30 00:48:47 +00:00
Hallvard Furuseth
786bbe4fc1
enclose macro arguments in ()
1999-04-30 00:35:27 +00:00
Hallvard Furuseth
84f339e9a3
Fix ldap -> ld in body of LDAP_ERR_STRING(ld). Enclose some macro args in ().
1999-04-30 00:14:57 +00:00
Hallvard Furuseth
caaf24c482
Enclose CEILING/STRDUP macro args in ()
1999-04-29 23:30:01 +00:00
Hallvard Furuseth
de810942e1
ITS#141: move body of next_id_save() into new function next_id_get_save(),
...
so the (read id, write id) sequence is protected by li_nextid_mutex.
1999-04-29 22:26:58 +00:00
Hallvard Furuseth
d804c7b137
Add <ac/socket.h>
1999-04-29 22:07:13 +00:00
Kurt Zeilenga
5065b0c370
Regenerate configure. Last commit was in error.
1999-04-29 18:32:40 +00:00
Kurt Zeilenga
3d72675e77
Remove $(VERSIONFILE) dependencies
1999-04-29 18:28:57 +00:00
Hallvard Furuseth
e4c84b9d36
Fix typos SLAPD_NEXTID_CHUCK/SLAPD_NEXTID_CHUNCK -> SLAPD_NEXTID_CHUNK
1999-04-29 18:26:25 +00:00
Kurt Zeilenga
01b967244d
Make 'schemacheck on' the default.
1999-04-29 18:10:40 +00:00
Julio Sánchez Fernández
38098bcbc8
Sometimes ssl.h is ssl/ssl.h. This is a simple fix so that it is
...
detected in those cases, more work is needed to abstract its location
so that programs can be compiled without change.
1999-04-29 16:55:43 +00:00
Kurt Zeilenga
f23019c37a
Disable compare for now. Need to plug in passwd and
...
expected output files.
1999-04-29 07:03:18 +00:00
Kurt Zeilenga
9b8a5036dd
Update back-passwd based on patches from howard.chu@platinum.com.
...
Modified by me to dn_*() and attr_*() functions and to use
uidObject and to handle search scopes better. Could use some
more work. A fun project for anyone wanting to learn how
backends work.
Modified dn_parent and dn_rdn to accept be=NULL (to bypass
be_issuffix check). These functions should be generalized
and moved to -lldap. A project for another day.
1999-04-29 06:50:00 +00:00
Kurt Zeilenga
af26f023e7
Ignore idl_delete_key errors. LDBM isn't transactional, state
...
indexes could be hosed.
1999-04-29 01:42:43 +00:00
Kurt Zeilenga
f6f3504ff5
Remove # contrib from SUBDIRS
1999-04-28 23:11:18 +00:00
Kurt Zeilenga
b06c4a5576
Winsock changes:
...
Centralize #define EWOULDBLOCK WSAEWOULDBLOCK to ac/errno.h
Move WSAStartup to slapd_daemon(), add WSACleanup() to match.
1999-04-28 21:21:14 +00:00
Kurt Zeilenga
d0fb82ab31
Make Versionstr const.
1999-04-28 20:39:40 +00:00
Kurt Zeilenga
8106400a04
slapd Version needs special treatment (Versionstr and non-static).
1999-04-28 20:34:19 +00:00
Kurt Zeilenga
5dbb2e760f
Don't destroy uninitialized connections...
1999-04-28 20:33:25 +00:00
Kurt Zeilenga
e40f28aeeb
Forgot to add mkversion... ud needs the version string to
...
non-static and non-const and needs it named "Version".
1999-04-28 19:59:00 +00:00
Gary Williams
41adaad0ad
let ldif2id2entry complete before allowing other children to start
1999-04-28 17:25:30 +00:00
Kurt Zeilenga
dba57a312c
Add mkversion script to generate version.c files. mkversion generates
...
identification strings compatible with ident(1) and what(1).
Uses $(VERSION) generated from configure.in. rm build/version
rm old version .c files
1999-04-28 05:40:17 +00:00
Julio Sánchez Fernández
ab0e842ee2
Initial version
1999-04-27 06:34:10 +00:00
Kurt Zeilenga
a80ff50a67
Lint removal: signed i < unsigned j
1999-04-27 05:19:32 +00:00
Kurt Zeilenga
504fac55c8
Clean up valid flag: _VALUE -> _VALID.
1999-04-27 05:18:21 +00:00
Kurt Zeilenga
1a9a1cb33e
Update BerkeleyDB recommendation to 2.7.4.
1999-04-27 05:13:42 +00:00
Kurt Zeilenga
c9a2802669
Don't have connection_state_closing() lock connection. Already locked
...
by callers.
1999-04-26 23:56:02 +00:00
Kurt Zeilenga
51fba2644a
Add vfork comment
1999-04-26 23:55:08 +00:00
Kurt Zeilenga
e7e807f293
Change examples: s/U-Mich/OpenLDAP/
1999-04-24 23:11:27 +00:00
Ben Collins
f450f1865d
Added Tcl backend-specific configuration settings
1999-04-24 22:31:03 +00:00
Kurt Zeilenga
d95f79c4d4
Acknowledge Umich
1999-04-24 19:42:58 +00:00
Kurt Zeilenga
3f3b2a2bad
Move preamble.sdf to title.sdf. Create new preamble.sdf to hold
...
preamble text (publishing info, acknowledgements, etc.)
1999-04-24 19:39:15 +00:00
Kurt Zeilenga
028067e338
Add our URL to DOC_AUTHOR
1999-04-24 00:07:02 +00:00
Kurt Zeilenga
eb9f8e84a5
Add copyright.sdf (includes COPYRIGHT) to master.sdf.
1999-04-23 23:46:43 +00:00
Kurt Zeilenga
526848d1e5
Add copyrights to each sdf.
1999-04-23 23:41:45 +00:00
Kurt Zeilenga
3d50902bd2
Add COPYRIGHT/LICENSE files to guide module.
...
Should generate copyright.sdf and license.sdf for inclusion
into master.
1999-04-23 23:37:46 +00:00