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 |
2003-05-01 |
Jong Hyuk Choi | syncrepl REFRESH : a master entry modify case fix |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Jong Hyuk Choi | cleanup |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Jong Hyuk Choi | comment cleanup |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Jong Hyuk Choi | list of nonpresent entries in syncinfo_t |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Jong Hyuk Choi | syncrepl refresh mode : both scope-in & scope-out worki... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | ITS#2424 reset SASL on an existing connection |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | For ITS#2424, move all SASL session management to ldap_... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Luke Howard | A pre-operation plugin is not required to set SLAPI_RES... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | ITS#2475 delete bogus SASL2 call |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | Added errmsg arg to lutil_passwd_{check,hash} functions |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | Log errors from dn2id failures |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | Use DB_RMW when deleting dn2id elements |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | Use computed filters to pass in search scope. |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Jong Hyuk Choi | - mods memory allocation fix |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Howard Chu | ITS#2401 support tests for dynamically loaded backends |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Jong Hyuk Choi | - manageDSAit is implicitly assumed for LCUP / SYNC |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Jong Hyuk Choi | LCUP / SYNC overrides manageDSAit upon calling select_b... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Jong Hyuk Choi | cleanup |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Howard Chu | Revert prev commit. It's a symptom that BDB was built... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Howard Chu | Better handling of computed filters |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Kurt Zeilenga | cleanup |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Howard Chu | Free ber mem arrays in reverse order. (better for sl_free) |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Implement slapcat -s <dn>: Only dump a subtree of the... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Howard Chu | Fix computed filter inversion |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Howard Chu | Check HAVE_CYRUS_SASL for sasl_done(). |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Must have ';' between default: and '}' |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Howard Chu | ITS#2474 default return value |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Kurt Zeilenga | remove dnNormalize2 |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Kurt Zeilenga | remove dnPretty |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Jong Hyuk Choi | tab cleanup |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Reduce warnings: Add missing 0 or NULL initializers... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Make string parameter to ldap_charray_add() and ldap_ch... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Minor nroff tweaks. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | #include <ac/string.h>. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | #include <ac/string.h>, to get memset() and strlen(). |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Print long with %ld, not %d. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Don't do arithmetic on void pointers. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Declare lap_free_ctrls() and sl_mem_init(). |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | #include "ldap_pvt.h", to get ldap_charray_free() and... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | #include <lber.h>, to get ber_memalloc_x() and ber_memr... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | Cast away const. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Hallvard Furuseth | #include "ldap_pvt.h", to get ldap_pvt_tls_destroy(). |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Howard Chu | Fix computed TRUE/FALSE filters |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Howard Chu | ITS#2453 - Handle computed filters, ignore Undefined... |
commit | commitdiff | tree | snapshot |
next |