summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix up some aesthetics ... ie, align things as they were intended.Richard Sharpe2015-11-061-2/+2
* ldb: version 1.1.23ldb-1.1.23Stefan Metzmacher2015-11-054-1/+269
* pyldb: Improve test coveragePetr Viktorin2015-11-052-0/+108
* pyldb: Fixes and Python3 compat for Dn component accessorsPetr Viktorin2015-11-051-25/+19
* pyldb: Prevent segfault when first module is NULLPetr Viktorin2015-11-052-1/+14
* ldb: Build for two Python versions at oncePetr Viktorin2015-11-051-18/+21
* pyldb: Adapt tests to Python 3Petr Viktorin2015-11-051-75/+330
* pyldb: Split text/byte strings for compatibility with Python 3Petr Viktorin2015-11-054-98/+396
* pyldb: Modernize test suitePetr Viktorin2015-11-051-116/+116
* pyldb: Add Python 3 compatibility (except strings)Petr Viktorin2015-11-052-106/+176
* pyldb: DECREF old debug function when resetting itPetr Viktorin2015-11-051-1/+8
* pyldb: Don't use the internal macro PyObject_REPRPetr Viktorin2015-11-051-2/+8
* pyldb: Properly increase refcount of returned valuesPetr Viktorin2015-11-051-1/+2
* ldb: Run the Python testsuitePetr Viktorin2015-11-052-9/+9
* tevent: version 0.9.26tevent-0.9.26Stefan Metzmacher2015-11-052-1/+91
* lib: tevent: docs: Add tutorial on thread usage.Jeremy Allison2015-11-052-0/+324
* lib: tevent: tests: Add a second thread test that does request/reply.Jeremy Allison2015-11-051-0/+205
* lib: tevent: Initial test of tevent threaded context code.Jeremy Allison2015-11-051-0/+125
* lib: tevent: Initial checkin of threaded tevent context calling code.Jeremy Allison2015-11-053-1/+423
* tdb: version 1.3.8tdb-1.3.8Stefan Metzmacher2015-11-052-1/+70
* talloc: version 2.1.5talloc-2.1.5Stefan Metzmacher2015-11-054-1/+77
* uwrap: Bump version to 1.2.0Andreas Schneider2015-11-051-1/+1
* uwrap: Fix build warning with release buildAndreas Schneider2015-11-051-0/+8
* uwrap: Add the EINVAL check to setegid()Andreas Schneider2015-11-051-0/+6
* uwrap: Allow setgid calls only for privileged usersAndreas Schneider2015-11-051-2/+57
* uwrap: Allow setregid calls only for privileged usersAndreas Schneider2015-11-051-2/+85
* uwrap: Allow setresgid calls only for privileged usersAndreas Schneider2015-11-051-55/+107
* uwrap: Move the EINVAL check down in seteuid()Andreas Schneider2015-11-051-4/+5
* uwrap: Allow setuid calls only for privileged usersAndreas Schneider2015-11-051-2/+57
* uwrap: Allow setreuid calls only for privileged usersAndreas Schneider2015-11-051-7/+84
* uwrap: Allow setresuid calls only for privileged usersAndreas Schneider2015-11-051-33/+89
* uwrap: Fix a possible null pointer dereferenceAndreas Schneider2015-11-051-0/+16
* uwrap: Improve debug outputAndreas Schneider2015-11-051-15/+15
* uwrap: Fix debug line in uwrap_init()Andreas Schneider2015-11-051-2/+3
* lib/replace: Make sure that replacement strto[u]ll does not reset errno unexp...Felix Janda2015-10-311-2/+4
* lib/replace: Replace BSD strtoull by wrapping strtoull instead of strtouqFelix Janda2015-10-311-6/+3
* ldb: Fix a "ignoring return value" warningVolker Lendecke2015-10-281-2/+6
* lib: dbwrap_local_open references loadparm_contextVolker Lendecke2015-10-281-0/+1
* lib: util: Make non-critical message a warning.Jeremy Allison2015-10-281-2/+2
* build:wafsamba: dead code removal in gettext detectionThomas Nagy2015-10-271-11/+0
* ldb: Fix python bindings to accept a string as a DNldb-1.1.22Andrew Bartlett2015-10-267-6/+312
* texpect: undefined symbol rep_fprintfTom Schulz2015-10-221-1/+1
* lib/tsocket: fix non-blockging connect() error handlingRalph Boehme2015-10-211-8/+5
* Remove function name from callers of DBG_*Christof Schmitt2015-10-211-2/+2
* debug: Prefix messages from DBG_* with function nameChristof Schmitt2015-10-211-5/+13
* selftest: Fix memset parameters in test for async_connect_send()Andrew Bartlett2015-10-211-1/+1
* async_req: fix non-blocking connect()Ralph Boehme2015-10-201-29/+27
* selftest: add a test for async_connect_send()Ralph Boehme2015-10-202-0/+134
* build: Build *_wrapper without -DNDEBUG for in-tree useAndrew Bartlett2015-10-164-4/+0
* Rely on /dev/urandomVolker Lendecke2015-10-134-267/+17