summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/param: add "reject md5 client" option, defaulting to falseStefan Metzmacher2014-01-072-0/+10
* lib/param: add "allow nt4 crypto" option, defaulting to falseStefan Metzmacher2014-01-072-0/+10
* lib/param: add "require strong key" option, defaulting to trueStefan Metzmacher2014-01-073-0/+11
* lib/param: add "reject md5 servers" option, defaulting to falseStefan Metzmacher2014-01-072-0/+10
* lib/param: add "neutralize nt4 emulation" option, defaulting to falseStefan Metzmacher2014-01-072-0/+10
* waf: Fix the FreeBSD build with libinotifyVolker Lendecke2014-01-061-1/+5
* Do not return a value from a void function.Simo Sorce2013-12-261-1/+0
* ldb: Fix 1138330 Dereference null return valueVolker Lendecke2013-12-171-0/+4
* tevent: Fix CID 1138326 Unchecked return valueVolker Lendecke2013-12-171-1/+1
* tdb_util: Fix whitespaceVolker Lendecke2013-12-171-8/+8
* tdb_util: Fix CID 1138343 Uninitialized scalar variableVolker Lendecke2013-12-171-0/+2
* tdb: Avoid reallocs for lockrecsVolker Lendecke2013-12-143-17/+17
* dbwrap: No lock_order check if not requiredVolker Lendecke2013-12-141-13/+6
* dbwrap_cache: Check negative firstVolker Lendecke2013-12-141-3/+3
* dbwrap_cache: Fix dbwrap_cache_validateVolker Lendecke2013-12-141-2/+14
* dbwrap: Avoid a stackframe in fetch_locked_internalVolker Lendecke2013-12-141-5/+2
* iconv: Use a static buffer in iconf not to spoil the talloc_poolVolker Lendecke2013-12-141-15/+1
* lib/tdb: fix compiler warningsChristian Ambach2013-12-122-8/+8
* lib/ldb fix compiler warningsChristian Ambach2013-12-121-2/+2
* lib/ldb fix compiler warningsChristian Ambach2013-12-121-2/+2
* lib/ldb-samba: fix a compiler warningChristian Ambach2013-12-121-0/+1
* lib/compression: fix a compiler warningsChristian Ambach2013-12-121-2/+0
* lib-util: add functions to get elapsed from given timespec structsVolker Lendecke2013-12-122-0/+28
* tevent: version 0.9.20Stefan Metzmacher2013-12-122-1/+88
* tevent: give the user the chance to ask for TEVENT_NUM_SIGNALS and TEVENT_SA_...Stefan Metzmacher2013-12-111-0/+10
* tevent: change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256Stefan Metzmacher2013-12-111-1/+1
* tevent: tevent_epoll_set_panic_fallback() can be a void functionStefan Metzmacher2013-12-113-6/+3
* tevent: make use of talloc_get_type_abort() in tevent_epoll.cStefan Metzmacher2013-12-111-15/+11
* tevent: make use of talloc_get_type_abort() in tevent_signal.cStefan Metzmacher2013-12-111-6/+6
* tevent: make use of talloc_get_type_abort() in tevent_select.cStefan Metzmacher2013-12-111-6/+8
* tevent: make use of talloc_get_type_abort() in tevent_req.cStefan Metzmacher2013-12-111-4/+6
* tevent: make use of talloc_get_type_abort() in tevent_queue.cStefan Metzmacher2013-12-111-2/+3
* tevent: use talloc_get_type_abort() in the documentation examplesStefan Metzmacher2013-12-111-2/+2
* tevent: add tevent_queue_wait_send/recv()Gregor Beck2013-12-112-0/+85
* tevent: tevent_req_create() already uses ZERO_STRUCT(req)Stefan Metzmacher2013-12-111-2/+0
* tevent: let tevent_req_received() clear the private_cancel functionStefan Metzmacher2013-12-111-0/+1
* tevent: cancel the timeout timer when the request is finishedStefan Metzmacher2013-12-111-0/+6
* lib:util: fix a comment typoMichael Adam2013-12-111-1/+1
* CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()Stefan Metzmacher2013-12-091-0/+5
* lib/ntdb optimize includes in ntdb toolsChristian Ambach2013-12-077-61/+5
* lib/ntdb optimize includes in ntdb testsChristian Ambach2013-12-0727-97/+20
* lib/ntdb correct includes in private headerChristian Ambach2013-12-071-0/+5
* lib/ntdb fix compilation when libreplace is not aroundChristian Ambach2013-12-072-1/+10
* lib/socket_wrapper fix compilation when libreplace is not aroundChristian Ambach2013-12-071-0/+20
* ldb: bad if test in ldb_comparison_fold()Jeremy Allison2013-12-071-1/+1
* pyntdb: Add tests for Python API.Jelmer Vernooij2013-12-062-2/+156
* pyntdb: Don't segfault when passing in None as filename (for memory db)Jelmer Vernooij2013-12-061-1/+1
* pyntdb: Don't allow access after a database is closed.Jelmer Vernooij2013-12-062-6/+77
* tdb tests: Remove custom code for "tdb2", which has been split out into ntdb.Jelmer Vernooij2013-12-061-43/+22
* krb5_wrap: Move function declaration outside the function.Andreas Schneider2013-12-061-8/+9