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
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-3
/
+86
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
r13658: More moving around of files:
Jelmer Vernooij
1
-0
/
+2
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
3
-25
/
+34
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
3
-8
/
+36
2007-10-10
r12801: Some more include/ cleanups (remove unused macros + move files
Jelmer Vernooij
1
-1
/
+1
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
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
10
-15
/
+0
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
8
-0
/
+9
2007-10-10
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
10
-0
/
+11
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
3
-9
/
+6
2007-10-10
r12126: get rid of the local ->terminate hacks, we do that genericly now
Stefan Metzmacher
2
-15
/
+9
2007-10-10
r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetup
Stefan Metzmacher
1
-46
/
+51
2007-10-10
r12113: in SMB2 we should only allocate a new session
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r12102: for SMB2 we need to allocate tcons per session
Stefan Metzmacher
9
-53
/
+116
2007-10-10
r12095: the most SMB2 opcodes need a valid session and tcon,
Stefan Metzmacher
1
-0
/
+46
2007-10-10
r12094: - implement dummy smb2srv_tcon()
Stefan Metzmacher
1
-2
/
+122
2007-10-10
r12093: add missing file
Stefan Metzmacher
1
-0
/
+74
2007-10-10
r12092: - add dummy functions for the missing SMB2 opcodes
Stefan Metzmacher
5
-12
/
+82
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
2
-4
/
+4
2007-10-10
r11967: Fix more 64-bit warnings.
Tim Potter
1
-1
/
+1
2007-10-10
r11789: - add the start of a SMB2 server
Stefan Metzmacher
9
-1
/
+814
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
12
-12
/
+3
2007-10-10
r11785: rename conn.c into tcon.c
Stefan Metzmacher
2
-1
/
+1
2007-10-10
r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs it
Stefan Metzmacher
5
-100
/
+134
2007-10-10
r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 uses
Stefan Metzmacher
4
-16
/
+49
2007-10-10
r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...
Stefan Metzmacher
4
-24
/
+24
2007-10-10
r11778: - remove unused memory contexts as req is already the temporary conte...
Stefan Metzmacher
1
-47
/
+21
2007-10-10
r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...
Stefan Metzmacher
4
-27
/
+73
2007-10-10
r11759: fix up the SEC_SHARE handling, when we want to support that later
Stefan Metzmacher
3
-16
/
+14
2007-10-10
r11757: make smb_server.c independent from the protocol
Stefan Metzmacher
3
-608
/
+637
[next]