index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:smbd/files: fix error path and correctly cleanup
Stefan Metzmacher
2012-05-24
1
-7
/
+7
*
s3:smbd/proto.h: remove unused resolve_dfspath() prototype
Stefan Metzmacher
2012-05-23
1
-5
/
+0
*
s3:smbd/files: remove unused VALID_FNUM()
Stefan Metzmacher
2012-05-23
1
-2
/
+0
*
s3:smb2_server: make use of nt_status_np_pipe()
Stefan Metzmacher
2012-05-23
3
-3
/
+13
*
s3:smbd: use nt_status_np_pipe for smb1
Stefan Metzmacher
2012-05-23
3
-7
/
+28
*
s3:smbd: add nt_status_np_pipe()
Stefan Metzmacher
2012-05-23
2
-0
/
+12
*
s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoff
Stefan Metzmacher
2012-05-23
1
-0
/
+5
*
s3:smbd: remove unused 'connection_struct->used'
Michael Adam
2012-05-22
2
-3
/
+0
*
s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variable
Stefan Metzmacher
2012-05-21
1
-0
/
+10
*
Move the set_write_time() call to after get_existing_share_mode_lock() return...
Jeremy Allison
2012-05-19
1
-3
/
+15
*
s3:smbd: allow creating new spnego sessions only with a 0 vuid
Stefan Metzmacher
2012-05-18
1
-0
/
+5
*
s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETED
Stefan Metzmacher
2012-05-18
1
-1
/
+1
*
s3: Revert the serverid changes, they need more work
Volker Lendecke
2012-05-18
3
-42
/
+2
*
s3: Check for serverid_exists in close_directory
Volker Lendecke
2012-05-17
1
-0
/
+3
*
s3: Check for serverid_exists in close_remove_share_mode
Volker Lendecke
2012-05-17
1
-0
/
+3
*
s3: Check for serverid_exists in find_oplock_types
Volker Lendecke
2012-05-17
1
-0
/
+20
*
s3: Check for serverid_exists in smb_posix_unlink
Volker Lendecke
2012-05-17
1
-0
/
+3
*
s3: Check for serverid_exists in open_mode_check
Volker Lendecke
2012-05-17
1
-0
/
+5
*
s3: Check for serverid_exists in notify_deferred_opens
Volker Lendecke
2012-05-17
1
-2
/
+8
*
s3:smb2_sesssetup: make use of nt_status_squash() in smbd_smb2_session_setup_...
Stefan Metzmacher
2012-05-17
1
-1
/
+1
*
s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_B...
Andrew Bartlett
2012-05-17
1
-0
/
+35
*
s3-smbd: Consider a group with the same SID as sufficient duplication
Andrew Bartlett
2012-05-17
1
-0
/
+7
*
s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ow...
Andrew Bartlett
2012-05-17
1
-39
/
+109
*
We need to split things up into a new helper function add_current_ace_to_acl(...
Andrew Bartlett
2012-05-17
1
-172
/
+184
*
This covers a case where an ID_TYPE_BOTH mapping creates group permissions, b...
Jeremy Allison
2012-05-17
1
-2
/
+5
*
s3-smbd: Do not merge UID ACE values with GID ACE values for posix ACL
Andrew Bartlett
2012-05-17
1
-5
/
+12
*
s3:onefs: remove all onefs related code as it not maintained anymore
Stefan Metzmacher
2012-05-16
3
-740
/
+0
*
s3: Fix a likely cut&paste error
Volker Lendecke
2012-05-15
1
-1
/
+1
*
s3-auth: Rename to init_system_session_info().
Andreas Schneider
2012-05-15
1
-1
/
+1
*
s3:smb2_close: make the top level code async using
Stefan Metzmacher
2012-05-14
1
-39
/
+66
*
s3:smb2_close: add add smbd_smb2_close_send/recv as wrapper
Stefan Metzmacher
2012-05-14
1
-0
/
+99
*
s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller t...
Stefan Metzmacher
2012-05-14
1
-19
/
+71
*
s3:smb2_tcon: make the top level code async using
Stefan Metzmacher
2012-05-14
1
-24
/
+58
*
s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapper
Stefan Metzmacher
2012-05-14
1
-0
/
+79
*
s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for files
Volker Lendecke
2012-05-14
1
-2
/
+9
*
s3:smb2_sesssetup: make the top level code async using
Stefan Metzmacher
2012-05-13
1
-30
/
+62
*
s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapper
Stefan Metzmacher
2012-05-13
1
-0
/
+105
*
s3:smb2_sesssetup: pass down in_flags to smbd_smb2_session_setup()
Stefan Metzmacher
2012-05-13
1
-1
/
+5
*
s3:smb2_sesssetup: pass down in_previous_session_id to all layers
Stefan Metzmacher
2012-05-13
1
-2
/
+15
*
s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO
Stefan Metzmacher
2012-05-12
1
-0
/
+86
*
s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO_224
Stefan Metzmacher
2012-05-12
1
-0
/
+73
*
s3:smbd: introduce struct smbXsrv_connection
Stefan Metzmacher
2012-05-12
4
-7
/
+122
*
s3:smb2_negprot: setup the protocol at the end of the negprot with a real dia...
Stefan Metzmacher
2012-05-12
1
-7
/
+8
*
s3:smb2_ioctl: allow functions to disconnect the smb connection
Stefan Metzmacher
2012-05-11
1
-3
/
+18
*
s3:smb2_ioctl: FSCTL_SRV_ENUMERATE_SNAPSHOTS is handles in SMB_VFS_FSCTL()
Stefan Metzmacher
2012-05-11
1
-125
/
+0
*
s3:smb2_ioctl: call SMB_VFS_FSCTL() as fallback for non SMB2 specific functions
Stefan Metzmacher
2012-05-11
1
-4
/
+33
*
s3-smbd: Fix the creation of duplicate SMB_ACL_GROUP entries
Andrew Bartlett
2012-05-09
1
-2
/
+2
*
s3:smbd fix some compiler warnings
Christian Ambach
2012-05-08
1
-2
/
+2
*
s3-python: Add python bindings for posix ACL layer
Andrew Bartlett
2012-05-08
1
-0
/
+203
*
s3:smb2_negprot: add support for PROTOCOL_SMB3_00
Stefan Metzmacher
2012-05-06
1
-0
/
+15
[prev]
[next]