summaryrefslogtreecommitdiff
path: root/source/lib/wins_srv.c
Commit message (Expand)AuthorAgeFilesLines
* starting to sync for 3.0beta2Gerald Carter2003-07-011-5/+15
* Updated some comments.Tim Potter2003-01-211-5/+5
* Keep the list of dead WINS servers in gencache.tdb instead of inTim Potter2003-01-211-60/+54
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+8
* fixed a memory corruption bug in the wins codeAndrew Tridgell2002-08-061-1/+1
* the last WINS update broke self registration when we are a WINSAndrew Tridgell2002-07-091-7/+0
* fixed a link problem with global_in_nmbdAndrew Tridgell2002-06-271-2/+2
* The next phase in the WINS rewrite!Andrew Tridgell2002-06-271-49/+55
* This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-261-16/+245
* made the wins list handling a littler clearerAndrew Tridgell2002-06-261-9/+5
* - completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell2002-06-261-303/+90
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+3
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+3
* Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel2001-08-261-5/+76
* Fixed %d printf with unsigned long arg.Jeremy Allison2000-10-111-1/+1
* Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel2000-07-191-33/+85
* First cut toward adding WINS server failover.Christopher R. Hertel2000-07-191-0/+218