summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Byte order reversal shouldn't assume size_t is 64 bit.Douglas Bagnall2015-06-241-1/+1
* lib: Fix CID 710685 Unchecked return value from libraryVolker Lendecke2015-06-231-1/+6
* lib: Fix CID 1273234 Untrusted value as argumentVolker Lendecke2015-06-231-1/+1
* lib: Fix CID 1034723 Explicit null dereferencedVolker Lendecke2015-06-231-7/+8
* lib: Fix CID 1272913 Calling risky functionVolker Lendecke2015-06-231-1/+2
* lib: Make genrand independentVolker Lendecke2015-06-231-2/+8
* lib: Make time-basic a libraryVolker Lendecke2015-06-231-4/+5
* lib: Fix deps for LIBCRYPTOVolker Lendecke2015-06-231-2/+2
* lib: Simplify arcfour_cryptVolker Lendecke2015-06-231-4/+5
* lib: Streamline genrand.c includesVolker Lendecke2015-06-235-26/+51
* lib: Fix whitespaceVolker Lendecke2015-06-231-9/+9
* lib: Strip genrand.c a bitVolker Lendecke2015-06-233-281/+311
* replace: Replace BSD strtoll by wrapping strtoll instead of strtoqFelix Janda2015-06-221-6/+2
* Fix a typoVolker Lendecke2015-06-191-2/+2
* s3: smbd: Codenomicon crash in do_smb_load_module().Jeremy Allison2015-06-181-0/+5
* lib: Fix CID 1306765 Unchecked return value from libraryVolker Lendecke2015-06-161-1/+7
* lib: Fix CID 1306764 Unchecked return valueVolker Lendecke2015-06-161-1/+1
* 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