]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2006-01-06  Pierangelo... ITS#4310 seems to affect also back-ldbm
2006-01-06  Pierangelo... complete ACI commit
2006-01-06  Pierangelo... regenerate
2006-01-06  Pierangelo... factor ACI code out of slapd; now it can only use dynac...
2006-01-06  Pierangelo... regenerate
2006-01-06  Pierangelo... allow load_extop to replace an existing handler (not...
2006-01-06  Pierangelo... allow proxying of dynamic objects (irrespective of...
2006-01-06  Pierangelo... resource release (more is needed: a report is coming...)
2006-01-06  Pierangelo... allow proxying of dynamic objects (irrespective of...
2006-01-06  Pierangelo... part of o_csn memory handling cleanup
2006-01-06  Pierangelo... o_csn memory handling cleanup and more resource release
2006-01-06  Pierangelo... cleanup
2006-01-06  Pierangelo... check if handler is being installed twice (needs work...
2006-01-06  Pierangelo... since o_csn is always allocated on the thread's slab...
2006-01-06  Pierangelo... move supporting exops to bvarray
2006-01-06  Pierangelo... cleanup callback freeing
2006-01-06  Pierangelo... allow backend_attribute to check access to "entry"...
2006-01-06  Pierangelo... cleanup
2006-01-06  Pierangelo... plug one-time leaks
2006-01-06  Pierangelo... minor fixes: typos, comments about ITS#3523
2006-01-06  Pierangelo... minor cleanup
2006-01-06  Pierangelo... fix comment
2006-01-06  Pierangelo... cleanup previous commit
2006-01-06  Pierangelo... allow addiion of suffix entry when default referral...
2006-01-06  Howard ChuITS#3950 tweak prev commit, s/REPLACE_SCHED_YIELD/REPLA...
2006-01-06  Kurt Zeilengai before e and other cleanup
2006-01-06  Kurt ZeilengaRemove usleep(3) detection (unused)
2006-01-06  Kurt ZeilengaAdd configure support for REPLACE_SCHED_YIELD
2006-01-06  Kurt ZeilengaMake use of nanosleep/select as a sched_yeild(2) replac...
2006-01-06  Howard ChuCleanup task declarations
2006-01-06  Howard ChuDocument cachefree option added in 2.3.14
2006-01-06  Howard ChuITS#4308 fix cache flush task interval
2006-01-06  Howard ChuITS#3950 use select instead of yield when select does...
2006-01-06  Howard ChuITS#4306 fix for syslog with NULL string on modify
2006-01-05  Pierangelo... fix ITS#4307
2006-01-05  Pierangelo... fix search of specific connection (ITS#4300)
2006-01-05  Pierangelo... re-fix ITS#4260
2006-01-05  Pierangelo... improve previous commit; now passes all tests
2006-01-05  Pierangelo... plug leaks
2006-01-05  Pierangelo... all in all, valgrind was right; this now works as intended
2006-01-05  Kurt ZeilengaUpdate UM-LDAP URL
2006-01-04  Pierangelo... experimental fix to callback looping
2006-01-04  Pierangelo... fix previous commit
2006-01-04  Pierangelo... fix self<access> for "users" (ITS#4299)
2006-01-03  Pierangelo... fix issue with mixed attributes/objectClasses in exclus...
2006-01-03  Kurt ZeilengaHappy new year
2006-01-03  Kurt ZeilengaHappy new year!
2006-01-03  Kurt Zeilengaimprove LDAP_OTHER description
2006-01-03  Kurt ZeilengaReady for new year
2006-01-03  Pierangelo... __should__ fix ITS#4296
2006-01-03  Pierangelo... fix ITS#4297 (there shouldn't be any more)
2006-01-02  Pierangelo... stringify no longer needed
2006-01-02  Pierangelo... fix another crasher
2006-01-02  Pierangelo... fix crasher in previous commits
2006-01-02  Pierangelo... fix {add,delete} access (ITS#4295)
2006-01-02  Pierangelo... this bug highlighted ITS#4295 issue
2006-01-02  Pierangelo... clarify generated password issue
2006-01-02  Luke HowardRemove new_rdn/old_rdn - handled by frontend
2006-01-02  Luke HowardRemove new_rdn/old_rdn - handled by frontend now
2006-01-02  Luke HowardRemove RDN checks/logging -- now done by frontend
2006-01-02  Pierangelo... check the response code of each modification
2006-01-02  Pierangelo... complain if new password is not returned when expected
2006-01-02  Pierangelo... fix leaks in ldap_parse_passwd()
2006-01-02  Pierangelo... return the new password if the exop is performed by...
2006-01-02  Pierangelo... clarify that "result" is undefined in case of failure...
2006-01-02  Pierangelo... fix logic of POSIX strerror_r (ITS#4292; refix ITS...
2006-01-02  Pierangelo... allow modules to register callbacks for dynamic data...
2006-01-02  Pierangelo... allow generic exops to slip thru
2006-01-02  Pierangelo... fix indentation
2006-01-02  Pierangelo... cleanup time unparsing (don't add trailing 0s if other...
2006-01-02  Pierangelo... part of ITS#3523
2006-01-01  Luke HowardInitialize sml_type
2006-01-01  Luke HowardBackout accidental private part of previous commit
2006-01-01  Luke HowardAdd orr_modlist member to request structure, containing...
2005-12-29  Pierangelo... clarify issues related to performing operations with...
2005-12-28  Pierangelo... Log0
2005-12-27  Pierangelo... add severity-aware logging (ITS#4282)
2005-12-26  Pierangelo... test handles known issues so it can be always on in...
2005-12-26  Pierangelo... typos in comments (very pedantic...)
2005-12-26  Pierangelo... handle when URIs are null
2005-12-24  Luke HowardFix regression in SLAPI ACL plugins, call with frontend...
2005-12-24  Luke HowardHandle LDAP_MOD_INCREMENT in acl_check_modlist()
2005-12-24  Luke HowardUse local SSF for internal SLAPI operations (probably...
2005-12-24  Luke HowardFix CLDAP regression
2005-12-24  Luke HowardCreate SLAPI object extensions in connection_fake_init()
2005-12-24  Luke HowardFix crasher in slapi_over_unmerge_controls() (if called...
2005-12-24  Luke HowardSet ors_slimit in slap_read_controls so that slap_send_...
2005-12-24  Luke HowardFix compile error when LDAP_CONNECTIONLESS is defined
2005-12-24  Kurt Zeilengamoved to slapd-modules
2005-12-23  Kurt Zeilengaclarify SASLprep task
2005-12-23  Kurt Zeilengareserve -N for "disable SASLprep" future use
2005-12-23  Pierangelo... on Solaris, [v][sf][n]printf doesn't like NULL; on...
2005-12-23  Kurt Zeilengafix ITS#4283/4 segfaults
2005-12-22  Pierangelo... cleanup debug handling
2005-12-22  Pierangelo... don't expose unused (and deprecated) log levels
2005-12-22  Pierangelo... forgot to filter original data ...
2005-12-22  Pierangelo... clarify regression testing
2005-12-22  Pierangelo... fix test014 error codes and data logic
2005-12-22  Kurt ZeilengaRemove comments
2005-12-22  Kurt ZeilengaFix typo
next