..
admin.c
Update LinuxThread signal handling. Hide #ifdef hell in ac/signal.h.
1998-11-18 17:45:32 +00:00
args.c
Added lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-22 01:34:01 +00:00
ch_malloc.c
Protoized, moved extern definitions to .h files, fixed related bugs.
1998-11-15 22:40:11 +00:00
config.c
Change overlapping strcpy( x, y )' to
SAFEMEMCPY( x, y, strlen( y ) + 1 )'
1998-12-27 02:00:08 +00:00
DESIGN
Initial revision
1998-08-09 00:43:13 +00:00
fm.c
Update comments associated with SIGUSRx -> LDAP_SIGUSRx change.
1998-11-19 01:18:24 +00:00
globals.c
Protoized, moved extern definitions to .h files, fixed related bugs.
1998-11-15 22:40:11 +00:00
globals.h
Minor change to signal handler. Changed _shutdown flag to
1998-12-20 18:16:03 +00:00
ldap_op.c
Protoized, moved extern definitions to .h files, fixed related bugs.
1998-11-15 22:40:11 +00:00
lock.c
Remove extern declarations of library functions from source.c.
1998-11-16 05:07:27 +00:00
main.c
Cleanup thread handling to resolve non-exiting daemons on FreeBSD.
1998-12-30 00:06:27 +00:00
Makefile.in
Revamp build system yet again to move all external libraries to
1999-01-14 01:31:43 +00:00
proto-slurp.h
The tsleep() versions had different return types
1998-11-20 11:46:59 +00:00
re.c
Added lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-22 01:34:01 +00:00
reject.c
merged with autoconf branch
1998-10-25 01:41:42 +00:00
replica.c
Cleanup thread handling to resolve non-exiting daemons on FreeBSD.
1998-12-30 00:06:27 +00:00
replog.c
Protoized, moved extern definitions to .h files, fixed related bugs.
1998-11-15 22:40:11 +00:00
ri.c
Update comments associated with SIGUSRx -> LDAP_SIGUSRx change.
1998-11-19 01:18:24 +00:00
rq.c
Protoized, moved extern definitions to .h files, fixed related bugs.
1998-11-15 22:40:11 +00:00
sanity.c
Protoized, moved extern definitions to .h files, fixed related bugs.
1998-11-15 22:40:11 +00:00
slurp.h
Add <ac/signal.h> back in to ease pain on some platforms.
1998-12-22 01:34:31 +00:00
st.c
Fix most `wider type truncated to int' bugs on OSF1 due to implicit decls:
1998-11-11 23:37:38 +00:00
tsleep.c
The tsleep() versions had different return types
1998-11-20 11:46:59 +00:00
Version.c
Initial revision
1998-08-09 00:43:13 +00:00