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
/
source4
/
smb_server
/
smb
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-18
s4:smb_server/smb/trans2.c - remove unused define "DEFAULT_SITE_NAME"
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-05-18
s4:smb_server: Implement GET_DFS_REFERRAL for domain referral requests
Matthieu Patou
1
-1
/
+871
2010-05-18
s4:smb_server: fix trailling whitespace in trans2.c
Matthieu Patou
1
-25
/
+25
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-3
/
+3
2009-09-19
s4-smbd: minimise includes in smbd/ and smb_server
Andrew Tridgell
1
-2
/
+0
2009-02-02
s4:smb_server: s/private/private_data
Stefan Metzmacher
1
-2
/
+2
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-07-07
smb_server/smb: prepare multi fragmented nttrans requests
Stefan Metzmacher
1
-3
/
+3
2008-07-07
smb_server/smb: trans(2) setup count is uint8_t
Stefan Metzmacher
1
-2
/
+3
2008-07-07
smb_server/smb: transs and transs2 calls have different word counts
Stefan Metzmacher
1
-1
/
+12
2008-07-07
smb_server/smb: fix crash bug with fragmented trans calls
Stefan Metzmacher
1
-13
/
+20
2008-06-02
more updates for new info levels
Andrew Tridgell
1
-3
/
+12
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
1
-12
/
+12
2007-10-10
r25551: Convert to standard bool type.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23067: use 'const union smb_search_data *file' also in the server code to ge...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r19505: fixed a valgrind error
Andrew Tridgell
1
-0
/
+4
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r16834: split the level's of smb_search_first/smb_search_next and the levels
Stefan Metzmacher
1
-25
/
+27
2007-10-10
r16815: split out search levels which are also used by smb2
Stefan Metzmacher
1
-127
/
+2
2007-10-10
r16621: split out passthru levels of setfileinfo
Stefan Metzmacher
1
-55
/
+15
2007-10-10
r16449: move some code to a generic place
Stefan Metzmacher
1
-513
/
+56
2007-10-10
r16448: add more error checks
Stefan Metzmacher
1
-53
/
+47
2007-10-10
r16444: - split out qfsinfo passthru levels
Stefan Metzmacher
1
-85
/
+83
2007-10-10
r16443: add push code for SMB2 levels
Stefan Metzmacher
1
-0
/
+36
2007-10-10
r16440: split out passthru level into a new functions,
Stefan Metzmacher
1
-71
/
+116
2007-10-10
r16403: remove dependency to smbsrv_request next part...
Stefan Metzmacher
1
-21
/
+27
2007-10-10
r16402: start to remove the dependecy to smbsrv_request from the parsing func...
Stefan Metzmacher
1
-57
/
+77
2007-10-10
r16401: keep the old pointer when realloc fails, this is needed for the
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r16400: add more error checks
Stefan Metzmacher
1
-47
/
+55
2007-10-10
r16399: - split out pushing smb_fsinfo into a DATA_BLOB
Stefan Metzmacher
1
-67
/
+76
2007-10-10
r16357: - start get rid of void parsing functions
Stefan Metzmacher
1
-223
/
+233
2007-10-10
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r15739: return False when the function is called with an invalid level
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
1
-7
/
+11
2007-10-10
r14541: separate smbsrv_request and ntvfs_request,
Stefan Metzmacher
1
-72
/
+46
2007-10-10
r14504: make trans and trans2 able to use async ntvfs backends
Stefan Metzmacher
1
-408
/
+534
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r14205: move smb specific stuff out of includes.h (finally!!!:-)
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13870: prefix more functions with smbsrv_
Stefan Metzmacher
1
-18
/
+18
2007-10-10
r13865: prefix functions with smbsrv_
Stefan Metzmacher
1
-5
/
+4
2007-10-10
r13863: this can be static...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12091: the SMB2 specific level are not available via SMB
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r12082: fixed a valgrind error found by kukks in the transs server handling
Andrew Tridgell
1
-2
/
+1
[next]