openldap/servers/slapd/tools
Kurt Zeilenga 59a288abb5 Rewrite IDL block code to use simple array and accessor macros
instead of array with overlayed struct fields.  (which is inherently
non-portable).
Change maxid check in insert to be greater than or equal instead
of equal.
Use SAFEMEMCPY.
1999-01-31 07:55:53 +00:00
..
centipede.c Use strtok_r() instead of strtok(). Remove strtok mutex! 1999-01-22 04:46:54 +00:00
chlog2replog.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
edb2ldif.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
ldapsyntax.c Change overlapping strcpy( x, y )' to SAFEMEMCPY( x, y, strlen( y ) + 1 )' 1998-12-27 02:00:08 +00:00
ldapsyntax.h merged with autoconf branch 1998-10-25 01:41:42 +00:00
ldbmcat.c Wrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be hidden in -lldbm) ITS#35 1999-01-07 03:28:08 +00:00
ldbmtest.c Rewrite IDL block code to use simple array and accessor macros 1999-01-31 07:55:53 +00:00
ldif2id2children.c use dn_normalize_case(). 1999-01-19 18:25:21 +00:00
ldif2id2entry.c Change SLAPD shutdown to do a cond wait on active threads instead 1999-01-11 18:36:40 +00:00
ldif2index.c Change SLAPD shutdown to do a cond wait on active threads instead 1999-01-11 18:36:40 +00:00
ldif2ldbm.c Change SLAPD shutdown to do a cond wait on active threads instead 1999-01-11 18:36:40 +00:00
ldif.c Change SLAPD shutdown to do a cond wait on active threads instead 1999-01-11 18:36:40 +00:00
Makefile.in Use -lldap_r instead of -lldap -lthread. 1999-01-28 04:34:55 +00:00
sizecount.c Patch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call. 1998-12-29 17:28:45 +00:00
Vers-edb2.c Initial revision 1998-08-09 00:43:13 +00:00