summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/wins/winsserver.c
Commit message (Expand)AuthorAgeFilesLines
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-13/+13
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* More spelling fixes across source4/Brad Hards2010-02-221-2/+2
* s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell2010-02-131-2/+1
* s4:winsserver: reject name registrations with a scope length > 237Stefan Metzmacher2010-02-011-0/+9
* Fix build with system LDB.Jelmer Vernooij2009-06-181-1/+1
* winsserver: add "wreplsrv:propagate name releases" optionStefan Metzmacher2009-01-191-0/+7
* winsserver_release: update the expire time if only one address is releasedStefan Metzmacher2009-01-191-1/+12
* winsserver: we need to ignore duplicated name register requests.Stefan Metzmacher2009-01-191-7/+56
* s4-nbt: use private_data instead of private.Günther Deschner2008-09-231-8/+8
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+2
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1
* r26408: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-0/+1
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+1
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-1/+11
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-14/+17
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-211-3/+3
* r25546: Convert to standard bool type.Jelmer Vernooij2007-10-101-14/+14
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-5/+5
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-4/+4
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-5/+7
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21317: this happens very often when you have multihomed nodesStefan Metzmacher2007-10-101-1/+1
* r21086: add some notesStefan Metzmacher2007-10-101-0/+7
* r21085: implement something like the parameterStefan Metzmacher2007-10-101-0/+105
* r21059: add an option to implement what windows wins server confgure viaStefan Metzmacher2007-10-101-1/+7
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher2007-10-101-2/+0
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-0/+3
* r13116: make sure we don't add more than 25 addresses to a record,Stefan Metzmacher2007-10-101-12/+36
* r13060: - return only active addresses in name query responsesStefan Metzmacher2007-10-101-3/+0
* r12909: add an ldb module for the wins.ldb,Stefan Metzmacher2007-10-101-1/+1
* r12906: return the correct nb_flagsStefan Metzmacher2007-10-101-1/+8
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-17/+23
* r12700: fix name release of replica records, we need to become the owner and ...Stefan Metzmacher2007-10-101-4/+22
* r12647: make use of the str_list_add functionStefan Metzmacher2007-10-101-6/+4
* r12644: prepare the dns proxy feature for the wins serverStefan Metzmacher2007-10-101-1/+10
* r12618: use our primary interface address or the "winsdb:local_owner" -addressStefan Metzmacher2007-10-101-7/+7
* r12607: fix the buildStefan Metzmacher2007-10-101-1/+1
* r12606: - fix multihomed registrationsStefan Metzmacher2007-10-101-2/+224
* r12580: return the first 0x1B address as first address to 0x1C queriesStefan Metzmacher2007-10-101-0/+42
* r12578: - w2k3 allows entries with 127.0.0.1 as address, so we should doStefan Metzmacher2007-10-101-8/+1
* r12535: - simplify string list handling in a couple of places using str_list_...Andrew Tridgell2007-10-101-0/+8
* r12428: releases on 0x1D names are ignoredStefan Metzmacher2007-10-101-0/+4
* r12426: w2k3 refused 0x1B names registered as group namesStefan Metzmacher2007-10-101-0/+6
* r12425: match w2k3 and store 0x1D names when they're registered as group name,Stefan Metzmacher2007-10-101-3/+10
* r12424: static records should not be releasedStefan Metzmacher2007-10-101-0/+8
* r12412: - the 0x1E name must be registered as group nameStefan Metzmacher2007-10-101-0/+13
* r12229: fix the expire time for released recordsStefan Metzmacher2007-10-101-1/+1