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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14504: make trans and trans2 able to use async ntvfs backends
Stefan Metzmacher
1
-408
/
+534
2007-10-10
r14502: Supply both needed arguments for the backend logoff processing.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
Stefan Metzmacher
4
-5
/
+34
2007-10-10
r14485: mark smb commands as need session and need tcon explicit,
Stefan Metzmacher
3
-122
/
+76
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r14456: don't access the smbsrv_tcon inside the ntvfs modules
Stefan Metzmacher
2
-21
/
+33
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
3
-53
/
+53
2007-10-10
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
Andrew Tridgell
1
-0
/
+5
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
3
-69
/
+69
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
3
-8
/
+8
2007-10-10
r14142: fixed ascii padding of nttrans create in server too
Andrew Tridgell
1
-2
/
+2
2007-10-10
r14041: be a bit less verbose
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14016: use type safe talloc when constructing operation structures in smb se...
Andrew Tridgell
1
-38
/
+43
2007-10-10
r14013: added construction of the notify reply buffer in the nttrans server
Andrew Tridgell
1
-9
/
+62
2007-10-10
r14011: - added a ntvfs_notify op to allow backends to support change notify
Andrew Tridgell
1
-186
/
+267
2007-10-10
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13911: Make these debug messages clearer.
Andrew Bartlett
1
-3
/
+5
2007-10-10
r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...
Stefan Metzmacher
5
-29
/
+10
2007-10-10
r13872: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13870: prefix more functions with smbsrv_
Stefan Metzmacher
9
-217
/
+220
2007-10-10
r13868: remove useless talloc_free() wrapper
Stefan Metzmacher
3
-15
/
+7
2007-10-10
r13866: prefix more functions with smbsrv_
Stefan Metzmacher
3
-10
/
+8
2007-10-10
r13865: prefix functions with smbsrv_
Stefan Metzmacher
6
-143
/
+142
2007-10-10
r13863: this can be static...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13862: rename chain_reply -> smbsrv_chain_reply
Stefan Metzmacher
2
-11
/
+11
2007-10-10
r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests
Stefan Metzmacher
1
-1
/
+31
2007-10-10
r13858: - use req_pull_ascii4() instead of doing strlen() on client provided ...
Stefan Metzmacher
1
-30
/
+34
2007-10-10
r13857: add "Windows for Workgroups 3.1a" support to the server
Stefan Metzmacher
1
-10
/
+11
2007-10-10
r13856: fixed a misleading comment
Andrew Tridgell
1
-1
/
+1
2007-10-10
r13620: initialize the CMD with 0 too
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r13403: Try to better handle a case where SPNEGO isn't available (allow us to
Andrew Bartlett
2
-23
/
+32
2007-10-10
r13204: Remove extra newline we don't need.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
1
-5
/
+14
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
5
-6
/
+0
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
4
-0
/
+4
2007-10-10
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
7
-0
/
+7
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetup
Stefan Metzmacher
1
-46
/
+51
2007-10-10
r12102: for SMB2 we need to allocate tcons per session
Stefan Metzmacher
3
-5
/
+5
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
2007-10-10
r11992: Potentially allow SPNEGO to be disabled (as occours on WinXP
Andrew Bartlett
1
-13
/
+22
2007-10-10
r11968: More warning fixes. We're on track to getting to double digits for
Tim Potter
1
-3
/
+3
2007-10-10
r11788: remove unused header files
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r11787: add missing file
Stefan Metzmacher
1
-0
/
+20
2007-10-10
r11786: move all SMB protocol specific stuff to smb_server/smb/
Stefan Metzmacher
11
-0
/
+7676