summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tevent: version 0.9.24tevent-0.9.24David Disseldorp2015-03-042-1/+89
* pyldb: Add tests for type errorsPetr Viktorin2015-03-041-0/+42
* pyldb: Report errors converting controls list to char**Petr Viktorin2015-03-031-0/+20
* pyldb: Better error reportingPetr Viktorin2015-03-031-2/+2
* pyldb: Type-check arguments parsed with PyArg_ParseTuple*Petr Viktorin2015-03-031-8/+8
* pyldb: Fix reference leaksPetr Viktorin2015-03-031-6/+12
* pyldb: Remove use of staticforward macroPetr Viktorin2015-03-031-1/+1
* pyldb: Properly preallocate result control listPetr Viktorin2015-03-031-1/+5
* pyldb: Use the Py_TYPE macroPetr Viktorin2015-03-031-3/+3
* pyldb: Correct reference counting when returning boolsPetr Viktorin2015-03-031-4/+4
* lib: Fix CID 1273073 Assign instead of compareVolker Lendecke2015-03-031-1/+1
* tevent: Ignore unexpected signal events in the same way the epoll backend does.Jeremy Allison2015-03-031-3/+9
* Fix the O3 developer buildVolker Lendecke2015-03-031-1/+1
* MSDFS referral shufflingRobin McCorkell2015-02-271-0/+9
* lib/util: Build iov_buf library only when building sambaAmitay Isaacs2015-02-271-5/+8
* tevent: version 0.9.23tevent-0.9.23Michael Adam2015-02-272-1/+89
* param: Remove lib/param/generic.cVolker Lendecke2015-02-263-298/+1
* lib: Simplify pidfile.cVolker Lendecke2015-02-261-13/+6
* Fix whitespaceVolker Lendecke2015-02-261-11/+11
* ntdb: always return int from tdb_store_flag_to_ntdb()David Disseldorp2015-02-261-0/+1
* lib/crypto: Document nettle supported cryptoMichael Ledford2015-02-251-0/+21
* tsocket: Use iov_advanceVolker Lendecke2015-02-242-51/+18
* iov_buf: Add an explaining commentVolker Lendecke2015-02-241-0/+4
* tsocket: Fix a typoVolker Lendecke2015-02-241-1/+1
* lib: Move "iov_buf.[ch]" to lib/utilVolker Lendecke2015-02-244-1/+126
* swrap: Bump version to 1.1.3Andreas Schneider2015-02-231-1/+1
* swrap: If we remove the socket_info also unlink the unix socketAndreas Schneider2015-02-231-0/+3
* swrap: Do not leak the socket_info we just removed.Andreas Schneider2015-02-231-0/+1
* src: Add support for running with address sanitizer.Andreas Schneider2015-02-231-0/+8
* swrap: Fix the loop for older gcc versions.Andreas Schneider2015-02-231-2/+8
* lib: texpect. Fix the build on Solaris.Tom Schulz2015-02-172-1/+6
* Force rebuild of ldb if pyldb-util is not available.Jelmer Vernooij2015-02-171-4/+4
* wscript: Expand tabs.Jelmer Vernooij2015-02-171-1/+1
* lib/crypto: Document what crypto code is used for, and if GnuTLS supports itAndrew Bartlett2015-02-171-0/+97
* debug: Set close-on-exec for the main log file FDAndrew Bartlett2015-02-162-1/+4
* Add Solaris ports as a tevent backend.Jeremy Allison2015-02-156-1/+798
* lib: Add talloc_report_str()Volker Lendecke2015-02-133-0/+208
* lib: Add server_id marshallingVolker Lendecke2015-02-132-0/+19
* snprintf: Try to support %jVolker Lendecke2015-02-121-0/+4
* loadparm: Simplify "set_variable"Volker Lendecke2015-01-291-7/+3
* uwrap: Bump version to 1.1.0.Andreas Schneider2015-01-281-1/+1
* uwrap: Make sure we leave if the id is NULL.Andreas Schneider2015-01-281-0/+1
* uwrap: Support scenario where threads fork or creates threads.Robin Hack2015-01-281-221/+177
* uwrap: Prepare for overload of libpthread functions.Robin Hack2015-01-281-19/+140
* uwrap: Introduce UWRAP_LOCK_ALL and UWRAP_UNLOCK_ALL macrosRobin Hack2015-01-281-8/+14
* uwrap: Rewrite uwrap_libc_fns struct to pass strict aliasing rules.Robin Hack2015-01-281-59/+116
* uwrap: Fix wrong data types in syscalls switch.Robin Hack2015-01-281-12/+12
* uwrap: Add support for getresuid() and getresgid() glibc/syscall.Robin Hack2015-01-282-0/+111
* uwrap: Extend support for (set|get)groups libc functions and syscalls.Robin Hack2015-01-281-11/+82
* uwrap: Extend support for syscalls called from threads or main process.Robin Hack2015-01-281-0/+36