- Aug 17, 2007
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
- support for the privateDB control, which allows regular LDAP operations to address the private database instead of the proxied one. This is essentially intended for cache monitoring and maintenance - support for the queryDelete extended operation, which allows to delete from the cache database either a cached query, specified by queryId, or all queries related to a specific cached entry, specified by entryDN
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- Aug 16, 2007
-
-
Hallvard Furuseth authored
-
Howard Chu authored
-
Howard Chu authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Also make remove_query_and_data() return void (it returned nothing) and remove an unused variable.
-
Pierangelo Masarati authored
consistently use SLAP_* malloc macros; alloc sizeof(Syntax *) instead of sizeof(Syntax) for areray of superiors; free resources also in case of failure of syn_insert()
-
Pierangelo Masarati authored
fox to ITS#5070 fix: error out if serialNumber requires size > sizeof(long long) (detected by Coverity)
-
Pierangelo Masarati authored
fix error checking when parsing UUID (detected by Coverity); added check/prettification of UUID, just in case...
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
let req_modify_s and req_modrdn_s have a common portion to interoperate within slap_mods_opattrs() (ITS#5093)
-
Pierangelo Masarati authored
uniformly exploit rootdn bind; add support for rootdn bind to backends that didn't have it (ITS#4962)
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
don't dereference save_errnop if NULL; create temporary file in right dir; revert to strtol(3) (ITS#4627)
-
Pierangelo Masarati authored
-
- Aug 15, 2007
-
-
Howard Chu authored
-
Hallvard Furuseth authored
Add missing unlink(). Update debug messages, move one from spew_file(). Also check the close() return code.
-
- Aug 14, 2007
-
-
Gavin Henry authored
-
Howard Chu authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-