2003-05-22 |
Kurt Zeilenga | Remove wrapping sequence to align with dtest |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Kurt Zeilenga | Add trickle code to test ber_get_next. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Kurt Zeilenga | Fix dtest ber_get_next() usage |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Kurt Zeilenga | TLS hard updates |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Kurt Zeilenga | Zap "TLS hard" |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Kurt Zeilenga | Error when user tries to mix command line and default... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Jong Hyuk Choi | If the sync mode is refreshAndPersist, |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Jong Hyuk Choi | select loop changes for persistent threads |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Jong Hyuk Choi | runqueue update according to the idle timer change |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Jong Hyuk Choi | persistent search updates with recent changes |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Jong Hyuk Choi | slapd-syncrepl-slave-persist.conf : added |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Jong Hyuk Choi | test018-syncreplication-persist : added |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Hallvard Furuseth | Move SLAPD_MONITOR_DN out of format strings. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Hallvard Furuseth | Fix debug output (print int as %d, not %s). |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Hallvard Furuseth | Fix debug statement (remove spurious '.' after '\n'). |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Howard Chu | ber_get_next - set errno to 0 before calling ber_int_sb... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Luke Howard | Build without HAVE_TLS |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Jong Hyuk Choi | - change in message to modlist conversion |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Pierangelo... | clarify the size of a generalizedTime |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Kurt Zeilenga | Fix typo |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Hallvard Furuseth | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Howard Chu | More ITS#2490 - fix retries for multi-byte lengths |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Howard Chu | ITS#2490 - more retry checks |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Howard Chu | ITS#2490 - allow retry for incomplete reads of BER... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Pierangelo... | update back-monitor man page |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Pierangelo... | do not init schema that's not specific to monitoring |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt Zeilenga | Rework CAVEATS |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Pierangelo... | use back-monitor without including core.schema; commit... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Pierangelo... | clarify DN regex match quirks |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt Zeilenga | cleanup |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt Zeilenga | Warn folks that setting TLS option may break some appli... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Kurt Zeilenga | Clean up SLAP_NVALUES comment |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Kurt Zeilenga | NVALUES updates to approximate matching... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Hallvard Furuseth | Fix some Statslog()s: Add missing newlines. Print... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Howard Chu | Streamlined listener/select/accept handling: |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Pierangelo... | remove unused arg from fprintf (ITS#2516) |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Hallvard Furuseth | #include "lutil.h" to get lutil_strcopy(). |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Hallvard Furuseth | Remove excess `0' arguments to fprintf. |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Hallvard Furuseth | #include <ac/unistd.h> to get write() |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Hallvard Furuseth | #include <ac/string.h> to get strcasecmp(). |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Pierangelo... | add create/modify timestamp to all entries; use monitor... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Pierangelo... | cleanup previous commit; update header |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Pierangelo... | need starttime before backend db_open() is invoked |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Pierangelo... | add local generalized time generator |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Hallvard Furuseth | #include <ac/string.h>, to get strlen(), strncmp()... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Jong Hyuk Choi | remove ch_malloc/ch_free |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Kurt Zeilenga | updated certificateExactMatch support, |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Howard Chu | ITS#2514 fix NULL deref |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Howard Chu | ITS#2509 add missing arg for dnNormalize |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Howard Chu | ITS#2511 use %p to log pointer values |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Howard Chu | Fix ldap_get_attribute_ber to get values in-place. |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Luke Howard | Don't crash if attr_find() fails (Howard, you might... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Luke Howard | Fix content rule validation code -- don't use validatio... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Howard Chu | ITS#2507, fix *_candidates error return values |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Howard Chu | Optimize modify_internal, only reindex the actual modif... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Howard Chu | Fix prev commit, must passthru precomputed scopes |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Howard Chu | ITS#2506 - fix prev patch, don't ignore undefined filte... |
commit | commitdiff | tree | snapshot |
2003-05-12 |
Howard Chu | ITS#2505 - make sr_strings per-op instead of static |
commit | commitdiff | tree | snapshot |
2003-05-12 |
Howard Chu | plug memleak in alternate print_entry() |
commit | commitdiff | tree | snapshot |
2003-05-11 |
Howard Chu | Revert prev commit |
commit | commitdiff | tree | snapshot |
2003-05-11 |
Howard Chu | Plug leak in hdb |
commit | commitdiff | tree | snapshot |
2003-05-11 |
Howard Chu | Added SLAP_TOOL_READMAIN and SLAP_TOOL_READONLY slapMod... |
commit | commitdiff | tree | snapshot |
2003-05-11 |
Howard Chu | Another idle time tweak |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Howard Chu | Plug mem leak in slapindex |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Howard Chu | For ITS#2502 - force release of locks on exiting threads |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Kurt Zeilenga | rm cruft |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Jong Hyuk Choi | -Test only valid for bdb |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Jong Hyuk Choi | -reenabling LDAP_CACHING |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Jong Hyuk Choi | -syncUUID search in syncrepl |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Kurt Zeilenga | Add a few more "nice to haves" |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Pierangelo... | now LDAP_CACHING can be enabled again; not sure it... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Jong Hyuk Choi | runqueue restructuring |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Jong Hyuk Choi | runqueue update |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Kurt Zeilenga | minor tweak |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Jong Hyuk Choi | a runqueue for periodic thread execution (for syncrepl) |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Kurt Zeilenga | Fix typo in last commit |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Kurt Zeilenga | ITS#2486: plug leak |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Kurt Zeilenga | Blind fix for NGROUPS Tru64 5.1 bug (ITS#2485) |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Jong Hyuk Choi | temporarily disable LDAP_CACHING (till API update) |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Luke Howard | Don't crash slapi_filter_get_subfilt() if no "any"... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Luke Howard | Content rule logic fix |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Luke Howard | Don't crash if no attributes in slapi_attr_value_find() |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Pierangelo... | add network timeout (ITS#2413 reworked) |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Luke Howard | Add slapi_x_filter_append(), as a replacement for slapi... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Luke Howard | Fix slapi_filter_join() behavioural bug. |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Kurt Zeilenga | Junk |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Kurt Zeilenga | Remove junk |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Jong Hyuk Choi | strdup cleanup |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Howard Chu | ITS#2480 uninit'd vars |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Hallvard Furuseth | Fix assignment of <char/int>* to unsigned <char/int... |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Hallvard Furuseth | ctrls[] was initialized with which non-constants. |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Hallvard Furuseth | Entry *e could be freed uninitialized after goto return... |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Hallvard Furuseth | Insert missing %s in printf format to print ldap_err2st... |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Hallvard Furuseth | Fix printf/Debug format arguments. |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Howard Chu | Use pthread_equal to compare thread IDs |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Jong Hyuk Choi | - LDAP_SYNCREPL defined in include/ldap.h |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Howard Chu | Fix HDB search_aliases crash, cleanup search scope... |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Luke Howard | Fix build breakage |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Howard Chu | ITS#2424 use two SASL contexts per session to conform... |
commit | commitdiff | tree | snapshot |
next |