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
/
smb_server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r13926: More header splitups.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-3
/
+0
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12126: get rid of the local ->terminate hacks, we do that genericly now
Stefan Metzmacher
2007-10-10
1
-12
/
+9
*
r11967: Fix more 64-bit warnings.
Tim Potter
2007-10-10
1
-1
/
+1
*
r11789: - add the start of a SMB2 server
Stefan Metzmacher
2007-10-10
1
-0
/
+7
*
r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...
Stefan Metzmacher
2007-10-10
1
-23
/
+36
*
r11757: make smb_server.c independent from the protocol
Stefan Metzmacher
2007-10-10
1
-608
/
+3
*
r11746: revert my last commits, I now understand how we decide between
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r11744: make sure the session is completed authenticated!!!
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r11724: - move checks packet size and protocol version,
Stefan Metzmacher
2007-10-10
1
-53
/
+54
*
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r11650: - as every call that goes down to the ntvfs layer need a valid tcon a...
Stefan Metzmacher
2007-10-10
1
-8
/
+51
*
r11640: just a nicer format, and make adding more special cases easier
Stefan Metzmacher
2007-10-10
1
-5
/
+8
*
r11637: we need a session and a tcon for ntioctl() and ntrename()
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r11621: some minor fixes from comments by metze
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r11607: switched the smb server to use the generic packet send code
Andrew Tridgell
2007-10-10
1
-41
/
+3
*
r11603: converted the smb server to use the new generic packet code
Andrew Tridgell
2007-10-10
1
-96
/
+33
*
r10946: Use the right name for the remote workstation, and always initialise it.
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r8893: fixed the valgrind error on stream termination due to prototol errors
Andrew Tridgell
2007-10-10
1
-4
/
+9
*
r8658: move use of lp_security() and lp_nt_status_support() into the connecti...
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r8574: added server side irpc calls for listing the current sessions
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r8272: added the hooks for adding a name to a messaging context, so we will
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r8119: fixed two error code returns in the smb server now that we have
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7857: improved the handling of end-of-file on sockets in the smb server
Andrew Tridgell
2007-10-10
1
-2
/
+8
*
r7782: fixed an ordering problem with smb requests. I found this when I had "...
Andrew Tridgell
2007-10-10
1
-0
/
+14
*
r7523: blergh
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r7510: fixed error code for using a bad tid.
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r6270: Move the VUID handling to a IDR tree. This should avoid O(n)
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r5294: - added a separate NBT-WINS test for WINS operations (register, refres...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5195: most events don't need the time of the event, so save a gettimeofday()...
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r5193: make sure we mark the event dead when we free it on a dead connection
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
2007-10-10
1
-106
/
+59
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4728: split up server_services into:
Stefan Metzmacher
2007-10-10
1
-40
/
+26
*
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
2007-10-10
1
-5
/
+3
*
r4684: the smbsrv code should not know about rpc stuff
Stefan Metzmacher
2007-10-10
1
-3
/
+0
*
r4611: - renamed add_socket() to smb_add_socket() as that is less confusing
Andrew Tridgell
2007-10-10
1
-10
/
+6
*
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r4232: added server support for multi-part SMBtrans requests, while
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r3539: much nicer async open delay code.
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r3518: fixed some includes to be consistent.
Andrew Tridgell
2007-10-10
1
-13
/
+4
*
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
2007-10-10
1
-5
/
+4
*
r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processing
Andrew Tridgell
2007-10-10
1
-96
/
+36
*
r3481: split out client.h and events.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
[next]