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
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
2012-02-16
Rename obscure defined constants.
Christopher R. Hertel (crh)
1
-2
/
+2
2012-01-12
s3: Put an indirection layer into share_mode_lock
Volker Lendecke
1
-2
/
+2
2012-01-12
s3: Introduce get_share_mode_lock_fresh()
Volker Lendecke
1
-2
/
+1
2011-12-31
Final part of fix for bug #8679 - recvfile code path using splice() on Linux ...
Jeremy Allison
1
-5
/
+0
2011-12-16
Fix bug #8664 - Renaming a symlink fails if the symlink target is outside of ...
Jeremy Allison
1
-2
/
+4
2011-12-15
s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...
Stefan Metzmacher
1
-1
/
+1
2011-12-02
s3: Use autogenerated open_files.idl
Volker Lendecke
1
-0
/
+1
2011-11-16
Final part of patchset to fix bug #8556 - ACL permissions ignored when SMBset...
Jeremy Allison
1
-0
/
+7
2011-11-15
Remove the check for FILE_WRITE_ATTRIBUTES from smb_set_file_time(). It
Jeremy Allison
1
-0
/
+5
2011-11-15
Always set the attribute first, before the time.
Jeremy Allison
1
-7
/
+7
2011-09-14
s3:smbd: SMB ReadX with size > 0xffff should only possible for samba clients.
Stefan Metzmacher
1
-1
/
+10
2011-08-29
Fix bug 8412 - Microsoft Office 2007 (Microsoft Word) fails to save as on a S...
Jeremy Allison
1
-0
/
+46
2011-08-25
s3: Pass smbd_server_connection to is_encrypted_packet
Volker Lendecke
1
-4
/
+5
2011-08-05
s3: Fix a debug message
Volker Lendecke
1
-1
/
+1
2011-08-02
s3: Pass sconn explicitly to open_was_deferred
Volker Lendecke
1
-7
/
+7
2011-07-29
s3: We only need base_name in map_open_params_to_ntcreate
Volker Lendecke
1
-3
/
+5
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-2
/
+2
2011-07-12
s3:smbd: s/SMBkeepalive/NBSSkeepalive
Stefan Metzmacher
1
-10
/
+10
2011-07-11
s3:smbd: return the real share access mask in the SMBtconX response
Stefan Metzmacher
1
-3
/
+1
2011-07-04
s3-smbd: Replace client_id in smbd reply.
Andreas Schneider
1
-1
/
+10
[next]