2006-09-14 |
Howard Chu | dirent emulation for MSVC |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | Portability cleanups |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | Portability cleanups |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | ITS#4606 errno is not per-thread on WIN32, always use... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | ITS#4606 fix sys_errlist detection on WIN32 / MSVC |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | ITS#4565 catch errors from slap_sasl_init / backend_init |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Pierangelo... | further cleanup |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Pierangelo... | add basic monitoring support to back-ldap/slapo-chain... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Pierangelo... | minor cleanup |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Pierangelo... | URIs need to be between double quotes |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | Tweak ordered index check in check_vals |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | Cleanup prev commit |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | Forgot the OC delete handler |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Howard Chu | Support dynamic add/delete of attributeTypes and object... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Howard Chu | Use register_at / register_oc |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Howard Chu | Use register_at / register_oc |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Howard Chu | Use register_at / register_oc helpers |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Howard Chu | Add register_at / register_oc helpers. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Howard Chu | Add BackendInfo.bi_extra for backend custom APIs |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Howard Chu | Fix ITS#4672, clear errno before calling STRTOL |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Howard Chu | Fix typo from 1.667 |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Pierangelo... | document the syntax of the ldap.conf(5) file |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Pierangelo... | use a more reasonable max line length (ITS#4669) |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Pierangelo... | leave monitor calls in place, hide contents; in the... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Howard Chu | Use #ifdef SLAPD_MONITOR for monitor APIs |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Howard Chu | Fix xref broken by sasl.sdf 1.30 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Pierangelo... | ldap_back_dobind_int() may need to free a connection |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Howard Chu | In connection_next, sockets may not be contiguous on... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Pierangelo... | rearrange error handling |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Pierangelo... | add sb_version to slap_bindconf; |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Pierangelo... | make sure we got the right control... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Howard Chu | Fix uninit'd *cb (Coverity scan) |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | ld may legitimately be NULL if another operation freed... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | don't bother about unregistering stuff during shutdown |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | further improve monitoring setup and cleanup |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | - use STRLENOF, looks cleaner |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | minor cleanup |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | rename functions/macros (no impact, they're currently... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | more cleanup; add the frontend to the set of monitored... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | fix entry unlock in case of unhandled scope (ITS#4668) |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Pierangelo... | support "subordinate" scope |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Howard Chu | ITS#4667 in connection_closing, release c_mutex to... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Howard Chu | ITS#4667 fix assert in connection_next() for PENDING... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | cleanup names |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | - need to be able to set new subsystems when appending... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | some overlay (rwm?) might set those values |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | really really minor cleanup |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | defer handling of loglevel listing, to let modules... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | point to slapd(8) for details on "-d" |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | re-enable "-d '?'" as a means to list what loglevels... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | complain if "-T" is not the first option |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Pierangelo... | re-enable "-d '?'" as a means to list what loglevels... |
commit | commitdiff | tree | snapshot |
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 |
next |