summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-0/+6
2007-10-10r16464: split client and server min/max protocol settingsStefan Metzmacher1-1/+1
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-0/+1
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher1-0/+2
2007-10-10r14096: setup a service task for smbsrv and dcesrvStefan Metzmacher1-8/+22
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-1/+1
2007-10-10r13937: fix the buildStefan Metzmacher1-1/+1
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher1-2/+2
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-3/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher1-12/+9
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-1/+1
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-0/+7
2007-10-10r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...Stefan Metzmacher1-23/+36
2007-10-10r11757: make smb_server.c independent from the protocolStefan Metzmacher1-608/+3
2007-10-10r11746: revert my last commits, I now understand how we decide betweenStefan Metzmacher1-1/+1
2007-10-10r11744: make sure the session is completed authenticated!!!Stefan Metzmacher1-1/+1
2007-10-10r11724: - move checks packet size and protocol version,Stefan Metzmacher1-53/+54
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11650: - as every call that goes down to the ntvfs layer need a valid tcon a...Stefan Metzmacher1-8/+51
2007-10-10r11640: just a nicer format, and make adding more special cases easierStefan Metzmacher1-5/+8
2007-10-10r11637: we need a session and a tcon for ntioctl() and ntrename()Stefan Metzmacher1-3/+3
2007-10-10r11621: some minor fixes from comments by metzeAndrew Tridgell1-0/+4
2007-10-10r11607: switched the smb server to use the generic packet send codeAndrew Tridgell1-41/+3
2007-10-10r11603: converted the smb server to use the new generic packet codeAndrew Tridgell1-96/+33
2007-10-10r10946: Use the right name for the remote workstation, and always initialise it.Andrew Bartlett1-0/+3
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