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
2008-11-21
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
1
-1
/
+8
2008-11-11
Fix bug 5889. "delete veto files = no" seems to break.
Jeremy Allison
1
-4
/
+11
2008-11-08
change CHECK_READ to use smb_request instead of inbuf
Volker Lendecke
1
-3
/
+3
2008-11-04
Add construct_reply_common_req wrapper
Volker Lendecke
1
-2
/
+2
2008-11-02
Remove some inbuf references by adding "cmd" to smb_request
Volker Lendecke
1
-8
/
+6
2008-11-02
Remove the inbuf reference from map_checkpath_error()
Volker Lendecke
1
-4
/
+4
2008-11-02
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
1
-109
/
+106
2008-11-02
Rename "inbuf" to "base_ptr" in srvstr_get_path_*
Volker Lendecke
1
-5
/
+5
2008-11-02
Remove some direct inbuf references by adding smbreq_bufrem
Volker Lendecke
1
-2
/
+2
2008-11-02
Simplify params of srvstr_pull_buf_talloc()
Volker Lendecke
1
-9
/
+7
2008-11-02
Add srvstr_get_path_req[_wcard]
Volker Lendecke
1
-107
/
+53
2008-11-01
Remove a bunch of direct inbuf references by adding "buf" to smb_request
Volker Lendecke
1
-51
/
+42
2008-11-01
In reply_copy, don't write to inbuf when splitting directory and mask
Volker Lendecke
1
-19
/
+14
2008-11-01
In reply_search(), don't write to inbuf when splitting directory and mask
Volker Lendecke
1
-16
/
+10
2008-11-01
Apply some const to get_lock_*()
Volker Lendecke
1
-3
/
+6
2008-11-01
Add a "buflen" struct member to smb_request
Volker Lendecke
1
-15
/
+7
2008-10-19
Fix nonempty blank lines
Volker Lendecke
1
-91
/
+91
2008-10-19
Inline the once-used macro "init_dfsroot"
Volker Lendecke
1
-1
/
+6
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-46
/
+46
2008-10-13
Use "struct files_struct" for pipes instead of smb_np_struct
Volker Lendecke
1
-7
/
+0
2008-10-13
Pass struct smb_request to file_free
Volker Lendecke
1
-15
/
+15
2008-10-13
Pass struct smb_request to file_new
Volker Lendecke
1
-1
/
+1
2008-10-13
Pass struct smb_request to file_fsp
Volker Lendecke
1
-21
/
+21
2008-10-08
Remove unused CHECK_FSP macro
Volker Lendecke
1
-3
/
+2
2008-10-03
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
1
-3
/
+0
2008-09-30
Fix the make test problem Karolin reported. Now rename_open_files actually wo...
Jeremy Allison
1
-2
/
+2
2008-09-05
Write times code update.
Jeremy Allison
1
-2
/
+4
2008-09-01
Slightly simplify logic: remove an else branch
Volker Lendecke
1
-14
/
+11
2008-08-27
Add st_birthtime and friends for accurate create times on systems that suppor...
Jeremy Allison
1
-3
/
+4
2008-08-26
EINVAL is also a valid error return, meaning "this filesystem
Andrew Tridgell
1
-2
/
+3
2008-08-14
Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.
Jeremy Allison
1
-0
/
+2
2008-08-12
I found lots of places where we assume error will be set when calling
Andrew Tridgell
1
-2
/
+2
2008-07-27
Fix a debug message
Volker Lendecke
1
-1
/
+1
2008-07-27
Remove a pointless CONST_DISCARD
Volker Lendecke
1
-1
/
+1
2008-07-25
Fix bug creating files using DOS clients with mixed
Jeremy Allison
1
-1
/
+1
2008-06-26
Remove current_user reference from printfsp.c
Volker Lendecke
1
-1
/
+1
2008-06-19
Remove current_user references from trans2.c
Volker Lendecke
1
-0
/
+31
2008-06-19
Remove reference to current_user from reply.c
Volker Lendecke
1
-4
/
+3
2008-06-19
Remove the "current_user" arg from fsp_belongs_conn
Volker Lendecke
1
-2
/
+2
2008-06-19
Remove the "current_user" arg from check_fsp
Volker Lendecke
1
-19
/
+19
2008-04-08
Fix the build of reply_setattrE().
Günther Deschner
1
-2
/
+2
2008-04-07
smbd: make it possible to disable get_file_infos() on searches
Stefan Metzmacher
1
-2
/
+11
2008-04-07
smbd: implement the strange write time update logic
Stefan Metzmacher
1
-22
/
+39
2008-04-07
locking: store the write time in the locking.tdb
Stefan Metzmacher
1
-1
/
+2
2008-03-28
Fix missing '&&'.
Jeremy Allison
1
-1
/
+1
2008-03-28
Only allow sendfile on non-stream fsp's. Should fix make test for streams
Jeremy Allison
1
-2
/
+2
2008-03-28
printclose has only 1 vwv
Volker Lendecke
1
-1
/
+1
2008-03-11
Allow us to pass RAW-RENAME by testing that the connection struct
Jeremy Allison
1
-1
/
+1
2008-03-11
Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,
Jeremy Allison
1
-7
/
+8
2008-02-22
Don't use fname after create_file has been called
Volker Lendecke
1
-11
/
+11
[prev]
[next]