summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/replace remove orphaned codeChristian Ambach2013-12-042-349/+0
* ldb: use of NULL pointer bugfixPavel Reichl2013-12-031-2/+2
* replace: fix typo in variable nameDavid Disseldorp2013-11-281-1/+1
* replace: Don't run over dst in strlcatVolker Lendecke2013-11-281-1/+1
* Add a basic guide on pytalloc.Jelmer Vernooij2013-11-282-0/+156
* lib/param: Consolidate code to enable smb signing on the server, always enabl...Andrew Bartlett2013-11-221-0/+42
* lib/util: use proper include for struct statChristian Ambach2013-11-211-1/+3
* replace: Fix developer build on BSD.Andreas Schneider2013-11-211-0/+1
* docs: remove duplicate mention of "ntdbtool" in ntdbtool manpage.Günther Deschner2013-11-191-4/+0
* Release ntdb 1.0.Jelmer Vernooij2013-11-162-1/+39
* util: Remove 32bit macros breaking strict aliasing.Andreas Schneider2013-11-141-50/+2
* ldb: Fix CID 241329 Array compared against 0Volker Lendecke2013-11-111-1/+1
* iniparser: Fix CID 241908 Copy into fixed size bufferVolker Lendecke2013-11-111-3/+5
* CVE-2013-4476: lib-util: split out file_save_mode() from file_save()Björn Baumbach2013-11-112-5/+13
* CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2013-11-112-0/+53
* xattr: fix listing EAs on *BSD for non-root usersBjörn Jacke2013-11-081-0/+4
* ldb: Fix CID 240798 Uninitialized pointer readVolker Lendecke2013-10-221-1/+1
* lib/param: Add documentation on how loadparm worksAndrew Bartlett2013-10-161-0/+69
* param: Autogenerate s3 lp_ctx glue tableAndrew Bartlett2013-10-161-0/+1
* lib/param: Do not attempt to access the s3 function for allocated and subbed ...Andrew Bartlett2013-10-161-11/+10
* lib/param: lp_magicchar takes a const struct share_params *p so should be FN_...Andrew Bartlett2013-10-162-2/+2
* talloc: Add a warning to talloc_reference() documentation.Andreas Schneider2013-10-141-0/+8