2003-02-24 |
Kurt Zeilenga | Misc tweaks |
commit | commitdiff | tree | snapshot |
2003-02-23 |
Kurt Zeilenga | Some dn.regex clarifications |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Kurt Zeilenga | Another odd modify test |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Kurt Zeilenga | A tests for a few allowed oddities |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Howard Chu | Uncomment sleep(1), unintended from previous commit. |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Howard Chu | Fix? For bdb_cache_find_entry*, COMMITTED entries are... |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Howard Chu | Added data for modrdn concurrency test |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Howard Chu | Added new test slapd-modrdn - string-reverses the RDN... |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Howard Chu | Change "goto leave" to "goto exit" to avoid DEC namespa... |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Howard Chu | Fix ITS#2319, use "," comma to delimit port number... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | Add a few comments to the ITS#2325 fix |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | Round 2 |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | Add a safety value |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | A little cleanup of last 2 commits |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | Forgot to remove one prompts free |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | ITS#2325 fix: properly freeing prompts->results |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | Whoops. (I'm reconsidering whether or not to accept... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | Revert last commit |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | Back out interact free() fixes. Will fix properly... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Howard Chu | Change - bdb_tool_entry_put always "sorts" entries: |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Kurt Zeilenga | Max workers was lowered to 16. |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Howard Chu | Fix ITS#2320, check for NULL re->re_replicas |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Kurt Zeilenga | ITS#2318: unlink pid file (and args file) |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Kurt Zeilenga | ITS#2236. Add missing connections_shutdown() call. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Kurt Zeilenga | More understandable error text |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Howard Chu | Fix do/don't send result logic |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Kurt Zeilenga | Fix schema errors in tests |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Kurt Zeilenga | Fix -ULDAP_CLIENT_UPDATE bug (mine) |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Kurt Zeilenga | Lower SLAP_MAX_WORKER_THREAD to 16 (from 32) |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Howard Chu | Don't spawn threads based on ltp_pending_count, it... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Revert previous kludge in controls.c, use ldap_pvt_thre... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Kludge - set conn->c_sasl_bindop before calling slap_sa... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Suppress warning |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Added proxy-whoami keyword for forwarding whoami requests. |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Use bervals, use LDAP_CONTROL_PROXY_AUTHZ instead of... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Use struct berval * instead of ** for newpasswd |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Fix ber_scanf args |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Added passwd_exop, added matchedDN rewrite for results. |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Fix ber_printf arguments |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Use struct berval for exop reqoid everywhere. Define... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Howard Chu | Free default_passwd_hash on cleanup |
commit | commitdiff | tree | snapshot |
2003-02-15 |
Kurt Zeilenga | more cleanup |
commit | commitdiff | tree | snapshot |
2003-02-15 |
Kurt Zeilenga | cleanup |
commit | commitdiff | tree | snapshot |
2003-02-15 |
Kurt Zeilenga | Update comment |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Howard Chu | Set stack size for created threads |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Kurt Zeilenga | Only install readahead layer when connectionless as |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Kurt Zeilenga | Fix typo in last commit |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Howard Chu | Use bdb_unlocked_cache_return; lock ended when TXN... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Kurt Zeilenga | Use function pointers to get at backend routines. |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Howard Chu | Fix previous commit |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Howard Chu | Fix previous commit |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Howard Chu | Use extended async APIs to allow direct parsing of... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Howard Chu | Change "-Ddef" example to something harmless and hopefu... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Howard Chu | Implemented connection pooling. Requires libldap_r... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Howard Chu | Revert previous, wasn't broken. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Howard Chu | Fix typo in peercred DN. Make it agree with actual... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Howard Chu | More for re-entrant LDAP* handles. Works much better. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Kurt Zeilenga | Place SLAP_EXTENDED_SCHEMA behind defined(LDAP_DEVEL) |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Howard Chu | Added ld_req_mutex and ld_res_mutex to protect ld_reque... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Howard Chu | Fix uninit'd timeout value |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Howard Chu | Added support for "-H" arg with LDAP uri / ldap_initialize |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Pierangelo... | minor cleanup |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Pierangelo... | improve error handling |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Pierangelo... | partially fix ITS#2310 |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Kurt Zeilenga | Misc updates |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Kurt Zeilenga | Remove lint |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Pierangelo... | fix ITS#2309 |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Howard Chu | Fix undef'd code for empty attributes. |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Kurt Zeilenga | Use existing --enable-dynamic flag to unset -static. |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Kurt Zeilenga | Move include <slapi.h> behind #ifdef |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Kurt Zeilenga | s/LDAP_SUCCESS/LDAP_OPT_SUCCESS/ |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Kurt Zeilenga | Add library version check to prevent mismatch during... |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Use ldapmodify -a instead of ldapadd. |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | tweak from rb@debian.org |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Fix DESTDIR to work without --static |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | We should be calling libtool --finish when install... |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | LTSTATIC update |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Add LDBM comment |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Misc LCUP cleanup |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Not yet implemented. |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | unifdef -DLDAP_NOCACHE |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | no more suffix_alias |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | ITS#2117: remove suffixalias support until someone... |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Remove domain= ACL examples, add security consideration. |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Document URI and SASL directives |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | add domainScope control support |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Cancel exop updates |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | rename "permit modify" control to "permissive modify" |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Kurt Zeilenga | Consistently add cancel.c to makefiles |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Kurt Zeilenga | Rework #ifdef'ing of expermental controls to ease relea... |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Kurt Zeilenga | extern'ize |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Kurt Zeilenga | Disable reverse lookups by default for security |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Kurt Zeilenga | Use DB_VERSION_ to set BDB_ENOUGH |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Kurt Zeilenga | Reword BDB 4.0 bug comment now that configure requires... |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Kurt Zeilenga | Add -ldb41 linking |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Kurt Zeilenga | minor code cleanup |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Kurt Zeilenga | Require BDB 4.1 for back-bdb |
commit | commitdiff | tree | snapshot |
2003-02-07 |
Kurt Zeilenga | Assign OIDs for LDAP Sync |
commit | commitdiff | tree | snapshot |
2003-02-07 |
Kurt Zeilenga | cleanup |
commit | commitdiff | tree | snapshot |
2003-02-07 |
Jong Hyuk Choi | cleanup |
commit | commitdiff | tree | snapshot |
next |