Age | Commit message (Expand) | Author | Files | Lines |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 1 | -20/+0 |
2003-03-30 | update copyright notice since it we are now almost 4 months into 2003 | Gerald Carter | 1 | -1/+1 |
2003-03-24 | Don't use old usage() function, but the one from popt. | Jelmer Vernooij | 1 | -1/+0 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -0/+1 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -5/+0 |
2003-03-22 | Add nicer --help headers | Jelmer Vernooij | 1 | -7/+3 |
2003-03-08 | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+21 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -0/+20 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -100/+2 |
2002-11-08 | Compleatly remove support for logfile truncation. All logs are opened for | Andrew Bartlett | 1 | -5/+0 |
2002-11-04 | Make IRIX happy | Jelmer Vernooij | 1 | -16/+15 |
2002-11-02 | Add more options to popt_common and use them. Current ones are: | Jelmer Vernooij | 1 | -21/+7 |
2002-11-02 | Convert to popt | Jelmer Vernooij | 1 | -87/+30 |
2002-08-11 | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 1 | -2/+1 |
2002-07-28 | make sure async dns nmbd child dies | Andrew Tridgell | 1 | -1/+7 |
2002-07-01 | don't start the async dns process unless we actually need it! | Andrew Tridgell | 1 | -1/+1 |
2002-06-27 | The next phase in the WINS rewrite! | Andrew Tridgell | 1 | -11/+2 |
2002-06-17 | compile warngin fixes merged from 2.2 | Gerald Carter | 1 | -2/+2 |
2002-03-29 | nmbd handle shutdown message. | Jean-François Micouleau | 1 | -0/+10 |
2002-03-01 | Cause nmbd to take signal processing in-band, rather than in | Jeremy Allison | 1 | -339/+368 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-25 | rewrote nmbd's wins backend to use a tdb instead of a flat text file. | Jean-François Micouleau | 1 | -0/+1 |
2002-01-18 | Ensure (C) message is output on startup. | Jeremy Allison | 1 | -2/+2 |
2001-12-30 | When running interactive we want to set our own process group for | Jeremy Allison | 1 | -0/+9 |
2001-12-29 | Fixup -i interactive modes. | Jeremy Allison | 1 | -5/+6 |
2001-12-20 | Removed global debugf. Replaced with lp_set_logfile(name). | Jeremy Allison | 1 | -5/+6 |
2001-11-27 | added -i option to nmbd, giving interactive mode (like winbindd) | Andrew Tridgell | 1 | -3/+8 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -2/+0 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -2/+0 |
2001-11-19 | LMHOSTSFILE is now dynamically configured too. | Martin Pool | 1 | -12/+3 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -7/+5 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 1 | -1/+0 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -2/+2 |
2001-08-26 | Instead of checking lp_wins_server() to see if a WINS server was specified, | Christopher R. Hertel | 1 | -5/+8 |
2001-07-17 | Fixes from Jens-Uwe.Walther@force.de to make the -l option behave | Jeremy Allison | 1 | -1/+1 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -3/+3 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -4/+0 |
2001-07-03 | - sorry, forgot to test a pointer | Simo Sorce | 1 | -21/+26 |
2001-07-01 | "netbios aliases" and "interfaces" options change from P_STRING to P_LIST | Simo Sorce | 1 | -13/+15 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 1 | -1/+1 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -1/+1 |
2001-03-21 | added option "enhanced browsing" | Andrew Tridgell | 1 | -2/+6 |
2001-02-15 | samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead | Herb Lewis | 1 | -1/+1 |
2001-01-25 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+6 |
2000-10-12 | Ignore SIGUSR2. Terminate nmbd if we have no interfaces. | Jeremy Allison | 1 | -5/+19 |
2000-09-12 | - changed the msg_type to be an int instead of an enum so that it is | Andrew Tridgell | 1 | -3/+4 |
2000-09-11 | debug messages now work for nmbd | Andrew Tridgell | 1 | -0/+4 |