Howard Chu
|
9ad0c5a2e5
|
Fix from Jonghyuk Choi jongchoi@us.ibm.com; return 0 IDs when bdb_key_read
returns DB_NOTFOUND.
|
2002-01-03 05:53:27 +00:00 |
|
Howard Chu
|
265a03c7bd
|
Changed AttributeName back into an array instead of a linked list
|
2002-01-03 05:41:50 +00:00 |
|
Howard Chu
|
bcdfdb968f
|
Changed AttributeName back into an array instead of a linked list.
Fixed bug in do_search eating up controls.
|
2002-01-03 05:38:26 +00:00 |
|
Howard Chu
|
029306a5be
|
Use ldap_queue.h instead of <ac/queue.h>
|
2002-01-03 00:12:46 +00:00 |
|
Howard Chu
|
013b3a9f3d
|
Minor cleanup
|
2002-01-02 23:26:20 +00:00 |
|
Howard Chu
|
38fea082ad
|
Remove unused int i, j
|
2002-01-02 22:57:57 +00:00 |
|
Howard Chu
|
1a8543da6d
|
Fix for attr_merge
|
2002-01-02 22:46:10 +00:00 |
|
Kurt Zeilenga
|
2a799ef855
|
Fix yet another stupid error...
|
2002-01-02 19:06:49 +00:00 |
|
Kurt Zeilenga
|
b905b543e0
|
Additional error checking + misc cleanup
|
2002-01-02 18:48:10 +00:00 |
|
Pierangelo Masarati
|
c8afe173ba
|
more cleanup
|
2002-01-02 18:14:29 +00:00 |
|
Pierangelo Masarati
|
09348fcd85
|
minor fixes
|
2002-01-02 17:56:48 +00:00 |
|
Kurt Zeilenga
|
763c0de59b
|
Rework filter code
Misc cleanup / lint removal
|
2002-01-02 17:06:56 +00:00 |
|
Kurt Zeilenga
|
f6be5028f0
|
cleanup
|
2002-01-02 17:05:12 +00:00 |
|
Kurt Zeilenga
|
c603bc3946
|
use sizeof instead of strlen/hardcoded-consts
|
2002-01-02 17:04:09 +00:00 |
|
Kurt Zeilenga
|
af121f0489
|
Remove lint
|
2002-01-02 17:02:30 +00:00 |
|
Kurt Zeilenga
|
c999444f40
|
Cleanup
|
2002-01-02 17:01:44 +00:00 |
|
Kurt Zeilenga
|
3adff99b47
|
Zap unbind and abandon
|
2002-01-02 17:00:54 +00:00 |
|
Kurt Zeilenga
|
da6928b437
|
use malloc not calloc
|
2002-01-02 17:00:21 +00:00 |
|
Kurt Zeilenga
|
38d800637f
|
Use AC_MEMCPY instead of memcpy
Use sizeof instead of strlen
|
2002-01-02 16:58:37 +00:00 |
|
Kurt Zeilenga
|
f418f6247f
|
use sizeof not strlen
|
2002-01-02 16:57:30 +00:00 |
|
Howard Chu
|
4aa2a28692
|
Changed struct berval ** to BVarray
|
2002-01-02 13:28:10 +00:00 |
|
Howard Chu
|
f59fc68beb
|
Changed struct berval ** to BVarray
|
2002-01-02 13:09:28 +00:00 |
|
Howard Chu
|
b15eebf50b
|
Minor cleanup. bvarray_add should return success/fail, like
ber_bvecadd does.
|
2002-01-02 13:03:46 +00:00 |
|
Howard Chu
|
17a36b757c
|
Changed struct berval ** to BVarray
|
2002-01-02 13:03:06 +00:00 |
|
Howard Chu
|
ee98e6938c
|
Fix memory leak of Mod.sml_type
|
2002-01-02 12:34:35 +00:00 |
|
Howard Chu
|
a18e437356
|
Fix entry_decode
|
2002-01-02 11:52:06 +00:00 |
|
Howard Chu
|
f52cc9bab5
|
Change struct berval ** to BVarray
|
2002-01-02 11:00:36 +00:00 |
|
Howard Chu
|
ce9ac6d273
|
Removed unused unbind stuff
|
2002-01-02 04:42:09 +00:00 |
|
Howard Chu
|
78c6bd9d23
|
Removed unused unbind stuff
|
2002-01-02 04:32:34 +00:00 |
|
Howard Chu
|
b2809cb330
|
Fix dnParent to return "" for root
|
2002-01-01 13:32:10 +00:00 |
|
Howard Chu
|
affa8f5a65
|
More struct berval conversions
|
2002-01-01 13:31:20 +00:00 |
|
Howard Chu
|
dc4fe01758
|
Remove abandon cruft
|
2002-01-01 12:23:02 +00:00 |
|
Howard Chu
|
de97928160
|
Remove abandon cruft
|
2002-01-01 11:38:30 +00:00 |
|
Howard Chu
|
ab713881b9
|
Cleanup
|
2002-01-01 09:49:23 +00:00 |
|
Howard Chu
|
fdc4dec350
|
Use ldap_str2rdn
|
2002-01-01 09:41:10 +00:00 |
|
Howard Chu
|
6fa6ac6676
|
Fix dnValidate
|
2002-01-01 09:40:57 +00:00 |
|
Howard Chu
|
1a7d129585
|
Use ldap_str2rdn instead of rdn_attr
|
2002-01-01 09:18:34 +00:00 |
|
Howard Chu
|
5b83bbc681
|
Fix previous commit
|
2002-01-01 04:44:59 +00:00 |
|
Howard Chu
|
3d8d9344dd
|
Optimize ISSPACE checks in UTF8StringNormalize
|
2002-01-01 04:43:03 +00:00 |
|
Pierangelo Masarati
|
7d12cbe341
|
my compiler complains ...
|
2001-12-31 16:10:39 +00:00 |
|
Howard Chu
|
c962743263
|
Free any ADs attached to the undefined attribute type
|
2001-12-31 14:47:41 +00:00 |
|
Howard Chu
|
d9fec6d815
|
More for ad_inlist
|
2001-12-31 14:47:20 +00:00 |
|
Howard Chu
|
743c402265
|
Changed search attrs from struct berval ** to AttributeName *
|
2001-12-31 11:35:52 +00:00 |
|
Howard Chu
|
b92710e3a5
|
Minor cleanup
|
2001-12-31 06:44:36 +00:00 |
|
Howard Chu
|
74cd06efdd
|
Fix previous commit
|
2001-12-31 06:09:29 +00:00 |
|
Howard Chu
|
9383bf3265
|
Use ber_free_buf
|
2001-12-31 06:02:35 +00:00 |
|
Howard Chu
|
e6d4c7dbcc
|
Added oidm_destroy
|
2001-12-31 04:35:02 +00:00 |
|
Howard Chu
|
10961151ef
|
Use queue-compat for Connection->c_ops,c_pending_ops
|
2001-12-31 04:08:29 +00:00 |
|
Howard Chu
|
07b4ad7fa2
|
Use dnIsSuffix
|
2001-12-30 10:47:28 +00:00 |
|
Howard Chu
|
776ce133e9
|
More str2rdn tweaks
|
2001-12-30 09:42:58 +00:00 |
|