index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-04
Move root check out of smb1_file_se_access_check() in preparation for deletin...
Jeremy Allison
1
-13
/
+25
2011-11-04
smb1_file_se_access_check() is now static to smbd/open.c
Jeremy Allison
2
-6
/
+1
2011-11-04
Revert "Change function signature of check_parent_access() to take char * ins...
Jeremy Allison
2
-10
/
+6
2011-11-04
Revert "Call check_parent_access() on readdir."
Jeremy Allison
1
-13
/
+0
2011-11-04
s3:smbd increase a debug level
Christian Ambach
1
-5
/
+6
2011-11-04
s3:smbd: also send the server name in the negprot response
Stefan Metzmacher
1
-0
/
+8
2011-11-03
s3:smbd: make use of SMB_SIGNING_* constants
Stefan Metzmacher
4
-10
/
+12
2011-11-03
s3:param: the behavior of "client/server signing = auto" is the same as "true"
Stefan Metzmacher
1
-2
/
+0
2011-11-02
s3:smb2_server: remove unused outhdr variables
David Disseldorp
1
-2
/
+0
2011-11-01
Call check_parent_access() on readdir.
Jeremy Allison
1
-0
/
+13
2011-11-01
Change function signature of check_parent_access() to take char * instead of ...
Jeremy Allison
2
-6
/
+10
2011-10-31
s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tid
Stefan Metzmacher
2
-33
/
+20
2011-10-31
s3:smb2_server: don't reset the tid and session id in the out hdr of compound...
Stefan Metzmacher
1
-14
/
+0
2011-10-31
s3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and SMB2_HDR_SIGNATURE fields
Stefan Metzmacher
1
-2
/
+4
2011-10-31
s3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENERAL (bug #8553)
Stefan Metzmacher
1
-0
/
+1
2011-10-28
Remove the order dependency in parent_override_delete(), just check for & not...
Jeremy Allison
1
-2
/
+2
2011-10-28
Remove unused "struct security_descriptor" parameter from check_parent_access()
Jeremy Allison
1
-8
/
+2
2011-10-28
Finally do all the open checks inside open_file(). Checks inside
Jeremy Allison
1
-0
/
+30
2011-10-28
Simplify smbd_check_open_rights() and move all the special casing inside it.
Jeremy Allison
1
-101
/
+72
2011-10-28
Move parent_override_delete() to before I need to use it.
Jeremy Allison
1
-19
/
+19
2011-10-28
Make smbd_check_open_rights() static.
Jeremy Allison
2
-5
/
+1
2011-10-27
s3: Include uid_wrapper where it is missing.
Andreas Schneider
1
-0
/
+1
2011-10-27
Include uid_wrapper correctly.
Andreas Schneider
1
-1
/
+1
2011-10-26
Factor out the code checking if a parent should override DELETE_ACCESS into a...
Jeremy Allison
1
-9
/
+31
2011-10-26
Remove another level of indentation - deal with !NT_STATUS_OK individually.
Jeremy Allison
1
-65
/
+63
2011-10-26
Add early return on stat open without O_CREAT if file doesn't exist.
Jeremy Allison
1
-71
/
+74
2011-10-25
libcli/smb: move smb_signing.[ch] to the toplevel
Stefan Metzmacher
1
-1
/
+1
2011-10-22
Third part of fix for bug #8541 - readlink() on Linux clients fails if the sy...
Jeremy Allison
1
-2
/
+1
2011-10-22
Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...
Jeremy Allison
3
-2
/
+12
2011-10-22
Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...
Jeremy Allison
3
-11
/
+42
2011-10-21
libcli/smb: move smb_seal.c to the toplevel
Stefan Metzmacher
1
-1
/
+1
2011-10-21
s3-seal Remove struct smb_srv_trans_enc_ctx
Andrew Bartlett
3
-104
/
+54
2011-10-21
s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing code
Andrew Bartlett
1
-15
/
+24
2011-10-21
s3-ntlmssp Remove auth_ntlmssp_want_feature()
Andrew Bartlett
3
-7
/
+7
2011-10-21
s3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and auth_ntlmssp_negotiated_...
Andrew Bartlett
1
-2
/
+2
2011-10-21
s3-ntlmssp Remove auth_ntlmssp_update wrapper
Andrew Bartlett
4
-27
/
+29
2011-10-21
s3-auth remove auth_ntlmssp_session_info()
Andrew Bartlett
2
-8
/
+9
2011-10-21
s3:smbd/seal: pass talloc_tos() auth_ntlmssp_update(), because we free a few ...
Stefan Metzmacher
1
-1
/
+1
2011-10-20
Refactor to create check_parent_access() which can be called for file creatio...
Jeremy Allison
1
-23
/
+64
2011-10-20
Make mkdir_internal() check the parent ACL for SEC_DIR_ADD_SUBDIR rights.
Jeremy Allison
1
-2
/
+33
2011-10-20
Fix error return to be NT_STATUS_NOT_A_DIRECTORY.
Jeremy Allison
1
-2
/
+2
2011-10-20
Make use of the "dir_exists" we already have on directory open.
Jeremy Allison
1
-8
/
+28
2011-10-19
s3: Remove duplicate fsctl function definitions
David Disseldorp
1
-1
/
+0
2011-10-18
s3-smbd Give the nt error string when failing to set up encrypted transport
Andrew Bartlett
1
-3
/
+5
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
3
-3
/
+3
2011-10-17
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Frank Lahm
7
-13
/
+33
2011-10-14
s3: remove some dead prototypes.
Günther Deschner
1
-2
/
+0
2011-10-14
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
5
-10
/
+10
2011-10-13
lib/util: Add back control of mmap and hash size in tdb for top level build
Andrew Bartlett
1
-2
/
+11
2011-10-13
libcli/auth: Provide a struct loadparm_context to schannel calls
Andrew Bartlett
1
-1
/
+4
[prev]
[next]