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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r16407: add parsing code the SMB2 GetInfo in the server
Stefan Metzmacher
2007-10-10
3
-15
/
+78
*
r16403: remove dependency to smbsrv_request next part...
Stefan Metzmacher
2007-10-10
1
-21
/
+27
*
r16402: start to remove the dependecy to smbsrv_request from the parsing func...
Stefan Metzmacher
2007-10-10
1
-57
/
+77
*
r16401: keep the old pointer when realloc fails, this is needed for the
Stefan Metzmacher
2007-10-10
1
-2
/
+4
*
r16400: add more error checks
Stefan Metzmacher
2007-10-10
1
-47
/
+55
*
r16399: - split out pushing smb_fsinfo into a DATA_BLOB
Stefan Metzmacher
2007-10-10
1
-67
/
+76
*
r16357: - start get rid of void parsing functions
Stefan Metzmacher
2007-10-10
1
-223
/
+233
*
r16023: we don't need a global variable here...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15855: more talloc_set_destructor() typesafe fixes. nearly done ...
Andrew Tridgell
2007-10-10
3
-7
/
+4
*
r15827: fixed a spelling error
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15802: merge tridge's fix to the SMB2 server
Stefan Metzmacher
2007-10-10
1
-4
/
+1
*
r15799: fixed the problem with BASE-DISCONNECT after the recent memory leak
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r15796: this talloc_reference() was causing a memory leak on every NTVFS
Andrew Tridgell
2007-10-10
1
-4
/
+0
*
r15771: this should be a o32s32 blob
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15770: when there's a dynamic body, we need to send the first byte even if the
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r15769: this functions belong to params/ so move it.
Stefan Metzmacher
2007-10-10
3
-20
/
+2
*
r15760: - add RAW_READ_SMB2 => generic mapping
Stefan Metzmacher
2007-10-10
1
-1
/
+39
*
r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backend
Stefan Metzmacher
2007-10-10
1
-1
/
+27
*
r15757: - add RAW_WRITE_SMB2 => generic mapping
Stefan Metzmacher
2007-10-10
1
-1
/
+32
*
r15754: - implement SMB2 Close
Stefan Metzmacher
2007-10-10
1
-1
/
+34
*
r15753: implement SMB2 Create
Stefan Metzmacher
2007-10-10
2
-1
/
+150
*
r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...
Stefan Metzmacher
2007-10-10
3
-13
/
+22
*
r15749: - pass in a dummy oplock callback
Stefan Metzmacher
2007-10-10
1
-4
/
+118
*
r15748: - implement SMB2 TreeConnect server code
Stefan Metzmacher
2007-10-10
1
-5
/
+105
*
r15747: move some functions to the protocol independend part of the
Stefan Metzmacher
2007-10-10
2
-42
/
+34
*
r15746: - reorder elements of smb2srv_request
Stefan Metzmacher
2007-10-10
1
-7
/
+15
*
r15745: - reorder the elements of smbsrv_request
Stefan Metzmacher
2007-10-10
1
-10
/
+12
*
r15743: use union smb_tcon
Stefan Metzmacher
2007-10-10
1
-16
/
+17
*
r15742: use union smb_sessetup
Stefan Metzmacher
2007-10-10
1
-18
/
+19
*
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
2007-10-10
2
-0
/
+4
*
r15739: return False when the function is called with an invalid level
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
2007-10-10
10
-105
/
+522
*
r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...
Stefan Metzmacher
2007-10-10
1
-1
/
+9
*
r15715: add my copyright
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
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
*
r15535: fix the build
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r15533: with this vista does a fine SMB2 TreeConnect against samba4
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0
Stefan Metzmacher
2007-10-10
5
-8
/
+17
*
r15371: Revert some of my previous patch as it was breaking the plain build
Jelmer Vernooij
2007-10-10
1
-2
/
+1
*
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r15314: Fix recursive dependency hack for static libs. Should fix the build
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r15313: Fix some dependencies in dso mode
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij
2007-10-10
10
-4
/
+17
[prev]
[next]