summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* client/client.c: Patch to tidy up file size output.Jeremy Allison1998-11-021-4/+1
* removed comment line at end of fileLuke Leighton1998-11-021-2/+4
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-1/+1
* replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1998-09-211-1/+1
* fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-171-1/+1
* Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1998-09-091-1/+1
* we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-021-12/+2
* I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell1998-08-311-0/+2
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+2
* finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1998-08-301-0/+10
* don't exit on a SIGPIPEAndrew Tridgell1998-08-291-2/+1
* nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1998-08-211-5/+11
* configure: Changes for extra headers.Jeremy Allison1998-08-151-8/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-1/+2
* Quick fix for a small problem. If you run 'nmbd -?' you'd get the usageChristopher R. Hertel1998-08-111-1/+2
* More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1998-08-031-1/+1
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-4/+4
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-9/+7
* Forgot to add the initialize_password_db() call to nmbd also.Jeremy Allison1998-05-191-0/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-4/+4
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-16/+16
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-0/+2
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-3/+3