summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wscript_configure_system_mitkrb5: add configure checks for GSS_KRB5_CRED_NO_C...Stefan Metzmacher2016-03-101-1/+3
* s3:libads: remove unused ads_connect_gc()Stefan Metzmacher2016-03-102-135/+0
* s4:librpc/rpc: map alter context SEC_PKG_ERROR to NT_STATUS_LOGON_FAILUREStefan Metzmacher2016-03-101-0/+3
* librpc/rpc: add error mappings for NO_CALL_ACTIVE, OUT_OF_RESOURCES and BAD_S...Stefan Metzmacher2016-03-101-2/+4
* dcerpc.idl: make WERROR RPC faults available in ndr_print outputStefan Metzmacher2016-03-101-5/+8
* epmapper.idl: make epm_twr_t available in python bindingsStefan Metzmacher2016-03-101-1/+1
* s3:selftest: run samba3.blackbox.smbclient_auth.plain also with $SERVER_IPV6Stefan Metzmacher2016-03-101-0/+3
* s3:test_smbclient_auth.sh: test using the ip address in the unc path (incl. i...Stefan Metzmacher2016-03-101-0/+11
* 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
* s4-selftest: Make export keytab test heimdal specificAndreas Schneider2016-03-102-1/+1
* s4-libnet: Implement export_keytab without HDBAndreas Schneider2016-03-101-33/+159
* s3-libnet: Allow the keytab function to use a relative pathAndreas Schneider2016-03-101-1/+4
* krb5_wrap: Add smb_krb5_open_keytab_relative() functionAndreas Schneider2016-03-102-9/+25
* krb5_wrap: Move smb_krb5_kt_add_entry() to krb5_wrapAndreas Schneider2016-03-103-244/+329
* s3-libads: Use the C99 boolean falseAndreas Schneider2016-03-101-1/+1
* s3-libads: Call smb_krb5_create_key_from_string() directlyAndreas Schneider2016-03-101-23/+32
* s3-libads: Pass down the salt principal in smb_krb5_kt_add_entry()Andreas Schneider2016-03-106-77/+148
* CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam2016-03-101-45/+25
* CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam2016-03-102-9/+40
* CVE-2016-0771: tests: rename test getopt to get_optGarming Sam2016-03-102-1/+1
* CVE-2016-0771: tests/dns: RPC => DNS roundtrip testGarming Sam2016-03-102-13/+190
* CVE-2016-0771: dnsserver: don't force UTF-8 for TXTGarming Sam2016-03-101-1/+1
* CVE-2016-0771: tests/dns: modify tests to check via RPCGarming Sam2016-03-101-106/+160
* CVE-2016-0771: tests/dns: Add some more test cases for TXT recordsGarming Sam2016-03-101-39/+71
* CVE-2016-0771: tests/dns: Correct error code for formerly unrun testGarming Sam2016-03-101-1/+1
* CVE-2016-0771: tests/dns: restore formerly segfaulting testGarming Sam2016-03-101-26/+25
* CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviourGarming Sam2016-03-101-0/+1
* CVE-2016-0771: tests/dns: FORMERR can simply timeout against WindowsGarming Sam2016-03-101-10/+53
* CVE-2016-0771: tests/dns: prepare script for further testingGarming Sam2016-03-101-6/+6
* CVE-2016-0771: tests/dns: Modify dns tests to match new IDLGarming Sam2016-03-101-18/+20
* CVE-2016-0771: dns.idl: make use of dnsp_hinfoStefan Metzmacher2016-03-101-8/+1
* CVE-2016-0771: s4:dns_server: fix idl for dns_txt_recordStefan Metzmacher2016-03-105-42/+48
* CVE-2016-0771: librpc: add ndr_dnsp_string_list_copy() helper functionStefan Metzmacher2016-03-102-0/+28
* CVE-2016-0771: librpc: add RPC_NDR_DNSSERVER to dcerpc-samba libraryStefan Metzmacher2016-03-101-14/+4
* CVE-2016-0771: s4:librpc: python_dns and python_dcerpc_dnsp doesn't require c...Stefan Metzmacher2016-03-103-5/+5
* CVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK-EA test.Jeremy Allison2016-03-103-1/+180
* CVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK-ACL test.Jeremy Allison2016-03-103-1/+200
* CVE-2015-7560: s3: libsmb: Add SMB1-only POSIX cli_posix_setacl() functions. ...Jeremy Allison2016-03-102-0/+111
* CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...Jeremy Allison2016-03-103-19/+19
* CVE-2015-7560: s3: smbd: Refuse to set EA's on a symlink.Jeremy Allison2016-03-101-0/+5
* CVE-2015-7560: s3: smbd: Silently return no EA's available on a symlink.Jeremy Allison2016-03-101-0/+9
* CVE-2015-7560: s3: smbd: Set return values early, allows removal of code dupl...Jeremy Allison2016-03-101-8/+5
* CVE-2015-7560: s3: smbd: Refuse to get a POSIX ACL on a symlink.Jeremy Allison2016-03-101-0/+7
* CVE-2015-7560: s3: smbd: Refuse to set a POSIX ACL on a symlink.Jeremy Allison2016-03-101-0/+6
* CVE-2015-7560: s3: smbd: Refuse to set an ACL from a POSIX file handle on a s...Jeremy Allison2016-03-101-0/+6
* CVE-2015-7560: s3: smbd: Refuse to get an ACL from a POSIX file handle on a s...Jeremy Allison2016-03-101-0/+7
* CVE-2015-7560: s3: smbd: Add refuse_symlink() function that can be used to pr...Jeremy Allison2016-03-101-0/+28
* ctdb-tunables: Mark tunable DeferredRebalanceOnNodeAdd obsoleteMartin Schwenke2016-03-101-1/+1
* ctdb-recoverd: Drop use of DeferredRebalanceOnNodeAdd tunableMartin Schwenke2016-03-101-32/+0