openldap/servers
Kurt Zeilenga ab64c237f7 Use calloc properly... could result in too few bytes being allocated.
calloc(1, nelem*size) -> calloc(nelem, size)
1999-03-20 01:25:11 +00:00
..
ldapd "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
slapd Use calloc properly... could result in too few bytes being allocated. 1999-03-20 01:25:11 +00:00
slurpd Used new ldap_(un)lockf() functions 1999-03-13 20:34:27 +00:00
Makefile.in merged with autoconf branch 1998-10-25 01:41:42 +00:00