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
/
nttrans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-25
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
1
-2
/
+2
2009-06-25
s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname()
Tim Prouty
1
-5
/
+1
2009-06-18
Add some const to the stat struct in the dosmode calls.
Jeremy Allison
1
-34
/
+6
2009-06-18
Replace the boilerplate calls to :
Jeremy Allison
1
-18
/
+12
2009-06-17
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
1
-0
/
+16
2009-06-17
s3: Plumb smb_filename from create_file all of the way down to fd_open
Tim Prouty
1
-0
/
+12
2009-06-16
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
1
-4
/
+38
2009-06-12
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
1
-58
/
+45
2009-06-10
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
1
-48
/
+66
2009-06-03
s3:smbd: move some session specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-0
/
+2
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-15
/
+13
2009-05-24
TALLOC_FREE happily lives with a NULL ptr. Tim, please check!
Volker Lendecke
1
-6
/
+2
2009-05-20
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
1
-36
/
+54
2009-03-25
Ensure we never enter VFS_CREATE without having initialized
Jeremy Allison
1
-0
/
+4
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-1
/
+2
2009-03-06
s3:signing: the seqnum should only be decremented by 1 for ntcancel requests
Stefan Metzmacher
1
-1
/
+1
2009-02-19
s3: Add extid to the dev/inode pair
Tim Prouty
1
-0
/
+2
2009-02-09
S3: New module interface for SMB message statistics gathering
todd stecher
1
-1
/
+7
2009-01-29
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
1
-2
/
+2
2009-01-20
Remove some smb fsp knowledge from rpc_server/
Volker Lendecke
1
-1
/
+1
2009-01-11
s3: Differentiate between posix files with colons and actual streams
Tim Prouty
1
-2
/
+34
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-4
/
+3
2009-01-05
Fix call to ndr_size_dom_sid, missing parameter.
Jeremy Allison
1
-1
/
+1
2009-01-05
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
1
-7
/
+7
2009-01-04
s3: Allow renames of streams via NTRENAME and fix stream error codes on rename
Tim Prouty
1
-7
/
+7
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-1
/
+1
2008-12-31
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
1
-1
/
+1
2008-12-31
Use parent_dirname_talloc instead of parent_dirname in copy_internals
Volker Lendecke
1
-2
/
+6
2008-12-03
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
1
-4
/
+4
2008-12-03
s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...
Tim Prouty
1
-16
/
+38
2008-12-03
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
1
-0
/
+2
2008-12-03
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
1
-8
/
+34
2008-11-30
Set PRESENT flag when returning NULL [SD]ACL like Windows does.
Steven Danneman
1
-1
/
+9
2008-11-28
Remove "conn" parameter from np_open, smb_request contains it
Volker Lendecke
1
-1
/
+1
2008-11-28
Consolidate the buffer checks for the reply_trans style functions
Volker Lendecke
1
-57
/
+18
2008-11-28
Remove the variable "size" from reply_nttrans
Volker Lendecke
1
-10
/
+13
2008-11-27
Fix the offset checks in the trans routines
Volker Lendecke
1
-3
/
+3
2008-11-23
Fix to allow setting of NULL DACL/SACL
Steven Danneman
1
-11
/
+2
2008-11-12
Fix build break
Tim Prouty
1
-1
/
+1
2008-11-12
Pretty print out SD's on get/set.
Jeremy Allison
1
-0
/
+10
2008-11-08
Do not write into inbuf for the transs request
Volker Lendecke
1
-6
/
+5
2008-11-08
Remove a direct inbuf reference from reply_nttrans()
Volker Lendecke
1
-2
/
+1
2008-11-08
Converting notify.c to store a request, not an inbuf
Volker Lendecke
1
-1
/
+2
2008-11-06
Final fix to make us pass NULL SD test in RAW-ACLs. Not sure if this is 100% ...
Jeremy Allison
1
-0
/
+3
2008-11-02
Use "vwv" in trans parsing
Volker Lendecke
1
-35
/
+30
2008-11-02
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
1
-2
/
+2
2008-11-02
Simplify params of srvstr_pull_buf_talloc()
Volker Lendecke
1
-2
/
+1
2008-11-02
Add srvstr_get_path_req[_wcard]
Volker Lendecke
1
-8
/
+6
2008-11-01
Remove a bunch of direct inbuf references by adding "buf" to smb_request
Volker Lendecke
1
-4
/
+4
2008-10-25
Move the is_known_pipename check into np_open
Volker Lendecke
1
-10
/
+5
[prev]
[next]