Pierangelo Masarati
|
24db207196
|
check for ee == NULL
|
2007-09-26 22:37:35 +00:00 |
|
Pierangelo Masarati
|
a0d26ada9c
|
plug leak (ITS#5155)
|
2007-09-26 22:10:16 +00:00 |
|
Pierangelo Masarati
|
ebf7338b8b
|
temporary fix to ITS#5154
|
2007-09-26 20:57:25 +00:00 |
|
Howard Chu
|
9fd4a8582a
|
coverity - a->a_nvals may be NULL
|
2007-09-26 20:26:03 +00:00 |
|
Howard Chu
|
c428a16332
|
coverity - init i
|
2007-09-26 20:21:53 +00:00 |
|
Howard Chu
|
2f3bf07285
|
init rc
|
2007-09-26 20:17:48 +00:00 |
|
Ralf Haferkamp
|
3d1df12527
|
set mod->sm_numvals
|
2007-09-26 01:59:24 +00:00 |
|
Howard Chu
|
81db5651da
|
ITS#5153 fix prev commit, ordering matches can be done in O(1) instead
of O(logn)
|
2007-09-25 05:46:12 +00:00 |
|
Howard Chu
|
d322eb96c3
|
ITS#5151 fix CertificateListValidate
|
2007-09-24 07:55:56 +00:00 |
|
Howard Chu
|
f1065e1780
|
Remove special cases for BigNums in certificateExactNormalize, just
use hex when serial is larger than int. Normalized values need to be
consistent regardless of compile-time environment...
|
2007-09-24 06:26:36 +00:00 |
|
Howard Chu
|
9dd2fbcba6
|
Log the attribute that failed normalization
|
2007-09-24 06:25:34 +00:00 |
|
Howard Chu
|
0f2b1d551b
|
More for Mod.sm_numvals
|
2007-09-24 05:30:53 +00:00 |
|
Howard Chu
|
dcaa5a27f5
|
Partially revert prev commit, unintended.
|
2007-09-24 05:30:36 +00:00 |
|
Howard Chu
|
d2179d885f
|
Use attr_valfind instead of value_find_ex to optimize lookups
|
2007-09-24 05:02:31 +00:00 |
|
Howard Chu
|
e8c2414831
|
Preliminary sorted value support
|
2007-09-24 01:31:23 +00:00 |
|
Howard Chu
|
ebb9e029a7
|
Make slap_passwd_parse non-destructive
|
2007-09-23 04:40:51 +00:00 |
|
Howard Chu
|
a3547e2758
|
More for a_numvals
|
2007-09-23 04:40:16 +00:00 |
|
Howard Chu
|
75df004a04
|
Use OLcfgCt{Oc|At} arc for contrib modules
|
2007-09-22 23:58:54 +00:00 |
|
Hallvard Furuseth
|
aad6555340
|
Update last change: lutil_atoul() -> lutil_atou() for csnsid.
|
2007-09-21 13:11:39 +00:00 |
|
Hallvard Furuseth
|
cea5e5664d
|
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
|
2007-09-21 13:02:36 +00:00 |
|
Hallvard Furuseth
|
8b7fd262b8
|
Cast away const
|
2007-09-21 12:58:34 +00:00 |
|
Howard Chu
|
8c6d828a1f
|
More for Modification value counter
|
2007-09-21 09:34:31 +00:00 |
|
Howard Chu
|
c4dbe1a274
|
Attribute/Modification value counters
|
2007-09-21 08:43:56 +00:00 |
|
Ralf Haferkamp
|
b99749aba4
|
Use rwlock for CachedQuery to avoid returning incomplete results (ITS#5113)
|
2007-09-20 17:23:56 +00:00 |
|
Ralf Haferkamp
|
af7f86a2cd
|
Fixed memory leak in pcache. Cache is now populated in cleanup handler.
ITS#5112
|
2007-09-20 16:15:23 +00:00 |
|
Howard Chu
|
9281472144
|
Add comment for prev commit
|
2007-09-15 23:40:34 +00:00 |
|
Howard Chu
|
3dfab875e8
|
Fix prev commit
|
2007-09-15 23:38:12 +00:00 |
|
Pierangelo Masarati
|
43c00ab486
|
fix previous commit
|
2007-09-15 18:03:55 +00:00 |
|
Pierangelo Masarati
|
d92e8ad1f7
|
add helper for internal searchs for objectClass=*
|
2007-09-15 17:38:53 +00:00 |
|
Pierangelo Masarati
|
eb51129e29
|
alloc temporaries on slab
|
2007-09-15 17:33:59 +00:00 |
|
Pierangelo Masarati
|
d1c4d6481f
|
further fix ITS#5138 (please review)
|
2007-09-15 17:30:07 +00:00 |
|
Pierangelo Masarati
|
5569180736
|
draft-wahl-ldap-session: append further instances of the control
|
2007-09-15 17:26:09 +00:00 |
|
Pierangelo Masarati
|
06e6e6c053
|
apply Howard's cleanup of database monitoring registration
|
2007-09-15 15:34:49 +00:00 |
|
Howard Chu
|
5cd816f4eb
|
ITS#5138 don't scan past the sequence of attributes
|
2007-09-15 03:08:32 +00:00 |
|
Pierangelo Masarati
|
9c5c20b1b9
|
fix potential double-free (valgrind; ITS#5137)
|
2007-09-14 23:58:00 +00:00 |
|
Pierangelo Masarati
|
9f36fafe55
|
add more sanity checks (ITS#5136)
|
2007-09-14 23:25:15 +00:00 |
|
Pierangelo Masarati
|
927efd4a94
|
fix ITS#5136
|
2007-09-14 23:14:33 +00:00 |
|
Pierangelo Masarati
|
76974d412a
|
add support for dgAuthz --- see discussion on -devel
|
2007-09-14 22:42:16 +00:00 |
|
Pierangelo Masarati
|
f7bda3be0a
|
release entry (ITS#5135)
|
2007-09-14 22:39:49 +00:00 |
|
Pierangelo Masarati
|
e48e3e7503
|
remove unused code
|
2007-09-14 22:24:21 +00:00 |
|
Pierangelo Masarati
|
1845f1b951
|
fix double free - related to ITS#4860 and probably ITS#4873
|
2007-09-13 22:39:33 +00:00 |
|
Pierangelo Masarati
|
60b03d4103
|
don't leak in case of error
|
2007-09-13 18:47:36 +00:00 |
|
Pierangelo Masarati
|
d6baaffbec
|
HEADS-UP: now the list of URIs is better set by using separate arguments
|
2007-09-13 18:34:04 +00:00 |
|
Pierangelo Masarati
|
af9e17379b
|
further rework URI parsing
|
2007-09-13 17:55:45 +00:00 |
|
Pierangelo Masarati
|
6d38af2689
|
improve error message
|
2007-09-13 17:54:49 +00:00 |
|
Pierangelo Masarati
|
a09b4c5f20
|
log unknown message type
|
2007-09-13 17:54:15 +00:00 |
|
Pierangelo Masarati
|
202080dfa1
|
enable unindexed searches monitoring ifdef LDAP_DEVEL
|
2007-09-12 21:26:10 +00:00 |
|
Pierangelo Masarati
|
1157b6dc6a
|
handle sizelimit in caching (in partial fulfilment of ITS#5114)
|
2007-09-12 21:09:04 +00:00 |
|
Howard Chu
|
aec54643c2
|
Don't populate member list unless it was requested
|
2007-09-11 14:10:50 +00:00 |
|
Pierangelo Masarati
|
a4b1ba0b5f
|
use /-* for all parents; ignore /-0; check syntax; better parsing
|
2007-09-10 22:29:10 +00:00 |
|