summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
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
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-4/+5
2001-01-03We only want to mark mailslot packets as loopback packets if they are toRichard Sharpe1-1/+1
2001-01-02Make the use of generate_name_trn_id conform to the usage elsewhere ...Richard Sharpe1-1/+1
2001-01-02Comment out unused generate_name_trn_id ...Richard Sharpe1-1/+1
2000-11-17John Reillys fix for de-registering broadcast names (NT doesn't do this).Jeremy Allison1-0/+4
2000-10-12Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison1-5/+19
2000-10-07Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison1-3/+13
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell3-14/+25
2000-09-11debug messages now work for nmbdAndrew Tridgell2-82/+79
2000-09-11the first cut of the internal messaging system.Andrew Tridgell2-31/+0
2000-08-30Fix for bind interfaces only sometimes picking the wrong IP addressJeremy Allison1-2/+24
2000-07-19Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel1-8/+9
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel1-1/+5
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
2000-05-10more mergingAndrew Tridgell1-2/+1
2000-05-02Fixed wild pointer diff found by insure.Jeremy Allison1-1/+1
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison5-6/+6
2000-04-25don't qsort a list less than 2 entriesAndrew Tridgell1-1/+3
2000-04-24fixed a parameter bug found by insureAndrew Tridgell1-1/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-3/+8
2000-04-18updates from the TNG branchAndrew Tridgell1-10/+6
2000-04-12logic for domainsidsize is if size is zero, there's no sid, so don'tLuke Leighton1-1/+0
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-3/+3
2000-04-11add a commentAndrew Tridgell1-1/+1
2000-04-11some updates to the process logon code to reflect lukes latestAndrew Tridgell1-20/+38
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-1/+0
2000-04-03Additional fix for nmbd and 127.0.0.1 interface.Jeremy Allison1-0/+12
2000-03-29Cause nmbd to ignore loopback interface when constructing its interface ...Jeremy Allison1-0/+14
2000-03-28damn, the test was the wrong way around for short_resuestAndrew Tridgell1-1/+1
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-9/+4
2000-03-27the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2-30/+38
2000-03-27fixed the hanlding of recursion desired when sending packets fromAndrew Tridgell1-23/+22
2000-03-27rename static reload_services function to reload_nmbd_services becauseLuke Leighton1-6/+6
2000-03-26when doing a "secure nbns" wack response and check with owner for aAndrew Tridgell1-1/+4
2000-03-26merge from tng ...Andrew Tridgell1-1/+1
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-2/+2
2000-02-22richard got the short request for GETDC right (hooray!) win9x _and_ ntLuke Leighton1-11/+24
2000-01-28Modified auto alignment of ud[] struct on stack to be declared as anJeremy Allison2-4/+4
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell15-63/+38
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+3
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-9/+12
2000-01-03got rid of mem_manAndrew Tridgell1-2/+0
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell2-1/+7
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell2-16/+4
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell22-261/+484
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton1-1/+1
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton2-8/+19