summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tdb: version 1.3.6tdb-1.3.6Stefan Metzmacher2015-06-122-1/+70
* lib/replace: remove unused HAVE_DECL_PTHREAD_{MUTEXATTR_SETROBUST,MUTEX_CONSI...Stefan Metzmacher2015-06-121-10/+0
* lib/replace: fix PTHREAD_MUTEX_ROBUST fallback to PTHREAD_MUTEX_ROBUST_NP on ...Stefan Metzmacher2015-06-122-6/+9
* tevent: version 0.9.25tevent-0.9.25Stefan Metzmacher2015-06-122-1/+89
* pytevent: add a TeventTimer_Object_ref helper structure to make the code clearerStefan Metzmacher2015-06-121-9/+13
* pytevent: remove const warnings using discard_const_p()Stefan Metzmacher2015-06-121-13/+23
* pytevent: remove dead code TEVENT_DEPRECATED is never definedStefan Metzmacher2015-06-121-48/+0
* talloc:guide: fix documented signature of talloc_unlink().Michael Adam2015-06-121-1/+1
* talloc:manpage: fix documented signature of talloc_unlink().Michael Adam2015-06-121-1/+1
* talloc: sync the talloc_reference() description between talloc_guide and manpageStefan Metzmacher2015-06-121-3/+3
* lib/async_req: remove the tevent_fd as early as possible via a wait_for_read_...Stefan Metzmacher2015-06-121-9/+21
* lib/async_req: remove the tevent_fd as early as possible via a read_packet_cl...Stefan Metzmacher2015-06-121-4/+20
* lib/async_req: use tevent_req_nomem/tevent_req_post in read_packet_send()Stefan Metzmacher2015-06-121-7/+4
* lib/async_req: s/result/req/ in read_packet_send()Stefan Metzmacher2015-06-121-6/+6
* lib/async_req: remove the tevent_fd as early as possible via a writev_cleanup...Stefan Metzmacher2015-06-121-14/+27
* lib/async_req: simplify async_connect_* using a _cleanup() hookStefan Metzmacher2015-06-121-35/+33
* lib/async_req: s/result/req/ in async_connect_send()Stefan Metzmacher2015-06-121-9/+8
* lib/async_req: remove unused sendto_{send,recv} and recvfrom_{send,recv}Stefan Metzmacher2015-06-122-190/+0
* lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher2015-06-122-0/+59
* lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher2015-06-122-0/+66
* tevent.h: propose tstream_ versions of read_packet_send/recv and writev_send/...Stefan Metzmacher2015-06-121-2/+2
* tevent/testsuite: make sure we cleanup tevent_fd structures in the correct orderStefan Metzmacher2015-06-121-2/+2
* debug: Change syslog priority mapping to match new log level macrosChristof Schmitt2015-06-111-4/+9
* debug: Add definitions and macros for log levelsChristof Schmitt2015-06-111-0/+15
* lib/util: remove signal related configure checksStefan Metzmacher2015-06-101-2/+0
* lib/replace: add signal related configure checksStefan Metzmacher2015-06-101-0/+1
* pytevent: Build for two versions of Python at oncePetr Viktorin2015-06-101-7/+10
* pytevent: Port to Python 3Petr Viktorin2015-06-101-13/+57
* pytalloc: Improve timer wrapper, and test itPetr Viktorin2015-06-103-19/+185
* pytevent: Define missing TeventFd_Type objectPetr Viktorin2015-06-101-0/+13
* pytevent: Better error and reference handlingPetr Viktorin2015-06-101-6/+25
* lib/util/charset: fix conversion failure loggingRalph Boehme2015-06-091-1/+3
* tsocket: Use common code in tsocket_bsd_common_prepare_fdVolker Lendecke2015-06-052-30/+8
* debug: Fix default log levelsVolker Lendecke2015-06-041-2/+2
* Prevent clashes between system and Samba SHA functionsEmmanuel Dreyfus2015-06-033-2/+12
* tevent: fix access after free in tevent_common_check_signal()Stefan Metzmacher2015-06-021-1/+1
* tevent: add a note to tevent_add_fd()Stefan Metzmacher2015-05-201-0/+5
* pytalloc: Test for all Python versionsPetr Viktorin2015-05-191-9/+1
* buildtools: Add a helper to iterate through Python environmentsPetr Viktorin2015-05-191-62/+27
* pytalloc: Build for two Python versions at oncePetr Viktorin2015-05-191-0/+37
* pytalloc: Port to Python 3Petr Viktorin2015-05-198-19/+140
* s3: IPv6 enabled DNS connections for ADS clientDavid Holder2015-05-152-43/+86
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-1/+1
* dbwrap: Remove an unused variableVolker Lendecke2015-05-131-2/+0
* lib: Remove unused hex_encode()Volker Lendecke2015-05-132-19/+2
* smbd: Offer SMB 3.1.1 by default.Stefan Metzmacher2015-05-081-1/+1
* smbd: offer SMB 3.0.2 by default.Michael Adam2015-05-081-1/+1
* libcli/smb: add PROTOCOL_SMB3_11 and SMB3_DIALECT_REVISION_311Stefan Metzmacher2015-05-081-0/+1
* Fix a few printf format errorsVolker Lendecke2015-05-071-1/+1
* lib: Fix strv_next for the anchor NULL entryVolker Lendecke2015-05-071-0/+7