Pierangelo Masarati
|
f2dfb55780
|
now LDAP_CACHING can be enabled again; not sure it works, though
|
2003-05-09 00:36:31 +00:00 |
|
Kurt Zeilenga
|
5cd994ed21
|
remove dnNormalize2
replace calls to dnNormalize2 with calls to dnNormalize
|
2003-04-29 18:28:14 +00:00 |
|
Luke Howard
|
7cb946924e
|
Fix compilation errors (caching must still be undefined though)
|
2003-04-11 04:22:37 +00:00 |
|
Pierangelo Masarati
|
5fbdf3f3eb
|
return 'matched' only if all the targets didn't recognize the search base
|
2003-04-08 11:38:38 +00:00 |
|
Pierangelo Masarati
|
81c616fdb2
|
works fine now
|
2003-04-07 19:01:48 +00:00 |
|
Pierangelo Masarati
|
6ef22ccdcb
|
first cut at grouping rewrite/map stuff; needs work
|
2003-04-07 17:04:14 +00:00 |
|
Pierangelo Masarati
|
1bae6d28e5
|
silence warnings
|
2003-04-05 16:58:36 +00:00 |
|
Pierangelo Masarati
|
5804183f04
|
propagate selected changes to back-ldap
|
2003-04-05 16:53:57 +00:00 |
|
Pierangelo Masarati
|
dfbbd11bd3
|
remove more unnecessary args
|
2003-04-04 00:43:40 +00:00 |
|
Pierangelo Masarati
|
798289fd50
|
new API; compiles if proxy is disabled
|
2003-04-03 21:35:54 +00:00 |
|
Jong Hyuk Choi
|
6f81235386
|
Commit of the Proxy Cache contribution (ITS#2062)
from IBM India Research (Apurva Kumar)
Code review by Pierangelo, Kurt, and Jong.
|
2003-03-06 19:44:41 +00:00 |
|
Pierangelo Masarati
|
bf35f8e37f
|
improved filter mapping/rewrite; improved result rewriting; improved attribute/objectclass mapping configuration
|
2003-03-01 11:08:53 +00:00 |
|
Pierangelo Masarati
|
628bcc7174
|
improve error handling
|
2003-02-10 22:34:06 +00:00 |
|
Pierangelo Masarati
|
1db0725502
|
partially fix ITS#2310
|
2003-02-10 21:37:30 +00:00 |
|
Pierangelo Masarati
|
45f4e3602b
|
clean up mapping api
|
2003-01-27 16:39:56 +00:00 |
|
Pierangelo Masarati
|
a62249ed27
|
fix objectclass mapping (to nothing)
|
2003-01-27 16:07:10 +00:00 |
|
Pierangelo Masarati
|
d8756a1c98
|
fix ITS#2289 (don't use shared data for search state; use msgid instead)
|
2003-01-23 22:07:33 +00:00 |
|
Kurt Zeilenga
|
6939c53170
|
Happy new year
|
2003-01-03 20:20:47 +00:00 |
|
Pierangelo Masarati
|
59aea47963
|
improve limits handling and consistency; return "Admin limit exceeded" instead of "Unwilling to perform"
|
2002-11-21 12:58:59 +00:00 |
|
Pierangelo Masarati
|
a9c902a7ca
|
improve error messages
|
2002-11-10 18:16:43 +00:00 |
|
Pierangelo Masarati
|
b0dfd89e1b
|
added referral support to back-{ldap,meta}; need to allow send_serch_reference() handle NULL entry pointer
|
2002-08-31 10:35:23 +00:00 |
|
Pierangelo Masarati
|
c4a8a3dce5
|
better error handling when returning results
|
2002-08-13 17:00:33 +00:00 |
|
Pierangelo Masarati
|
328046248b
|
initialize struct timeval (fixes ITS#2014);
also, check for return value of dnNormalize2: if the returned
DN contains undefined attributes, the normalization fails.
|
2002-08-10 14:13:46 +00:00 |
|
Pierangelo Masarati
|
1abb8cb339
|
rework connection pool handling (reduce amount of malloc)
|
2002-08-09 17:15:10 +00:00 |
|
Pierangelo Masarati
|
540dbbe1ed
|
fix previous commit
|
2002-08-02 10:00:44 +00:00 |
|
Kurt Zeilenga
|
838643d5ad
|
operationsError != Internal Error
hence, s/LDAP_OPERATIONS_ERROR/LDAP_OTHER/
|
2002-07-31 22:49:02 +00:00 |
|
Pierangelo Masarati
|
437014723c
|
fix ITS#1953
|
2002-07-22 14:24:32 +00:00 |
|
Julius Enarusai
|
6107ba67d2
|
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
|
2002-07-11 20:33:24 +00:00 |
|
Pierangelo Masarati
|
d3058532c9
|
honor limits if below soft limit
|
2002-04-29 10:12:50 +00:00 |
|
Howard Chu
|
d4465e376f
|
ITS#1732 signed/unsigned integers
|
2002-04-11 08:46:34 +00:00 |
|
Howard Chu
|
efecf4e121
|
ITS#1733 eliminate o_abandonmutex
|
2002-04-11 08:03:40 +00:00 |
|
Pierangelo Masarati
|
4a8ab5dbf2
|
Mostly based on patches provided by Hallvard B. Furuseth
ITS#1677 - cast away const warnings
ITS#1678 - unsigned char args to ctype funcs
ITS#1682 - don't redefine ldap_debug
ITS#1683 - uninitialized vars
ITS#1703 - ldo_debug initialization
ITS#1705 - unsigned testing
ITS#1706 - socklen_t args
ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested)
ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs
ITS#1725 - libdes not required
Implement back-null (/dev/null style backend)
Cleanup some misc warnings ("%lu" format, unused/uninitialized vars,
ambiguous operator precedence)
Kurt, please regenerate configure
|
2002-04-08 09:43:22 +00:00 |
|
Pierangelo Masarati
|
f74e81aa99
|
check on escaped rdn separator not needed any more
|
2002-01-22 08:30:32 +00:00 |
|
Howard Chu
|
ac1332cdb8
|
Renamed BVarray to BerVarray. Moved slapd:bvarray_{add,free} to
liblber:ber_bvarray_{add,free}.
|
2002-01-14 01:43:17 +00:00 |
|
Howard Chu
|
92481f7057
|
Modify performance patch from Gertjan van Wingerde <gwingerde@home.nl>
|
2002-01-13 23:23:23 +00:00 |
|
Howard Chu
|
ec46a2f33a
|
Use 'm' ber_scanf format where convenient
|
2002-01-06 06:11:01 +00:00 |
|
Kurt Zeilenga
|
0e2af54a3f
|
Update copyright statements
|
2002-01-04 21:17:25 +00:00 |
|
Pierangelo Masarati
|
b28c3953d4
|
more fixes/updates
|
2002-01-04 19:23:10 +00:00 |
|
Pierangelo Masarati
|
d3dae8d1cd
|
more cleanup; doesn't work (fails on ldap_result, select returns -1)
|
2002-01-04 15:26:45 +00:00 |
|
Pierangelo Masarati
|
db71bb1c4d
|
lots of migration to struct berval; unfortunately it seems to be broken
|
2002-01-03 16:29:38 +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
|
743c402265
|
Changed search attrs from struct berval ** to AttributeName *
|
2001-12-31 11:35:52 +00:00 |
|
Howard Chu
|
975a5e9a24
|
Added dnPretty2/dnNormalize2 using preallocated destination berval
|
2001-12-29 04:48:00 +00:00 |
|
Pierangelo Masarati
|
02153708a0
|
conversion to berval DN
|
2001-12-27 12:17:54 +00:00 |
|
Kurt Zeilenga
|
cddf7e0e00
|
More struct berval DN changes
decrease dependency on dn_validate/dn_normalize
|
2001-12-27 07:13:13 +00:00 |
|
Howard Chu
|
d0add35348
|
Changed get_limits to struct berval*
|
2001-12-26 15:28:01 +00:00 |
|
Howard Chu
|
68b1bbb89d
|
Changed search attrs to struct berval **.
Use typedefs for all backend functions, to minimize work in future API
updates. (back-*/external.h will never need updating in the future.)
|
2001-12-26 08:17:44 +00:00 |
|
Kurt Zeilenga
|
2dd27b0786
|
More struct berval DNs
|
2001-12-25 19:48:26 +00:00 |
|
Howard Chu
|
2f3399265c
|
Changed sai_dn, sai_ndn to struct berval. (Affects op->o_dn,o_ndn,
conn->c_dn,c_ndn, Access->a_dn_pat)
|
2001-12-24 15:11:01 +00:00 |
|
Howard Chu
|
0bfaa8b4ae
|
Changed AttributeType.sat_cname from char * to struct berval.
(will fix up back-bdb next.)
|
2001-11-16 07:45:37 +00:00 |
|