summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-19/+0
2000-05-10more mergingAndrew Tridgell1-2/+1
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-1/+0
2000-03-29Cause nmbd to ignore loopback interface when constructing its interface ...Jeremy Allison1-0/+14
2000-03-27rename static reload_services function to reload_nmbd_services becauseLuke Leighton1-6/+6
2000-03-26merge from tng ...Andrew Tridgell1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-9/+2
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+3
2000-01-03got rid of mem_manAndrew Tridgell1-2/+0
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell1-0/+5
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-36/+127
1998-12-09oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1-1/+1
1998-12-09need to initialise global_myworkgroupLuke Leighton1-0/+5
1998-12-09removed the SID stuff from the head branch as well.Andrew Tridgell1-12/+0
1998-12-03jean-f spotted race condition on generation of sam sid, from startingLuke Leighton1-1/+1
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-1/+1
1998-11-29weekend work. user / group database API.Luke Leighton1-14/+15
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-3/+3
1998-11-02client/client.c: Patch to tidy up file size output.Jeremy Allison1-4/+1
1998-11-02removed comment line at end of fileLuke Leighton1-2/+4
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-1/+1
1998-09-21replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1-1/+1
1998-09-17fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1-1/+1
1998-09-09Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1-1/+1
1998-09-02we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1-12/+2
1998-08-31I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell1-0/+2
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-2/+2
1998-08-30finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1-0/+10
1998-08-29don't exit on a SIGPIPEAndrew Tridgell1-2/+1
1998-08-21nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1-5/+11
1998-08-15configure: Changes for extra headers.Jeremy Allison1-8/+4
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-1/+2
1998-08-11Quick fix for a small problem. If you run 'nmbd -?' you'd get the usageChristopher R. Hertel1-1/+2
1998-08-03More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1-1/+1
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-4/+4
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-9/+7
1998-05-19Forgot to add the initialize_password_db() call to nmbd also.Jeremy Allison1-0/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-4/+4
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-16/+16
1998-04-15ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1-0/+2
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-3/+3