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