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
/
smb2
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r16734: the 2 bytes after the opcode and before the flags,
Stefan Metzmacher
3
-11
/
+12
2007-10-10
r16733: implement SMB2 SetInfo
Stefan Metzmacher
1
-1
/
+16
2007-10-10
r16732: use the given macros
Stefan Metzmacher
1
-30
/
+5
2007-10-10
r16731: send a better error code, required for vista-beta2 client
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r16708: the packet format of SMB2 SessionSetup has changed,
Stefan Metzmacher
1
-39
/
+8
2007-10-10
r16705: fix a bug found by valgrind...
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r16699: the layout of SMB2 Read and Write is identical...
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r16670: try to match the vista error codes a bit more
Stefan Metzmacher
1
-4
/
+24
2007-10-10
r16666: implement setting of security_descriptors via SMB2 SetInfo
Stefan Metzmacher
1
-5
/
+43
2007-10-10
r16568: add parsing code for SMB2 SetInfo
Stefan Metzmacher
1
-1
/
+65
2007-10-10
r16520: move smb2srv_break_recv back to fileio.c
Stefan Metzmacher
2
-5
/
+5
2007-10-10
r16467: implement SMB2 GetInfo server code
Stefan Metzmacher
1
-7
/
+166
2007-10-10
r16456: return on error...
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r16410: remove some warnings of talloc_steal() usage without target
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r16407: add parsing code the SMB2 GetInfo in the server
Stefan Metzmacher
3
-15
/
+78
2007-10-10
r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15802: merge tridge's fix to the SMB2 server
Stefan Metzmacher
1
-4
/
+1
2007-10-10
r15771: this should be a o32s32 blob
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15770: when there's a dynamic body, we need to send the first byte even if the
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r15769: this functions belong to params/ so move it.
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15760: - add RAW_READ_SMB2 => generic mapping
Stefan Metzmacher
1
-1
/
+39
2007-10-10
r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backend
Stefan Metzmacher
1
-1
/
+27
2007-10-10
r15757: - add RAW_WRITE_SMB2 => generic mapping
Stefan Metzmacher
1
-1
/
+32
2007-10-10
r15754: - implement SMB2 Close
Stefan Metzmacher
1
-1
/
+34
2007-10-10
r15753: implement SMB2 Create
Stefan Metzmacher
2
-1
/
+150
2007-10-10
r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r15749: - pass in a dummy oplock callback
Stefan Metzmacher
1
-4
/
+118
2007-10-10
r15748: - implement SMB2 TreeConnect server code
Stefan Metzmacher
1
-5
/
+105
2007-10-10
r15746: - reorder elements of smb2srv_request
Stefan Metzmacher
1
-7
/
+15
2007-10-10
r15743: use union smb_tcon
Stefan Metzmacher
1
-16
/
+17
2007-10-10
r15742: use union smb_sessetup
Stefan Metzmacher
1
-18
/
+19
2007-10-10
r15535: fix the build
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r15533: with this vista does a fine SMB2 TreeConnect against samba4
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0
Stefan Metzmacher
5
-8
/
+17
2007-10-10
r15314: Fix recursive dependency hack for static libs. Should fix the build
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15313: Fix some dependencies in dso mode
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij
5
-0
/
+5
2007-10-10
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14739: keep the last request time for the smbsrv_connection,
Stefan Metzmacher
1
-3
/
+6
2007-10-10
r14456: don't access the smbsrv_tcon inside the ntvfs modules
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14380: Reduce the size of structs.h
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests
Stefan Metzmacher
1
-0
/
+53
2007-10-10
r12725: some minor updates
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
3
-5
/
+0
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2
-0
/
+3
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
1
-3
/
+2
[prev]
[next]