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
/
reply.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
param: rename lp function and variable from 'dontdescend' to 'dont_descend'
Garming Sam
2014-02-07
1
-2
/
+2
*
smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...
Jeremy Allison
2013-12-09
1
-4
/
+2
*
smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILE
Jeremy Allison
2013-12-09
1
-5
/
+5
*
smbd: Remove a "set but unused" variable
Volker Lendecke
2013-11-27
1
-1
/
+0
*
smbd: Pull mtime handling into open_file_ntcreate
Volker Lendecke
2013-11-23
1
-12
/
+0
*
smbd: Point reply_open at the correct stat struct
Volker Lendecke
2013-11-22
1
-1
/
+4
*
Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...
Jeremy Allison
2013-11-22
1
-2
/
+2
*
s3-smbd: smbclient shows no error if deleting a directory with del failed
Jeremy Allison
2013-11-14
1
-1
/
+1
*
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().
Günther Deschner
2013-08-05
1
-1
/
+1
*
smbd: Fix a profile problem
Volker Lendecke
2013-07-09
1
-23
/
+25
*
smbd: Remove unused reply_to_oplock_break_requests
Volker Lendecke
2013-04-26
1
-2
/
+0
*
Fix bug in old create temp SMB request. Only use VFS functions.
Jeremy Allison
2013-04-20
1
-53
/
+64
*
smbd: Convert rename_internals_fsp to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+4
*
smbd: Convert copy_file to cp_smb_filename
Volker Lendecke
2013-04-17
1
-3
/
+3
*
smbd: Convert rename_internals_fsp to cp_smb_filename
Volker Lendecke
2013-04-17
1
-2
/
+3
*
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...
Ralph Wuerthner
2013-04-10
1
-1
/
+7
*
s3:smbd: convert srvstr_pull_req_talloc() into a function
Ralph Wuerthner
2013-04-10
1
-0
/
+12
*
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...
Ralph Wuerthner
2013-04-10
1
-3
/
+10
*
Optimization suggested by Volker. Don't do a stat system call on normal read ...
Jeremy Allison
2013-03-28
1
-15
/
+15
*
s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...
Jeremy Allison
2013-03-20
1
-25
/
+86
*
s3:smbd: Remove server_will_accept_large_read() and erroneous comment.
Jeremy Allison
2013-03-20
1
-28
/
+1
*
Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.
Jeremy Allison
2013-03-16
1
-3
/
+2
*
Fix bug #9587 - archive flag is always set on directories.
Jeremy Allison
2013-01-25
1
-1
/
+2
*
Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.
Jeremy Allison
2013-01-24
1
-2
/
+30
*
Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...
Jeremy Allison
2013-01-24
1
-10
/
+1
*
s3-smbd: Check return code of SMB_VFS_{L}STAT.
Andreas Schneider
2012-12-21
1
-2
/
+7
*
s3:smbd: pass the current time to make_connection[_smb1]()
Stefan Metzmacher
2012-11-05
1
-2
/
+3
*
s3:smbd: update sconn->remote_hostname after the netbios session request
Stefan Metzmacher
2012-10-19
1
-0
/
+13
*
s3:smbd: add support for SMB_EXTENDED_SIGNATURES in SMBtconX
Stefan Metzmacher
2012-08-04
1
-1
/
+9
*
s3:smbd: setup the application session key with the first tcon on a session
Stefan Metzmacher
2012-08-04
1
-1
/
+85
*
s3:smbd: add a optional_support helper variable to reply_tcon_and_X()
Stefan Metzmacher
2012-08-01
1
-4
/
+7
*
s3:smbd: make use of TCONX_FLAG_DISCONNECT_TID define
Stefan Metzmacher
2012-08-01
1
-1
/
+1
*
Fix compiler warning.
Jeremy Allison
2012-07-24
1
-1
/
+1
*
Fix problem found by Andrew Bartlett - correctly check encrypted flag.
Jeremy Allison
2012-07-23
1
-2
/
+6
*
s3-smb1: Postpone close_file until all aio is handled
Volker Lendecke
2012-07-18
1
-1
/
+81
*
s3: Slightly simplify reply_close()
Volker Lendecke
2012-07-18
1
-25
/
+13
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
1
-7
/
+9
*
s3:smbd: make use of smbXsrv_session for smb1
Stefan Metzmacher
2012-06-25
1
-5
/
+21
*
s3:smbd: make use of smbXsrv_tcon for smb1
Stefan Metzmacher
2012-06-25
1
-4
/
+54
*
s3:smbd: change reply.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
2012-06-15
1
-50
/
+50
*
s3:include: change smb_request->vuid to uint64_t
Stefan Metzmacher
2012-06-06
1
-3
/
+4
*
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:smbd: use print_spool_rap_jobid() in reply_ioctl()
Stefan Metzmacher
2012-06-06
1
-5
/
+2
*
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
1
-2
/
+0
*
s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETED
Stefan Metzmacher
2012-05-18
1
-1
/
+1
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-29
/
+29
*
build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits
Andrew Bartlett
2012-04-05
1
-53
/
+0
*
Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...
Jeremy Allison
2012-04-04
1
-2
/
+6
*
s3: Remove "req_wct_ofs()"
Volker Lendecke
2012-03-10
1
-1
/
+1
[prev]
[next]