Hallvard Furuseth
7f79f57167
Remove untrue /*NOTREACHED*/: return 0 on EOF from stdin
1999-03-03 17:30:55 +00:00
Hallvard Furuseth
69a93a0582
function pointers are incompatible with `void *'; remove NULL or replace with 0
1999-03-03 17:02:10 +00:00
Bart Hartgers
a81ca18845
Added support in liblber and libldap for partial reads, i.e. situations in
...
which only part of a LDAPMessage is available on a socket.
The server-code seemed to handle this correctly already, so I didn't touch
it.
My apologies for the hack in ber_get_next :-).
1999-03-03 16:38:56 +00:00
Hallvard Furuseth
7bac8381a6
function pointers are incompatible with `void *'; remove NULL or replace with 0
1999-03-03 16:02:00 +00:00
Hallvard Furuseth
eaedc9228b
function pointers are incompatible with void *'; remove
!= NULL' from tests.
1999-03-03 15:57:57 +00:00
Hallvard Furuseth
81e7f98e30
include lber-int.h to get lber_pvt_* declarations
1999-03-03 15:46:50 +00:00
Hallvard Furuseth
52e57a195a
ber_scanf returns LBER_ERROR, not -1, on failure.
1999-03-03 15:45:06 +00:00
Hallvard Furuseth
8573316a16
Declare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-03 15:39:57 +00:00
Hallvard Furuseth
2e68514409
Back out previous change; it was an accidental commit
1999-03-03 15:35:29 +00:00
Hallvard Furuseth
d00b99fd37
Declare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-03 15:25:44 +00:00
Kurt Zeilenga
aa38035780
Add protect against new connection descriptor being to large for
...
our connection table.
1999-03-02 21:06:42 +00:00
Kurt Zeilenga
fdc44bf313
Apply ldbm bind() change to bdb2 code.
1999-03-02 20:42:29 +00:00
Kurt Zeilenga
460cb1a664
Fix new man.mk to create tmp pages in object directory, not $(srcdir).
1999-03-02 20:23:37 +00:00
Bart Hartgers
8153a4039b
The new&improved Sockbuf. This adds the infrastructure on which
...
support for TLS and SASL will be build.
Please inform me of any problems.
1999-03-02 20:23:14 +00:00
Bart Hartgers
e0fdd89432
Annoying little son of a `free' BUG fixed.
1999-03-02 20:14:11 +00:00
Kurt Zeilenga
3028424f68
Extend TLS/SSL detection for use RSAref if necessary.
1999-03-02 20:02:29 +00:00
Kurt Zeilenga
e8605dc9f1
Fix make clean/veryclean
1999-03-02 20:00:55 +00:00
Kurt Zeilenga
246a738c00
Fix typo in previous commit.
1999-03-02 03:09:04 +00:00
Kurt Zeilenga
4e160e83b6
Replace IFP() with appropriate full prototypes:
...
AVL_CMP, AVL_DUP, AVL_FREE, AVL_APPLY.
Apply casts as needed.
Change data pointer from caddr_t to void *.
1999-03-02 00:32:59 +00:00
Kurt Zeilenga
a8a05cbe48
Update NT port with support for -lldap_r and -lldbm.
...
Also add initial slapd .dsw/.dsp files. Still needs work (mainly syslog).
1999-03-01 22:37:05 +00:00
Kurt Zeilenga
66f145da21
Use ldap_memfree() instead of free().
1999-03-01 21:17:48 +00:00
Kurt Zeilenga
a2aa1c38ec
Fix HAVE_WINSOCK for winsock32.lib
1999-03-01 21:08:07 +00:00
Kurt Zeilenga
fd9fbb3306
Update libpath.
1999-03-01 21:07:10 +00:00
Kurt Zeilenga
3984323bf9
Fix minor memory leak and remove redundant be_isroot_pw() checks.
...
Suggested by Pierangelo Masarati <pmasarati@bci.it> in post to -bugs.
1999-03-01 19:42:06 +00:00
Kurt Zeilenga
180eed16fe
Rebuild autoconf/autoheader generated files after TLS and gethostbyname_r
...
changes.
1999-03-01 18:55:52 +00:00
Kurt Spanier
5d2699b7ce
Introduction of first version of transaction processing (TP) into BDB2.
1999-03-01 11:30:18 +00:00
Ben Collins
6af16c5870
Syntax error on install, mistakenly commited before with wrong one
1999-02-28 18:47:07 +00:00
Ben Collins
a914ff8171
Fixed a small mistake in the last commit, as well as adding a clean-common to remove the tmp files
1999-02-28 17:08:54 +00:00
Ben Collins
945f8e10a0
Added verclean-local-srv since veryclean was not being run in the back-* and related directories
1999-02-28 17:07:47 +00:00
Ben Collins
f02ef6773a
Moved man page generation to the build cycle instead of install
1999-02-28 16:10:37 +00:00
Ben Collins
b14d7b35ed
Changed general debug levels too LDAP_DEBUG_SHELL
1999-02-28 05:55:48 +00:00
Bart Hartgers
e26de67770
Patch to support to determine the number of args of the
...
gethostby{name,addr}_r functions.
Contributed by Juan Carlos Gomes IT#68 (apparently).
Also includes support for detecting ssleay in configure.in.
1999-02-25 13:07:27 +00:00
Hallvard Furuseth
1d8ae81a06
Fix previous change to strtok_quote
1999-02-23 15:48:47 +00:00
Hallvard Furuseth
6b40ed4882
Make strtok_quote treat the character following \ as a normal character.
1999-02-23 15:40:18 +00:00
Ben Collins
b0250a119f
Changed LDA_DEBUG_ statements to more appropriate ones
1999-02-23 03:51:33 +00:00
Hallvard Furuseth
79f7c85067
Add locale support (slapd.conf keyword "locale") to slapd if HAVE_LOCALE_H
1999-02-22 21:01:24 +00:00
Hallvard Furuseth
246e269acc
Cast char' arguments to ctype.h functions to
unsigned char'.
...
These functions require their arguments to be in the range of `unsigned char'.
1999-02-22 19:29:42 +00:00
Hallvard Furuseth
73db912500
Cast char' arguments to ctype.h functions to
unsigned char'.
...
These functions require their arguments to be in the range of `unsigned char'.
1999-02-22 17:57:22 +00:00
Kurt Spanier
2889c67adf
Client programs for test008-concurrency moved to subdir tests/progs.
...
Building tests/progs/*.c in the main build process.
==> Test-suite must be called by 'make test', or 'make test-bdb2'
1999-02-22 11:28:01 +00:00
Kurt Spanier
9cb23b462e
More timing for performance testing. Re-introduction of cache.c_mutex.
1999-02-22 11:22:44 +00:00
Kurt Zeilenga
9e2fc1ed06
Check for pthread with -mt (for Solaris 2.x).
...
Still requires user to workaround Solaris pthread_create in -lc issue.
1999-02-21 00:46:57 +00:00
Kurt Zeilenga
aa17fdd0bd
Use ldap_pvt_strtok directly and unconditionally.
...
Implementation no longer uses strtok_r(), it may be broken
or have an odd prototype.
Update configure not to check for strtok/strtok_r nor require
strtok_r to LDAP_API_FEATURE_X_OPENLDAP_REENTRANT.
1999-02-20 20:12:03 +00:00
Kurt Zeilenga
9cc9a84527
Remaining LDAP_COMPILING_R should be LDAP_R_COMPILE.
1999-02-20 18:33:24 +00:00
Kurt Zeilenga
84bafea62e
#undef symbols before #defining them. This provides a little protection
...
when symbol being replaced was defined as a macro.
1999-02-20 18:31:56 +00:00
Hallvard Furuseth
19c2a483e6
fix TOLOWER, it was equal to TOUPPER
1999-02-20 16:22:10 +00:00
Hallvard Furuseth
0fe0efeeac
wrap bi_acl_group in #ifdef SLAPD_ACLGROUPS
1999-02-20 08:53:48 +00:00
Hallvard Furuseth
1fda8f9382
read_config() did not return a value
1999-02-20 08:18:07 +00:00
Hallvard Furuseth
d7451444c2
cast avl_free argument to IFP
1999-02-20 08:16:33 +00:00
Hallvard Furuseth
63be2a00b5
isblank() is nonstandard, use isspace()
1999-02-20 08:15:21 +00:00
Hallvard Furuseth
14705241f6
cast pw_in to const unsigned char *
1999-02-20 08:13:35 +00:00