summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * CVE-2019-14902 dsdb: Ensure we honour both change->force_self and change->for...Andrew Bartlett2020-01-081-0/+7
| * CVE-2019-14902 dsdb: Add comments explaining why SD propagation needs to be d...Andrew Bartlett2020-01-081-0/+7
| * CVE-2019-14902 dsdb: Explain that descriptor_sd_propagation_recursive() is pr...Andrew Bartlett2020-01-081-0/+3
| * selftest: Add test to confirm ACL inheritence really happensAndrew Bartlett2020-01-081-21/+94
| * CVE-2019-14902 selftest: Add test for a special case around replicated renamesAndrew Bartlett2020-01-082-0/+70
| * CVE-2019-14902 selftest: Add test for replication of inherited security descr...Andrew Bartlett2020-01-083-0/+265
| * VERSION: Bump version up to 4.11.5...Karolin Seeger2020-01-081-2/+2
* | libsmbclient: If over SMB1 first try to do a posix stat on the file.Andreas Schneider2020-01-151-0/+20
* | s3:libsmb: Add a setup_stat_from_stat_ex() functionAndreas Schneider2020-01-152-0/+40
* | s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider2020-01-155-138/+95
* | s3:libsmb: Add try_posixinfo to SMBSRV struct. Only enable for SMB1 with UNIX...Andreas Schneider2020-01-152-0/+10
* | s3:libsmb: Generate the inode only based on the path componentAndreas Schneider2020-01-151-2/+2
* | s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison2020-01-152-14/+33
* | s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison2020-01-152-9/+9
* | s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison2020-01-152-26/+27
* | ctdb-tests: Skip some tests that don't work with IPv6Martin Schwenke2020-01-142-0/+24
* | ctdb-scripts: Strip square brackets when gathering connection infoMartin Schwenke2020-01-141-0/+6
* | librpc: Fix string length checking in ndr_pull_charset_to_null()Andreas Schneider2020-01-141-2/+47
* | source4/utils/oLschema2ldif: include stdint.h before cmocka.hFabrice Fontaine2020-01-141-0/+1
* | lib/ldb/tests: include stdint.h before cmocka.hFabrice Fontaine2020-01-146-0/+6
* | vfs_ceph_snapshots: fix root relative path handlingDavid Disseldorp2020-01-141-3/+11
* | upgradedns: ensure lmdb lock files linkedGary Lockyer2020-01-142-1/+10
* | test upgradedns: ensure lmdb lock files linkedGary Lockyer2020-01-143-0/+78
* | docs-xml/winbindnssinfo: clarify interaction with idmap_ad etc.Björn Jacke2020-01-141-5/+4
* | s3: VFS: glusterfs: Reset nlinks for symlink entries during readdirAnoop C S2019-12-191-1/+4
* | Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero.Torsten Fohrer2019-12-191-1/+1
* | pygpo: use correct method flagsDouglas Bagnall2019-12-191-1/+1
* | VERSION: Bump version up to 4.11.5...Karolin Seeger2019-12-161-2/+2
|/
* VERSION: Disable GIT_SNAPSHOT for the 4.11.4 release.samba-4.11.4Karolin Seeger2019-12-162-3/+84
* s3: smbd: Only set xconn->smb1.negprot.done = true after supported_protocols[...Jeremy Allison2019-12-132-2/+2
* python: tests. Add test for fuzzing smbd crash bug.Jeremy Allison2019-12-133-0/+79
* s3: smbd: Ensure we exit if supported_protocols[protocol].proto_reply_fn() fa...Jeremy Allison2019-12-131-1/+6
* s3: smbd: Change (*proto_reply_fn()) to return an NTSTATUS.Jeremy Allison2019-12-133-20/+21
* s3: smbd: Change reply_smb20xx() to return NTSTATUS.Jeremy Allison2019-12-131-4/+3
* s3: smbd: Ensure we exit on smbd_smb2_process_negprot() fail.Jeremy Allison2019-12-131-1/+8
* s3: smbd: Allow smbd_smb2_process_negprot() to return NTSTATUS as it can fail.Jeremy Allison2019-12-132-8/+9
* s3: smbd: SMB2 - Ensure we use the correct session_id if encrypting an interi...Jeremy Allison2019-12-131-1/+1
* VERSION: Bump version up to 4.11.4.Karolin Seeger2019-12-101-1/+1
* Merge tag 'samba-4.11.3' into v4-11-testKarolin Seeger2019-12-1013-67/+417
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.11.3 release.samba-4.11.3Karolin Seeger2019-12-041-1/+1
| * WHATSNEW: Add release notes for Samba 4.11.3.Karolin Seeger2019-12-041-2/+64
| * CVE-2019-14870: mit-kdc: enforce delegation_not_allowed flagIsaac Boukris2019-12-032-11/+11
| * CVE-2019-14870: heimdal: enforce delegation_not_allowed in S4U2SelfIsaac Boukris2019-12-032-23/+36
| * CVE-2019-14870: heimdal: add S4U test for delegation_not_allowedIsaac Boukris2019-12-033-0/+75
| * samba-tool: add user-sensitive command to set not-delegated flagIsaac Boukris2019-12-031-0/+58
| * s4-torture: Reduce flapping in SambaToolDrsTests.test_samba_tool_replicate_localAndrew Bartlett2019-12-031-1/+2
| * CVE-2019-14861: Test to demonstrate the bugAndrew Bartlett2019-12-031-0/+47
| * CVE-2019-14861: s4-rpc/dnsserver: Avoid crash in ldb_qsort() via dcesrv_Dnssr...Andrew Bartlett2019-12-033-27/+17
| * CVE-2019-14861: s4-rpc_server: Remove special case for @ in dns_build_tree()Andrew Bartlett2019-12-031-4/+5
| * CVE-2019-14861: s4-rpc/dnsserver: Confirm sort behaviour in dcesrv_DnssrvEnum...Andrew Bartlett2019-12-032-0/+103