2006-08-29 |
Kurt Zeilenga | cleanup |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Kurt Zeilenga | minor change |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Howard Chu | Hide config schema if !LDAP_DEVEL |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Howard Chu | Entry/Attribute struct caching, to minimize malloc... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Howard Chu | Must use ch_strdup, not strdup |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Howard Chu | TLS ctx is already cleaned up |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Howard Chu | Only set c_sasl_bindop on actual SASL binds |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Pierangelo... | note the single-value userPassword constraint (please... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Pierangelo... | append global access rules also when be != NULL in... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Pierangelo... | Add single-password constraint; NOTE from ppolicy.c: |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Quanah Gibson... | ITS#4358, thanks to Kevine Zerbib |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Quanah Gibson... | Fix comment style. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Quanah Gibson... | Fix delete type modifys where no value is given to... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Quanah Gibson... | fix e_private value, goes along with memory leak fix... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Pierangelo... | reduce code duplication |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Pierangelo... | disable X-ORDERED 'VALUES' naming attributes by now |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Pierangelo... | invalidate idle connection if a candidate target does... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Kurt Zeilenga | Note line length limit. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Kurt Zeilenga | Use LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Pierangelo... | allow continuous mode |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Pierangelo... | initialize random seed; use high-order bits for better... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Howard Chu | Fix test045, test048 use acl-bind credentials on retry... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Kurt Zeilenga | ITS#4647: error on bad filter patterns |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Kurt Zeilenga | s/managedit/relax/ |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Kurt Zeilenga | remove dontusecopy ifdefs |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Kurt Zeilenga | Basic donUseCopy implementation |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Kurt Zeilenga | Initial dontUseCopy implementation |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Kurt Zeilenga | More LDAP_DEVEL cleanup |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Howard Chu | More config leaks |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Howard Chu | Plug config leak |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Kurt Zeilenga | LDAP_DEVEL cleanup |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Howard Chu | Move ber_sockbuf_free() to slapd_remove() to avoid... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Pierangelo... | re-fix ITS#4405 (really start from the first conn) |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Pierangelo... | don't leave dangling conns in the AVL tree |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Pierangelo... | the conn may not be bound yet even if the bound DN... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Pierangelo... | more thread monitoring reworking; connection_pool_max... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Pierangelo... | oi_list might be null if overlay initialization failed... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Kurt Zeilenga | LDAP_DEVEL cleanup |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Kurt Zeilenga | LDAP_DEVEL cleanup |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Howard Chu | Fix null pointer reference (coverity scan) and freed... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Pierangelo... | give slapd a chance to play callback cleanup handlers... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Kurt Zeilenga | Add note about setting effectiveness. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Pierangelo... | don't core if out value is NULL (log error instead... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Pierangelo... | fix previous commit |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Pierangelo... | add tasklist monitoring; review runqueue monitoring |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Pierangelo... | add bverb_to_mask() API |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Pierangelo... | fix typo |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Pierangelo... | test undefined attribute in filter |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Howard Chu | Move socket close into slapd_remove, don't close until... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Kurt Zeilenga | fix confused comment |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Howard Chu | TS#4622 deletes in psearch didn't always propagate |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Kurt Zeilenga | Forced commit. Previously logged 1.269 commit was... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Kurt Zeilenga | Some LDAP_DEVEL cleanup |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Howard Chu | ITS#4622 if any present list was sent, must send refres... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Howard Chu | ITS#4622 make sure queued psearch responses get played... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Howard Chu | Delete curcsn arg to slap_get_commit_csn, redundant... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Howard Chu | Delete curcsn arg to slap_get_commit_csn, redundant... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Howard Chu | Additional shutdown check |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Howard Chu | Don't purge log entries if a shutdown was requested |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Kurt Zeilenga | Use LDAP_OTHER to indicate internal error |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Kurt Zeilenga | fix bind/unbind typo |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Kurt Zeilenga | Add notes regarding alternatives to deprecated routines |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Kurt Zeilenga | Remove FLAIM backend item. FLAIM licensing (GNU GPL... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Howard Chu | Tone down default ppolicy msg |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Howard Chu | ITS#4634 always init pp->ad |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Kurt Zeilenga | Add a FLAIM backend item |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Pierangelo... | now syncprov wants lastmod on (ITS#4632) |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Pierangelo... | skip host="" and port=0 (ITS#4610) |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Pierangelo... | make log messages more esplicative |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Pierangelo... | process callbacks first; they are supposed to remove... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Pierangelo... | fix logging |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Pierangelo... | factor connection code out of syncrepl |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Pierangelo... | fix uri rewriting |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Quanah Gibson... | Minor typo fix (maintaned -> maintained) |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Kurt Zeilenga | A few clarifications. "sync" in syncprov should refer... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Howard Chu | ITS#4589 slap_get_commit_csn occasionally returns a... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Kurt Zeilenga | rm cruft |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Howard Chu | ITS#4622 |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Howard Chu | ITS#4622 additional fix |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Howard Chu | ITS#4534, don't update the context cookie with the... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Howard Chu | ITS#4621 regenerate |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Howard Chu | ITS#4621 only check winsock.h if using MinGW |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Howard Chu | ITS#4613 - fail to start if lastmod is off |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Howard Chu | ITS#4613 note that lastmod also controls entryCSN and... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Kurt Zeilenga | fix formatting (ITS#4619) |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Howard Chu | Fix prev commit, update kid counters too |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Howard Chu | ITS#4616 fix cache_modrdn bei_state management |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Howard Chu | ITS#4614 - complain if glue/subordinate are attempted... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Howard Chu | Resurrect special refint modifiersName |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Howard Chu | Each refint op needs a unique timestamp, must perform... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Howard Chu | s/HPcfgOv/OLcfgOv/ |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Howard Chu | ITS#4609, dynamic config support from Neil Dunbar |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Howard Chu | Additional purge changes for rev 1.120, don't keep... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Howard Chu | RE23 seems to still need these ACL states |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Howard Chu | Cleanup unused fields from prev commit |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Howard Chu | ITS#4253 fix value-dependent ACL caching - just record... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Howard Chu | ITS#4587 fix for uniquemember/NameAndOptionalUID syntax |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Pierangelo... | refine previous commit |
commit | commitdiff | tree | snapshot |
next |