summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/async_req: remove the tevent_fd as early as possible via a wait_for_read_...Stefan Metzmacher2015-06-301-9/+21
* lib/async_req: remove the tevent_fd as early as possible via a read_packet_cl...Stefan Metzmacher2015-06-301-4/+20
* lib/async_req: use tevent_req_nomem/tevent_req_post in read_packet_send()Stefan Metzmacher2015-06-301-7/+4
* lib/async_req: s/result/req/ in read_packet_send()Stefan Metzmacher2015-06-301-6/+6
* lib/async_req: remove the tevent_fd as early as possible via a writev_cleanup...Stefan Metzmacher2015-06-301-14/+27
* lib/async_req: simplify async_connect_* using a _cleanup() hookStefan Metzmacher2015-06-301-35/+33
* lib/async_req: s/result/req/ in async_connect_send()Stefan Metzmacher2015-06-301-9/+8
* lib/async_req: remove unused sendto_{send,recv} and recvfrom_{send,recv}Stefan Metzmacher2015-06-302-190/+0
* lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher2015-06-302-0/+59
* lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher2015-06-302-0/+66
* lib: Add tevent_req_simple_recv_unixVolker Lendecke2015-06-302-0/+14
* tdb: version 1.3.6Stefan Metzmacher2015-06-202-1/+70
* lib/replace: remove unused HAVE_DECL_PTHREAD_{MUTEXATTR_SETROBUST,MUTEX_CONSI...Stefan Metzmacher2015-06-201-10/+0
* lib/replace: fix PTHREAD_MUTEX_ROBUST fallback to PTHREAD_MUTEX_ROBUST_NP on ...Stefan Metzmacher2015-06-202-6/+9
* lib/util: remove signal related configure checksStefan Metzmacher2015-06-201-2/+0
* lib/replace: add signal related configure checksStefan Metzmacher2015-06-201-0/+1
* tdb: version 1.3.5Alexander Drozdov2015-06-202-1/+70
* tdb: introduce tdb_chainlock_read_nonblock(), a nonblock variant of tdb_chain...Alexander Drozdov2015-06-202-0/+8
* Add set date to tdb manpages.Jelmer Vernooij2015-06-204-0/+4
* tdb: Do not build test binaries if it's not a standalone buildAmitay Isaacs2015-06-201-11/+12
* tdb: Fix CID 1034842 Resource leakVolker Lendecke2015-06-201-0/+1
* tdb: Fix CID 1034841 Resource leakVolker Lendecke2015-06-201-3/+5
* lib/util/charset: fix conversion failure loggingRalph Boehme2015-06-201-1/+3
* tevent: version 0.9.25Stefan Metzmacher2015-06-202-1/+89
* pytevent: add a TeventTimer_Object_ref helper structure to make the code clearerStefan Metzmacher2015-06-201-9/+13
* pytevent: remove const warnings using discard_const_p()Stefan Metzmacher2015-06-201-13/+23
* pytevent: remove dead code TEVENT_DEPRECATED is never definedStefan Metzmacher2015-06-201-48/+0
* tevent.h: propose tstream_ versions of read_packet_send/recv and writev_send/...Stefan Metzmacher2015-06-201-2/+2
* tevent/testsuite: make sure we cleanup tevent_fd structures in the correct orderStefan Metzmacher2015-06-201-2/+2
* pytevent: Port to Python 3Petr Viktorin2015-06-201-13/+57
* pytalloc: Improve timer wrapper, and test itPetr Viktorin2015-06-202-18/+181
* pytevent: Define missing TeventFd_Type objectPetr Viktorin2015-06-201-0/+13
* pytevent: Better error and reference handlingPetr Viktorin2015-06-201-6/+25
* tevent: fix access after free in tevent_common_check_signal()Stefan Metzmacher2015-06-201-1/+1
* tevent: add a note to tevent_add_fd()Stefan Metzmacher2015-06-201-0/+5
* lib: tevent: Fix compile error in Solaris ports backend.Gordon Ross2015-06-201-1/+2
* tevent: Fix CID 1035381 Unchecked return valueVolker Lendecke2015-06-201-1/+3
* s3: IPv6 enabled DNS connections for ADS clientDavid Holder2015-06-012-43/+86
* lib/util: Include DEBUG macro in internal header files before samba_util.hLukas Slebodnik2015-04-212-4/+2
* waf: Fix systemd detectionAndreas Schneider2015-04-193-19/+22
* build: Move systemd checks to lib/utilChristof Schmitt2015-04-192-0/+22
* lib: tdb: Use sigaction when testing for robust mutexes.Jeremy Allison2015-04-081-4/+31
* docs: Mark 'client use spnego principal' as deprecated and also a bad idea.Jeremy Allison2015-04-081-1/+1
* replace: Remove superfluous check for gcrypt header.Andreas Schneider2015-03-241-1/+1
* talloc: version 2.1.2Stefan Metzmacher2015-03-243-1/+71
* talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher2015-03-241-1/+1
* lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison2015-03-241-0/+82
* lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison2015-03-241-0/+7
* lib: talloc: Fix bug when calling a destructor.Jeremy Allison2015-03-241-1/+7
* Include mimeparse, which is used by subunit/testtools.Jelmer Vernooij2015-03-247-0/+706