summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/async_req: do not install async_connect_send_test.Günther Deschner2015-12-181-1/+2
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Jeremy Allison2015-12-181-19/+37
* Merge tag 'samba-4.2.7' into v4-2-testKarolin Seeger2015-12-167-57/+95
|\
| * ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-091-2/+3
| * CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
| * CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
| * CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2
| * CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-094-14/+25
| * CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-091-4/+8
| * CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-091-28/+18
| * CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-091-4/+13
| * CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-091-1/+15
* | Fix bug #11394 - Crash: Bad talloc magic value - access after freeKarolin Seeger2015-12-111-82/+126
|/
* lib: util: Make non-critical message a warning.Jeremy Allison2015-11-061-1/+1
* async_req: fix non-blocking connect()Ralph Boehme2015-10-281-29/+27
* selftest: add a test for async_connect_send()Ralph Boehme2015-10-282-0/+134
* tdb: Fix bug 11381, deadlockVolker Lendecke2015-10-121-1/+13
* lib: replace: Add strsep function (missing on Solaris).Jeremy Allison2015-08-043-2/+27
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-162-0/+2
* s3: smbd: Codenomicon crash in do_smb_load_module().Jeremy Allison2015-06-301-0/+5
* 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