summaryrefslogtreecommitdiff
path: root/source3/lib/wins_srv.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-1/+1
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-4/+4
2011-06-12s3: Add wins_server_tag_ips()Volker Lendecke1-0/+42
2009-08-07Fix some nonempty blank linesVolker Lendecke1-2/+2
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-2/+2
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-3/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-5/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-0/+3
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-6/+6
2003-06-25large change:Gerald Carter1-5/+15
2003-01-22Merge of wins server dead list into gencache.tdbTim Potter1-60/+54
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+8
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-318/+329
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