openldap/libraries/libldap
Kurt Zeilenga dda1fb4ba0 Updates for NT4 (MSVC5++).
Removed external include/library paths from projects.  External paths should
be set via Tools | Options | Directories.  This allows each developer the
freedom to install external libraries where they desire.
Used libdb.lib instead of libdbs.lib to avoid thread conflicts.
Added hs_regex.lib to library input.  We require some form of regex, this
library works (and is relatively easy for the user to install).
Removed a little lint which MCVC5 detected.
Need to sort out single-threaded vs multithreaded library generation.
1999-04-01 20:26:09 +00:00
..
abandon.c The new&improved Sockbuf. This adds the infrastructure on which 1999-03-02 20:23:14 +00:00
add.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
addentry.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
apitest.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
apitest.dsp Updates for MSVC 5.0. Fix libraries names to be ol{ber,dap,..}32.lib. 1999-02-11 21:16:03 +00:00
apitest.dsw Update NT4 port. 1998-11-11 05:50:51 +00:00
bind.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
cache.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
charset.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
cldap.c Rework ac/socket.h for HAVE_WINSOCK: 1999-03-29 05:15:59 +00:00
compare.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
controls.c Updates for MSVC 5.0. Fix libraries names to be ol{ber,dap,..}32.lib. 1999-02-11 21:16:03 +00:00
delete.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
disptmpl.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
dsparse.c Cast char' arguments to ctype.h functions to unsigned char'. 1999-02-22 17:57:22 +00:00
error.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
free.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
friendly.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
getattr.c Update ldap_first_attribute/ldap_next_attribute to handle 1999-01-20 20:21:38 +00:00
getdn.c Cast char' arguments to ctype.h functions to unsigned char'. 1999-02-22 17:57:22 +00:00
getdxbyname.c Cast char' arguments to ctype.h functions to unsigned char'. 1999-02-22 17:57:22 +00:00
getentry.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
getfilter.c Cast char' arguments to ctype.h functions to unsigned char'. 1999-02-22 17:57:22 +00:00
getvalues.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
init.c close ldap.conf after reading it. 1999-03-25 22:19:42 +00:00
kbind.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
ldap-int.h Change LDAP.ld_lberoptions to `short', to realign with BerElement.ber_options 1999-03-05 01:20:55 +00:00
ldap.conf Don't provide ldap.OpenLDAP.org and dc=OpenLDAP, dc=Org as the defaults. 1999-02-08 18:59:05 +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 Updates for NT4 (MSVC5++). 1999-04-01 20:26:09 +00:00
libldap.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
ltest.dsp Updates for MSVC 5.0. Fix libraries names to be ol{ber,dap,..}32.lib. 1999-02-11 21:16:03 +00:00
ltest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
Makefile.in Need KRB_LIBS to link test programs. 1999-02-04 19:21:04 +00:00
messages.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
modify.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
modrdn.c Remove spurious backslash-newlines 1999-03-05 01:21:44 +00:00
open.c The new&improved Sockbuf. This adds the infrastructure on which 1999-03-02 20:23:14 +00:00
options.c Bugfix: Move handling of boolean options in front of invalue==NULL error check 1999-03-09 07:49:56 +00:00
os-ip.c Add ioctl_t for arg type (Unix requires 'int', Winsock requires 'u_long'). 1999-03-29 05:28:29 +00:00
print.c K&R varargs branch of ldap_log_printf() was bogus 1999-03-04 12:55:59 +00:00
references.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
request.c Added support in liblber and libldap for partial reads, i.e. situations in 1999-03-03 16:38:56 +00:00
result.c Added support in liblber and libldap for partial reads, i.e. situations in 1999-03-03 16:38:56 +00:00
sbind.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
search.c The new&improved Sockbuf. This adds the infrastructure on which 1999-03-02 20:23:14 +00:00
sort.c ldap_sort_entries() should try to malloc(0) when the count is zero. 1999-01-29 03:56:18 +00:00
srchpref.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
string.c Use ldap_pvt_strtok directly and unconditionally. 1999-02-20 20:12:03 +00:00
test.c Update ldap_first_attribute/ldap_next_attribute to handle 1999-01-20 20:21:38 +00:00
tmplout.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
tmpltest.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
ufn.c function pointers are incompatible with `void *'; remove NULL or replace with 0 1999-03-03 16:02:00 +00:00
unbind.c Added support in liblber and libldap for partial reads, i.e. situations in 1999-03-03 16:38:56 +00:00
url.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
util-int.c Obey CTIME_R_RETURNS_INT 1999-03-06 04:23:17 +00:00
Version.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00