summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-2118: docs-xml: default "allow dcerpc auth level connect" to "no"Stefan Metzmacher2016-03-301-1/+1
* CVE-2016-2118(<=4.3) docs-xml: add "allow dcerpc auth level connect" defaulti...Ralph Boehme2016-03-301-0/+8
* CVE-2016-2118: docs-xml: add "allow dcerpc auth level connect" defaulting to ...Stefan Metzmacher2016-03-301-0/+2
* CVE-2016-2115: docs-xml: always default "client ipc signing" to "mandatory"Stefan Metzmacher2016-03-301-5/+1
* CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-03-301-1/+4
* CVE-2016-2115(<=4.3): docs-xml: add "client ipc signing" optionRalph Boehme2016-03-301-0/+8
* CVE-2016-2115: docs-xml: add "client ipc signing" optionStefan Metzmacher2016-03-301-0/+14
* CVE-2016-2115(<=4.3): docs-xml: add "client ipc min protocol" and "client ipc...Ralph Boehme2016-03-301-0/+16
* CVE-2016-2115: docs-xml: add "client ipc min protocol" and "client ipc max pr...Stefan Metzmacher2016-03-301-0/+26
* CVE-2016-2113: docs-xml: let "tls verify peer" default to "as_strict_as_possi...Stefan Metzmacher2016-03-301-1/+1
* CVE-2016-2113(<=4.3): docs-xml: add "tls verify peer" option defaulting to "n...Ralph Boehme2016-03-301-0/+8
* CVE-2016-2113: docs-xml: add "tls verify peer" option defaulting to "no_check"Stefan Metzmacher2016-03-302-0/+16
* CVE-2016-2112: docs-xml: change the default of "ldap server require strong au...Stefan Metzmacher2016-03-291-1/+1
* CVE-2016-2112(<=4.3): docs-xml: add "ldap server require strong auth" optionRalph Boehme2016-03-291-0/+8
* CVE-2016-2112: docs-xml: add "ldap server require strong auth" optionStefan Metzmacher2016-03-293-0/+20
* CVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2 auth" to "no"Stefan Metzmacher2016-03-291-1/+1
* CVE-2016-2111(<=4.3): docs-xml: add "raw NTLMv2 auth" defaulting to "yes"Stefan Metzmacher2016-03-291-0/+8
* CVE-2016-2111: docs-xml: add "raw NTLMv2 auth" defaulting to "yes"Stefan Metzmacher2016-03-291-0/+1
* lib/util_net: add support for .ipv6-literal.netStefan Metzmacher2016-03-292-5/+154
* lib/util_net: move ipv6 linklocal handling into interpret_string_addr_internal()Stefan Metzmacher2016-03-291-39/+56
* asn1: Make 'struct asn1_data' privateVolker Lendecke2016-03-292-9/+10
* asn1: Remove a reference to asn1_data internalsVolker Lendecke2016-03-291-2/+4
* asn1: Add asn1_current_ofs()Volker Lendecke2016-03-292-0/+6
* asn1: Add asn1_has_nestingVolker Lendecke2016-03-292-0/+6
* asn1: Add asn1_extract_blob()Volker Lendecke2016-03-292-0/+22
* asn1: Add asn1_set_error()Volker Lendecke2016-03-292-0/+6
* asn1: Add asn1_has_error()Volker Lendecke2016-03-292-0/+6
* asn1: Make "struct nesting" privateVolker Lendecke2016-03-292-5/+7
* asn1: Add some early returnsVolker Lendecke2016-03-291-1/+11
* asn1: Add overflow check to asn1_writeVolker Lendecke2016-03-291-0/+6
* asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke2016-03-292-5/+5
* asn1: Remove an unused asn1 functionVolker Lendecke2016-03-292-29/+0
* lib/tsocket: workaround sockets not supporting FIONREADRalph Boehme2016-02-161-1/+61
* param: Fix str_list_v3 to accept ; againVolker Lendecke2016-02-151-1/+17
* dbwrap_rbt: fix modifying the db during traverseStefan Metzmacher2016-01-111-47/+57
* dbwrap_rbt: add nested traverse protectionStefan Metzmacher2016-01-111-31/+40
* dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()Stefan Metzmacher2016-01-111-3/+1
* Revert "Fix bug #11394 - Crash: Bad talloc magic value - access after free"Karolin Seeger2016-01-111-88/+71
* lib/async_req: do not install async_connect_send_test.Günther Deschner2015-12-171-1/+2
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Jeremy Allison2015-12-171-19/+37
* Merge tag 'samba-4.3.3' into v4-3-testKarolin Seeger2015-12-167-57/+95
|\
| * ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-101-2/+3
| * CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-101-2/+7
| * CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-101-1/+4
| * CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-101-1/+2
| * CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-104-14/+25
| * CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-101-4/+8
| * CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-101-28/+18
| * CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-101-4/+13
| * CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-101-1/+15