lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[kai/samba-autobuild/.git] / source4 / smbd / process_single.c
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-01-26 Andrew Bartletts4-process_single: Use pid,task_id as cluster_id in...
2013-01-25 Andrew Bartlettbug9598: s4-process_single: Use pid,fd as cluster_id...
2012-06-12 Michael Adams4:smbd: fix typos
2011-03-19 Jelmer Vernooijsource4/smbd: Fix prototypes for all functions.
2010-10-30 Andrew Tridgells4-smbd: don't initialise process models more than...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-02-22 Brad HardsMore spelling fixes across source4/
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-09 Andrew Tridgells4-debug: lower the verbosity of a couple of common...
2009-09-19 Andrew Tridgells4-server: kill main daemon if a task fails to initialise
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:smbd: s/private/private_data
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Jelmer VernooijEliminate another global_loadparm.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-02-06 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-05 Andrew BartlettClarify nomaclature of socket names in process_single...
2008-02-04 Andrew BartlettRework process_single.c to take advantage of cluster_id...
2008-01-05 Jelmer Vernooijr26672: Janitorial: Remove uses of global_loadparm.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr24937: Merge tests spoolss RPC callbacks.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Stefan Metzmacherr19610: fix the build
2007-10-10 Andrew Bartlettr19604: This is a massive commit, and I appologise...
2007-10-10 Andrew Tridgellr18805: make error message match function name
2007-10-10 Stefan Metzmacherr14736: - the ntvfs subsystem should not know about...
2007-10-10 Stefan Metzmacherr14079: I just found the setproctitle library from...
2007-10-10 Stefan Metzmacherr12815: try to fix the build on AIX
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Bartlettr12267: Try to avoid segfault in kerberos libs, because...
2007-10-10 Andrew Tridgellr10920: in case of a accept() failure just failing...
2007-10-10 Andrew Tridgellr6530: the server ID of a connection in the single...
2007-10-10 Andrew Tridgellr5411: make network interface selection a bit saner
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5104: - added support for task based servers. These...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Stefan Metzmacherr4728: split up server_services into:
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Andrew Tridgellr3523: removed a useless level 0 DEBUG()
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
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 Tridgellr3314: added a option "socket:testnonblock" to the...
2007-10-10 Andrew Tridgellr3012: added initial support for byte range locking...
2007-10-10 Andrew Tridgellr2648: - use a destructor on struct server_connection...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2588: connect/disconnect is common enough that I don...
2007-10-10 Stefan Metzmacherr2447: let the server code use the new lib/socket/...
2007-10-10 Stefan Metzmacherr1516: remove the server_connection from the list on...
2007-10-10 Stefan Metzmacherr1515: move dublicate code to a function
2007-10-10 Stefan Metzmacherr1514: close stuff from the server_connection not in the
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 Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2004-02-02 Stefan Metzmacher- we now specify the object files in the subsystems...
2003-12-13 Andrew Tridgellcompleted the linkage between the endpoint mapper and...
2003-12-13 Andrew Tridgelldcerpc over tcp in the samba4 server now works to some...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code