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_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7782: fixed an ordering problem with smb requests. I found this when I had "...
Andrew Tridgell
1
-0
/
+14
2007-10-10
r7523: blergh
Andrew Tridgell
1
-1
/
+6
2007-10-10
r7510: fixed error code for using a bad tid.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6270: Move the VUID handling to a IDR tree. This should avoid O(n)
Andrew Bartlett
1
-1
/
+1
2007-10-10
r5294: - added a separate NBT-WINS test for WINS operations (register, refres...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5195: most events don't need the time of the event, so save a gettimeofday()...
Andrew Tridgell
1
-5
/
+5
2007-10-10
r5193: make sure we mark the event dead when we free it on a dead connection
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-2
/
+2
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
1
-106
/
+59
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4728: split up server_services into:
Stefan Metzmacher
1
-40
/
+26
2007-10-10
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
1
-5
/
+3
2007-10-10
r4684: the smbsrv code should not know about rpc stuff
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r4611: - renamed add_socket() to smb_add_socket() as that is less confusing
Andrew Tridgell
1
-10
/
+6
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4232: added server support for multi-part SMBtrans requests, while
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3539: much nicer async open delay code.
Andrew Tridgell
1
-4
/
+4
2007-10-10
r3518: fixed some includes to be consistent.
Andrew Tridgell
1
-13
/
+4
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-5
/
+4
2007-10-10
r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processing
Andrew Tridgell
1
-96
/
+36
2007-10-10
r3481: split out client.h and events.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3466: split out request.h, signing.h, and smb_server.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
1
-4
/
+4
2007-10-10
r3341: - don't zero the async structure (makes valgrind more useful)
Andrew Tridgell
1
-1
/
+0
2007-10-10
r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...
Stefan Metzmacher
1
-4
/
+3
2007-10-10
r3307: fixed the send side of the smb_server code to be non-blocking. This
Andrew Tridgell
1
-5
/
+37
2007-10-10
r3306: the main smb server code now handles non-blocking socket receives. I
Andrew Tridgell
1
-47
/
+78
2007-10-10
r3304: changed the API to lib/socket/ a little.
Andrew Tridgell
1
-6
/
+15
2007-10-10
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
1
-11
/
+3
2007-10-10
r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3136: - Allow specifying socket type when adding smbd service
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2658: fixed a couple of error codes found with RAW-CONTEXT
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2646: - use a talloc destructor to ensure that sockets from the new socket
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2627: use the new talloc capabilities in a bunch more places in the rpc
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2542: I really don't like the 'substitute' code, and I particularly don't
Andrew Bartlett
1
-7
/
+0
2007-10-10
r2449: use a blocking fd for smbsrv code
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r2447: let the server code use the new lib/socket/ stuff
Stefan Metzmacher
1
-15
/
+25
2007-10-10
r2326: remove definition and usage of struct socket_context
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r2320: add my copyright
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r2250: removed unnecessary mem_ctx
Andrew Tridgell
1
-3
/
+0
2007-10-10
r2249: got rid of some more mem_ctx elements in structures
Andrew Tridgell
1
-5
/
+4
2007-10-10
r2247: talloc_destroy -> talloc_free
Tim Potter
1
-2
/
+2
2007-10-10
r1998: fix compiler warning
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...
Andrew Tridgell
1
-5
/
+4
2007-10-10
r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB
Andrew Bartlett
1
-0
/
+2
[next]