summaryrefslogtreecommitdiff
path: root/source3/lib/wins_srv.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-21Updated some comments.Tim Potter1-5/+5
2003-01-21Keep the list of dead WINS servers in gencache.tdb instead of inTim Potter1-60/+54
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+8
2002-08-06fixed a memory corruption bug in the wins codeAndrew Tridgell1-1/+1
2002-07-09the last WINS update broke self registration when we are a WINSAndrew Tridgell1-7/+0
2002-06-27fixed a link problem with global_in_nmbdAndrew Tridgell1-2/+2
2002-06-27The next phase in the WINS rewrite!Andrew Tridgell1-49/+55
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell1-16/+245
2002-06-26made the wins list handling a littler clearerAndrew Tridgell1-9/+5
2002-06-26- completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell1-303/+90
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-3/+3
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+3
2001-08-26Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel1-5/+76
2000-10-11Fixed %d printf with unsigned long arg.Jeremy Allison1-1/+1
2000-07-19Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel1-33/+85
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel1-0/+218