summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib:krb5_wrap:krb5_samba: increase debug level for smb_krb5_get_default_realm...Günther Deschner2016-04-281-2/+2
* ldb-samba/ldb_matching_rules: Fix CID 1349424 - Uninitialized pointer readRobin Hack2016-04-271-1/+1
* talloc/testsuite: Fix CID 1291641 - Logically dead codeRobin Hack2016-04-261-5/+5
* LDB: Redudant test on NULL context removePetr Cech2016-04-261-1/+1
* Refactor the dns_open_connection code so that duplicate code is removed and e...Richard Sharpe2016-04-261-55/+39
* Fix CHECK_CODE usage in atomics builtin detectionJérémie Courrèges-Anglas2016-04-261-12/+4
* krb5_wrap: fix keep_old_entries logic in smb_krb5_kt_seek_and_delete_old_entr...Ralph Boehme2016-04-251-0/+12
* krb5_wrap: add enctype arg to smb_krb5_kt_seek_and_delete_old_entries()Ralph Boehme2016-04-252-0/+3
* lib: dns: Clean up allocated structure on error exit.Jeremy Allison2016-04-221-4/+6
* util: Add memcmp_const_time()Andreas Schneider2016-04-192-0/+25
* CVE-2016-2118: docs-xml: default "allow dcerpc auth level connect" to "no"Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2118: docs-xml: add "allow dcerpc auth level connect" defaulting to ...Stefan Metzmacher2016-04-121-0/+2
* CVE-2016-2115: docs-xml: always default "client ipc signing" to "mandatory"Stefan Metzmacher2016-04-121-5/+1
* CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-04-121-1/+4
* CVE-2016-2115: docs-xml: add "client ipc signing" optionStefan Metzmacher2016-04-121-0/+14
* CVE-2016-2115: docs-xml: add "client ipc min protocol" and "client ipc max pr...Stefan Metzmacher2016-04-121-0/+26
* CVE-2016-2113: docs-xml: let "tls verify peer" default to "as_strict_as_possi...Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2113: docs-xml: add "tls verify peer" option defaulting to "no_check"Stefan Metzmacher2016-04-122-0/+16
* CVE-2016-2112: docs-xml: change the default of "ldap server require strong au...Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2112: docs-xml: add "ldap server require strong auth" optionStefan Metzmacher2016-04-123-0/+20
* CVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2 auth" to "no"Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2111: docs-xml: add "raw NTLMv2 auth" defaulting to "yes"Stefan Metzmacher2016-04-121-0/+1
* tdb mutex check: Fix CID 1358473 Uninitialized scalar variableVolker Lendecke2016-04-121-0/+2
* tdb: version 1.3.9tdb-1.3.9Stefan Metzmacher2016-04-112-1/+70
* tdb: rework cleanup logic in tdb_runtime_check_for_robust_mutexes()Uri Simchoni2016-04-111-37/+45
* nwrap: Fix the build on SolarisVolker Lendecke2016-04-051-1/+1
* lib:replace: Missing semicolon on function definition.Jeremy Allison2016-04-021-1/+1
* gpfswrap: Add wrapper for gpfs_set_winattrsChristof Schmitt2016-04-012-0/+14
* tdb: avoid a race condition when checking for robust mutexesRalph Boehme2016-03-291-28/+32
* lib/util: fix function commentUri Simchoni2016-03-281-1/+1
* tevent.h: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-241-1/+1
* libreplace: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-241-2/+2
* util/attr.h: use HAVE___ATTRIBUTE__, not __GNUC__ comparisonsDouglas Bagnall2016-03-241-8/+8
* ldb_controls: avoid unnecessary unchecked talloc_asprintf()sDouglas Bagnall2016-03-221-124/+99
* ldb controls: allow paged_search to use a cookieDouglas Bagnall2016-03-221-10/+29
* ldb client controls: don't ignore failed memdupDouglas Bagnall2016-03-221-0/+12
* ldb controls: don't ignore memory allocation failureDouglas Bagnall2016-03-221-0/+3
* sort: enable custom behaviour on critical controlGarming Sam2016-03-221-0/+2
* lib:tdb: Remove use of strcpy in tdb test.Jeremy Allison2016-03-221-1/+2
* lib/torture: add torture_assert_u64_not_equal_goto macroGünther Deschner2016-03-221-0/+12
* lib: Update nss_wrapper to version 1.1.3Andreas Schneider2016-03-222-3/+33
* lib: Update uid_wrapper to version 1.2.1Andreas Schneider2016-03-222-2/+2
* lib: Update socket_wrapper to version 1.1.6Andreas Schneider2016-03-222-12/+148
* ldb client controls: avoid talloc_memdup(x, y, (size_t)-1);Douglas Bagnall2016-03-191-4/+27
* lib: Fix CID 1356315 Dereference before null checkVolker Lendecke2016-03-181-5/+2
* krb5-wrap: Use the principal returned by the KDC to create the ccacheAndreas Schneider2016-03-171-0/+8
* ldb-samba:wscript: python_samba__ldb depends on pyauthStefan Metzmacher2016-03-161-1/+1
* lib/socket/interfaces: Fix some uninitialied bytes.Günther Deschner2016-03-121-0/+1
* lib/util_net: add support for .ipv6-literal.netStefan Metzmacher2016-03-102-5/+154
* lib/util_net: move ipv6 linklocal handling into interpret_string_addr_internal()Stefan Metzmacher2016-03-101-39/+56