openldap/servers/slurpd
Kurt Zeilenga 334768c1bb Update build environment to fix VPATH support.
make depend, make tests, and make install all work when build directory
  is not the $srcdir.
Also modified library handling such that -lpthread more likely to be last.
WARNING: new orderring requires use of LDFLAGS to set global loader options
  such as -L/usr/local/lib.  If you put this in LIBS, some libraries
  may not be found a link time.
Likely broke Kerberos/LDAPD support.  Don't have those in my testbed.
1999-01-10 02:25:41 +00:00
..
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 Update build environment to fix VPATH support. 1999-01-10 02:25:41 +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