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
/
reply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().
Günther Deschner
1
-1
/
+1
2013-07-09
smbd: Fix a profile problem
Volker Lendecke
1
-23
/
+25
2013-04-26
smbd: Remove unused reply_to_oplock_break_requests
Volker Lendecke
1
-2
/
+0
2013-04-20
Fix bug in old create temp SMB request. Only use VFS functions.
Jeremy Allison
1
-53
/
+64
2013-04-17
smbd: Convert rename_internals_fsp to synthetic_smb_fname
Volker Lendecke
1
-4
/
+4
2013-04-17
smbd: Convert copy_file to cp_smb_filename
Volker Lendecke
1
-3
/
+3
2013-04-17
smbd: Convert rename_internals_fsp to cp_smb_filename
Volker Lendecke
1
-2
/
+3
2013-04-10
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...
Ralph Wuerthner
1
-1
/
+7
2013-04-10
s3:smbd: convert srvstr_pull_req_talloc() into a function
Ralph Wuerthner
1
-0
/
+12
2013-04-10
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...
Ralph Wuerthner
1
-3
/
+10
2013-03-28
Optimization suggested by Volker. Don't do a stat system call on normal read ...
Jeremy Allison
1
-15
/
+15
2013-03-20
s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...
Jeremy Allison
1
-25
/
+86
2013-03-20
s3:smbd: Remove server_will_accept_large_read() and erroneous comment.
Jeremy Allison
1
-28
/
+1
2013-03-16
Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.
Jeremy Allison
1
-3
/
+2
2013-01-25
Fix bug #9587 - archive flag is always set on directories.
Jeremy Allison
1
-1
/
+2
2013-01-24
Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.
Jeremy Allison
1
-2
/
+30
2013-01-24
Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...
Jeremy Allison
1
-10
/
+1
2012-12-21
s3-smbd: Check return code of SMB_VFS_{L}STAT.
Andreas Schneider
1
-2
/
+7
2012-11-05
s3:smbd: pass the current time to make_connection[_smb1]()
Stefan Metzmacher
1
-2
/
+3
2012-10-19
s3:smbd: update sconn->remote_hostname after the netbios session request
Stefan Metzmacher
1
-0
/
+13
2012-08-04
s3:smbd: add support for SMB_EXTENDED_SIGNATURES in SMBtconX
Stefan Metzmacher
1
-1
/
+9
2012-08-04
s3:smbd: setup the application session key with the first tcon on a session
Stefan Metzmacher
1
-1
/
+85
2012-08-01
s3:smbd: add a optional_support helper variable to reply_tcon_and_X()
Stefan Metzmacher
1
-4
/
+7
2012-08-01
s3:smbd: make use of TCONX_FLAG_DISCONNECT_TID define
Stefan Metzmacher
1
-1
/
+1
2012-07-24
Fix compiler warning.
Jeremy Allison
1
-1
/
+1
2012-07-23
Fix problem found by Andrew Bartlett - correctly check encrypted flag.
Jeremy Allison
1
-2
/
+6
2012-07-18
s3-smb1: Postpone close_file until all aio is handled
Volker Lendecke
1
-1
/
+81
2012-07-18
s3: Slightly simplify reply_close()
Volker Lendecke
1
-25
/
+13
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-7
/
+9
2012-06-25
s3:smbd: make use of smbXsrv_session for smb1
Stefan Metzmacher
1
-5
/
+21
2012-06-25
s3:smbd: make use of smbXsrv_tcon for smb1
Stefan Metzmacher
1
-4
/
+54
2012-06-15
s3:smbd: change reply.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-50
/
+50
2012-06-06
s3:include: change smb_request->vuid to uint64_t
Stefan Metzmacher
1
-3
/
+4
2012-06-06
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:smbd: use print_spool_rap_jobid() in reply_ioctl()
Stefan Metzmacher
1
-5
/
+2
2012-05-23
s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoff
Stefan Metzmacher
1
-0
/
+5
2012-05-22
s3:smbd: remove unused 'connection_struct->used'
Michael Adam
1
-2
/
+0
2012-05-18
s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETED
Stefan Metzmacher
1
-1
/
+1
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
1
-29
/
+29
2012-04-05
build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits
Andrew Bartlett
1
-53
/
+0
2012-04-04
Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...
Jeremy Allison
1
-2
/
+6
2012-03-10
s3: Remove "req_wct_ofs()"
Volker Lendecke
1
-1
/
+1
2012-03-10
s3: Remove chain_reply
Volker Lendecke
1
-8
/
+0
2012-03-10
s3: Make sure the andX chains are ended correctly
Volker Lendecke
1
-0
/
+13
2012-03-05
s3: Move the drain_socket on error to reply_write_and_X
Volker Lendecke
1
-0
/
+9
2012-03-05
s3: Use "goto out;" in reply_write_and_X
Volker Lendecke
1
-18
/
+9
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
1
-34
/
+4
2012-03-01
Add open_dir_with_privilege() to ensure we're opening the correct directory w...
Jeremy Allison
1
-0
/
+1
2012-02-19
s3: get_share_mode_lock->get_existing_share_mode_lock
Volker Lendecke
1
-1
/
+1
2012-02-18
Fix a bunch of "unused variable" warnings.
Jeremy Allison
1
-2
/
+0
[next]