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: 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
*
smbd: Pass down "lease" to create_file_unixpath
Volker Lendecke
2014-08-11
1
-2
/
+3
*
vfs3: Pass "lease" through SMB_VFS_CREATE_FILE
Volker Lendecke
2014-08-11
8
-1
/
+28
*
smbd: split printer reload processing
David Disseldorp
2014-08-08
1
-44
/
+7
*
server: remove duplicate snum_is_shared_printer()
David Disseldorp
2014-08-08
2
-1
/
+2
*
smbd: only reprocess printer_list.tdb if it changed
David Disseldorp
2014-08-08
1
-0
/
+21
*
printing: only reload printer shares on client enum
David Disseldorp
2014-08-08
2
-20
/
+1
*
s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()
Stefan Metzmacher
2014-08-06
3
-20
/
+15
*
s3:smb2_server: pass smbXsrv_connection to smbd_smb2_send_break()
Stefan Metzmacher
2014-08-06
1
-4
/
+4
*
s3:smbd: pass smbXsrv_connection to smb1 encryption functions
Stefan Metzmacher
2014-08-06
3
-12
/
+12
*
s3:smb2_server: propagate NTSTATUS from smb2_sendfile_send_data() to smbd_smb...
Stefan Metzmacher
2014-08-06
3
-8
/
+20
*
smbd: Use %s/__func__
Volker Lendecke
2014-08-06
1
-1
/
+2
*
s3:smbd: pass smbXsrv_connection explicitly to sendfile_short_send()
Stefan Metzmacher
2014-08-06
3
-19
/
+47
*
s3:smbd: pass smbXsrv_connection explicitly to fake_sendfile()
Stefan Metzmacher
2014-08-06
3
-8
/
+9
*
s3:smbd: remember the time of the session setup auth_time
Stefan Metzmacher
2014-08-06
2
-0
/
+5
*
s3:smb2_sesssetup: make use of smb2req->xconn
Stefan Metzmacher
2014-08-06
1
-11
/
+11
*
s3:smb2_sesssetup: split out smbd_smb2_session_setup_auth_return()
Stefan Metzmacher
2014-08-06
1
-34
/
+12
*
s3:smbXsrv_tcon: don't pass smbXsrv_connection to smbXsrv_tcon_create()
Stefan Metzmacher
2014-08-06
1
-8
/
+15
*
s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket_internal()
Stefan Metzmacher
2014-08-06
1
-11
/
+11
*
s3:smbd: use req->xconn in smb_request_done()
Stefan Metzmacher
2014-08-06
1
-1
/
+1
*
s3:smbd: use req->xconn in message.c
Stefan Metzmacher
2014-08-06
1
-4
/
+3
*
s3:smbd: use req->xconn in reply.c
Stefan Metzmacher
2014-08-06
1
-17
/
+16
*
s3:smbd: use req->xconn in sesssetup.c
Stefan Metzmacher
2014-08-06
1
-8
/
+8
*
s3:smbd: pass smbXsrv_connection to reply_readbraw_error()
Stefan Metzmacher
2014-08-06
1
-13
/
+11
*
s3:smbd: pass smbXsrv_connection to is_valid_writeX_buffer()
Stefan Metzmacher
2014-08-06
3
-4
/
+5
*
s3:smbd: remove unused 'sconn' from valid_smb_header()
Stefan Metzmacher
2014-08-06
1
-5
/
+4
*
s3:smbd: remove unused 'sconn' from is_encrypted_packet()
Stefan Metzmacher
2014-08-06
4
-7
/
+5
*
s3:smbd: use req->xconn in nttrans.c
Stefan Metzmacher
2014-08-06
1
-5
/
+6
*
s3:smbd: use req->xconn in send_trans_reply()
Stefan Metzmacher
2014-08-06
1
-2
/
+2
*
s3:smbd: use req->xconn in files.c
Stefan Metzmacher
2014-08-06
1
-4
/
+5
*
s3:smbd: use req->xconn to send_trans2_replies()
Stefan Metzmacher
2014-08-06
1
-2
/
+2
*
s3:smbd: remove unused 'sconn' in call_trans2setfsinfo()
Stefan Metzmacher
2014-08-06
1
-2
/
+1
*
s3:smbd: use req->xconn in vfs_[p]write_data()
Stefan Metzmacher
2014-08-06
1
-2
/
+2
*
s3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()
Stefan Metzmacher
2014-08-06
3
-5
/
+6
[prev]
[next]