index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
smb_server
/
smb
/
nttrans.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-3
/
+3
*
s4-pvfs: move the private ntcreatex flags to private_flags
Andrew Tridgell
2010-03-05
1
-0
/
+1
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-1
/
+1
*
s4-smbserver: removed bogus initialisation of two union arms
Andrew Tridgell
2009-10-17
1
-1
/
+0
*
s4-smb: fill in fnum as well for root_fid
Andrew Tridgell
2009-10-15
1
-1
/
+2
*
s4-smbserver: fixed root_fid in nttrans create
Andrew Tridgell
2009-10-15
1
-1
/
+1
*
s4-smb: declare root_fid as a file handle
Andrew Tridgell
2009-10-15
1
-1
/
+1
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
1
-1
/
+0
*
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
initialise query_maximal_access here too
Andrew Tridgell
2008-07-24
1
-0
/
+1
*
smb_server/smb: handle incoming multi fragmented nttrans requests
Stefan Metzmacher
2008-07-07
1
-16
/
+152
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-0
/
+1
*
smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layer
Stefan Metzmacher
2008-03-11
1
-1
/
+24
*
Use 32 bit storage for nttrans counts
Amin Azez
2008-03-07
1
-5
/
+5
*
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
2008-02-14
1
-3
/
+3
*
Fix sending of large nttrans responses.
Amin Azez
2008-02-01
1
-1
/
+1
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-2
/
+2
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-1
/
+1
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-14
/
+20
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r21206: - a couple more nttrans places were a memcpy() should be used
Andrew Tridgell
2007-10-10
1
-8
/
+4
*
r21183: Commit the big/little endian fix for nttrans setup[] handling.
Volker Lendecke
2007-10-10
1
-4
/
+3
*
r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...
Stefan Metzmacher
2007-10-10
1
-16
/
+17
*
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
2007-10-10
1
-5
/
+10
*
r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...
Stefan Metzmacher
2007-10-10
1
-22
/
+32
*
r15711: - make use of nttrans_setup_reply()
Stefan Metzmacher
2007-10-10
1
-14
/
+9
*
r15710: - we no longer need to set the nttrans out fields to zero
Stefan Metzmacher
2007-10-10
1
-11
/
+5
*
r15709: - return an error is better than ignoring a non supported request
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r15708: setup count is 8bit and param_count and data_count are 32bit
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r15656: for NT IOCTL's we need to control the max_data field for some calls
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r15640: - NT IOCTL calls also have an 'in' data_blob
Stefan Metzmacher
2007-10-10
1
-3
/
+1
*
r14807: fixed the format of notify responses (forgot to commit this earlier)
Andrew Tridgell
2007-10-10
1
-6
/
+11
*
r14638: we need to call smbsrv_setup_reply() before using smbsrv_setup_error()
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r14541: separate smbsrv_request and ntvfs_request,
Stefan Metzmacher
2007-10-10
1
-27
/
+11
*
r14539: get rid of a pointless union layer in struct smb_notify
Andrew Tridgell
2007-10-10
1
-12
/
+12
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r14173: change smb interface structures to always use
Stefan Metzmacher
2007-10-10
1
-16
/
+16
*
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14142: fixed ascii padding of nttrans create in server too
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r14013: added construction of the notify reply buffer in the nttrans server
Andrew Tridgell
2007-10-10
1
-9
/
+62
*
r14011: - added a ntvfs_notify op to allow backends to support change notify
Andrew Tridgell
2007-10-10
1
-186
/
+267
*
r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r13870: prefix more functions with smbsrv_
Stefan Metzmacher
2007-10-10
1
-11
/
+11
*
r13865: prefix functions with smbsrv_
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
[next]