summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8893: fixed the valgrind error on stream termination due to prototol errorsAndrew Tridgell1-4/+9
2007-10-10r8658: move use of lp_security() and lp_nt_status_support() into the connecti...Andrew Tridgell1-1/+3
2007-10-10r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell1-0/+2
2007-10-10r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell1-0/+3
2007-10-10r8119: fixed two error code returns in the smb server now that we haveAndrew Tridgell1-1/+1
2007-10-10r7857: improved the handling of end-of-file on sockets in the smb serverAndrew Tridgell1-2/+8
2007-10-10r7782: fixed an ordering problem with smb requests. I found this when I had "...Andrew Tridgell1-0/+14
2007-10-10r7523: blerghAndrew Tridgell1-1/+6
2007-10-10r7510: fixed error code for using a bad tid.Andrew Tridgell1-1/+1
2007-10-10r6270: Move the VUID handling to a IDR tree. This should avoid O(n)Andrew Bartlett1-1/+1
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-1/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-5/+5
2007-10-10r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell1-0/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-2/+2
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-106/+59
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-40/+26
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher1-5/+3
2007-10-10r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher1-3/+0
2007-10-10r4611: - renamed add_socket() to smb_add_socket() as that is less confusingAndrew Tridgell1-10/+6
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+2
2007-10-10r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell1-1/+1
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-2/+2
2007-10-10r3539: much nicer async open delay code.Andrew Tridgell1-4/+4
2007-10-10r3518: fixed some includes to be consistent.Andrew Tridgell1-13/+4
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-5/+4
2007-10-10r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processingAndrew Tridgell1-96/+36
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-4/+4
2007-10-10r3341: - don't zero the async structure (makes valgrind more useful)Andrew Tridgell1-1/+0
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher1-4/+3
2007-10-10r3307: fixed the send side of the smb_server code to be non-blocking. ThisAndrew Tridgell1-5/+37
2007-10-10r3306: the main smb server code now handles non-blocking socket receives. IAndrew Tridgell1-47/+78
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-6/+15
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-11/+3
2007-10-10r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean...Andrew Tridgell1-1/+1
2007-10-10r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij1-1/+1
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-1/+1
2007-10-10r2658: fixed a couple of error codes found with RAW-CONTEXTAndrew Tridgell1-2/+2
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-1/+1
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-2/+1
2007-10-10r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett1-7/+0
2007-10-10r2449: use a blocking fd for smbsrv codeStefan Metzmacher1-0/+4
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-15/+25
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher1-3/+3
2007-10-10r2320: add my copyrightStefan Metzmacher1-0/+1