Kurt Zeilenga
32d9cc239c
Add ldap_memfree() to the mix.
1998-12-22 18:42:02 +00:00
Kurt Zeilenga
e795f9168d
Update main comment and remove unneeded <ac/time.h> inclusion.
1998-12-22 18:27:14 +00:00
Kurt Zeilenga
487aa911f0
Add rc=0 fix as suggested by Tobias Reber <t.reber@dkfz-heidelberg.de>
...
in ITS#17.
1998-12-22 17:04:34 +00:00
Dave Storey
13457efbbc
Code cleanups. MD5 and SHA1 routines should be a little faster and easier to read.
1998-12-22 14:31:31 +00:00
Kurt Zeilenga
a64c2a3954
Allow LDAP session errno and error strings to be set.
1998-12-22 04:49:56 +00:00
Kurt Zeilenga
a36412440c
Update error codes based upon draft-ietf-ldapext-ldap-c-api-01
...
Remove ldap_get_lderrno().
1998-12-22 04:45:14 +00:00
Kurt Zeilenga
2d39f617b8
Add LDAP_OPT_API_FEATURE_INFO to obtain feature info (ie: version)
...
at runtime.
1998-12-22 03:17:25 +00:00
Kurt Zeilenga
811cfab91f
Move LDAPServer, LDAPConn, LDAPRequest, and LDAPCache
...
from ldap.h to ldap-int.
1998-12-22 02:39:24 +00:00
Kurt Zeilenga
4854edc6fa
Add <ac/signal.h> back in to ease pain on some platforms.
1998-12-22 01:34:31 +00:00
Kurt Zeilenga
a3ac3be6a7
Added lber_get/set_option. Removed lber_debug/ldap_debug.
...
Updated other codes as needed.
1998-12-22 01:34:01 +00:00
Kurt Zeilenga
77cb308d5a
Still wasn't working exactly write on FreeBSD3. Need to
...
check for $OBJFORMAT and if not available set to output of
/usr/bin/objformat (if available). Otherwise assume not elf.
1998-12-21 23:08:06 +00:00
Kurt Zeilenga
2ffb9ae30d
ITS#12 realBase was being freed before use. The offending free()
...
call has been removed and additional code added to properly free
realBase variable. Also fixed leaking of the matched variable.
1998-12-21 17:45:47 +00:00
Kurt Zeilenga
0c11b6bb63
Add new projects to replace completed (or near completed) ones.
...
Add references to http://www.OpenLDAP.org/devel/ pages.
1998-12-21 02:43:23 +00:00
Kurt Zeilenga
8dbbc93769
Gopher gw needs friendly fix.
1998-12-21 02:14:47 +00:00
Kurt Zeilenga
e5a5f44fb8
That second abandon should have been an extended.
1998-12-21 02:12:08 +00:00
Kurt Zeilenga
b1869acd5b
Remove internal strings
1998-12-21 02:09:44 +00:00
Kurt Zeilenga
40d08ee8aa
Add LDAP v3 protocol defines
1998-12-21 01:44:58 +00:00
Kurt Zeilenga
2d15a94d16
LDAP C-API changes
...
struct friendly (Friendly) changed to ldap_friendly (LDAPFriendly)
ldap_friendly friend prefix changed to 'lf_' from 'f_'
removed mod_next field from LDAPMod (struct ldapmod)
modified slapd to use new LDAPModList (struct ldapmodlist) struct.
Added LDAPv3 result codes to ldap.h
1998-12-21 00:21:58 +00:00
Kurt Zeilenga
5c6ad6c5b1
ldif'ize ldif library (ie: everything is now in the ldif_ namespace)
1998-12-20 22:28:33 +00:00
Kurt Zeilenga
362d6cbf2a
Add configure code for setting LDAP_SYSLOG but actually use hardcoded
...
LDAP_SYSLOG in slap.h/slurp.h.
1998-12-20 21:56:44 +00:00
Kurt Zeilenga
c7d5811b78
more cleanup
1998-12-20 19:57:44 +00:00
Kurt Zeilenga
6fd2aa4e84
Clean up after last commit.
1998-12-20 19:49:22 +00:00
Kurt Zeilenga
3e390a8074
Unexpand spaces for tabs in prior commit before merging to rel_eng_1_1.
1998-12-20 19:31:21 +00:00
Kurt Zeilenga
a5eee14f72
Add detection of dmalloc library.
1998-12-20 19:12:20 +00:00
Kurt Zeilenga
b5973eba5d
Minor change to signal handler. Changed _shutdown flag to
...
type 'sig_atomic_t' and marked it volatile. Add detection to
configure to ensure sig_atomic_t and volatile are supported.
1998-12-20 18:16:03 +00:00
Kurt Zeilenga
8aba5c5059
Provide framework for ldap_r and reentrant/thread safety levels.
...
-lldap_r can now be implemented...
1998-12-20 00:58:55 +00:00
Kurt Zeilenga
4123a08af5
Fix server --without-xxx build issues...
1998-12-20 00:55:39 +00:00
Kurt Zeilenga
d44a54e543
Don't include -lldap_r in make all (yet).
1998-12-19 16:59:51 +00:00
Kurt Zeilenga
27e8d218ee
Add -lldap_r build environment (no code yet).
1998-12-19 03:24:36 +00:00
Kurt Zeilenga
0024cf2f4b
-lldap reentrantancy improvements from Bart Hartgers <A.Hartgers@phys.tue.nl>
...
including use of ctime_r, gethostby*_r, etc.. Also reworked ldap_sort_entries
to be reentrant.
Need to add code to properly set LDAP_API_FEATURE_THREAD_SAFE.
1998-12-19 01:27:20 +00:00
Kurt Zeilenga
b5e50eff5e
Disable writing syncing when creating databases.
1998-12-18 22:21:16 +00:00
Kurt Zeilenga
052bbc2097
Fix ltconfig for FreeBSD 3 (elf detection was wrong).
...
Also fixed "empty translation unit" problem reported by
Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
1998-12-18 21:54:06 +00:00
Kurt Zeilenga
3a5e383dbd
Add draft-ietf-ldapext-ldap-c-api-01 routines ber_init()
...
and ber_flatten() to the -llber.
1998-12-18 21:08:28 +00:00
Kurt Zeilenga
5d2accea50
Patch cache_delete_entry_internal() as suggested by
...
Daniel Carroll <dan@mesa7.mesa.colorado.edu>
This patch ensures we try deleting the entry from both the
dntree and the idtree.
1998-12-18 18:06:30 +00:00
Kurt Spanier
9e97da14fb
Initialization of Datum structures to zero by memset() before first use.
...
If Berkeley DB version 2.x is used as a slapd back-end a not-initialized
Datum structure will raise an EINVAL error in (DB)->put().
1998-12-18 12:28:47 +00:00
Kurt Zeilenga
8854adfc49
ITS#9: check for main in -lwrap instead hosts_access.
...
hosts_access depends on caller declaring some externs and, hence,
can be used for the test.
1998-12-17 18:35:12 +00:00
Kurt Zeilenga
c5f299acf8
Update based upon latest errors.
1998-12-17 18:32:36 +00:00
Kurt Zeilenga
b0290c2d49
Fix "predantic" typo.
1998-12-17 13:46:12 +00:00
Dave Storey
9697ad210a
Added support for password prompting. (-W switch)
1998-12-15 02:00:09 +00:00
Kurt Zeilenga
add79ef969
Generalize the web_ldap Makefile a bit.
1998-12-14 23:24:33 +00:00
Kurt Zeilenga
b063f5e83b
Initial import of web_ldap written and contributed
...
by Jens Moller <Jens.Moller@mci.com>.
1998-12-14 23:10:02 +00:00
Kurt Zeilenga
9bd0b8f789
Import mail500 change from rel eng 1.1.
1998-12-14 20:55:59 +00:00
Dave Storey
d8090dea55
Streamlined Kerberos Code.
1998-12-14 20:39:02 +00:00
Kurt Zeilenga
2cd2afb667
More changes in prep for 1.1 release.
1998-12-14 20:31:12 +00:00
Kurt Zeilenga
cd8b2363cd
make it looks better on web.
...
revision not incremented as change
1998-12-14 20:24:35 +00:00
Kurt Zeilenga
441d983b53
Add URLs and e-mail address.
1998-12-14 20:10:06 +00:00
Kurt Zeilenga
dad4acc563
Update URLs.
1998-12-14 20:03:14 +00:00
Kurt Zeilenga
b84a0a8514
Clarify use of private -core mailing list. -devel is the primary
...
developer discussion/coordinate list.
1998-12-14 20:01:36 +00:00
Dave Storey
10cbeba936
Added Kerberos support.
...
Added Password auto-generation.
Added salts for md5 and sha.
Rewrote make_salt().
Made ldap-devel conformity changes.
1998-12-14 18:36:51 +00:00
Kurt Zeilenga
65e4923d75
Backout previous changes made by Dave as they excessive reformatting,
...
reindentation, and use of spaces instead of tab. Diffs will be reviewed
to identify and commit only functional changes as time permits.
Note: this is more my fault than Dave's. I should have provided
clearer guidance. Live and learn.
1998-12-14 10:10:41 +00:00