summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.11.6 release.samba-4.11.6Karolin Seeger2020-01-281-1/+1
* WHATSNEW: Add release notes for Samba 4.11.6.Karolin Seeger2020-01-281-2/+74
* smbd: Fix the build with clangVolker Lendecke2020-01-271-1/+1
* script/release.sh: make it possible to run from a git worktreeStefan Metzmacher2020-01-211-2/+9
* VERSION: Bump version up to 4.11.6.Karolin Seeger2020-01-211-1/+1
* Merge tag 'samba-4.11.5' into v4-11-testKarolin Seeger2020-01-219-171/+751
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.11.5 release.samba-4.11.5Karolin Seeger2020-01-141-1/+1
| * WHATSNEW: Add release notes for Samba 4.11.5.Karolin Seeger2020-01-141-2/+74
| * CVE-2019-19344 kcc dns scavenging: Fix use after free in dns_tombstone_record...Gary Lockyer2020-01-081-9/+42
| * CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett2020-01-081-18/+20
| * CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to...Andrew Bartlett2020-01-085-154/+156
| * CVE-2019-14902 repl_meta_data: Set renamed = true (and so do SD inheritance) ...Andrew Bartlett2020-01-082-1/+13
| * CVE-2019-14902 repl_meta_data: Fix issue where inherited Security Descriptors...Andrew Bartlett2020-01-082-2/+21
| * CVE-2019-14902 repl_meta_data: schedule SD propagation to a renamed DNAndrew Bartlett2020-01-081-1/+16
| * 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