summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.3.6 release.samba-4.3.6Karolin Seeger2016-02-241-1/+1
* WHATSNEW: Add release notes for Samba 4.3.6.Karolin Seeger2016-02-241-2/+85
* CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam2016-02-241-44/+24
* CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam2016-02-242-9/+40
* CVE-2016-0771: tests: rename test getopt to get_optGarming Sam2016-02-242-1/+1
* CVE-2016-0771: tests/dns: RPC => DNS roundtrip testGarming Sam2016-02-242-13/+190
* CVE-2016-0771: dnsserver: don't force UTF-8 for TXTGarming Sam2016-02-241-1/+1
* CVE-2016-0771: tests/dns: modify tests to check via RPCGarming Sam2016-02-241-106/+160
* CVE-2016-0771: tests/dns: Add some more test cases for TXT recordsGarming Sam2016-02-241-39/+71
* CVE-2016-0771: tests/dns: Correct error code for formerly unrun testGarming Sam2016-02-241-1/+1
* CVE-2016-0771: tests/dns: restore formerly segfaulting testGarming Sam2016-02-241-26/+25
* CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviourGarming Sam2016-02-241-0/+1
* CVE-2016-0771: tests/dns: FORMERR can simply timeout against WindowsGarming Sam2016-02-241-10/+53
* CVE-2016-0771: tests/dns: prepare script for further testingGarming Sam2016-02-241-6/+6
* CVE-2016-0771: tests/dns: Modify dns tests to match new IDLGarming Sam2016-02-241-18/+20
* CVE-2016-0771: dns.idl: make use of dnsp_hinfoStefan Metzmacher2016-02-241-8/+1
* CVE-2016-0771: s4:dns_server: fix idl for dns_txt_recordStefan Metzmacher2016-02-245-39/+43
* CVE-2016-0771: librpc: add ndr_dnsp_string_list_copy() helper functionStefan Metzmacher2016-02-242-0/+28
* CVE-2016-0771: librpc: add RPC_NDR_DNSSERVER to dcerpc-samba libraryStefan Metzmacher2016-02-241-14/+4
* CVE-2016-0771: s4:librpc: python_dns and python_dcerpc_dnsp doesn't require c...Stefan Metzmacher2016-02-243-5/+5
* CVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK-EA test.Jeremy Allison2016-02-243-1/+180
* CVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK-ACL test.Jeremy Allison2016-02-243-1/+200
* CVE-2015-7560: s3: libsmb: Add SMB1-only POSIX cli_posix_setacl() functions. ...Jeremy Allison2016-02-242-0/+111
* CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...Jeremy Allison2016-02-243-19/+19
* CVE-2015-7560: s3: smbd: Refuse to set EA's on a symlink.Jeremy Allison2016-02-241-0/+5
* CVE-2015-7560: s3: smbd: Silently return no EA's available on a symlink.Jeremy Allison2016-02-241-0/+9
* CVE-2015-7560: s3: smbd: Set return values early, allows removal of code dupl...Jeremy Allison2016-02-241-8/+5
* CVE-2015-7560: s3: smbd: Refuse to get a POSIX ACL on a symlink.Jeremy Allison2016-02-241-0/+7
* CVE-2015-7560: s3: smbd: Refuse to set a POSIX ACL on a symlink.Jeremy Allison2016-02-241-0/+6
* CVE-2015-7560: s3: smbd: Refuse to set an ACL from a POSIX file handle on a s...Jeremy Allison2016-02-241-0/+6
* CVE-2015-7560: s3: smbd: Refuse to get an ACL from a POSIX file handle on a s...Jeremy Allison2016-02-241-0/+7
* CVE-2015-7560: s3: smbd: Add refuse_symlink() function that can be used to pr...Jeremy Allison2016-02-241-0/+28
* VERSION: Bump version up to 4.3.6...Karolin Seeger2016-02-241-2/+2
* VERSION: Disable git snapshots for the 4.3.5 release.samba-4.3.5Karolin Seeger2016-02-221-1/+1
* WHATSNEW: Add release notes for Samba 4.3.5.Karolin Seeger2016-02-221-2/+89
* ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."Martin Schwenke2016-02-162-11/+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
* loadparm: Fix memory leak issue.Hemanth Thummala2016-02-151-1/+1
* s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with ...Jeremy Allison2016-02-151-1/+38
* s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file.Jose A. Rivera2016-02-151-2/+2
* docs-xml: fix typo in smbspool_krb5_wrapper manpage.Günther Deschner2016-02-091-1/+1
* docs: Add smbspool_krb5_wrapper manpageAndreas Schneider2016-02-092-0/+65
* python:tests/core: add tests for arcfour_encrypt() and string_to_byte_array()Stefan Metzmacher2016-02-051-0/+16
* s4:scripting/devel: make use of the generic arcfour_encrypt() and string_to_b...Stefan Metzmacher2016-02-051-15/+3
* python:samba/netcmd/domain: make use of the generic arcfour_encrypt() and str...Stefan Metzmacher2016-02-051-18/+5
* python:samba/join.py: make use of the generic arcfour_encrypt() and string_to...Stefan Metzmacher2016-02-051-16/+3
* python:samba: add a generic arcfour_encrypt() helper functionStefan Metzmacher2016-02-051-0/+16
* python:samba: add a generic string_to_byte_array() helper functionStefan Metzmacher2016-02-051-0/+8
* ctdb-common: Use documented names for protocol family in socket()Amitay Isaacs2016-02-046-12/+12