index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: enable allinfo and altname tab completion
David Disseldorp
2019-06-25
1
-2
/
+2
*
s3: torture: Add POSIX-ACL-OPLOCK test to check interaction of posix ACL oper...
Jeremy Allison
2019-06-24
2
-0
/
+210
*
s3: smbd: Posix ACLs. Now we know we have a handle, always use VFS_FCHMOD ins...
Jeremy Allison
2019-06-24
1
-5
/
+2
*
s3: modules: Fruit. Now we know we have a handle, always use VFS_FCHMOD inste...
Jeremy Allison
2019-06-24
1
-11
/
+6
*
s3: smbd: If smbd_do_qfilepathinfo() causes an oplock or lease break, we must...
Jeremy Allison
2019-06-24
1
-0
/
+4
*
s3: smbd: Make set_unix_posix_default_acl() take an fsp argument, not smb_fname.
Jeremy Allison
2019-06-24
3
-16
/
+10
*
s3: smbd: Add default ACLS can only be set on directory check to smb_set_posi...
Jeremy Allison
2019-06-24
1
-0
/
+8
*
s3: smbd: Only pass fsp to remove_posix_acl(). No longer uses smb_fname.
Jeremy Allison
2019-06-24
1
-45
/
+23
*
s3: smbd: Only pass fsp to set_unix_posix_acl(). No longer uses smb_fname.
Jeremy Allison
2019-06-24
3
-30
/
+10
*
s3: smbd: Change set_unix_posix_default_acl() to return NTSTATUS.
Jeremy Allison
2019-06-24
3
-14
/
+14
*
s3: smbd: Cleanup - make set_unix_posix_default_acl() use modern coding stand...
Jeremy Allison
2019-06-24
1
-22
/
+32
*
s3: smbd: Make set_unix_posix_acl() return NTSTATUS.
Jeremy Allison
2019-06-24
3
-14
/
+11
*
s3: smbd: Cleanup - make remove_posix_acl() return NTSTATUS.
Jeremy Allison
2019-06-24
1
-5
/
+25
*
s3: smbd: Cleanup - make set_unix_posix_acl() use modern coding standards.
Jeremy Allison
2019-06-24
1
-17
/
+29
*
s3: smbd: Cleanup - make remove_posix_acl() use modern coding standards.
Jeremy Allison
2019-06-24
1
-54
/
+90
*
s3: smbd: Fix smb_query_posix_acl() to always use fsp handle.
Jeremy Allison
2019-06-24
1
-24
/
+53
*
s3: smbd: Plumb through struct smb_request *req parameter so it can be used b...
Jeremy Allison
2019-06-24
3
-1
/
+6
*
s3: smbd: Fix smb_query_posix_acl() to use modern coding standards.
Jeremy Allison
2019-06-24
1
-40
/
+62
*
s3: smbd: Factor out code into a separate function smb_query_posix_acl().
Jeremy Allison
2019-06-24
1
-93
/
+111
*
s3: smbd: Now we always have a handle in smb_set_posix_acl(), use it instead ...
Jeremy Allison
2019-06-24
1
-4
/
+4
*
s3: smbd: Update smb_set_posix_acl() to always use an open file handle.
Jeremy Allison
2019-06-24
1
-0
/
+31
*
s3: smbd: Add get_posix_fsp() utility function. Not yet used.
Jeremy Allison
2019-06-24
1
-0
/
+76
*
s3: smbd: Clarify logic with helper variables in smb_set_posix_acl()
Jeremy Allison
2019-06-24
1
-10
/
+19
*
s3: smbd: Make data offset use clearer in smb_set_posix_acl()
Jeremy Allison
2019-06-24
1
-3
/
+8
*
s3: smbd: Add correct wrap checks to smb_set_posix_acl().
Jeremy Allison
2019-06-24
1
-3
/
+35
*
s3: smbd: Update smb_set_posix_acl() to have only one exit path.
Jeremy Allison
2019-06-24
1
-7
/
+17
*
s3: smbd: Update smb_set_posix_acl() argument list to prepare for handle open.
Jeremy Allison
2019-06-24
1
-0
/
+2
*
s3: smbd: Update smb_set_posix_acl() to modern coding standards.
Jeremy Allison
2019-06-24
1
-8
/
+9
*
s3: torture: Fix a debug typo.
Jeremy Allison
2019-06-24
1
-1
/
+1
*
s3: smbd: Ensure open for security descriptor access actually opens an fd.
Jeremy Allison
2019-06-24
2
-2
/
+25
*
py3: Remove PyStr_AsString() compatability macro
Andrew Bartlett
2019-06-24
1
-19
/
+19
*
py3: Remove PyStr_FromString() compatability macro
Andrew Bartlett
2019-06-24
1
-16
/
+16
*
py3: Remove PyStr_Type() compatability macro
Andrew Bartlett
2019-06-24
1
-14
/
+14
*
s3:smbd: Use gnutls_error_to_ntstatus() in smb2_sesssetup
Andreas Schneider
2019-06-24
1
-4
/
+5
*
s3:smbd: Use gnutls_error_to_ntstatus() in smb2_server
Andreas Schneider
2019-06-24
1
-6
/
+7
*
libcli:smb: Return NSTATUS for smb2_signing_check_pdu()
Andreas Schneider
2019-06-24
1
-20
/
+35
*
regfio: Return instead of assert for short blocks
Michael Hanselmann
2019-06-20
1
-1
/
+2
*
smbd: Remove struct blocking_lock_record
Volker Lendecke
2019-06-20
3
-22
/
+0
*
vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
Volker Lendecke
2019-06-20
9
-95
/
+3
*
smbd: Remove unused brlock code
Volker Lendecke
2019-06-20
16
-2188
/
+10
*
smbd: Cancel smbd_smb1_do_locks requests in reply_ntcancel
Volker Lendecke
2019-06-20
1
-1
/
+1
*
smbd: Add a clarifying comment on triggering waiters
Volker Lendecke
2019-06-20
1
-0
/
+6
*
smbd: Don't call cancel_pending_lock_requests_by_fid on close
Volker Lendecke
2019-06-20
1
-1
/
+0
*
smbd: Base smb2_lock.c on tevent_req
Volker Lendecke
2019-06-20
3
-33
/
+121
*
smbd: Use smbd_smb1_do_locks_send() in smb_set_posix_lock()
Volker Lendecke
2019-06-20
1
-35
/
+73
*
smbd: Use smbd_smb1_do_locks_send() in reply_lockingX()
Volker Lendecke
2019-06-20
1
-89
/
+122
*
smbd: Use smbd_smb1_do_locks_send() in reply_lock()
Volker Lendecke
2019-06-20
1
-24
/
+66
*
smbd: Use smbd_smb1_do_locks_send() in reply_lockread()
Volker Lendecke
2019-06-20
1
-29
/
+80
*
smbd: Remove SMB1 special case handling from brlock.c
Volker Lendecke
2019-06-20
1
-35
/
+1
*
smbd: Ping dbwrap_watch on locking.tdb for in smbd_do_unlocking()
Volker Lendecke
2019-06-20
1
-4
/
+17
[next]