2006-12-08 |
Kurt Zeilenga | Monitor attributes should have dSAOperation usage, |
tree | commitdiff |
2006-12-07 |
Pierangelo Masarati | give cleanup another chance to free the temporary callb... |
tree | commitdiff |
2006-12-06 |
Pierangelo Masarati | don't use conditionals in macro arguments (ITS#4769) |
tree | commitdiff |
2006-12-04 |
Howard Chu | ITS#4767 fix bdb_add / translucent interaction |
tree | commitdiff |
2006-12-02 |
Pierangelo Masarati | fix deadlock in case of bind error; propagate error... |
tree | commitdiff |
2006-12-02 |
Pierangelo Masarati | improve error message |
tree | commitdiff |
2006-12-02 |
Pierangelo Masarati | fix DN (and berval'ued items requiring) normalization... |
tree | commitdiff |
2006-12-02 |
Pierangelo Masarati | complain if instantiated outside of a database definition |
tree | commitdiff |
2006-12-02 |
Pierangelo Masarati | use case consistent with RFCs (ITS#4764) |
tree | commitdiff |
2006-12-01 |
Howard Chu | ITS#4765 init slap_daemon.sd_actives |
tree | commitdiff |
2006-12-01 |
Howard Chu | Fix prev commit, attrs_dup left a_desc uninit'd |
tree | commitdiff |
2006-12-01 |
Howard Chu | Tweak bei_state so cache_lru_add doesn't ever try to... |
tree | commitdiff |
2006-11-30 |
Howard Chu | Rewrite attrs_dup with attrs_alloc. |
tree | commitdiff |
2006-11-27 |
Howard Chu | Avoid unnecessary calls to oc_bvfind |
tree | commitdiff |
2006-11-27 |
Howard Chu | Skip checkpoint call if size was not specified - defer... |
tree | commitdiff |
2006-11-25 |
Howard Chu | Use quicksort in slap_mods_check for finding duplicates. |
tree | commitdiff |
2006-11-24 |
Pierangelo Masarati | fix ITS#4760 differently |
tree | commitdiff |
2006-11-24 |
Pierangelo Masarati | destroy cached groups after identity change (ITS#4760) |
tree | commitdiff |
2006-11-24 |
Pierangelo Masarati | fix defaults in "group" in parsing (ITS#4761) |
tree | commitdiff |
2006-11-24 |
Pierangelo Masarati | fix leak in case of retry |
tree | commitdiff |
2006-11-23 |
Pierangelo Masarati | add "report" to "onerr" modes: continue a search in... |
tree | commitdiff |
2006-11-23 |
Pierangelo Masarati | fix backward compatibility issues in ACI; more debug... |
tree | commitdiff |
2006-11-23 |
Howard Chu | ITS#4600 #if out redundant checks. will delete them... |
tree | commitdiff |
2006-11-18 |
Pierangelo Masarati | fix leak when 'rebind-as-user' is set (and client searc... |
tree | commitdiff |
2006-11-17 |
Howard Chu | Better tracking of system schema, refresh cn=schema... |
tree | commitdiff |
2006-11-17 |
Howard Chu | Tone down enum_tree warning |
tree | commitdiff |
2006-11-17 |
Howard Chu | Keep hardcoded schema together in lists |
tree | commitdiff |
2006-11-17 |
Howard Chu | ITS#4755 add rid to syncrepl debug msgs |
tree | commitdiff |
2006-11-16 |
Howard Chu | Fix prev commit, reset DB pointer |
tree | commitdiff |
2006-11-16 |
Howard Chu | Use runq to defer creation of log root entry; allows... |
tree | commitdiff |
2006-11-15 |
Howard Chu | Don't bother setting up threads if there are no indexed... |
tree | commitdiff |
2006-11-15 |
Howard Chu | Convert schema parsers to ConfigArgs so they can pass... |
tree | commitdiff |
2006-11-14 |
Ralf Haferkamp | Add calls to PERL_SET_CONTEXT, as the active thread... |
tree | commitdiff |
2006-11-13 |
Howard Chu | ITS#4746 additional leaks |
tree | commitdiff |
2006-11-13 |
Howard Chu | ITS#4746 plug leaks |
tree | commitdiff |
2006-11-13 |
Howard Chu | ITS#4738 provisional fix, still needs confirmation |
tree | commitdiff |
2006-11-12 |
Howard Chu | Add valx arg to config_parse_add - indicate which value... |
tree | commitdiff |
2006-11-12 |
Howard Chu | ITS#4742 cleanup config error reporting |
tree | commitdiff |
2006-11-12 |
Howard Chu | Short-circuit the mapping search if more than 1 entry... |
tree | commitdiff |
2006-11-11 |
Howard Chu | Tweak prev commit, use LDAP_UNAVAILABLE to force early... |
tree | commitdiff |
2006-11-11 |
Howard Chu | ITS#4744 authzTo/authzFrom patterns are supposed to... |
tree | commitdiff |
2006-11-10 |
Howard Chu | ITS#3755 silence strict-aliasing warnings |
tree | commitdiff |
2006-11-09 |
Howard Chu | Fix typo in prev commit |
tree | commitdiff |
2006-11-09 |
Howard Chu | ITS#4741 fix error check from external password quality... |
tree | commitdiff |
2006-11-09 |
Howard Chu | Fix - failed Binds could leave a closing connection... |
tree | commitdiff |
2006-11-07 |
Howard Chu | ITS#4704 use an old CSN while purging log. |
tree | commitdiff |
2006-11-05 |
Pierangelo Masarati | rework compare |
tree | commitdiff |
2006-11-05 |
Pierangelo Masarati | s/fprintf/Debug/; improve logging |
tree | commitdiff |
2006-11-05 |
Pierangelo Masarati | cleanup variables scope; re-sort conditions |
tree | commitdiff |
2006-11-03 |
Pierangelo Masarati | improve previous commit (ITS#4729) |
tree | commitdiff |
2006-11-03 |
Pierangelo Masarati | fix dynlist dynamic build (ITS#4729) |
tree | commitdiff |
2006-11-02 |
Howard Chu | Tweak prev commit: |
tree | commitdiff |
2006-11-02 |
Howard Chu | ITS#4728 mod/Replace can have no values also |
tree | commitdiff |
2006-10-28 |
Pierangelo Masarati | s/ldap_int_discard/ldap_pvt_discard/ |
tree | commitdiff |
2006-10-28 |
Pierangelo Masarati | fix concurrency issue when binding before a search... |
tree | commitdiff |
2006-10-28 |
Pierangelo Masarati | need ldap-int.h for ldap_int_discard() declaration... |
tree | commitdiff |
2006-10-28 |
Kurt Zeilenga | More ldapbis cleanup |
tree | commitdiff |
2006-10-28 |
Kurt Zeilenga | LDAPBIS cleanup |
tree | commitdiff |
2006-10-28 |
Kurt Zeilenga | RFC 4511 calls for unavailableCriticalExtension to... |
tree | commitdiff |
2006-10-26 |
Pierangelo Masarati | missing CVS header |
tree | commitdiff |
2006-10-26 |
Howard Chu | Fix prev commit again (ITS#4722) |
tree | commitdiff |
2006-10-26 |
Pierangelo Masarati | fix building without threads (don't publish any thread... |
tree | commitdiff |
2006-10-26 |
Howard Chu | ITS#4720 release csn mutex before checkpointing. |
tree | commitdiff |
2006-10-22 |
Pierangelo Masarati | add ldap_int_discard(); use it in proxies (ITS#4717) |
tree | commitdiff |
2006-10-21 |
Pierangelo Masarati | rework timeout strategy a little bit |
tree | commitdiff |
2006-10-21 |
Kurt Zeilenga | Remove extraneous SLAP_RELAX macro |
tree | commitdiff |
2006-10-17 |
Howard Chu | Fix typo in prev commit |
tree | commitdiff |
2006-10-17 |
Howard Chu | Tweak prev commit, add more notes (re ITS#4667) |
tree | commitdiff |
2006-10-17 |
Howard Chu | From rev 1.373, releasing the mutex means connection_cl... |
tree | commitdiff |
2006-10-15 |
Pierangelo Masarati | temporarily change umask only if required |
tree | commitdiff |
2006-10-15 |
Pierangelo Masarati | fix previous commit |
tree | commitdiff |
2006-10-15 |
Pierangelo Masarati | missing decl |
tree | commitdiff |
2006-10-15 |
Pierangelo Masarati | fix format; silence warning |
tree | commitdiff |
2006-10-15 |
Pierangelo Masarati | log messages related to blocking failures at "none... |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | create IPC sockets with wide-open permissions (0222... |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | cleanup and streamline response handling |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | add LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated... |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | don't mix return codes (ITS#4711) |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | only abort update if failed pre/post read control is... |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | read entry should allow special attributes in request... |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | read entry needs o_bd for ACLs |
tree | commitdiff |
2006-10-08 |
Howard Chu | Drop extraneous test from copy/paste (1.200) (coverity) |
tree | commitdiff |
2006-10-08 |
Howard Chu | Fix uninit (coverity) |
tree | commitdiff |
2006-10-08 |
Howard Chu | Fix uninit'd cb (coverity) |
tree | commitdiff |
2006-10-07 |
Pierangelo Masarati | more on clarification of special proxy identities and... |
tree | commitdiff |
2006-10-07 |
Pierangelo Masarati | reword comment |
tree | commitdiff |
2006-10-06 |
Howard Chu | ITS#4695 same fix for delta-sync |
tree | commitdiff |
2006-10-05 |
Howard Chu | ITS#4695 fix modrdn newSup |
tree | commitdiff |
2006-10-03 |
Kurt Zeilenga | Incorporate a bit of text from RFC 4524, just to make... |
tree | commitdiff |
2006-10-03 |
Howard Chu | ITS#4692 entries without pwdChangedTime attribute have... |
tree | commitdiff |
2006-09-30 |
Pierangelo Masarati | fix rebind with idassert when a connection expires... |
tree | commitdiff |
2006-09-27 |
Pierangelo Masarati | DB_BUFFER_SMALL is BDB 4.4 only |
tree | commitdiff |
2006-09-27 |
Ralf Haferkamp | Check for the correct return code of cursor->c_get... |
tree | commitdiff |
2006-09-26 |
Pierangelo Masarati | fix ITS#4686 (retry with idassert) |
tree | commitdiff |
2006-09-26 |
Pierangelo Masarati | fix ITS#4686 (retry with idassert) |
tree | commitdiff |
2006-09-26 |
Pierangelo Masarati | don't know exactly the reason, but here without this... |
tree | commitdiff |
2006-09-25 |
Pierangelo Masarati | use right, although empty, function in bdb_db_destroy() |
tree | commitdiff |
2006-09-25 |
Pierangelo Masarati | not sure, but I believe back-hdb needs monitor.c as... |
tree | commitdiff |
2006-09-25 |
Pierangelo Masarati | monitor max file descriptor number |
tree | commitdiff |
2006-09-21 |
Howard Chu | Tweak prev commit, avoid referencing syncop when resett... |
tree | commitdiff |
next |