summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added option "enhanced browsing"Andrew Tridgell2001-03-211-2/+6
* samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis2001-02-151-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-251-0/+6
* Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison2000-10-121-5/+19
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-3/+4
* debug messages now work for nmbdAndrew Tridgell2000-09-111-0/+4
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-19/+0
* more mergingAndrew Tridgell2000-05-101-2/+1
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-1/+0
* Cause nmbd to ignore loopback interface when constructing its interface ...Jeremy Allison2000-03-291-0/+14
* rename static reload_services function to reload_nmbd_services becauseLuke Leighton2000-03-271-6/+6
* merge from tng ...Andrew Tridgell2000-03-261-1/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-9/+2
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-051-0/+3
* got rid of mem_manAndrew Tridgell2000-01-031-2/+0
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-0/+5
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-36/+127
* oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1998-12-091-1/+1
* need to initialise global_myworkgroupLuke Leighton1998-12-091-0/+5
* removed the SID stuff from the head branch as well.Andrew Tridgell1998-12-091-12/+0
* jean-f spotted race condition on generation of sam sid, from startingLuke Leighton1998-12-031-1/+1
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-1/+1
* weekend work. user / group database API.Luke Leighton1998-11-291-14/+15
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-3/+3