summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Bump version up to 4.1.24...v4-1-testStefan Metzmacher2016-03-081-1/+1
* Merge tag 'samba-4.1.23' into v4-1-testStefan Metzmacher2016-03-0823-231/+1197
|\
| * VERSION: Disable git snapshots for the 4.1.23 release.samba-4.1.23v4-1-stableKarolin Seeger2016-02-241-1/+1
| * WHATSNEW: Add release notes for Samba 4.0.23.Karolin Seeger2016-02-241-2/+85
| * CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam2016-02-241-34/+26
| * CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam2016-02-242-8/+56
| * 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-10/+187
| * 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/+165
| * 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-1/+0
| * CVE-2016-0771: tests/dns: prepare script for further testingGarming Sam2016-02-241-0/+5
| * CVE-2016-0771: tests/dns: Modify dns tests to match new IDLGarming Sam2016-02-241-17/+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.1.23...Karolin Seeger2016-02-241-2/+2
* | VERSION: Bump version up to 4.1.23...Karolin Seeger2015-12-161-2/+2
* | Merge tag 'samba-4.1.22' into v4-1-testKarolin Seeger2015-12-1620-527/+808
|\ \ | |/
| * VERSION: Disable git snapshots for the 4.1.22 release.samba-4.1.22Karolin Seeger2015-12-101-1/+1
| * WHATSNEW: Add release notes for Samba 4.1.22.Karolin Seeger2015-12-101-3/+159
| * CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett2015-12-101-2/+22
| * CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher2015-12-101-0/+11
| * CVE-2015-5296: s3:libsmb: force signing when requiring encryption in SMBC_ser...Stefan Metzmacher2015-12-101-3/+12
| * CVE-2015-5296: s3:libsmb: force signing when requiring encryption in do_conne...Stefan Metzmacher2015-12-101-1/+6
| * CVE-2015-5299: s3-shadow-copy2: fix missing access check on snapdirJeremy Allison2015-12-101-0/+45
| * CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the sh...Jeremy Allison2015-12-101-3/+10
| * CVE-2015-7540: lib: util: Check *every* asn1 return call and early return.Jeremy Allison2015-12-101-61/+45
| * CVE-2015-7540: s4: libcli: ldap message - Ensure all asn1_XX returns are chec...Jeremy Allison2015-12-103-395/+401
| * ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-092-3/+4
| * CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
| * CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
| * CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2