summaryrefslogtreecommitdiff
path: root/source4/smbd/process_standard.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij1-1/+1
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-2/+2
2008-04-01Add context pointer to secrets functions.Jelmer Vernooij1-3/+0
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett1-5/+6
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-4/+7
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-1/+1
2007-12-21r26322: Fix includeJelmer Vernooij1-0/+1
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij1-2/+2
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-2/+2
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-5/+5
2007-10-10r19610: fix the buildStefan Metzmacher1-1/+2
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett1-7/+0
2007-10-10r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij1-1/+1
2007-10-10r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prot...Stefan Metzmacher1-2/+3
2007-10-10r15273: fix setproctitle supportStefan Metzmacher1-6/+10
2007-10-10r15212: Simplify setproctitle codeJelmer Vernooij1-6/+7
2007-10-10r15100: Port the bugfix for #3569 to Samba4Volker Lendecke1-2/+2
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher1-1/+1
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-2/+37
2007-10-10r13938: Around round of splitupsJelmer Vernooij1-1/+3
2007-10-10r12815: try to fix the build on AIXStefan Metzmacher1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'edAndrew Bartlett1-0/+6
2007-10-10r10920: in case of a accept() failure just failing and trying again is noAndrew Tridgell1-0/+3
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell1-0/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5104: - added support for task based servers. These are servers that withinAndrew Tridgell1-4/+54
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-119/+40
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-27/+88
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-1/+1
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/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3356: in the standard process model we need to make sure we close allAndrew Tridgell1-2/+7
2007-10-10r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell1-1/+1
2007-10-10r3181: shutdown the secrets db on exit so we don't constantly get talloc leak...Andrew Tridgell1-0/+3
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-1/+1
2007-10-10r2723: fix some debug messagesStefan Metzmacher1-2/+2
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-0/+4
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-9/+1
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-0/+2
2007-10-10r2588: connect/disconnect is common enough that I don't think a level 0 DEBUGAndrew Tridgell1-1/+1
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-11/+10
2007-10-10r1516: remove the server_connection from the list on the server_socketStefan Metzmacher1-2/+13
2007-10-10r1515: move dublicate code to a functionStefan Metzmacher1-59/+3
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher1-0/+3