lib: tevent: docs: Add tutorial on thread usage.
[samba.git] / lib /
2016-04-18 Jeremy Allisonlib: tevent: docs: Add tutorial on thread usage.
2016-04-18 Jeremy Allisonlib: tevent: tests: Add a second thread test that does...
2016-04-18 Jeremy Allisonlib: tevent: Initial test of tevent threaded context...
2016-04-18 Jeremy Allisonlib: tevent: Initial checkin of threaded tevent context...
2016-04-12 Stefan MetzmacherMerge tag 'samba-4.2.11' into v4-2-test
2016-03-30 Stefan MetzmacherCVE-2016-2118: docs-xml: default "allow dcerpc auth...
2016-03-30 Ralph BoehmeCVE-2016-2118(<=4.3) docs-xml: add "allow dcerpc auth...
2016-03-30 Stefan MetzmacherCVE-2016-2118: docs-xml: add "allow dcerpc auth level...
2016-03-30 Stefan MetzmacherCVE-2016-2115: docs-xml: always default "client ipc...
2016-03-30 Ralph BoehmeCVE-2016-2115: s3:libsmb: add signing constant SMB_SIGN...
2016-03-30 Ralph BoehmeCVE-2016-2115(<=4.3): docs-xml: add "client ipc signing...
2016-03-30 Stefan MetzmacherCVE-2016-2115: docs-xml: add "client ipc signing" option
2016-03-30 Ralph BoehmeCVE-2016-2115(<=4.3): docs-xml: add "client ipc min...
2016-03-30 Stefan MetzmacherCVE-2016-2115: docs-xml: add "client ipc min protocol...
2016-03-30 Stefan MetzmacherCVE-2016-2113: docs-xml: let "tls verify peer" default...
2016-03-30 Ralph BoehmeCVE-2016-2113(<=4.3): docs-xml: add "tls verify peer...
2016-03-30 Stefan MetzmacherCVE-2016-2113: docs-xml: add "tls verify peer" option...
2016-03-28 Stefan MetzmacherCVE-2016-2112: docs-xml: change the default of "ldap...
2016-03-28 Ralph BoehmeCVE-2016-2112(<=4.3): docs-xml: add "ldap server requir...
2016-03-28 Stefan MetzmacherCVE-2016-2112: docs-xml: add "ldap server require stron...
2016-03-28 Stefan MetzmacherCVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2...
2016-03-28 Stefan MetzmacherCVE-2016-2111(<=4.3): docs-xml: add "raw NTLMv2 auth...
2016-03-28 Stefan MetzmacherCVE-2016-2111: docs-xml: add "raw NTLMv2 auth" defaulti...
2016-03-28 Stefan Metzmacherlib/util_net: add support for .ipv6-literal.net
2016-03-28 Stefan Metzmacherlib/util_net: move ipv6 linklocal handling into interpr...
2016-03-28 Volker Lendeckeasn1: Make 'struct asn1_data' private
2016-03-28 Volker Lendeckeasn1: Remove a reference to asn1_data internals
2016-03-28 Volker Lendeckeasn1: Add asn1_current_ofs()
2016-03-28 Volker Lendeckeasn1: Add asn1_has_nesting
2016-03-28 Volker Lendeckeasn1: Add asn1_extract_blob()
2016-03-28 Volker Lendeckeasn1: Add asn1_set_error()
2016-03-28 Volker Lendeckeasn1: Add asn1_has_error()
2016-03-28 Volker Lendeckeasn1: Make "struct nesting" private
2016-03-28 Volker Lendeckeasn1: Add some early returns
2016-03-28 Volker Lendeckeasn1: Add overflow check to asn1_write
2016-03-28 Volker Lendeckeasn1: Make asn1_peek_full_tag return 0/errno
2016-03-28 Volker Lendeckeasn1: Remove an unused asn1 function
2016-03-28 Andrew Bartlettlib/tls: Change default supported TLS versions.
2016-03-28 Andrew Bartlettlib/tls: Add new 'tls priority' option
2016-03-28 Stefan Metzmacherlib/util: fix output format in dump_data*()
2016-03-08 Stefan MetzmacherMerge tag 'samba-4.2.9' into v4-2-test
2016-02-16 Ralph Boehmelib/tsocket: workaround sockets not supporting FIONREAD
2016-02-16 Volker Lendeckeparam: Fix str_list_v3 to accept ; again
2015-12-18 Günther Deschnerlib/async_req: do not install async_connect_send_test.
2015-12-18 Jeremy Allisonlib/param: add a fixed unified lpcfg_string_{free,set...
2015-12-16 Karolin SeegerMerge tag 'samba-4.2.7' into v4-2-test
2015-12-11 Karolin SeegerFix bug #11394 - Crash: Bad talloc magic value - access...
2015-12-09 Ralph Boehmeldb: bump version of the required system ldb to 1.1.24
2015-12-09 Douglas BagnallCVE-2015-5330: ldb_dn_explode: copy strings by length...
2015-12-09 Douglas BagnallCVE-2015-5330: next_codepoint_handle_ext: don't short...
2015-12-09 Douglas BagnallCVE-2015-5330: strupper_talloc_n_handle(): properly...
2015-12-09 Douglas BagnallCVE-2015-5330: Fix handling of unicode near string...
2015-12-09 Douglas BagnallCVE-2015-5330: ldb_dn_escape_value: use known string...
2015-12-09 Douglas BagnallCVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_i...
2015-12-09 Jeremy AllisonCVE-2015-3223: lib: ldb: Use memmem binary search,...
2015-12-09 Jeremy AllisonCVE-2015-3223: lib: ldb: Cope with canonicalise_fn...
2015-11-06 Jeremy Allisonlib: util: Make non-critical message a warning.
2015-10-28 Ralph Boehmeasync_req: fix non-blocking connect()
2015-10-28 Ralph Boehmeselftest: add a test for async_connect_send()
2015-10-12 Volker Lendecketdb: Fix bug 11381, deadlock
2015-08-04 Jeremy Allisonlib: replace: Add strsep function (missing on Solaris).
2015-07-16 Michael AdamIntroduce setting "desired" for 'smb encrypt' and ...
2015-06-30 Jeremy Allisons3: smbd: Codenomicon crash in do_smb_load_module().
2015-06-30 Stefan Metzmacherlib/async_req: remove the tevent_fd as early as possibl...
2015-06-30 Stefan Metzmacherlib/async_req: remove the tevent_fd as early as possibl...
2015-06-30 Stefan Metzmacherlib/async_req: use tevent_req_nomem/tevent_req_post...
2015-06-30 Stefan Metzmacherlib/async_req: s/result/req/ in read_packet_send()
2015-06-30 Stefan Metzmacherlib/async_req: remove the tevent_fd as early as possibl...
2015-06-30 Stefan Metzmacherlib/async_req: simplify async_connect_* using a _cleanu...
2015-06-30 Stefan Metzmacherlib/async_req: s/result/req/ in async_connect_send()
2015-06-30 Stefan Metzmacherlib/async_req: remove unused sendto_{send,recv} and...
2015-06-30 Stefan Metzmacherlib/tsocket: add tdgram_inet_udp_broadcast_socket()
2015-06-30 Stefan Metzmacherlib/tsocket: add tdgram_bsd_existing_socket() helper...
2015-06-30 Volker Lendeckelib: Add tevent_req_simple_recv_unix
2015-06-20 Stefan Metzmachertdb: version 1.3.6
2015-06-20 Stefan Metzmacherlib/replace: remove unused HAVE_DECL_PTHREAD_{MUTEXATTR...
2015-06-20 Stefan Metzmacherlib/replace: fix PTHREAD_MUTEX_ROBUST fallback to PTHRE...
2015-06-20 Stefan Metzmacherlib/util: remove signal related configure checks
2015-06-20 Stefan Metzmacherlib/replace: add signal related configure checks
2015-06-20 Alexander Drozdovtdb: version 1.3.5
2015-06-20 Alexander Drozdovtdb: introduce tdb_chainlock_read_nonblock(), a nonbloc...
2015-06-20 Jelmer VernooijAdd set date to tdb manpages.
2015-06-20 Amitay Isaacstdb: Do not build test binaries if it's not a standalon...
2015-06-20 Volker Lendecketdb: Fix CID 1034842 Resource leak
2015-06-20 Volker Lendecketdb: Fix CID 1034841 Resource leak
2015-06-20 Ralph Boehmelib/util/charset: fix conversion failure logging
2015-06-20 Stefan Metzmachertevent: version 0.9.25
2015-06-20 Stefan Metzmacherpytevent: add a TeventTimer_Object_ref helper structure...
2015-06-20 Stefan Metzmacherpytevent: remove const warnings using discard_const_p()
2015-06-20 Stefan Metzmacherpytevent: remove dead code TEVENT_DEPRECATED is never...
2015-06-20 Stefan Metzmachertevent.h: propose tstream_ versions of read_packet_send...
2015-06-20 Stefan Metzmachertevent/testsuite: make sure we cleanup tevent_fd struct...
2015-06-20 Petr Viktorinpytevent: Port to Python 3
2015-06-20 Petr Viktorinpytalloc: Improve timer wrapper, and test it
2015-06-20 Petr Viktorinpytevent: Define missing TeventFd_Type object
2015-06-20 Petr Viktorinpytevent: Better error and reference handling
2015-06-20 Stefan Metzmachertevent: fix access after free in tevent_common_check_si...
2015-06-20 Stefan Metzmachertevent: add a note to tevent_add_fd()
2015-06-20 Gordon Rosslib: tevent: Fix compile error in Solaris ports backend.
2015-06-20 Volker Lendecketevent: Fix CID 1035381 Unchecked return value
next