s3:vfs:syncops make it possible to specify syncops:onclose per share
[obnox/samba-ctdb.git] / lib /
2010-10-06 Volker Lendecketevent: Only call handlers that ask for events
2010-10-06 Rusty Russellidtree: fix right shift of signed ints, crash on large...
2010-09-28 Stefan Metzmachertsocket: make sure we delete the fd event before callin...
2010-09-27 Michael Adamlibsmbconf: parse an empty share as empty share, not...
2010-09-27 Rusty Russelltdb: fix non-WAF build, commit 1.2.6 ABI file.
2010-09-27 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-09-27 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-09-27 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-09-27 Stefan Metzmacherlib/util: change tevent_req_nterror() to a macro
2010-09-25 Volker Lendecketalloc: Add a warning about talloc_autofree_context...
2010-09-23 Volker Lendecketdb: add restore
2010-09-22 Björn Jackelibreplace: fix endless strerror_r has been redefined...
2010-09-22 Björn Jacketevent: include libreplace heade before tevent header
2010-09-21 Günther Deschnerlib/tdb: fix c++ build warning in tdb_header_hash().
2010-09-20 Volker Lendeckes3: Fix the charset_pull routine (bug 7531)
2010-09-19 Björn Jackes3/s4: merge msleep and smb_msleep
2010-09-17 Jeremy AllisonMerge branch 'v3-6-test' of ssh://git.samba.org/data...
2010-09-16 Jeremy AllisonMerge branch 'v3-6-test' of ssh://git.samba.org/data...
2010-09-16 Björn Jackelibreplace: use CLOCK_HIGHRES when available
2010-09-16 Andrew Tridgelltdb: added TDB_NO_FSYNC env variable
2010-09-14 Jeremy AllisonEnsure incoming timespec values correctly wrap at nsecs.
2010-09-13 Stefan Metzmacherlib/tdb: change version to 1.2.4 after hash checking...
2010-09-13 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-09-13 Rusty Russelltdb: fix tdb_check() on other-endian tdbs.
2010-09-13 Rusty Russelltdb: fix tdb_check() on read-only TDBs to actually...
2010-09-13 Rusty Russelltdb: make check more robust against recovery failures.
2010-09-13 Björn Jackelibreplace: clock_gettime sets errno
2010-09-07 Björn Jackelib/util: add time_mono() for monotonic time a la time()
2010-09-03 Björn Jacketdb/waf: the deps for rt are provided by libreplace
2010-09-03 Björn Jackereplace/waf: add rt to deps at this place
2010-09-03 Björn Jackelib/util: add nsec_time_diff to calulate diffs from...
2010-09-03 Björn Jackelib/util: add function to query the monotonic clock...
2010-09-03 Björn Jackelibreplace: make a define for a best effort monotonic...
2010-09-03 Björn Jackelibreplace: add clock_gettime replacement function...
2010-09-03 Björn Jackelibreplace/waf: look for clock_gettime
2010-09-03 Björn Jackelibreplace: move detection of clock_gettime to libreplace
2010-09-03 Björn Jackelibreplace: move gettimeofday TZ arg check here
2010-09-01 Stefan Metzmacherlib/util: remove implicit discard_const_p() from SAFE_F...
2010-08-13 Björn Jacketdb: add TDB_DEPS variable filled with required libraries
2010-08-13 Rusty Russelltdb: workaround starvation problem in locking entire...
2010-07-29 Jeremy AllisonFix tdb_check() to work with read-only tdb databases...
2010-07-26 Andrew Tridgelllib: added samba-util.pc creation
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-17 Matthieu Patous4 nss_switch: fix build problem on computer without...
2010-07-17 Matthieu Patous4-waf: add the missing bits for builing nss_winbind...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-11 Volker Lendecketsocket: Fix some unreachable code
2010-07-01 Günther Deschnertdb: fix the build on mac os x 10.6.4.
2010-06-28 Andreas Schneidernss_wrapper: Fixed a possible NULL pointer problem.
2010-06-25 Jelmer VernooijMove UCS2 macros to common code
2010-06-24 Andrew Tridgells4-ldb: use CHECK_XSLTPROC_MANPAGES()
2010-06-24 Andrew Tridgells4-python: python is not always in /usr/bin
2010-06-21 James Peachsmbtorture: Move interactive shell into a separate...
2010-06-21 Volker Lendecketsocket: Fix some type-punned warnings
2010-06-19 Jelmer Vernooijpytdb: Cleanup formatting.
2010-06-19 Jelmer Vernooijwafsamba: Fix typo: noextenion -> noextension.
2010-06-18 Jelmer Vernooijreplace: Avoid hiding symbols when libreplace is builti...
2010-06-16 Günther Deschnerlib/crypto: only include what is needed.
2010-06-13 Jelmer Vernooijlibrpc: Install the right headers.
2010-06-10 Rusty RussellSince idtree assigns sequentially, it rarely reaches...
2010-06-10 Volker Lendecketevent: Fix maxfd calculation in tevent_select
2010-06-03 James Peachlibreplace: Fix readline build with libedit.
2010-06-01 Günther Deschnerlib/replace: fix some c++ build warnings in testsuite.
2010-05-31 Jelmer Vernooijtalloc: Don't set is_bundled for standalone build.
2010-05-31 Jelmer VernooijAdd manpages argument to SAMBA_LIBRARY().
2010-05-31 Jelmer Vernooijtdb-waf: Don't install binaries when using system tdb.
2010-05-31 Jelmer Vernooijtdb-waf: Simplify manpage handling.
2010-05-31 Jelmer Vernooijs4-waf: sanitize library names like the old build syste...
2010-05-30 Björn Jackelibreplace: include sys/file.h only when available
2010-05-30 Matthias Dieter... nss_wrapper/testsuite.c - make sure to test always...
2010-05-24 Volker Lendeckefix a typo
2010-05-20 Andrew Tridgells3-waf: move the KRB5_DEPRECATED check into lib/replace
2010-05-20 Kai Blinbuild: Don't look for krb5.h in libreplace
2010-05-19 Simo Sorcetsocket: Improve the language in some parts of the...
2010-05-18 Jeremy AllisonChange data_blob() to be based on top of data_blob_tall...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-18 Günther Deschnersmbconf: only include smbconf headers where needed.
2010-05-14 Stefan Metzmacherlib/util: fix waf configure tests for xattr functions...
2010-05-12 Julien KerihuelInstall util/tevent_* public headers. Required by OpenC...
2010-05-11 Stefan Metzmachertdb: commit ABI/tdb-1.2.2.sigs
2010-05-11 Björn Jackewaf:libreplace: set _OSF_SOURCE to fix build on Tru64
2010-05-11 Günther Deschnertdb: remove unused variable in tdb_new_database().
2010-05-10 Andreas Schneidertevent: Added a description for tevent queue.
2010-05-10 Andreas Schneidertevent: Added an introduction to the tevent_queue tutorial.
2010-05-10 Andreas Schneidertevent: Fixed a doxygen problem with PRINTF_ATTRIBUTE.
2010-05-10 Andreas Schneidertalloc: Fixed a doxygen problem with PRINTF_ATTRIBUTE.
2010-05-06 Andreas Schneidertalloc: Documented the missing string functions.
2010-05-05 Andreas Schneidertevent: Started a tevent_queue tutorial.
2010-05-05 Andreas Schneidertevent: Document the tevent_queue functions.
2010-05-05 Andreas Schneidertevent: Document the tevent helper functions.
2010-05-05 Andreas Schneidertevent: Document missing callback typedefs.
2010-05-05 Andreas Schneidertevent: Document the missing tevent async request callb...
2010-05-05 Andreas Schneidertevent: Create a typedef for the debug function callback.
2010-05-05 Stephen Gallaghertevent: Added more documentation.
2010-05-05 Stephen Gallaghertevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE
2010-05-05 Andreas Schneidertevent: Add doxygen tevent config file.
2010-05-05 Andreas Schneidertevent: Added basic doxygen documentation.
2010-05-05 Andreas Schneidertsocket: Added the warning again to tsocket_address_bsd...
2010-05-05 Rusty Russelltdb: fix short write logic in tdb_new_database
next