Kurt Zeilenga
|
6ec475cd61
|
Code cleanup
|
2000-09-22 22:43:30 +00:00 |
|
Kurt Zeilenga
|
6949ab9d15
|
Replace indexing hash with 32-bit FNV-1... should be much faster than MD5
|
2000-09-22 22:19:46 +00:00 |
|
Kurt Zeilenga
|
2b82d4f486
|
remove lint
update bdb codes
|
2000-09-22 01:40:57 +00:00 |
|
Kurt Zeilenga
|
90d557402b
|
Should modify code to bail on initialization errors...
For now, just (void) the return
|
2000-09-21 19:56:04 +00:00 |
|
Mark Adamson
|
bf1ee530ea
|
Implementation of SASL authorization.
|
2000-09-21 17:32:54 +00:00 |
|
Kurt Zeilenga
|
3c852017be
|
Build liblunicode first
|
2000-09-20 17:25:04 +00:00 |
|
Kurt Zeilenga
|
3ddb829076
|
change bdb errpfx
|
2000-09-20 00:27:47 +00:00 |
|
Kurt Zeilenga
|
e1b73eda93
|
cleanup
|
2000-09-16 22:46:04 +00:00 |
|
Kurt Zeilenga
|
f42966f9e1
|
Fix #undef LDAP_UFN
|
2000-09-16 06:24:17 +00:00 |
|
Kurt Zeilenga
|
efe39c999f
|
modify ldap_dn2ufn() to return completely typeless UFNs
hide rest of UFN code behind #ifdef LDAP_UFN in preparation
for eventual removal.
|
2000-09-16 04:33:52 +00:00 |
|
Kurt Zeilenga
|
55ad2c9319
|
Validate ber on get/set option calls
|
2000-09-16 01:28:20 +00:00 |
|
Kurt Zeilenga
|
f4f093054a
|
overrun protection doesn't work... hmmm....
|
2000-09-16 01:05:14 +00:00 |
|
Kurt Zeilenga
|
4e1b3229d6
|
Another minor ber_dump output format change
|
2000-09-15 18:59:46 +00:00 |
|
Kurt Zeilenga
|
14abfc7fe6
|
Minor format adjust to ber_dump output
|
2000-09-15 18:10:52 +00:00 |
|
Ben Collins
|
9fe15dba96
|
Remove unused var, 'rc'
|
2000-09-15 14:20:20 +00:00 |
|
Kurt Zeilenga
|
b611ec4b87
|
consistently use ber_pvt_ber_*() routines
|
2000-09-15 05:56:37 +00:00 |
|
Ben Collins
|
5c8d4c88b6
|
make function match it's decleration
|
2000-09-15 03:48:27 +00:00 |
|
Ben Collins
|
aaf59e2a2b
|
don't define NEED_COPY_HOSTENT in the decleration
|
2000-09-15 03:33:05 +00:00 |
|
Ben Collins
|
df4605b8c1
|
include ac/unistd.h to avoid compiler warnings
|
2000-09-15 03:11:03 +00:00 |
|
Ben Collins
|
ef1d8662f0
|
fix formatting
|
2000-09-15 03:08:05 +00:00 |
|
Ben Collins
|
4d0a95db04
|
wrap unused function, ldap_int_thread_onlist() in #if 0
|
2000-09-15 03:07:43 +00:00 |
|
Ben Collins
|
18c5605524
|
fix compiler warnings by including ac/unistd.h
|
2000-09-15 03:06:51 +00:00 |
|
Ben Collins
|
621babf51d
|
fix compiler warnings by including ac/unistd.h and only declaring copy_hostent() when we actually need to use it
|
2000-09-15 03:06:18 +00:00 |
|
Ben Collins
|
718a6bfca4
|
initialize Sockbuf * to NULL
|
2000-09-15 03:05:27 +00:00 |
|
Ben Collins
|
3635cbdbe1
|
remove unused vars
|
2000-09-15 03:04:46 +00:00 |
|
Ben Collins
|
9946e999c8
|
move some vars to where they are actually used to avoid compiler warnings
|
2000-09-15 03:04:04 +00:00 |
|
Ben Collins
|
81d26d3ac0
|
fix call to ldap_connect_to_path()
|
2000-09-15 03:02:57 +00:00 |
|
Ben Collins
|
b2866ff162
|
s/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually declare ldap_connect_to_path(). Also fix the decleration to match the function
|
2000-09-15 02:55:54 +00:00 |
|
Ben Collins
|
5df2c83b38
|
remove unused var, 'dn'
|
2000-09-15 02:54:28 +00:00 |
|
Ben Collins
|
960041de8a
|
include ac/ctype.h and initialize some variables to avoid compiler warnings
|
2000-09-15 02:53:55 +00:00 |
|
Ben Collins
|
ed7f95edb0
|
wrap unused function, ber_log_puts(), in #if 0
|
2000-09-15 02:51:34 +00:00 |
|
Ben Collins
|
7fa88b2a27
|
remove lint
|
2000-09-15 02:50:14 +00:00 |
|
Kurt Zeilenga
|
0243c4b0da
|
Fix Id
|
2000-09-15 02:09:39 +00:00 |
|
Kurt Zeilenga
|
b641615c53
|
Keep ldap_first/next_attribute from running past end of attributes.
Likely other sequences need this attention.
|
2000-09-15 01:16:09 +00:00 |
|
Kurt Zeilenga
|
b4c9287f45
|
Don't send optional cred if empty
|
2000-09-15 00:09:24 +00:00 |
|
Kurt Zeilenga
|
611ccd1ccb
|
Rework ber dump to provide both hex and text output
|
2000-09-14 22:28:45 +00:00 |
|
Kurt Zeilenga
|
fbfe0f0ac7
|
Fix typo in Kbind code
|
2000-09-14 19:58:55 +00:00 |
|
Kurt Zeilenga
|
ed68c977d9
|
Zap LDAP_LIBUI
|
2000-09-14 07:22:01 +00:00 |
|
Ben Collins
|
e717717a8b
|
Error in setting sa_flags (was never set)
|
2000-09-13 21:49:08 +00:00 |
|
Ben Collins
|
df57978436
|
specifically check for NULL return from ldap_int_thread_delist(). Also, fixup comment to get rid of compiler warning.
|
2000-09-13 21:48:29 +00:00 |
|
Ben Collins
|
5a33b7509b
|
Fix error in if() statement (==, not =)
|
2000-09-13 21:47:12 +00:00 |
|
Ben Collins
|
07ce0a9935
|
s/got_max_ssf/got_min_ssf/ thinko fix when checking for minssf. In this case, minssf was never set, and would cause maxssh to be set in error
|
2000-09-13 21:46:11 +00:00 |
|
Randy Kunkee
|
ab3be5d76d
|
Include <ac/param.h> to pick up MAXPATHLEN.
|
2000-09-13 07:26:55 +00:00 |
|
Kurt Zeilenga
|
92c55c4454
|
Clean up
|
2000-09-13 01:12:47 +00:00 |
|
Kurt Zeilenga
|
d554a31b58
|
Move ldap_pvt_tls_init call to ldap_pvt_tls_start
Relax user-only options on TLS_RANDFILE and TLS_REQCERT
|
2000-09-13 00:54:45 +00:00 |
|
Kurt Zeilenga
|
a7d74e9080
|
More NT threading fixes
|
2000-09-12 20:39:13 +00:00 |
|
Kurt Zeilenga
|
c78d5f5e7f
|
ITS#697: Fix cond_wait
|
2000-09-12 18:18:27 +00:00 |
|
Kurt Zeilenga
|
2c30c90876
|
Rework TLS code (only supports default connection)
|
2000-09-12 00:30:05 +00:00 |
|
Kurt Zeilenga
|
d8c4df6f39
|
-lldbm now sets DB_USE_ENVIRON and support input of a DB home path.
back-ldbm needs modification to support db home directory as backend
(as oppose to database) option.
|
2000-09-11 18:46:34 +00:00 |
|
Kurt Zeilenga
|
83af225383
|
Set DB_PRIVATE
|
2000-09-11 17:49:25 +00:00 |
|