Hallvard Furuseth
|
fac36dcba7
|
ITS#6932: Clean up strange asserts & nearby code.
Mostly found by Klocwork: Issues #213,298-300,331,342-343,374,390,410.
|
2011-05-05 15:55:29 +02:00 |
|
Hallvard Furuseth
|
06dca7858e
|
ITS#6931 Catch NULL ld for LDAP_OPT_SESSION_REFCNT.
Klocwork issue#111, ldap_get_option().
|
2011-05-05 14:10:32 +02:00 |
|
Hallvard Furuseth
|
a1cb490d0c
|
ITS#6930 Plug ldapi://too-long-path socket leak.
Klocwork issue#117, ldap_connect_to_path().
|
2011-05-05 13:52:08 +02:00 |
|
Hallvard Furuseth
|
375bc1ace7
|
ITS#6929 fclose(password file) on failure.
lutil_get_filed_password() bug; klocwork issue#203.
|
2011-05-05 13:40:15 +02:00 |
|
Howard Chu
|
9b463b59ec
|
ITS#6898 fix regression from ITS#6625
compound statements need brackets, duh.
|
2011-04-09 16:55:00 -07:00 |
|
Hallvard Furuseth
|
76b7a83026
|
Merge missing files from cvs repo
|
2011-04-04 15:38:46 +02:00 |
|
Hallvard Furuseth
|
86dc9d8a4c
|
ITS#6885: Fix lutil_get_now for !HAVE_GETTIMEOFDAY
|
2011-03-30 15:51:46 +02:00 |
|
Howard Chu
|
f8a5ce4a6e
|
ITS#6870 move ldif.c and fetch.c from liblutil to libldap
|
2011-03-24 06:49:04 +00:00 |
|
Ralf Haferkamp
|
41654b51e1
|
ITS#6870 Revert r1.49 commit to make HEAD build again
|
2011-03-22 11:17:21 +00:00 |
|
Ralf Haferkamp
|
a6dce60b27
|
ITS#6870 Reverted last commit
|
2011-03-18 15:18:42 +00:00 |
|
Ralf Haferkamp
|
061786c8dc
|
More for ITS#6870
|
2011-03-18 14:51:42 +00:00 |
|
Howard Chu
|
a9701ef5a0
|
ITS#6870 fix Makefile breakage due to ITS#6194
|
2011-03-17 16:55:26 +00:00 |
|
Howard Chu
|
31a8460417
|
ITS#6863, fix crashes in ITS#6714 patch. From Jan Vcelak @ Red Hat
|
2011-03-16 18:23:26 +00:00 |
|
Howard Chu
|
93da727d86
|
ITS#6848 Add -w option to wait for DB startup before parent exits
|
2011-03-01 01:19:37 +00:00 |
|
Howard Chu
|
6f1d218652
|
ITS#6832 #elif cleanup
|
2011-02-17 00:36:30 +00:00 |
|
Howard Chu
|
ba30a9ee62
|
Export pw_string64 as lutil_passwd_string64
|
2011-02-07 00:46:06 +00:00 |
|
Howard Chu
|
bbecfa740d
|
ITS#6811, more for #6802 PKCS11 fork() handling from Rich Megginson @ Red Hat
|
2011-01-29 20:40:20 +00:00 |
|
Pierangelo Masarati
|
45d580e941
|
do not hijack loop counter (ITS#6813; blind fix)
|
2011-01-29 11:05:08 +00:00 |
|
Howard Chu
|
2d545befdd
|
Cleanup version checking
|
2011-01-27 21:43:22 +00:00 |
|
Howard Chu
|
d27f458b37
|
ITS#6802 restart modules for fork() - from Rich Megginson @ Red Hat
|
2011-01-27 21:38:40 +00:00 |
|
Howard Chu
|
ba70ec8b2c
|
ITS#6791 fix cert usage types/values - from Rich Megginson @ Red Hat
|
2011-01-27 21:34:35 +00:00 |
|
Howard Chu
|
5224536a8e
|
ITS#6790 fix default cipher suites - from Rich Megginson @ Red Hat
|
2011-01-27 21:32:39 +00:00 |
|
Hallvard Furuseth
|
9eb5ecba15
|
ITS#5421 comment ldapoptions vs ldapoptions_prefix
|
2011-01-20 10:45:14 +00:00 |
|
Howard Chu
|
e542bd5498
|
ITS#5421 export ldap_debug define in <ldap_log.h>
|
2011-01-19 21:20:10 +00:00 |
|
Pierangelo Masarati
|
6d8e0d5b3e
|
increment lconn_refcnt so connection does not get closed (ITS#6788)
|
2011-01-18 23:53:24 +00:00 |
|
Hallvard Furuseth
|
b9609cedf5
|
Catch ber errors in vc (Verify Credentials)
|
2011-01-17 13:15:27 +00:00 |
|
Hallvard Furuseth
|
8021cbd8f1
|
ITS#6738 Catch ber errors in libldap/ldap_sync.c.
Also remove variable tag in ldap_sync_search_intermediate()
and reduce ber_scanf("tm", &tag, foo) to tag=ber_scanf("m", foo).
|
2011-01-17 12:20:56 +00:00 |
|
Hallvard Furuseth
|
dd640af54f
|
Fix ITS#6672: Do not return LDAP_MUTEX_LOCK().
It has type void.
|
2011-01-12 14:25:37 +00:00 |
|
Hallvard Furuseth
|
77f78f1d57
|
vc.c: ber_printf/flatten rc==LBER_ERROR -> rc<0
|
2011-01-12 14:23:07 +00:00 |
|
Howard Chu
|
6a544b7193
|
Silence stupid MUTEX_FIRSTCREATE warnings
|
2011-01-11 21:34:55 +00:00 |
|
Pierangelo Masarati
|
45205bdf70
|
don't leak reqdata
|
2011-01-08 12:51:43 +00:00 |
|
Kurt Zeilenga
|
be897b6679
|
Outline SASL interactive API (no meat)
|
2011-01-06 18:37:23 +00:00 |
|
Hallvard Furuseth
|
360066784c
|
Re-fix ITS#6764 (check for ber == NULL _before_ using ber)
|
2011-01-05 13:57:31 +00:00 |
|
Kurt Zeilenga
|
966cef8c9a
|
Happy New Year
|
2011-01-05 00:42:37 +00:00 |
|
Kurt Zeilenga
|
390ba8c84e
|
VC adjust controls tag
|
2011-01-04 16:01:07 +00:00 |
|
Pierangelo Masarati
|
e2440ccb00
|
fix previous commit
|
2011-01-04 01:02:12 +00:00 |
|
Pierangelo Masarati
|
fdafc6384e
|
fix error handling/arg checking
|
2011-01-03 23:40:02 +00:00 |
|
Kurt Zeilenga
|
37dcb1d791
|
Remove authzid parameter from verify credential response.
If client wants authzid, it can ask by adding an Authorization Identity
Request inner control.
|
2011-01-03 22:05:23 +00:00 |
|
Kurt Zeilenga
|
7f4c7ebc1c
|
Extend Verify Credentials encode/decode per -devel post.
(ldapvc doesn't yet request/handle inner password policy control.
|
2011-01-03 21:49:26 +00:00 |
|
Kurt Zeilenga
|
e6fd8bfbb0
|
Remove version from encoding
(previously removed from SASL choices, but should be always absent)
|
2011-01-03 19:21:03 +00:00 |
|
Pierangelo Masarati
|
59b220506d
|
more about ITS#6645
|
2011-01-01 20:50:00 +00:00 |
|
Pierangelo Masarati
|
6631d41c16
|
ber_flatten must return -1 on unmatched "{" "}" (ITS#6764)
|
2011-01-01 16:06:45 +00:00 |
|
Hallvard Furuseth
|
c9e85af35c
|
ITS#6759: assert;Debug -> Debug;assert
|
2010-12-30 23:19:02 +00:00 |
|
Howard Chu
|
8018924efd
|
ITS#6741 support Bitstring in ldap_X509dn2bv()
|
2010-12-30 19:38:57 +00:00 |
|
Kurt Zeilenga
|
46f4813632
|
Remove dead code.
|
2010-12-30 17:46:26 +00:00 |
|
Pierangelo Masarati
|
f3dd90a553
|
s/0/O/
|
2010-12-30 15:58:48 +00:00 |
|
Pierangelo Masarati
|
538b582cdc
|
fix perror; removed extra sequence opening (is it needed; if yes, it must also be closed, see #if 0)
|
2010-12-30 15:51:25 +00:00 |
|
Pierangelo Masarati
|
7dfc54378c
|
s/VCRequest/VCResponse/
|
2010-12-30 14:12:26 +00:00 |
|
Howard Chu
|
f697a3ffed
|
ITS#6742 from Rich Megginson @ Red Hat
|
2010-12-24 00:29:31 +00:00 |
|
Howard Chu
|
1bb648841b
|
ITS#6453 cleanup on LDAP_TIMEOUT
|
2010-12-23 23:18:41 +00:00 |
|