waf: split pkgconfig logic into a separate module
[kai/samba.git] / lib /
2010-11-02 Andrew Bartlettdebug Explain the behaviour of setup_logging() more...
2010-11-02 Andrew Bartlettlib/debug Use vdprintf rather than manually allocate
2010-11-01 Andrew Bartlettlib/util Remove setup_logging_stdout()
2010-11-01 Jelmer Vernooijtalloc: Install pytalloc.h.
2010-11-01 Jelmer Vernooijtdb: Use waf by default.
2010-10-31 Jelmer Vernooijreplace/talloc: Avoid automatically pulling in new...
2010-10-31 Jelmer Vernooijtalloc: Look harder for waf.
2010-10-31 Jelmer Vernooijreplace: Look harder for waf.
2010-10-31 Matthieu Patoubuild: check that if we provide -liconv we can build...
2010-10-31 Jelmer Vernooijreplace: Build using waf by default.
2010-10-31 Jelmer Vernooijtalloc: Switch over to using waf as the default build...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-30 Matthieu Patoubuild: Remove zlib from the cache if we failed to pass...
2010-10-30 Jelmer Vernooijreplace: Fix formatting.
2010-10-30 Jelmer Vernooijtevent: Drop autoconf-based build system for standalone...
2010-10-30 Jelmer Vernooijreplace: Avoid autoproto as it breaks standalone builds.
2010-10-30 Jelmer Vernooijreplace: Only build replace-test in standalone build.
2010-10-30 Jelmer Vernooijtalloc.3: Remove documentation for deprecated talloc_ap...
2010-10-30 Andrew Tridgellzlib: use the real library name 'z' instead of ZLIB
2010-10-30 Andrew Tridgellreplace: create a private replace-test library
2010-10-30 Jelmer Vernooijtalloc: Fix manual pages in standalone build.
2010-10-27 Stefan Metzmachertalloc: fix waf build for libtalloc-compat1
2010-10-26 Stefan Metzmacherlib/util: remove useless ../lib/util/mutex.*
2010-10-26 Matthieu Patoureplace: restore the order for #define + rep_strtoll
2010-10-26 Jelmer Vernooijtalloc: change pytalloc-util to be a public library.
2010-10-26 Jelmer Vernooijtalloc: Install pytalloc-util as system library.
2010-10-26 Jelmer Vernooijtalloc: Avoid dependency on unknown EXT_LIB_PYTHON.
2010-10-26 Jelmer Vernooijtalloc: Move pytalloc to lib/talloc.
2010-10-26 Jelmer Vernooijwaf: Only specify vnum for non-private libraries.
2010-10-26 Jelmer Vernooijwaf: Stop automaticaly changing dashes to underscores...
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-26 Jelmer Vernooijs4: Drop duplicate 'lib' prefix for private libraries.
2010-10-25 Matthias Dieter... ldb:gendb_* calls: support a "NULL" resultset parameter
2010-10-24 Volker LendeckeAdd dump_data_cb()
2010-10-24 Volker LendeckeAdd print_asc_cb()
2010-10-24 Stefan Metzmachertalloc: pytalloc should not depend on samba specific...
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-23 Jelmer Vernooijs4: Rename NSS_WRAPPER to nss_wrapper.
2010-10-23 Jelmer Vernooijs4: Rename UID_WRAPPER to uid_wrapper.
2010-10-23 Jelmer Vernooijs4: Rename WRAP_XATTR to wrap_xattr.
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-23 Jelmer Vernooijtdb: Revert re-addition of tdb_set_logging_function.
2010-10-23 Matthias Dieter... tdb: commit the version 1.2.7 signatures
2010-10-23 Kai Blinlib/util: Add tevent WERROR wrappers
2010-10-23 Stefan Metzmachertsocket: let tstream_inet_tcp_connect_recv() optionally...
2010-10-23 Stefan Metzmachertsocket: ask the kernel for the specific local address...
2010-10-23 Stefan Metzmacherlib/replace: use snprintf() in test code to avoid warni...
2010-10-23 Stefan Metzmacherlib/replace: fix rep_strtoull() prototype
2010-10-21 Kamen Mazdrashkiasn1_tests: Implement negative unit-tests for ber_write...
2010-10-21 Kamen Mazdrashkiasn1: ber_write_OID_String() to be more picky about...
2010-10-21 Matthieu Patouwaf: Mark the replacement zlib private so that it can...
2010-10-21 Matthieu Patoureplace: use replace for non 'samba' compliant strptime
2010-10-21 Matthieu Patoureplace: use a wrapper around strtoll if it didn't...
2010-10-21 Jelmer VernooijLowercase socket_wrapper name.
2010-10-21 Jelmer Vernooijtdb: Set _PUBLIC_ in C file rather than header files...
2010-10-21 Andrew Tridgelllib: make WRAP_XATTR a private library
2010-10-21 Andrew Tridgells4-waf: removed the XATTR and SASL aliases
2010-10-21 Andrew Tridgelllib: add UTIL_TEVENT to samba_sockets grouping library
2010-10-21 Andrew Tridgellwaf-build: create a samba_sockets grouping library
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-21 Andrew Tridgells4-build: fixed some formatting
2010-10-21 Andrew Tridgellbuild: subunit and popt need to be marked as private...
2010-10-21 Andrew Tridgellreplace: make libreplace a private library
2010-10-21 Andrew Tridgellwrapper: make socket_wrapper, uid_wrapper and nss_wrapp...
2010-10-21 Matthias Dieter... s4:lib/util/charset/iconv.c - remove a distinction...
2010-10-20 Kamen Mazdrashkipytalloc: use talloc_unlink() to free py_talloc objects
2010-10-20 Simo Sorcetalloc: make header C++ safe
2010-10-20 Volker Lendeckes3: Don't use talloc_autofree_context in map_file
2010-10-20 Volker Lendeckeuid_wrapper: The gid wrapper does not require a destructor
2010-10-20 Kamen Mazdrashkiasn1_tests.c: Make test data static const
2010-10-20 Kamen Mazdrashkilib/util/asn1.c: comment spelling
2010-10-19 Andrew Tridgellreplace: cope with systems that have fdatasync(), but...
2010-10-17 Jelmer Vernooijtdb: Bump version to 1.2.7 after addition of pytdb...
2010-10-17 Matthias Dieter... Revert "s4:remove "util_ldb" submodule and integrate...
2010-10-17 Matthias Dieter... s4:remove "util_ldb" submodule and integrate the three...
2010-10-17 Matthias Dieter... s4:lib/util/util_ldb.c - remove unused "gendb_add_ldif...
2010-10-17 Matthias Dieter... s4:"wrap_casefold" - move it to "ldb_wrap.c" since...
2010-10-13 Andrew Tridgells4-torture: fixed uninitialised variable error
2010-10-12 Andrew Bartlettlib/debug Add DEBUGC and DEBUGADDC as dummies
2010-10-11 Matthieu Patoutorture: Add debug on what we are removing
2010-10-11 Andrew Bartlettlib/torture: Add function to clean up the output directory
2010-10-11 Jelmer Vernooijutil: Fix installation path of tevent_ntstatus.h, teven...
2010-10-10 Jelmer Vernooijlibcli-auth: Remove unnecessary dependency on libsamba...
2010-10-10 Jelmer Vernooijutil: Link headers to correct subsystem, fix formatting.
2010-10-10 Stefan Metzmachersocket_wrapper: Make it work on freebsd for udp packets
2010-10-09 Jelmer Vernooijtalloc: Fix #include line in manpage.
2010-10-08 Kamen Mazdrashkipytalloc: Fix warning that we are subtracting void...
2010-10-08 Volker Lendecketevent: Do not use talloc_autofree_context
2010-10-08 Volker LendeckeMove talloc_enable_null_tracking() to the s3 daemons
2010-10-07 Andrew Tridgellwaf: fixed exit status of test suites
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-10-04 Stefan Metzmacherlib/util/asn1: let asn1_peek_full_tag() return an error...
2010-10-04 Stefan Metzmachertsocket: make sure we delete the fd event before callin...
2010-10-04 Jelmer Vernooijtdb: Only use system pytdb when using system tdb.
2010-10-04 Jelmer Vernooijtdb: Support using system pytdb.
2010-10-04 Jelmer Vernooijpytdb: Add __version__ attribute.
2010-10-02 Jelmer Vernooijpytdb: Include Python.h first to prevent warning.
2010-10-02 Kirill Smelkovpytdb: Check errors after PyObject_New() calls
2010-10-02 Kirill Smelkovpytdb: Add support for tdb_repack()
next