]> git.sur5r.net Git - openldap/shortlog
openldap
2006-10-28 Pierangelo... s/ldap_int_discard/ldap_pvt_discard/
2006-10-28 Pierangelo... fix concurrency issue when binding before a search...
2006-10-28 Pierangelo... need ldap-int.h for ldap_int_discard() declaration...
2006-10-28 Pierangelo... fix message (ITS#4717)
2006-10-28 Howard ChuAdd region-size patch for posterity
2006-10-28 Kurt ZeilengaMore ldapbis cleanup
2006-10-28 Kurt ZeilengaLDAPBIS cleanup
2006-10-28 Kurt ZeilengaRFC 4511 calls for unavailableCriticalExtension to...
2006-10-28 Kurt ZeilengaMore LDAPBIS cleanup
2006-10-27 Kurt ZeilengaMisc LDAPbis comment update
2006-10-26 Pierangelo... missing CVS header
2006-10-26 Howard ChuFix prev commit again (ITS#4722)
2006-10-26 Pierangelo... fix build without threads (ITS#4721)
2006-10-26 Pierangelo... fix building without threads (don't publish any thread...
2006-10-26 Howard ChuITS#4720 release csn mutex before checkpointing.
2006-10-24 Pierangelo... document the use of "rebind-as-user" to rebind when...
2006-10-24 Pierangelo... document the network-timeout directive (ITS#4718)
2006-10-22 Pierangelo... add ldap_int_discard(); use it in proxies (ITS#4717)
2006-10-21 Pierangelo... rework timeout strategy a little bit
2006-10-21 Kurt ZeilengaRemove extraneous SLAP_RELAX macro
2006-10-20 Kurt ZeilengaParse txn failed msgid
2006-10-18 Pierangelo... further clarify validity of search limits, and "beautif...
2006-10-18 Pierangelo... note that the replication identity may need to be treat...
2006-10-17 Howard ChuFix typo in prev commit
2006-10-17 Howard ChuTweak prev commit, add more notes (re ITS#4667)
2006-10-17 Howard ChuFrom rev 1.373, releasing the mutex means connection_cl...
2006-10-15 Pierangelo... temporarily change umask only if required
2006-10-15 Pierangelo... fix previous commit
2006-10-15 Pierangelo... missing decl
2006-10-15 Pierangelo... fix format; silence warning
2006-10-15 Pierangelo... log messages related to blocking failures at "none...
2006-10-14 Pierangelo... create IPC sockets with wide-open permissions (0222...
2006-10-14 Pierangelo... cleanup and streamline response handling
2006-10-14 Pierangelo... add LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated...
2006-10-14 Pierangelo... apply slightly revised patch for SO_KEEPALIVE (ITS...
2006-10-14 Pierangelo... don't mix return codes (ITS#4711)
2006-10-14 Pierangelo... only abort update if failed pre/post read control is...
2006-10-14 Pierangelo... read entry should allow special attributes in request...
2006-10-14 Pierangelo... read entry needs o_bd for ACLs
2006-10-14 Pierangelo... cleanup
2006-10-11 Kurt ZeilengaInclude sys/types.h for regex.h test
2006-10-10 Ralf Haferkampreworked #includes
2006-10-09 Pierangelo... minor cleanup
2006-10-09 Pierangelo... document ldap_[sg]et_option(3)
2006-10-09 Pierangelo... s/local socket/IPC/
2006-10-09 Pierangelo... cleanup URI
2006-10-09 Pierangelo... fix line placement
2006-10-08 Pierangelo... I hate code duplication, but don't require functions...
2006-10-08 Howard ChuDrop extraneous test from copy/paste (1.200) (coverity)
2006-10-08 Howard ChuFix uninit (coverity)
2006-10-08 Howard ChuFix uninit'd cb (coverity)
2006-10-07 Howard ChuTS#4635 CR LF is also a valid line separator
2006-10-07 Pierangelo... more on clarification of special proxy identities and...
2006-10-07 Pierangelo... more on clarification of special proxy identities and...
2006-10-07 Pierangelo... add rootdn
2006-10-07 Pierangelo... reword comment
2006-10-07 Pierangelo... typo
2006-10-06 Howard Chumirrormode is still single-master, but must be enforced...
2006-10-06 Quanah Gibson... five forms.
2006-10-06 Howard ChuITS#4695 same fix for delta-sync
2006-10-06 Howard ChuNobody expects the Spanish Inquisition! s/three/four/
2006-10-05 Howard ChuITS#4695 fix modrdn newSup
2006-10-03 Kurt ZeilengaIncorporate a bit of text from RFC 4524, just to make...
2006-10-03 Howard ChuITS#4692 entries without pwdChangedTime attribute have...
2006-09-30 Kurt ZeilengaAnother test
2006-09-30 Kurt ZeilengaForce commit (test)
2006-09-30 Pierangelo... fix rebind with idassert when a connection expires...
2006-09-27 Pierangelo... DB_BUFFER_SMALL is BDB 4.4 only
2006-09-27 Ralf HaferkampCheck for the correct return code of cursor->c_get...
2006-09-26 Pierangelo... fix ITS#4686 (retry with idassert)
2006-09-26 Pierangelo... fix ITS#4686 (retry with idassert)
2006-09-26 Pierangelo... don't know exactly the reason, but here without this...
2006-09-26 Pierangelo... document VERSION, TIMEOUT and NETWORK_TIMEOUT options
2006-09-26 Pierangelo... add support for VERSION, TIMEOUT and NETWORK_TIMEOUT...
2006-09-26 Pierangelo... use AC_LINE_MAX
2006-09-25 Pierangelo... use right, although empty, function in bdb_db_destroy()
2006-09-25 Pierangelo... not sure, but I believe back-hdb needs monitor.c as...
2006-09-25 Pierangelo... monitor max file descriptor number
2006-09-24 Pierangelo... document the LDAP builtin map in librewrite (ITS#4602)
2006-09-24 Pierangelo... further cleanup
2006-09-23 Pierangelo... fix previous commit
2006-09-23 Pierangelo... fix potential double free in case of error
2006-09-23 Pierangelo... improve functionality of LDAP map: allow protocol version
2006-09-23 Pierangelo... fix way long standing bug in args parsing
2006-09-23 Pierangelo... add URL parsing test tool
2006-09-22 Kurt ZeilengaITS#4677 Fix typo
2006-09-22 Kurt ZeilengaFix typo
2006-09-21 Kurt ZeilengaITS#4679 cleanup
2006-09-21 Howard ChuJust include one or the other of poll.h or sys/poll.h
2006-09-21 Howard ChuITS#4674 fix poll detection
2006-09-21 Howard ChuTweak prev commit, avoid referencing syncop when resett...
2006-09-21 Howard ChuITS#4658 propagate errors from syncprov_sendresp; drop...
2006-09-21 Howard Chusend_search_reference should propagate errors
2006-09-21 Luca Scamoniadd support for "sambaPwdCanChange"
2006-09-20 Howard ChuFix prev commit
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-09-17 Pierangelo... typo in previous commit...
2006-09-17 Pierangelo... support for Solaris' /dev/poll (need to manually define...
2006-09-17 Pierangelo... reorganize select interface (ready for /dev/poll)
2006-09-17 Pierangelo... detect, but don't use, Solaris' /dev/poll
next