summaryrefslogtreecommitdiff
path: root/source3/lib/wins_srv.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib:wins fix a compile warning on Ubuntu 18.04Christian Ambach2019-10-231-1/+1
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-0/+1
* lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke2013-09-051-1/+1
* param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett2011-07-021-4/+4
* s3: Add wins_server_tag_ips()Volker Lendecke2011-06-121-0/+42
* Fix some nonempty blank linesVolker Lendecke2009-08-071-2/+2
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-2/+2
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-3/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-0/+3
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-6/+6
* large change:Gerald Carter2003-06-251-5/+15
* Merge of wins server dead list into gencache.tdbTim Potter2003-01-221-60/+54
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+8
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-318/+329
* 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