summaryrefslogtreecommitdiff
path: root/source/nmbd/nmbd.c
Commit message (Expand)AuthorAgeFilesLines
* starting to sync up for beta3Gerald Carter2003-07-161-5/+26
* working on creating the 3.0 release treeGerald Carter2003-06-061-32/+35
* Merge from 3.0: remove bogus static initialisers.Tim Potter2003-05-271-2/+2
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+2
* As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke2003-04-251-1/+3
* Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-20/+0
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* Don't use old usage() function, but the one from popt.Jelmer Vernooij2003-03-241-1/+0
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-0/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-5/+0
* Add nicer --help headersJelmer Vernooij2003-03-221-7/+3
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-1/+1
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+21
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-0/+20
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-100/+2
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-5/+0
* Make IRIX happyJelmer Vernooij2002-11-041-16/+15
* Add more options to popt_common and use them. Current ones are:Jelmer Vernooij2002-11-021-21/+7
* Convert to poptJelmer Vernooij2002-11-021-87/+30
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-2/+1
* make sure async dns nmbd child diesAndrew Tridgell2002-07-281-1/+7
* don't start the async dns process unless we actually need it!Andrew Tridgell2002-07-011-1/+1
* The next phase in the WINS rewrite!Andrew Tridgell2002-06-271-11/+2
* compile warngin fixes merged from 2.2Gerald Carter2002-06-171-2/+2
* nmbd handle shutdown message.Jean-François Micouleau2002-03-291-0/+10
* Cause nmbd to take signal processing in-band, rather than inJeremy Allison2002-03-011-339/+368
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau2002-01-251-0/+1
* Ensure (C) message is output on startup.Jeremy Allison2002-01-181-2/+2
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* Fixup -i interactive modes.Jeremy Allison2001-12-291-5/+6
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+6
* added -i option to nmbd, giving interactive mode (like winbindd)Andrew Tridgell2001-11-271-3/+8
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+0
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-12/+3
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-7/+5
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* Instead of checking lp_wins_server() to see if a WINS server was specified,Christopher R. Hertel2001-08-261-5/+8
* Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison2001-07-171-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+0
* - sorry, forgot to test a pointerSimo Sorce2001-07-031-21/+26
* "netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce2001-07-011-13/+15
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1