summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* krb5_wrap: Fix picky const compiler warningsAndreas Schneider2015-11-231-2/+3
* dbwrap_tdb: Fix a typoVolker Lendecke2015-11-231-1/+1
* lib: Fix memalign_array overflow protectionVolker Lendecke2015-11-191-1/+1
* libreplace: Only check for malloc.h if neededVolker Lendecke2015-11-191-1/+8
* libreplace: Put the malloc.h check on a line of its ownVolker Lendecke2015-11-191-1/+3
* libreplace: Only check malloc.h onceVolker Lendecke2015-11-191-1/+1
* Set LD_LIBRARY_PATH during tests.Jelmer Vernooij2015-11-181-0/+3
* lib: tevent: Whitespace cleanup.Jeremy Allison2015-11-181-3/+3
* lib: tevent: Fix bug in poll backend - poll_event_loop_poll()Jeremy Allison2015-11-181-1/+4
* lib/util: Move util_process from util to util-coreChristof Schmitt2015-11-181-2/+2
* build:wafsamba: Replace Options.is_install by bld.is_installThomas Nagy2015-11-161-2/+2
* s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison2015-11-131-0/+2
* vfs: Remove smb_traffic_analyzerVolker Lendecke2015-11-111-3/+0
* Fix various spelling errorsMathieu Parent2015-11-064-6/+6
* build:wafsamba: Remove samba_utils.runonceThomas Nagy2015-11-061-2/+2
* 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