2011-07-18 |
Howard Chu | ITS#6985 fix sssvlv target offset, ordering match |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Pierangelo... | blind fix build on solaris native compilers (ITS#6992) |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Pierangelo... | fix config emit (ITS#6986) |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Howard Chu | ITS#6982 fix md5 memset invocation |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Howard Chu | Drop header page |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Pierangelo... | authTimestamp should be manageable (ITS#6873) |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Pierangelo... | response tag is [1] according to RFC 2589 (ITS#6886) |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Rich Megginson | ITS#6980 free the result of SSL_PeerCertificate |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Private: make.sh |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | #define _XOPEN_SOURCE for random() |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Drop unused vars |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Warning cleanup: Make parent index unsigned |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Warning cleanup: printf(%p, struct*) |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Warning cleanup: if(rc = mdb_<func>()) & co |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Warning cleanup: Drop unneeded 'unsigned >= 0' |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Fix P_INVALID signedness |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Fix formats, reduce PAGEHDRSZ size_t->unsigned. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Compact memnrcmp, just for fun |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Fix memncmp(): Do not memcmp twice |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | DPRINTF(): Fix format, handle non-gcc, simplify. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | Makefile |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Hallvard B... | .gitignore |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Howard Chu | More cursor tests, fail... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Howard Chu | Save a byte in nodesz |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Howard Chu | meta init |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Howard Chu | Log txnID in msgs |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Howard Chu | Use toggling meta page instead of always appending |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Use shmat for lock region instead of mmap |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Add locking support |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Fix P_INVALID def |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Cursor testing |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Fix splits, cursor navigation, newpage flags |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Return statistics for a DB |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Use NOSYNC flag |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Use header when some fields are unspecified |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | Checkpoint |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Howard Chu | ITS#6828 set ld_errno on connect failures |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rein Tollevik | Merge branch 'master' of ssh://git-master.openldap... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rein Tollevik | ITS#6716 Extend test where consumer/provider holds... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Howard Chu | ITS#6872 re-enable test058 |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Howard Chu | ITS#6872 fix test058 breakage from prev patch |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Howard Chu | ITS#6828 silence warning in prev commit |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Howard Chu | ITS#6977 fix verbose check in client tools |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Howard Chu | ITS#6978 bail out on invalid input |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Howard Chu | Fix NO_THREADS typo |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Quanah Gibson... | Disable test058 until it someone can track down what... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Howard Chu | ITS#6716 Use sorted CSNs in syncrepl too |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Howard Chu | ITS#6716 use sorted CSNs, fix sessionlog |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Howard Chu | ITS#6716 Keep CSN lists sorted by SID |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Howard Chu | ITS#6817 fix RE24 build breakage |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Rich Megginson | ITS#6862 MozNSS - workaround PR_SetEnv bug |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Rich Megginson | ITS#6975 MozNSS - allow cacertdir in most cases |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Howard Chu | ITS#6973 need limits_check if overlay is global |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Jan Vcelak | ITS#6947 Handle missing '\n' termination in LDIF input |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Ondrej Kuznik | ITS#6974 (Re)moving stray cleanup code. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Hallvard Furuseth | Tweak back-ldif messages about CRC checksums. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Hallvard Furuseth | Cleanup back-ldif CRC code. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Howard Chu | More fixes, add test script deltammr |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Howard Chu | Fix missing si_syncCookie numcsns |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Howard Chu | More tweaks for delta-mmr |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Howard Chu | delta-mmr conflict resolution |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Howard Chu | More for conflict detection |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Howard Chu | Setup delta-mmr using an overlay |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Ralf Haferkamp | Additional getter methods for LDAPModification |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Howard Chu | ITS#6657/6691 use proper SQL length data type |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Quanah Gibson... | ITS#6971 correct option is --enable-wrappers |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Howard Chu | ITS#6944 limit op cache to 10 ops per thread |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Howard Chu | Add LDAP_OPT_X_TLS_PACKAGE |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Howard Chu | ITS#6892 shortcut for non-replicated ops |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Howard Chu | ITS#6967 normalize schema RDN |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Howard Chu | Add CRC32 checksum to back-ldif files |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Howard Chu | Try to discourage editing back-ldif files |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Howard Chu | Revert "ITS#6688 enforce search ACL in back-perl" |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Howard Chu | ITS#6688 enforce search ACL in back-perl |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Quanah Gibson... | ITS#6889 regenerate configure |
commit | commitdiff | tree | snapshot |
2011-06-09 |
cmikk@qwest.net | ITS#6872 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
SATOH Fumiyasu | ITS#6955 smbk5pwd: Support shadowLastChange |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Howard Chu | ITS#6936 add connID and peername to auditlog |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Tim Mooney | ITS#6906 Update cachesize recommendations |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Tim Mooney | ITS#6905 Update intro of slapd-config/slapd.conf |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Tim Mooney | ITS#6904 Update to reflect that hdb is preferred |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Howard Chu | ITS#6934 fix typo |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Howard Chu | ITS#6901 fix filter with zero-length values |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Howard Chu | ITS#6889 libfetch is a libldap dependency |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Howard Chu | ITS#6828 fix TLS setup with async connect |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Ondrej Kuznik | ITS#6641 Bypass checks on ops with managedsait |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Pierangelo... | ITS#6899 |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Pierangelo... | fix typo in previous commit |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Howard Chu | ITS#6948 partial revert of #6837, unnecessary |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Howard Chu | ITS#6948 fix ITS#6837 patch |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Howard Chu | ITS#6963 config entries' objectclass is read-only |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Howard Chu | ITS#6831 don't push stack unless needed |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Howard Chu | Fix ce9bbd2 missing success return |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Howard Chu | ITS#6831 additional filter cmp fixes |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Howard Chu | ITS#6946 fix double-free, broken by 77a7ef0 |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Howard Chu | ITS#6831 fix filter comparison |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Howard Chu | ITS#6959 document ldap_dnfree() |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Howard Chu | Drop note about slapcat for mirrormode |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Howard Chu | More for ITS#6961 - deadlock checking |
commit | commitdiff | tree | snapshot |
next |