summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2001-08-28Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message isTim Potter1-8/+34
2001-08-26Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel2-2/+2
2001-08-26Instead of checking lp_wins_server() to see if a WINS server was specified,Christopher R. Hertel1-5/+8
2001-08-24Process the SAM/UAS change notification message.Tim Potter1-0/+73
2001-08-24Only register the #1b name if we are ROLE_DOMAIN_PDC rather thanTim Potter1-1/+1
2001-07-30Fixes for varargs problems with std c.Jeremy Allison4-13/+13
2001-07-17Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison1-1/+1
2001-07-10Andrew B and I were commiting the same fix at the same time in differentChristopher R. Hertel1-4/+1
2001-07-10Fix tree breakage, the last change was entirly non-portable, and we alreadyAndrew Bartlett1-1/+3
2001-07-10Fix from John Malmberg. When I added the additional information to theChristopher R. Hertel1-0/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell3-8/+8
2001-07-04The big character set handling changeover!Andrew Tridgell4-23/+11
2001-07-03- sorry, forgot to test a pointerSimo Sorce1-21/+26
2001-07-01"netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce1-13/+15
2001-06-28Added info to some of the debug messages to get a better handle on a problemChristopher R. Hertel1-24/+56
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+1
2001-04-27Mismatched format and args.Jeremy Allison1-1/+1
2001-04-25More paranioa fixes against nmbd lengths.Jeremy Allison1-7/+7
2001-04-24Fix bad length in dgram.Jeremy Allison1-0/+7
2001-04-24Patch for nmbd core dump in printing debug packets. No length check.Jeremy Allison1-3/+5
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-1/+1
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2-5/+5
2001-03-23Fix insure-found parameter size missmatch.Jeremy Allison1-2/+2
2001-03-21added option "enhanced browsing"Andrew Tridgell1-2/+6
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-1/+1
2001-03-08Fixed double fclose() call (I love insure :-).Jeremy Allison1-2/+0
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