r5197: moved events code to lib/events/ (suggestion from metze)
[kai/samba-autobuild/.git] / source4 / smb_server / smb_server.c
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5193: make sure we mark the event dead when we free...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Stefan Metzmacherr4728: split up server_services into:
2007-10-10 Stefan Metzmacherr4726: - use the name tcon and tid instead of conn...
2007-10-10 Stefan Metzmacherr4684: the smbsrv code should not know about rpc stuff
2007-10-10 Andrew Tridgellr4611: - renamed add_socket() to smb_add_socket() as...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4232: added server support for multi-part SMBtrans...
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Andrew Tridgellr3539: much nicer async open delay code.
2007-10-10 Andrew Tridgellr3518: fixed some includes to be consistent.
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3500: cleaned up the AS_USER/AS_GUEST stuff in the...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3466: split out request.h, signing.h, and smb_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3341: - don't zero the async structure (makes valgrind...
2007-10-10 Stefan Metzmacherr3336: use a struct ntvfs_async_state to be able to...
2007-10-10 Andrew Tridgellr3307: fixed the send side of the smb_server code to...
2007-10-10 Andrew Tridgellr3306: the main smb server code now handles non-blockin...
2007-10-10 Andrew Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Andrew Tridgellr3202: return a old DOS error code ERRSRV:ERRbaduid...
2007-10-10 Jelmer Vernooijr3136: - Allow specifying socket type when adding smbd...
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2658: fixed a couple of error codes found with RAW...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2627: use the new talloc capabilities in a bunch more...
2007-10-10 Andrew Bartlettr2542: I really don't like the 'substitute' code, and...
2007-10-10 Stefan Metzmacherr2449: use a blocking fd for smbsrv code
2007-10-10 Stefan Metzmacherr2447: let the server code use the new lib/socket/...
2007-10-10 Stefan Metzmacherr2326: remove definition and usage of struct socket_context
2007-10-10 Stefan Metzmacherr2320: add my copyright
2007-10-10 Andrew Tridgellr2250: removed unnecessary mem_ctx
2007-10-10 Andrew Tridgellr2249: got rid of some more mem_ctx elements in structures
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Stefan Metzmacherr1998: fix compiler warning
2007-10-10 Andrew Tridgellr1819: changed "smb ports" to be a LIST parameter type...
2007-10-10 Andrew Bartlettr1796: Enable server-side SPNEGO, now that I have fixed...
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Stefan Metzmacherr1514: close stuff from the server_connection not in the
2007-10-10 Andrew Tridgellr1507: fixed the handling of SMB chaining with the...
2007-10-10 Stefan Metzmacherr1499: combine struct user_struct and struct smbsrv_user
2007-10-10 Stefan Metzmacherr1486: commit the start of the generic server infastructure
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1280: rename struct request_context to smbsrv_request
2007-10-10 Stefan Metzmacherr1279: rename struct tcon_context to smbsrv_tcon
2007-10-10 Stefan Metzmacherr1278: rename struct user_context to smbsrv_user
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Stefan Metzmacherr1233: -move smb related code to smb_server/*
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Andrew Tridgellr818: added server side SMB signing to Samba4
2007-10-10 Andrew Tridgellr549: added support for DOS error codes in NTSTATUS...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-03-25 Andrew Tridgellfixed the handling of level II oplocks in samba4, espec...
2004-03-23 Andrew Tridgellput the "max xmit" option back into Samba4
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*