Commits on Source
197
520e1a58
VERSION: Bump version up to 4.5.7...
Mar 09, 2017
73f60429
smbd: Do an early exit on negprot failure
Mar 13, 2017
8f4bb3af
s3/wscript: fix Linux kernel oplock detection
Mar 14, 2017
c0d2c631
s3/smbd: add const to get_lease_type() args
Mar 14, 2017
52634536
s3/smbd: add comments and some reformatting to open_file_ntcreate()
Mar 14, 2017
32faf95a
s3/smbd: req is already validated at the beginning of open_file_ntcreate()
Mar 14, 2017
8707c863
s3/smbd: simplify defer_open()
Mar 14, 2017
6f7f8443
s3/smbd: add and use retry_open() instead of defer_open() in two places
Mar 14, 2017
5e02ff15
s3/smbd: fix schedule_async_open() timer
Mar 14, 2017
5f098459
s3/smbd: remove async_open arg from defer_open()
Mar 14, 2017
1b5e5040
s3/smbd: all callers of defer_open() pass a lck
Mar 14, 2017
a54aa79b
s3/smbd: fix deferred open with streams and kernel oplocks
Mar 14, 2017
e103ad52
s3/selftest: adopt config.h check from source4
Mar 14, 2017
f70070cb
s4/torture: some tests for kernel oplocks
Mar 14, 2017
708b1e20
manpages/vfs_fruit: document global options
Mar 14, 2017
62262616
replace: Include sysmacros.h
Mar 15, 2017
28b33116
Merge tag 'samba-4.5.7' into v4-5-test
Mar 23, 2017
d5379777
VERSION: Up to Samba 4.5.8.
Mar 23, 2017
cd86895e
s3: locking: Move two leases functions into a new file.
Mar 23, 2017
9533a55e
s3: locking: Update oplock optimization for the leases era !
Mar 23, 2017
85e34461
s3:vfs_expand_msdfs: Do not open the remote address as a file
Mar 23, 2017
19b6c872
ctdb-readonly: Avoid a tight loop waiting for revoke to complete
Mar 23, 2017
968e3e2f
Fix for Solaris C compiler.
Mar 23, 2017
8e8ebe54
Changes to make the Solaris C compiler happy.
Mar 23, 2017
cecab32b
s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes.
Mar 27, 2017
a5c92d85
smbd: add zero_file_id flag
Mar 28, 2017
3722b06f
vfs_fruit: enable zero file id
Mar 28, 2017
42b77e93
vfs_fruit: document added zero_file_id parameter
Mar 28, 2017
d89cfae3
torture: add torture_assert_mem_not_equal_goto()
Mar 28, 2017
78b188d5
selftest: tests for vfs_fruite file-id behavior
Mar 28, 2017
e5094cfd
s3: smbd: Fix incorrect logic exposed by fix for the security bug 12496 (CVE-2017-2619).
Mar 29, 2017
c5c8e6aa
s3: Test for CVE-2017-2619 regression with "follow symlinks = no".
Mar 29, 2017
3b4cb587
s3: Fixup test for CVE-2017-2619 regression with "follow symlinks = no"
Mar 29, 2017
9ddabbf4
s3: smbd: Fix "follow symlink = no" regression part 2.
Mar 29, 2017
080a3900
s3: smbd: Fix "follow symlink = no" regression part 2.
Mar 29, 2017
342e39b0
s3: Test for CVE-2017-2619 regression with "follow symlinks = no" - part 2
Mar 29, 2017
25ed6156
Merge tag 'samba-4.5.8' into v4-5-test
Mar 31, 2017
fa9bc20e
VERSION: Bump version up to 4.5.9.
Mar 31, 2017
82cf3678
winbindd: use correct domain name for failed lookupsids
Apr 20, 2017
d5d552d1
winbindd: remove unused single_domains array
Apr 20, 2017
6249de7f
selftest: new environment "ad_member_idmap_rid"
Apr 20, 2017
107f3eee
selftest: tests idmap mapping with idmap_rid
Apr 20, 2017
3dc328cf
winbindd: Fix password policy for pam authentication
Apr 20, 2017
2ead4b43
smbd: Fix smb1 findfirst with DFS
Apr 20, 2017
f54ff446
selftest: Test for bug 12558
Apr 20, 2017
1de3e926
waf: Explicitly link libreplace against libnss_wins.so
Apr 20, 2017
92cc3b27
vfs_fruit: resource fork open request with flags=O_CREAT|O_RDONLY
Apr 20, 2017
6bcfe2dc
s4/torture: vfs_fruit: test for bug 12565
Apr 20, 2017
089711ef
winbindd: use passdb backend for well-known SIDs
Apr 20, 2017
82bbb792
selftest: wbinfo -s tests for wellknown SIDs
Apr 20, 2017
888e75a3
selftest: wbinfo --sids-to-unix-ids tests for wellknown SIDs
Apr 20, 2017
cca29f8c
winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()
Apr 20, 2017
27359922
selftest: fix for wbinfo -s tests for wellknown SIDs
Apr 20, 2017
f81a0ff5
s3/include: add NT_STATUS_LOOKUP_ERR
Apr 20, 2017
84c7c56d
s3/rpc_client: use NT_STATUS_LOOKUP_ERR
Apr 20, 2017
bc6d9010
s3/rpc_client: lookupsids error handling of NT_STATUS_NONE_MAPPED
Apr 20, 2017
46abe7f0
winbindd: error handling in rpc_lookup_sids()
Apr 20, 2017
490f7221
winbindd: trigger possible passdb_dsdb initialisation
Apr 20, 2017
8c283d4d
ctdb-docs: Fix documentation of -n option to ctdb tool
Apr 20, 2017
5e293796
selftest: test fetching a large ACL from vfs_acl_xattr
Apr 20, 2017
4b0b0126
vfs_xattr_tdb: handle case of zero size.
Apr 20, 2017
c0bf985b
vfs_acl_xattr: factor out fetching of an extended attribute
Apr 20, 2017
5cba8bb5
vfs_acl_xattr: avoid needlessly supplying a large buffer to getxattr()
Apr 20, 2017
96c71509
lib: debug: Avoid negative array access.
Apr 20, 2017
36a97de0
s3:lib: Fix incorrect logic in sys_broken_getgroups()
Apr 20, 2017
685437eb
s3:smbd: Fix incorrect use of sys_getgroups()
Apr 20, 2017
ea910042
pam_winbind: no longer use wbcUserPasswordPolicyInfo when authenticating
Apr 21, 2017
609ae136
s3:vfs:shadow_copy2: fix quoting in debug messages
Apr 21, 2017
5b0b84ed
s3:vfs:shadow_copy2: fix the corner case if cwd=/ in make_relative_path
Apr 21, 2017
136d0d8a
s3:vfs:shadow_copy2: fix corner case of "/@GMT-token" in shadow_copy2_strip_snapshot
Apr 21, 2017
bd0f2e83
cleanupdb: Fix a memory read error
Apr 21, 2017
68007442
notify: Fix ordering of events in notifyd
Apr 28, 2017
36ff82f5
lib: Fix CID 1373623 Dereference after null check
Apr 28, 2017
68461b9a
vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls is set
Apr 28, 2017
bc620911
vfs_fruit: lp_case_sensitive() does not return a bool
Apr 28, 2017
55426482
s3: smbd: inotify_map_mask_to_filter incorrectly indexes an array.
May 02, 2017
935fab0d
s3/locking: add const to fsp_lease_type
May 09, 2017
88360c7a
s3/locking: helper functions for lease types
May 09, 2017
bce65782
s3/smbd: update exclusive oplock optimisation to the lease area
May 09, 2017
165cdf38
s3/smbd: update exclusive oplock optimisation to the lease area
May 09, 2017
8d11ac4f
samba-tool: let 'samba-tool user syncpasswords' report deletions immediately
May 09, 2017
080f69ed
idmap_rfc2307: Don't stop after 30 entries
May 16, 2017
d168aae6
idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the start
May 16, 2017
dffa1199
test_idmap_rfc2307: Remove the correct file
May 16, 2017
99e8ff58
test_idmap_rfc2307: Avoid a tmpfile
May 16, 2017
07938b5d
test_idmap_rfc2307: Correct usage
May 16, 2017
a24025c7
test_idmap_rfc2307: Do a recursive delete in ou=idmap
May 16, 2017
babc72b1
test_idmap_rfc2307: Test wbinfo -r for 35 supplementary group memberships
May 16, 2017
0e6fe5c3
idmap_rfc2307: Don't stop after 30 entries
May 16, 2017
3e250e6e
idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the start
May 16, 2017
90a28a91
selftest: Avoid idmap caching when testing idmap_rfc2307
May 16, 2017
fce999cd
idmap_rfc2307: Test unix-ids-to-sids with 35 groups
May 16, 2017
1d36d517
WHATSNEW: Add release notes for Samba 4.5.9.
May 18, 2017
2cb8fc16
VERSION: Disable GIT_SNAPSHOTS for the 4.5.9 release.
May 18, 2017
886edba0
VERSION: Bump version up to 4.5.10...
May 18, 2017
79dc7911
VERSION: Bump version up to 4.5.10...
May 19, 2017
5f224a39
CVE-2017-7494: rpc_server3: Refuse to open pipe names with / inside
May 19, 2017
d6568b85
s3: smbd: Fix open_files.idl to correctly ignore share_mode_lease *lease in share_mode_entry.
May 19, 2017
c46ed35f
WHATSNEW: Add release notes for Samba 4.5.10.
May 23, 2017
558f8e68
VERSION: Disable GIT_SNAPSHOTS for the 4.5.10 release.
May 23, 2017
97 additional commits have been omitted to prevent performance issues.
Loading
Loading