dns_server: Simplify array length handling
[obnox/samba/samba-obnox.git] / lib /
2015-12-09 Quentin Gibeauxlib/param: handle (ignore) substitution variable in...
2015-12-04 Adrian Cochraneldb: Move ldb_(un)pack_data into ldb_module.h for testing
2015-12-04 Andreas Schneiderldb: Fix installation of _ldb_text.py
2015-12-04 Adrian CochraneFix propagation of LDB errors through TDB.
2015-12-04 Adrian Cochraneldb: Fix bug triggered by having an empty message in...
2015-12-01 Günther Deschnerlib/async_req: do not install async_connect_send_test.
2015-11-30 Andreas Schneiderlib: Fix an array subscript is above array bounds error
2015-11-30 Stefan Metzmacherlib/param: add a fixed unified lpcfg_string_{free,set...
2015-11-27 Stefan Metzmacherdbwrap_rbt: fix modifying the db during traverse
2015-11-27 Stefan Metzmacherdbwrap_rbt: add nested traverse protection
2015-11-27 Stefan Metzmacherdbwrap_rbt: use talloc_zero_size() instead of a partial...
2015-11-23 Andreas Schneiderkrb5_wrap: Fix picky const compiler warnings
2015-11-23 Volker Lendeckedbwrap_tdb: Fix a typo
2015-11-19 Volker Lendeckelib: Fix memalign_array overflow protection
2015-11-19 Volker Lendeckelibreplace: Only check for malloc.h if needed
2015-11-19 Volker Lendeckelibreplace: Put the malloc.h check on a line of its own
2015-11-19 Volker Lendeckelibreplace: Only check malloc.h once
2015-11-18 Jelmer VernooijSet LD_LIBRARY_PATH during tests.
2015-11-18 Jeremy Allisonlib: tevent: Whitespace cleanup.
2015-11-18 Jeremy Allisonlib: tevent: Fix bug in poll backend - poll_event_loop_...
2015-11-18 Christof Schmittlib/util: Move util_process from util to util-core
2015-11-16 Thomas Nagybuild:wafsamba: Replace Options.is_install by bld.is_in...
2015-11-13 Jeremy Allisons3: smbd: Change aio_pending_size static variable to...
2015-11-10 Volker Lendeckevfs: Remove smb_traffic_analyzer
2015-11-06 Mathieu ParentFix various spelling errors
2015-11-06 Thomas Nagybuild:wafsamba: Remove samba_utils.runonce
2015-11-06 Richard SharpeFix up some aesthetics ... ie, align things as they...
2015-11-05 Stefan Metzmacherldb: version 1.1.23 save-diskspace-tags/ldb-1.1.23
2015-11-05 Petr Viktorinpyldb: Improve test coverage
2015-11-05 Petr Viktorinpyldb: Fixes and Python3 compat for Dn component accessors
2015-11-05 Petr Viktorinpyldb: Prevent segfault when first module is NULL
2015-11-05 Petr Viktorinldb: Build for two Python versions at once
2015-11-05 Petr Viktorinpyldb: Adapt tests to Python 3
2015-11-05 Petr Viktorinpyldb: Split text/byte strings for compatibility with...
2015-11-05 Petr Viktorinpyldb: Modernize test suite
2015-11-05 Petr Viktorinpyldb: Add Python 3 compatibility (except strings)
2015-11-05 Petr Viktorinpyldb: DECREF old debug function when resetting it
2015-11-05 Petr Viktorinpyldb: Don't use the internal macro PyObject_REPR
2015-11-05 Petr Viktorinpyldb: Properly increase refcount of returned values
2015-11-05 Petr Viktorinldb: Run the Python testsuite
2015-11-05 Stefan Metzmachertevent: version 0.9.26 save-diskspace-tags/tevent-0.9.26
2015-11-05 Jeremy Allisonlib: tevent: docs: Add tutorial on thread usage.
2015-11-05 Jeremy Allisonlib: tevent: tests: Add a second thread test that does...
2015-11-05 Jeremy Allisonlib: tevent: Initial test of tevent threaded context...
2015-11-05 Jeremy Allisonlib: tevent: Initial checkin of threaded tevent context...
2015-11-05 Stefan Metzmachertdb: version 1.3.8 save-diskspace-tags/tdb-1.3.8
2015-11-05 Stefan Metzmachertalloc: version 2.1.5 save-diskspace-tags/talloc-2.1.5
2015-11-05 Andreas Schneideruwrap: Bump version to 1.2.0
2015-11-05 Andreas Schneideruwrap: Fix build warning with release build
2015-11-05 Andreas Schneideruwrap: Add the EINVAL check to setegid()
2015-11-05 Andreas Schneideruwrap: Allow setgid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Allow setregid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Allow setresgid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Move the EINVAL check down in seteuid()
2015-11-05 Andreas Schneideruwrap: Allow setuid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Allow setreuid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Allow setresuid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Fix a possible null pointer dereference
2015-11-05 Andreas Schneideruwrap: Improve debug output
2015-11-05 Andreas Schneideruwrap: Fix debug line in uwrap_init()
2015-10-31 Felix Jandalib/replace: Make sure that replacement strto[u]ll...
2015-10-31 Felix Jandalib/replace: Replace BSD strtoull by wrapping strtoull...
2015-10-28 Volker Lendeckeldb: Fix a "ignoring return value" warning
2015-10-28 Volker Lendeckelib: dbwrap_local_open references loadparm_context
2015-10-28 Jeremy Allisonlib: util: Make non-critical message a warning.
2015-10-27 Thomas Nagybuild:wafsamba: dead code removal in gettext detection
2015-10-26 Andrew Bartlettldb: Fix python bindings to accept a string as a DN save-diskspace-tags/ldb-1.1.22
2015-10-22 Tom Schulztexpect: undefined symbol rep_fprintf
2015-10-21 Ralph Boehmelib/tsocket: fix non-blockging connect() error handling
2015-10-21 Christof SchmittRemove function name from callers of DBG_*
2015-10-21 Christof Schmittdebug: Prefix messages from DBG_* with function name
2015-10-21 Andrew Bartlettselftest: Fix memset parameters in test for async_conne...
2015-10-20 Ralph Boehmeasync_req: fix non-blocking connect()
2015-10-20 Ralph Boehmeselftest: add a test for async_connect_send()
2015-10-16 Andrew Bartlettbuild: Build *_wrapper without -DNDEBUG for in-tree use
2015-10-13 Volker LendeckeRely on /dev/urandom
2015-10-12 Volker Lendeckelib: Add a little tool to perftest generate_random_buffer()
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-10-12 Volker Lendecketalloc: Fix the O3 developer build
2015-10-09 Adrian Cochranetalloc: Test that talloc magic differs between processes. save-diskspace-tags/talloc-2.1.4
2015-10-09 Adrian Cochranetalloc: Increment minor version due to added talloc_tes...
2015-10-09 Adrian Cochranetalloc: Provide tests access to talloc_magic
2015-10-09 Adrian Cochranetalloc: Test magic protection measures.
2015-10-09 Andrew Bartlettlib/talloc: Provide multiple-loading detection for...
2015-10-09 Andrew Bartlettlib/talloc: Disrupt buffer overflow attacks on Samba...
2015-10-09 Andrew Bartlettbuild: Move __attribute__ ((destructor)) and ((construc...
2015-10-07 Amitay Isaacslib/util: Create a new library for tevent_unix.c
2015-10-01 Volker Lendeckelib: Fix the build on Solaris
2015-10-01 Volker Lendeckelibreplace: Fix the build on Solaris
2015-10-01 Volker Lendeckelib: Fix server_id_db_set_exclusive
2015-09-30 Volker Lendeckelib: Add "pid/unique" format for server_id_from_string
2015-09-30 Volker Lendeckelib: Fix server_id_from_string
2015-09-30 Volker Lendeckelib: Add server_id_str_buf_unique
2015-09-30 Volker Lendeckeldb: Fix CID 1034781 Unsigned compared against 0
2015-09-24 Christof Schmittlib: Fix prctl detection for prctl_set_comment
2015-09-22 Volker Lendeckedbwrap: Make dbwrap_db_id return size_t
2015-09-22 Volker Lendeckedbwrap: Remove talloc_reference()
2015-09-22 Volker Lendeckedbwrap: Remove unused dbwrap_hash_size()
2015-09-22 Volker Lendeckedbwrap: Remove loadparm_context from db_open_tdb
2015-09-20 Stefan Metzmacherlib/param: fix hiding of FLAG_SYNONYM values
next