summaryrefslogtreecommitdiffstats
path: root/source/nbt_server
Commit message (Expand)AuthorAgeFilesLines
* r12673: create functions for get_maxVersion(), set_maxVersion() and get_seqnu...Stefan Metzmacher2006-01-021-9/+73
* r12648: implement the dns proxy featureStefan Metzmacher2005-12-311-1/+56
* r12647: make use of the str_list_add functionStefan Metzmacher2005-12-311-6/+4
* r12644: prepare the dns proxy feature for the wins serverStefan Metzmacher2005-12-313-2/+52
* r12619: make sure we don't return more than 25 addresses, as w2k3 crashes in ...Stefan Metzmacher2005-12-301-0/+4
* r12618: use our primary interface address or the "winsdb:local_owner" -addressStefan Metzmacher2005-12-303-25/+33
* r12617: create a winsdb_handle and pass that arround,Stefan Metzmacher2005-12-303-11/+35
* r12609: - add some comments to a change that went in in the last 'fix the bui...Stefan Metzmacher2005-12-301-1/+7
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-307-12/+0
* r12607: fix the buildStefan Metzmacher2005-12-3011-14/+23
* r12606: - fix multihomed registrationsStefan Metzmacher2005-12-304-211/+265
* r12580: return the first 0x1B address as first address to 0x1C queriesStefan Metzmacher2005-12-291-0/+42
* r12578: - w2k3 allows entries with 127.0.0.1 as address, so we should doStefan Metzmacher2005-12-291-8/+1
* r12577: filter the loopback addresses like this 127.*.*.* and not only 127.0.0.1Stefan Metzmacher2005-12-291-12/+10
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2005-12-282-0/+3
* r12537: finally found the difference between us and w2k3 that caused w2kAndrew Tridgell2005-12-281-2/+9
* r12535: - simplify string list handling in a couple of places using str_list_...Andrew Tridgell2005-12-283-31/+23
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2005-12-272-0/+3
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-261-6/+5
* r12440: fix crash bugsStefan Metzmacher2005-12-222-0/+12
* r12437: if the client gives us an unicast name query with recursion_desired,Stefan Metzmacher2005-12-221-7/+6
* r12429: make static records always active with a max expire timeStefan Metzmacher2005-12-221-0/+20
* r12428: releases on 0x1D names are ignoredStefan Metzmacher2005-12-221-0/+4
* r12426: w2k3 refused 0x1B names registered as group namesStefan Metzmacher2005-12-221-0/+6
* r12425: match w2k3 and store 0x1D names when they're registered as group name,Stefan Metzmacher2005-12-221-3/+10
* r12424: static records should not be releasedStefan Metzmacher2005-12-221-0/+8
* r12412: - the 0x1E name must be registered as group nameStefan Metzmacher2005-12-211-0/+13
* r12287: move the wins.ldb into lockdirStefan Metzmacher2005-12-161-2/+2
* r12229: fix the expire time for released recordsStefan Metzmacher2005-12-141-1/+1
* r12228: fix the expire time for RELEASED recordsStefan Metzmacher2005-12-142-7/+29
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2005-12-141-1/+2
* r12217: add my copyrightStefan Metzmacher2005-12-132-1/+3
* r12070: make sure a unique record with multiple addresses becauses mhomedStefan Metzmacher2005-12-051-0/+3
* r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher2005-12-022-0/+383
* r12021: remove shortpath for winsdb_lookup, this isn't neededStefan Metzmacher2005-12-021-6/+5
* r11967: Fix more 64-bit warnings.Tim Potter2005-11-301-2/+2
* r11913: if we have a UNIQUE name with more than 1 address,Stefan Metzmacher2005-11-251-0/+5
* r11912: fix nbt_name_registration, there's still some minor stuff todo,Stefan Metzmacher2005-11-252-56/+134
* r11910: fix nbt_name_release and nbt_name_query, so that we pass the owned_re...Stefan Metzmacher2005-11-251-20/+70
* r11900: - make sure address and registered_by are replaced when they're not p...Stefan Metzmacher2005-11-251-0/+9
* r11877: - give winsdb_add/modify/delete() ldb_context as first argumentStefan Metzmacher2005-11-234-53/+70
* r11711: fixed the nbt server to use the right interface for outgoing requestsAndrew Tridgell2005-11-142-6/+27
* r11648: fix some bugs...Stefan Metzmacher2005-11-103-5/+5
* r11567: Ldb API change patch.Simo Sorce2005-11-081-19/+18
* r11373: Handle an apparent alias in NBT ntlogin replies.Andrew Bartlett2005-10-281-1/+2
* r11329: the 0x1C must be registered as group nameStefan Metzmacher2005-10-271-2/+2
* r11279: it should be only possible to register a 0x1C name, when the NBT_NM_G...Stefan Metzmacher2005-10-241-0/+6
* r11244: Relative path names in .mk filesJelmer Vernooij2005-10-211-16/+16
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2005-10-201-6/+0
* r11088: don't try to set empty strings values as attributesStefan Metzmacher2005-10-151-2/+2