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: use xconn->client->sconn in reply_special()
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
s3:smbd: use xconn->client->sconn in process_smb()
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel ...
Stefan Metzmacher
2014-09-19
4
-28
/
+79
*
s3:smbd: pass smbXsrv_connection to make_connection_snum()
Stefan Metzmacher
2014-09-19
1
-4
/
+4
*
s3:smbd: pass smb_request to make_connection_smb1()
Stefan Metzmacher
2014-09-19
1
-7
/
+7
*
s3:smbd: pass smbd_smb2_request to make_connection_smb2()
Stefan Metzmacher
2014-09-19
3
-3
/
+4
*
s3:smbd: pass smb_request to make_connection()
Stefan Metzmacher
2014-09-19
3
-6
/
+5
*
s3:smbd: pass smbXsrv_connection to construct_reply*()
Stefan Metzmacher
2014-09-19
1
-6
/
+5
*
s3:smbd: pass smbXsrv_connection to smb1_parse_chain()
Stefan Metzmacher
2014-09-19
2
-4
/
+8
*
s3:smbd: support xconn=NULL in init_smb_request()
Michael Adam
2014-09-19
1
-5
/
+6
*
s3:smbd: only pass smbXsrv_connection to fork_echo_handler()
Stefan Metzmacher
2014-09-19
3
-19
/
+14
*
s3:smbd: use req->sconn in reply.c where possible
Stefan Metzmacher
2014-09-19
1
-3
/
+3
*
s3:smbd: use req->sconn in sesssetup.c
Stefan Metzmacher
2014-09-19
1
-2
/
+2
*
s3:smbd: use req->sconn in reply_ntcancel()
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
s3:smbd: use req->sconn in reply_negprot()
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
s3:smbd: pass smbXsrv_connection to srv_send_smb()
Stefan Metzmacher
2014-09-19
10
-33
/
+30
*
s3:smbd: pass smbXsrv_connection to receive_smb*()
Stefan Metzmacher
2014-09-19
1
-11
/
+7
*
s3:smbd: use smbXsrv_connection_dbg() in receive_smb_talloc()
Michael Adam
2014-09-19
1
-2
/
+1
*
s3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw_talloc_partial_read()
Michael Adam
2014-09-19
1
-2
/
+1
*
s3:smb2_sesssetup: use smb2req->sconn in smbd_smb2_reauth_generic_return()
Stefan Metzmacher
2014-09-19
1
-2
/
+1
*
s3:smb2_server: use the global signing key to check if signing is required
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
Remove a few #ifdef EWOULDBLOCk
Volker Lendecke
2014-09-18
1
-5
/
+2
*
s3: smbd: Fix a couple of tricky slow-path cases - don't return a mangled nam...
Jeremy Allison
2014-09-16
2
-0
/
+49
*
s3: smbd: Change get_lanman2_dir_entry() to return the full NTSTATUS.
Jeremy Allison
2014-09-16
1
-20
/
+32
*
s3: smbd: Remove unneeded 'out_of_space' parameter from smbd_dirptr_lanman2_e...
Jeremy Allison
2014-09-16
3
-7
/
+6
*
s3: smbd: SMB2 - change smbd_dirptr_lanman2_entry() to return an NTSTATUS.
Jeremy Allison
2014-09-16
3
-12
/
+19
*
s3: smbd: smbd_marshall_dir_entry() no longer needs explicit 'out_of_space' p...
Jeremy Allison
2014-09-16
1
-7
/
+1
*
s3: smbd: Change smbd_marshall_dir_entry() to return an NTSTATUS. Returns STA...
Jeremy Allison
2014-09-16
1
-23
/
+24
*
s3: smbd: Change the function signature of srvstr_push() from returning a len...
Jeremy Allison
2014-09-16
5
-68
/
+206
*
s3: smbd: Ensure types for all variables called 'len' used in srvstr_push() a...
Jeremy Allison
2014-09-16
1
-12
/
+10
*
s3: smbd: srvstr_push() was changed to never return -1, so don't check for th...
Jeremy Allison
2014-09-16
1
-1
/
+1
*
s3: smbd: streams - Ensure share mode validation ignores internal opens (op_m...
Volker Lendecke
2014-09-12
1
-1
/
+6
*
s3: smbd - open logic fix.
Jeremy Allison
2014-09-11
1
-0
/
+11
*
s3: smbd: Ensure we don't call qsort() with a size of -1.
Jeremy Allison
2014-09-11
1
-16
/
+16
*
s3:smbd:open_file: use a more natural check.
Michael Adam
2014-09-11
1
-1
/
+3
*
s3:smbd: fix a race in open code
Michael Adam
2014-09-10
1
-17
/
+42
*
smbd: Fix a typo
Volker Lendecke
2014-09-10
1
-1
/
+1
*
s3:smbd: fix a comment typo
Ralph Boehme
2014-09-09
1
-1
/
+1
*
smbd: Move make_dir_struct() to reply.c
Volker Lendecke
2014-09-09
3
-54
/
+46
*
s3:smbd: close the connection if the client doesn't start with a SMB1 Negprot...
Stefan Metzmacher
2014-09-09
1
-0
/
+18
*
s3: smbd: smb2-sessionsetup. Fix use after free when the sessionsetup request...
Jeremy Allison
2014-09-08
1
-0
/
+6
*
smbd: Add padding byte to readx response
Christof Schmitt
2014-08-30
4
-17
/
+29
*
dosmode: fix FSCTL_SET_SPARSE request validation
David Disseldorp
2014-08-28
1
-0
/
+13
*
smbd: Properly initialize mangle_hash
Volker Lendecke
2014-08-26
1
-0
/
+4
*
s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...
Jeremy Allison
2014-08-22
1
-5
/
+1
*
s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGS
Stefan Metzmacher
2014-08-22
4
-5
/
+12
*
smbd: Only DEBUG errors from messaging_cleanup
Volker Lendecke
2014-08-21
1
-2
/
+5
*
smbd: Use messaging_cleanup()
Volker Lendecke
2014-08-11
1
-2
/
+2
*
smbd: Add debugs to smbXsrv_open.c
Volker Lendecke
2014-08-11
1
-0
/
+7
*
smbd: Pass down "lease" to open_file_ntcreate
Volker Lendecke
2014-08-11
1
-0
/
+2
[prev]
[next]