2006-09-06 |
Pierangelo... | custom monitoring can be enabled/disabled via config |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | cleanup subsystems monitoring OID handling |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | check return values (failing when filter invalid) |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | fix use with back-hdb |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | cleanup monitoring resources |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | implement support for unregistering registered stuff |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | improve previous commit |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | fix outdated comments |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | add scope helpers |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | - objectClass is now AUXILIARY (modifies existing objec... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | remove dependencies on back-{b,h}db |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | add attr_normalize*() helper (please holler if I missed... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Howard Chu | Return current entry/IDL cache counts |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | don't get mad if monitor database is not configured |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | minor cleanup; plug couple of one-time leaks |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Pierangelo... | - setup framework for monitoring of back-bdb/back-hdb... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Pierangelo... | better handling of randomness |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Pierangelo... | cleanup handling of sleeps |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Pierangelo... | append logs |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Pierangelo... | improve timeout support (ITS#4157, ITS#4663) |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Pierangelo... | improve timeout support (ITS#4157, ITS#4663); manpage... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Pierangelo... | release authz resources at shutdown |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Pierangelo... | move req2op selection into a helper |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Pierangelo... | fix arg format; better trace logging... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Pierangelo... | don't abandon binds in progress; rather unbind (ITS... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Pierangelo... | back-ldap should only touch the connection timestamp... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Pierangelo... | use preallocated entries? (otherwise bdb_add and others... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Pierangelo... | plug slapo-ppolicy related leaks (ITS#4665) |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Pierangelo... | plug leaks in search filter (and cleanup code; ITS... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Pierangelo... | better function name |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Pierangelo... | keep count of requests in use |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Pierangelo... | don't risk dangling pointers |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Pierangelo... | don't use deprecated functions |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Pierangelo... | remove unnecessary assertion; add test for pending ops |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Pierangelo... | cleanup |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Pierangelo... | add an assertion to track ITS#4659; minor cleanup |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Pierangelo... | minor cleanup |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Pierangelo... | don't leak identity |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Pierangelo... | destroy socket set (man page for epoll_create(2) states... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Pierangelo... | fix typo |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Pierangelo... | pick declaration of ch_strdup() |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Pierangelo... | don't run useless (and likely to fail) checks, if possible |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Pierangelo... | fix pre-allocated entry/attribute handling |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Pierangelo... | fix pre-allocated entry/attribute handling |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Kurt Zeilenga | forced commit |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Kurt Zeilenga | more cleanup |
commit | commitdiff | tree | snapshot |
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 |
next |