Age | Commit message (Expand) | Author | Files | Lines |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-22 | process incoming connections and fork a samba3 in inetd mode | Stefan Metzmacher | 1 | -0/+1 |
2008-09-21 | Revert "Rename smbd -> samba." | Jelmer Vernooij | 1 | -1/+1 |
2008-09-21 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-06-20 | smbd: make sure the parent smbd stays alive forever | Stefan Metzmacher | 1 | -7/+13 |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 1 | -1/+1 |
2008-05-28 | Bring up the ntp signing deamon | Andrew Bartlett | 1 | -0/+1 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -1/+1 |
2008-04-01 | Add context pointer to secrets functions. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -1/+13 |
2008-03-08 | Push SOVERSION and VERSION out of perl code. | Jelmer Vernooij | 1 | -1/+0 |
2008-02-28 | More share_init to more apprioriate place. | Jelmer Vernooij | 1 | -2/+0 |
2008-02-22 | Happy New Year 2008! :-) | Stefan Metzmacher | 1 | -1/+1 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 1 | -2/+0 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26400: Don't try to do character conversion before smb.conf has been parsed. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -14/+14 |
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26269: Fix a couple more references to global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26237: Add loadparm context to the server service interface. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -7/+7 |
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25535: Deal with events subsystem failures. | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r25454: Use standard bool types in a couple more places. | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25028: Fix more warnings. | Jelmer Vernooij | 1 | -4/+5 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24623: add back '-D' option to smbd | Stefan Metzmacher | 1 | -7/+29 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23695: By not using the NULL context for these large structures, we don't | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23288: give more info... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r22242: ctdb init now takes a process model | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r20895: enable ctdb backend at startup (if configured) | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r20449: Happy New Year! | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19573: Move secrets.o into param/ (subsystems haven't been integrated yet). | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19539: Move pidfile to smbd/ | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18360: better handling of child process killing in standard mode | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17206: Add a modular API for share configuration. | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is | James Peach | 1 | -2/+1 |
2007-10-10 | r14890: fix the usage of popt... | Stefan Metzmacher | 1 | -5/+17 |
2007-10-10 | r14736: - the ntvfs subsystem should not know about smb_server.h | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r14554: Write out header dependencies. This means all C files affected will be | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -0/+1 |