summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* waf:lib/replace gettext configure checksChristian Ambach2014-01-171-0/+9
* waf:lib/replace fix gettext detectionChristian Ambach2014-01-031-0/+7
* waf:lib/replace change detection of gettextChristian Ambach2014-01-031-4/+5
* waf:lib/replace fix up libintl related checksChristian Ambach2014-01-031-0/+1
* waf:lib/replace correct detection of libiconvChristian Ambach2014-01-031-1/+1
* tevent: version 0.9.21Stefan Metzmacher2014-01-172-1/+89
* tevent: add tevent_req_set_cleanup_fn()Stefan Metzmacher2014-01-173-0/+77
* tevent: add/use tevent_req_destructorStefan Metzmacher2014-01-171-1/+14
* tevent: add doxygen comments for tevent_num_signals() and tevent_sa_info_queu...Stefan Metzmacher2014-01-171-0/+23
* tevent: Add prototypesVolker Lendecke2014-01-171-0/+4
* tevent: Only build "std_fallback_to_poll" when epoll is aroundVolker Lendecke2014-01-171-0/+2
* tevent: fix crash bug in tevent_queue_immediate_trigger()Stefan Metzmacher2014-01-171-0/+4
* lib/param: fix unix extensions setting to be consistent with s3 and docsGarming Sam2014-01-141-1/+1
* lib: Fix strict-aliasing warning in md5 code.Andreas Schneider2014-01-091-3/+6
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-095-21/+0
* crypto: fix build on OS XBjörn Jacke2014-01-081-0/+1
* 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