summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins/winsserver.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-12s4:nbt_server: avoid talloc_reference()Stefan Metzmacher1-2/+2
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
2011-06-08s4-wins: ensure we only use IPv4 for WINS ownerAndrew Tridgell1-1/+1
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-3/+3
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-13/+13
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
2010-02-22More spelling fixes across source4/Brad Hards1-2/+2
2010-02-13s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell1-2/+1
2010-02-01s4:winsserver: reject name registrations with a scope length > 237Stefan Metzmacher1-0/+9
2009-06-18Fix build with system LDB.Jelmer Vernooij1-1/+1
2009-01-19winsserver: add "wreplsrv:propagate name releases" optionStefan Metzmacher1-0/+7
2009-01-19winsserver_release: update the expire time if only one address is releasedStefan Metzmacher1-1/+12
2009-01-19winsserver: we need to ignore duplicated name register requests.Stefan Metzmacher1-7/+56
2008-09-23s4-nbt: use private_data instead of private.Günther Deschner1-8/+8
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+2
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
2007-12-21r26408: Remove use of global_loadparm.Jelmer Vernooij1-0/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+1
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-1/+11
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-14/+17
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-3/+3
2007-10-10r25546: Convert to standard bool type.Jelmer Vernooij1-14/+14
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-5/+5
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-4/+4
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-5/+7
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21317: this happens very often when you have multihomed nodesStefan Metzmacher1-1/+1
2007-10-10r21086: add some notesStefan Metzmacher1-0/+7
2007-10-10r21085: implement something like the parameterStefan Metzmacher1-0/+105
2007-10-10r21059: add an option to implement what windows wins server confgure viaStefan Metzmacher1-1/+7
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher1-2/+0
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-0/+3
2007-10-10r13116: make sure we don't add more than 25 addresses to a record,Stefan Metzmacher1-12/+36
2007-10-10r13060: - return only active addresses in name query responsesStefan Metzmacher1-3/+0
2007-10-10r12909: add an ldb module for the wins.ldb,Stefan Metzmacher1-1/+1
2007-10-10r12906: return the correct nb_flagsStefan Metzmacher1-1/+8
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-17/+23
2007-10-10r12700: fix name release of replica records, we need to become the owner and ...Stefan Metzmacher1-4/+22
2007-10-10r12647: make use of the str_list_add functionStefan Metzmacher1-6/+4
2007-10-10r12644: prepare the dns proxy feature for the wins serverStefan Metzmacher1-1/+10
2007-10-10r12618: use our primary interface address or the "winsdb:local_owner" -addressStefan Metzmacher1-7/+7
2007-10-10r12607: fix the buildStefan Metzmacher1-1/+1
2007-10-10r12606: - fix multihomed registrationsStefan Metzmacher1-2/+224
2007-10-10r12580: return the first 0x1B address as first address to 0x1C queriesStefan Metzmacher1-0/+42
2007-10-10r12578: - w2k3 allows entries with 127.0.0.1 as address, so we should doStefan Metzmacher1-8/+1
2007-10-10r12535: - simplify string list handling in a couple of places using str_list_...Andrew Tridgell1-0/+8