summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.10.13 release.samba-4.10.13Karolin Seeger2020-01-231-1/+1
* WHATSNEW: Add release notes for Samba 4.10.13.Karolin Seeger2020-01-231-2/+103
* script/release.sh: make it possible to run from a git worktreeStefan Metzmacher2020-01-211-2/+9
* VERSION: Bump version up to 4.10.13.Karolin Seeger2020-01-211-1/+1
* Merge tag 'samba-4.10.12' into v4-10-testKarolin Seeger2020-01-219-168/+750
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.10.12 release.samba-4.10.12Karolin 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-091-9/+42
| * CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett2020-01-091-15/+18
| * CVE-2019-14907 lib/util/charset: clang: Fix Value stored to 'reason' is never...Noel Power2020-01-091-4/+4
| * CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to...Andrew Bartlett2020-01-095-154/+156
| * CVE-2019-14902 repl_meta_data: Set renamed = true (and so do SD inheritance) ...Andrew Bartlett2020-01-092-1/+13
| * CVE-2019-14902 repl_meta_data: Fix issue where inherited Security Descriptors...Andrew Bartlett2020-01-092-2/+21
| * CVE-2019-14902 repl_meta_data: schedule SD propagation to a renamed DNAndrew Bartlett2020-01-091-1/+16
| * CVE-2019-14902 dsdb: Ensure we honour both change->force_self and change->for...Andrew Bartlett2020-01-091-0/+7
| * CVE-2019-14902 dsdb: Add comments explaining why SD propagation needs to be d...Andrew Bartlett2020-01-091-0/+7
| * CVE-2019-14902 dsdb: Explain that descriptor_sd_propagation_recursive() is pr...Andrew Bartlett2020-01-091-0/+3
| * selftest: Add test to confirm ACL inheritence really happensAndrew Bartlett2020-01-091-21/+94
| * CVE-2019-14902 selftest: Add test for a special case around replicated renamesAndrew Bartlett2020-01-092-0/+70
| * CVE-2019-14902 selftest: Add test for replication of inherited security descr...Andrew Bartlett2020-01-093-0/+266
| * VERSION: Re-enable GIT_SNAPSHOT.Karolin Seeger2020-01-091-1/+1
| * VERSION: Bump version up to 4.10.12.Karolin Seeger2020-01-091-1/+1
* | 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
* | upgradedns: ensure lmdb lock files linkedGary Lockyer2020-01-142-1/+10
* | test upgradedns: ensure lmdb lock files linkedGary Lockyer2020-01-144-0/+94
* | docs-xml/winbindnssinfo: clarify interaction with idmap_ad etc.Björn Jacke2020-01-141-5/+4
* | libsmbclient: If over SMB1 first try to do a posix stat on the file.Andreas Schneider2020-01-141-0/+20
* | s3:libsmb: Add a setup_stat_from_stat_ex() functionAndreas Schneider2020-01-142-0/+40
* | s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider2020-01-145-138/+95
* | s3:libsmb: Add try_posixinfo to SMBSRV struct. Only enable for SMB1 with UNIX...Andreas Schneider2020-01-142-0/+10
* | s3:libsmb: Generate the inode only based on the path componentAndreas Schneider2020-01-141-2/+2
* | s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison2020-01-142-14/+33
* | s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison2020-01-142-9/+9
* | s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison2020-01-142-26/+27
* | 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.10.12.Karolin Seeger2019-12-161-1/+1
* | s3: smbd: Only set xconn->smb1.negprot.done = true after supported_protocols[...Jeremy Allison2019-12-162-2/+2
* | python: tests. Add test for fuzzing smbd crash bug.Jeremy Allison2019-12-163-0/+79
* | s3: smbd: Ensure we exit if supported_protocols[protocol].proto_reply_fn() fa...Jeremy Allison2019-12-161-1/+6
* | s3: smbd: Change (*proto_reply_fn()) to return an NTSTATUS.Jeremy Allison2019-12-163-20/+21
* | s3: smbd: Change reply_smb20xx() to return NTSTATUS.Jeremy Allison2019-12-161-4/+3
* | s3: smbd: Ensure we exit on smbd_smb2_process_negprot() fail.Jeremy Allison2019-12-161-1/+8
* | s3: smbd: Allow smbd_smb2_process_negprot() to return NTSTATUS as it can fail.Jeremy Allison2019-12-162-8/+9
* | s3: smbd: SMB2 - Ensure we use the correct session_id if encrypting an interi...Jeremy Allison2019-12-161-1/+1
* | Merge tag 'samba-4.10.11' into v4-10-testKarolin Seeger2019-12-1013-67/+418
|\ \ | |/
| * VERSION: Disable GIT_SNAPSHOT for the 4.10.11 release.samba-4.10.11Karolin Seeger2019-12-031-1/+1