summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.c
Commit message (Expand)AuthorAgeFilesLines
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-1/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-5/+5
* r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell2007-10-101-0/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-2/+2
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-106/+59
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-40/+26
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-5/+3
* r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher2007-10-101-3/+0
* r4611: - renamed add_socket() to smb_add_socket() as that is less confusingAndrew Tridgell2007-10-101-10/+6
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+2
* r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell2007-10-101-1/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-2/+2
* r3539: much nicer async open delay code.Andrew Tridgell2007-10-101-4/+4
* r3518: fixed some includes to be consistent.Andrew Tridgell2007-10-101-13/+4
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-5/+4
* r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processingAndrew Tridgell2007-10-101-96/+36
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-101-4/+4
* r3341: - don't zero the async structure (makes valgrind more useful)Andrew Tridgell2007-10-101-1/+0
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-4/+3
* r3307: fixed the send side of the smb_server code to be non-blocking. ThisAndrew Tridgell2007-10-101-5/+37
* r3306: the main smb server code now handles non-blocking socket receives. IAndrew Tridgell2007-10-101-47/+78
* r3304: changed the API to lib/socket/ a little.Andrew Tridgell2007-10-101-6/+15
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-11/+3
* r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean...Andrew Tridgell2007-10-101-1/+1
* r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2007-10-101-1/+1
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-1/+1
* r2658: fixed a couple of error codes found with RAW-CONTEXTAndrew Tridgell2007-10-101-2/+2
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-1/+1
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-2/+1
* r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett2007-10-101-7/+0
* r2449: use a blocking fd for smbsrv codeStefan Metzmacher2007-10-101-0/+4
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-15/+25
* r2326: remove definition and usage of struct socket_contextStefan Metzmacher2007-10-101-3/+3
* r2320: add my copyrightStefan Metzmacher2007-10-101-0/+1
* r2250: removed unnecessary mem_ctxAndrew Tridgell2007-10-101-3/+0
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-5/+4
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-2/+2
* r1998: fix compiler warningStefan Metzmacher2007-10-101-2/+1
* r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell2007-10-101-5/+4
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-0/+2
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-101-0/+1
* r1514: close stuff from the server_connection not in theStefan Metzmacher2007-10-101-4/+1
* r1507: fixed the handling of SMB chaining with the new server structure. YouAndrew Tridgell2007-10-101-12/+18
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-101-20/+5