Age | Commit message (Expand) | Author | Files | Lines |
2011-03-19 | source4/smbd: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+2 |
2010-12-12 | s4:smbd/process*.c - fix PID warnings on Solaris | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-10-30 | s4-smbd: don't initialise process models more than once | Andrew Tridgell | 1 | -1/+1 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -2/+2 |
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 1 | -1/+1 |
2010-05-14 | s4:process_model Fix process_standard and process_onefork not to use | Andrew Bartlett | 1 | -35/+13 |
2010-03-26 | s4-smbd: use tevent_re_initialise() | Andrew Tridgell | 1 | -2/+6 |
2010-02-13 | s4-smbd: fix crash in notify code on client termination | Andrew Tridgell | 1 | -2/+2 |
2010-01-08 | s4-smbd: setup the default event contexts for other process models | Andrew Tridgell | 1 | -0/+6 |
2009-10-23 | s4-ldb: move the tdb_reopen_all() calls to ldb_wrap.c | Andrew Tridgell | 1 | -8/+1 |
2009-10-23 | s4-server: call the ldb_wrap_fork_hook() after a fork() | Andrew Tridgell | 1 | -0/+3 |
2009-09-19 | s4-smbd: minimise includes in smbd/ and smb_server | Andrew Tridgell | 1 | -2/+0 |
2009-08-07 | ensure that child tasks die when the parent dies | Andrew Tridgell | 1 | -0/+24 |
2009-02-02 | s4:smbd: s/private/private_data | Stefan Metzmacher | 1 | -7/+7 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -9/+9 |
2008-09-30 | Eliminate another global_loadparm. | Jelmer Vernooij | 1 | -2/+3 |
2008-09-16 | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 1 | -1/+1 |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 1 | -2/+2 |
2008-04-01 | Add context pointer to secrets functions. | Jelmer Vernooij | 1 | -3/+0 |
2008-02-04 | Remaining changes to implement the prefork process model | Andrew Bartlett | 1 | -5/+6 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -4/+7 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26322: Fix include | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26278: Tallocify convenience table for iconv handles. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r20646: first preparations for cluster enablement. This changes " | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r19610: fix the build | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r19604: This is a massive commit, and I appologise in advance for it's size. | Andrew Bartlett | 1 | -7/+0 |
2007-10-10 | r19573: Move secrets.o into param/ (subsystems haven't been integrated yet). | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prot... | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r15273: fix setproctitle support | Stefan Metzmacher | 1 | -6/+10 |
2007-10-10 | r15212: Simplify setproctitle code | Jelmer Vernooij | 1 | -6/+7 |
2007-10-10 | r15100: Port the bugfix for #3569 to Samba4 | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r14736: - the ntvfs subsystem should not know about smb_server.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14079: I just found the setproctitle library from alt linux:-) | Stefan Metzmacher | 1 | -2/+37 |
2007-10-10 | r13938: Around round of splitups | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r12815: try to fix the build on AIX | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'ed | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r10920: in case of a accept() failure just failing and trying again is no | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5104: - added support for task based servers. These are servers that within | Andrew Tridgell | 1 | -4/+54 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 1 | -119/+40 |
2007-10-10 | r4728: split up server_services into: | Stefan Metzmacher | 1 | -27/+88 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 1 | -1/+1 |