openldap/libraries/libldap
Kurt Zeilenga b5494457d8 Remove extern declarations of library functions from source.c.
This could cause problems on odd systems.  The generic
  headers should be extended as needed to include necessary
  system headers or, if necessary, make explicit declarations.
Extended ac/string.h header to look for string.h/strings.h if
  STDC_HEADERS is not defined.  Also provide basic declarations for
  str*() functions.  This could cause problems on odd systems.
Extended ac/unistd.h header to define basic declaration for misc
  functions that might be missing from headers.   This includes
  externs for getenv(), getopt(), mktemp(), tempname().
Protect fax500.h from multiple inclusion.  Moved includes of
  system/generic headers back to source files.
Made mail500 helper functions static.
Fixed includes of ctype.h, signal.h, etc. to use generics.
lutil/tempname.c: was including stdlib.h twice, one should stdio.h.
Wrapped <sys/resource.h> with HAVE_SYS_RESOURCE_H.
lber/io.c/ber_get_next(): Changed noctets back to signed.
  Used with BerRead which expects signed int as second arg and
  returns signed int.
1998-11-16 05:07:27 +00:00
..
abandon.c Initial LDAP_API_FEATURE_X_OPENLDAP commit: 1998-11-09 19:41:09 +00:00
add.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
addentry.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
apitest.c Update NT4 port. 1998-11-11 05:50:51 +00:00
apitest.dsp Update NT4 port. 1998-11-11 05:50:51 +00:00
apitest.dsw Update NT4 port. 1998-11-11 05:50:51 +00:00
bind.c Initial LDAP_API_FEATURE_X_OPENLDAP commit: 1998-11-09 19:41:09 +00:00
cache.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
charset.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
cldap.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
compare.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
delete.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
disptmpl.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
dsparse.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
error.c Move extern declarations to headers. 1998-11-12 21:07:28 +00:00
free.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
friendly.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
getattr.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
getdn.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
getdxbyname.c Initial LDAP_API_FEATURE_X_OPENLDAP commit: 1998-11-09 19:41:09 +00:00
getentry.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
getfilter.c Move extern declarations to headers. 1998-11-12 21:07:28 +00:00
getvalues.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
init.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
kbind.c Move extern declarations to headers. 1998-11-12 21:07:28 +00:00
ldap-int.h Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
ldapfilter.conf LDAPworld P1: DEC and other portability issues 1998-08-09 02:28:45 +00:00
ldapfriendly Initial revision 1998-08-09 00:43:13 +00:00
ldapsearchprefs.conf Initial revision 1998-08-09 00:43:13 +00:00
ldaptemplates.conf Initial revision 1998-08-09 00:43:13 +00:00
libldap.dsp Update NT4 port. 1998-11-11 05:50:51 +00:00
libldap.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
ltest.dsp merged with autoconf branch 1998-10-25 01:41:42 +00:00
ltest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
Makefile.in Added support for ldap.conf file. See ldap.conf(5) for details. 1998-11-10 23:37:30 +00:00
modify.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
modrdn.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
open.c Added support for ldap.conf file. See ldap.conf(5) for details. 1998-11-10 23:37:30 +00:00
options.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
os-ip.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
request.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
result.c Initial LDAP_API_FEATURE_X_OPENLDAP commit: 1998-11-09 19:41:09 +00:00
sbind.c update ldap/lber headers towards ldapext-ldap-c-api-01 1998-10-26 01:18:41 +00:00
search.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
sort.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
srchpref.c Move extern declarations to headers. 1998-11-12 21:07:28 +00:00
test.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
tmplout.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
tmpltest.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
ufn.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
unbind.c Added support for ldap.conf file. See ldap.conf(5) for details. 1998-11-10 23:37:30 +00:00
url.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
Version.c Initial revision 1998-08-09 00:43:13 +00:00