pidl:Python: don't generate functions with pipe elements
[metze/samba/wip.git] / lib /
2011-03-07 Stefan Metzmacherlib/socket_wrapper: try to fix the build on solaris
2011-03-04 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-04 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-04 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-04 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-04 Stefan Metzmachersocket_wrapper: add swrap_sendmsg_before/after helper...
2011-03-04 Stefan Metzmachersocket_wrapper: replace recvmsg() correctly
2011-03-04 Stefan Metzmachersocket_wrapper: readv() should only work on connected...
2011-03-04 Stefan Metzmachersocket_wrapper: move swrap_ioctl() above the send*...
2011-03-04 Stefan Metzmachersocket_wrapper: fix compiler warnings
2011-03-04 Stefan Metzmachersocket_wrapper: don't allow connect() to the broadcast...
2011-03-04 Volker LendeckeFix some nonempty blank lines
2011-02-28 Jeremy AllisonFix "cast from pointer to integer of different size...
2011-02-28 Jeremy AllisonFinish the range checking on all FD_SET calls for select().
2011-02-28 Volker LendeckeRemove sys_select[_intr]
2011-02-28 Volker Lendecketevent: Add a poll backend
2011-02-28 Volker Lendeckes3: Eliminate select from libaddns
2011-02-28 Volker Lendeckes3: Add sys_poll_intr
2011-02-28 Volker Lendeckes3: Add sys_poll
2011-02-28 Volker Lendeckelibreplace: poll based on select
2011-02-27 Volker Lendeckes3: Make is_zero_addr take a sockaddr_storage
2011-02-17 Volker Lendecketevent: Fix a comment
2011-02-16 Jeremy AllisonMerge branch 'v3-6-test' of ssh://git.samba.org/data...
2011-02-14 Volker Lendecketdb: Fix a C++ warning
2011-02-14 Stephen GallagherReturn NULL if tevent_add_fd() is passed a negative fd
2011-02-14 Günther Deschners3-waf: add UTIL_TEVENT subsystem (as in ../lib/util...
2011-02-11 Günther Deschnerwaf: pure cosmetic reformatting of the two samba-util...
2011-02-10 Volker Lendeckes3: Fix some nonempty blank lines
2011-02-10 Sumit Bosereplace: Add missing eval to m4 script
2011-02-10 Günther Deschnersocket_wrapper: avoid c++ style comments.
2011-02-09 Volker Lendecketevent: Fix typos
2011-02-08 Günther Deschnerlib/compression: add shared wscript_build.
2011-02-07 Günther Deschnerwaf: add clock_gettime clock ID checks to libreplace...
2011-02-04 Andrew Tridgellcharcnv: removed call to setlocale() (bug 7519)
2011-02-03 Stefan Metzmacherreplace: Try to fix broken sys/capabilites.h on Linux.
2011-02-03 Stefan MetzmacherRevert "replace: Try to fix broken sys/capabilites...
2011-02-02 Andreas Schneiderreplace: Try to fix broken sys/capabilites.h on Linux.
2011-01-24 Matthias Dieter... lib/replace/testsuite.c - fix test output
2011-01-24 Jelmer Vernooijtdbrestore: Update to GPLv3+, remove old FSF address.
2011-01-24 Stefan Metzmachers4-dns: disable segfault handling in dlz_bind9
2011-01-24 Matthias Dieter... lib/util/time.c - make the "strftime" output locale...
2011-01-24 Matthias Dieter... Revert "lib/util:tests/time.c - "test_timestring" ...
2011-01-24 Matthias Dieter... lib/util:tests/time.c - "test_timestring" - fix it...
2011-01-21 Andreas Schneidertdb: Added doxygen documentation.
2011-01-20 Stefan Metzmacherlib/util: add tests for anonymous_shared_allocate/free()
2011-01-20 Stefan Metzmacherlib/util: add anonymous_shared_free()
2011-01-20 Stefan Metzmacherlib/util: s/allocate_anonymous_shared/anonymous_shared_...
2011-01-20 Stefan Metzmacherlib/util: fix rounding to page size in allocate_anonymo...
2011-01-06 Günther Deschnerlib/addns: move DNS client library to the main directory.
2011-01-05 Björn Jacketests: avoid bash in shebang and fix wrong "==" in...
2011-01-05 Brad Hardstalloc: Typo fix for api docs
2011-01-05 Andrew Tridgelltalloc: fixed a use after free error
2011-01-05 Andrew Tridgelltalloc: added a test for the use after free Rusty found
2011-01-05 Jelmer Vernooijtalloc: Clarify error message on access after free.
2011-01-03 Stefan Metzmacherlib/crypto: add aes_cfb8_encrypt()
2011-01-03 Brad Hardstalloc: Fix warnings in test code
2010-12-30 Volker LendeckeUse sockaddr_storage in async sendto/recvfrom
2010-12-30 Volker Lendeckeasync_send->sendto, async_recv->recvfrom
2010-12-30 Stefan Metzmachertdb:tdbtorture: use TEST_DATA_PREFIX for files
2010-12-30 Stefan Metzmachertdb:tdbtest: use TEST_DATA_PREFIX for files
2010-12-30 Volker Lendecketevent: More documentation updates
2010-12-30 Stefan Metzmachertdb: add ABI/tdb-1.2.8.sigs
2010-12-29 Stefan Metzmachertdb: add ABI/tdb-1.2.9.sigs
2010-12-29 Rusty Russelltdb: tdb_summary() support.
2010-12-28 Volker Lendecketevent: More doc fixes
2010-12-28 Volker Lendecketevent: Some documentation fixes
2010-12-28 Volker Lendecketevent: Fix a typo
2010-12-22 Günther Deschners4-smbtorture: add torture_assert_nttime_equal macro.
2010-12-22 Stefan Metzmacherlib/torture: add torture_assert_u64_equal_goto()
2010-12-22 Matthieu Patoureplace: add comments to make the #ifdef/#else/endif...
2010-12-22 Matthias Dieter... lib/util/asn1.c - remove the "const" specifier from OID
2010-12-22 Matthias Dieter... lib/util/fault.c - fix "pid_t" printf warning on Solaris
2010-12-22 Volker Lendeckelib: Protect against tevent nterror mismatches
2010-12-17 Michael Adamutil_net: fix a comment typo in interpret_string_addr_i...
2010-12-17 Günther Deschners4-smbtorture: add torture_assert_strn_equal macro.
2010-12-14 Jeremy AllisonMerge branch 'v3-6-test' of ssh://git.samba.org/data...
2010-12-13 Günther Deschnernss_wrapper: make nss_wrapper.pl executeable.
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-06 Rusty Russellidtree: fix overflow for v. large ids on allocation...
2010-12-04 Holger HetterichFix bug #3185 - testparm exits 0 if it can read the...
2010-12-03 Stefan Metzmachertalloc: add ABI/talloc-2.0.4.sigs
2010-11-30 Karolin SeegerMerge master into v3-6-test again.
2010-11-29 Matthias Dieter... tdb:common/open.c - use "discard_const_p" for certain...
2010-11-29 Matthias Dieter... tdb:tdbstore.c - remove an useless '\'
2010-11-28 Matthias Dieter... replace:wscript - reintroduce the size check for "bool...
2010-11-28 Matthias Dieter... replace:wscript - change the "bool" checks to be compat...
2010-11-28 Matthias Dieter... replace:wscript - reintroduce the size check for "bool...
2010-11-28 Matthias Dieter... replace:wscript - change the "bool" checks to be compat...
2010-11-27 Matthias Dieter... tdb:common/open.c - use "discard_const_p" for certain...
2010-11-27 Matthias Dieter... tdb:tdbstore.c - remove an useless '\'
2010-11-26 Matthieu PatouFix endianess problems as discovered on the build farm
2010-11-24 Andrew Bartlettlib/debug Add clarifying comments
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-11-20 Matthias Dieter... waf:lib/util - add missing dependency on talloc
2010-11-19 Kai Blintevent: Fix docstring, tevent_req_is_in_progress does...
2010-11-19 Andrew Tridgelltalloc: added TALLOC_FREE_FILL environment variable
2010-11-19 Andrew Tridgelltalloc: added TALLOC_FREE_FILL environment variable
2010-11-17 Kai Blintevent: Fix docstring, tevent_req_is_in_progress does...
2010-11-15 Andrew BartlettAdd attribute macros for Heimdal to use
2010-11-13 Stefan Metzmachertdb: set tdb->name early, as it's needed for tdb_name()
next