summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Add a little tool to perftest generate_random_buffer()Volker Lendecke2015-10-132-0/+45
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-135-0/+294
* talloc: Fix the O3 developer buildVolker Lendecke2015-10-121-2/+5
* talloc: Test that talloc magic differs between processes.talloc-2.1.4Adrian Cochrane2015-10-093-1/+36
* talloc: Increment minor version due to added talloc_test_get_magic.Adrian Cochrane2015-10-093-1/+72
* talloc: Provide tests access to talloc_magicAdrian Cochrane2015-10-092-0/+7
* talloc: Test magic protection measures.Adrian Cochrane2015-10-091-0/+66
* lib/talloc: Provide multiple-loading detection for libtalloc via rand()Andrew Bartlett2015-10-091-1/+16
* lib/talloc: Disrupt buffer overflow attacks on Samba by using random magicAndrew Bartlett2015-10-092-18/+54
* build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsambaAndrew Bartlett2015-10-091-34/+0
* lib/util: Create a new library for tevent_unix.cAmitay Isaacs2015-10-071-3/+12
* lib: Fix the build on SolarisVolker Lendecke2015-10-011-1/+1
* libreplace: Fix the build on SolarisVolker Lendecke2015-10-012-1/+6
* lib: Fix server_id_db_set_exclusiveVolker Lendecke2015-10-011-8/+15
* lib: Add "pid/unique" format for server_id_from_stringVolker Lendecke2015-09-301-0/+31
* lib: Fix server_id_from_stringVolker Lendecke2015-09-301-21/+36
* lib: Add server_id_str_buf_uniqueVolker Lendecke2015-09-302-0/+23
* ldb: Fix CID 1034781 Unsigned compared against 0Volker Lendecke2015-09-301-3/+3
* lib: Fix prctl detection for prctl_set_commentChristof Schmitt2015-09-241-0/+1
* dbwrap: Make dbwrap_db_id return size_tVolker Lendecke2015-09-226-13/+21