summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/wins
Commit message (Expand)AuthorAgeFilesLines
* r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher2007-10-101-2/+0
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-103-0/+6
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-102-23/+21
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-101-1/+1
* r13117: the caller may reference the winsdb_addr struct,Stefan Metzmacher2007-10-101-1/+0
* r13116: make sure we don't add more than 25 addresses to a record,Stefan Metzmacher2007-10-102-16/+165
* r13115: call the wins hook script on modifications of the wins.ldbStefan Metzmacher2007-10-101-8/+56
* r13087: don't store timestamps for static recordsStefan Metzmacher2007-10-101-18/+22
* r13060: - return only active addresses in name query responsesStefan Metzmacher2007-10-102-17/+41
* r13005: - use nbtd:max_refresh_time=12345 also for name refresh with a wins s...Stefan Metzmacher2007-10-101-10/+18
* r12909: add an ldb module for the wins.ldb,Stefan Metzmacher2007-10-104-5/+230
* r12906: return the correct nb_flagsStefan Metzmacher2007-10-101-1/+8
* r12898: prepare the 'wins hook' feature, but we only debug out a 'TODO: run s...Stefan Metzmacher2007-10-103-0/+60
* r12897: make it possible to use nosync transaction to speed things up,Stefan Metzmacher2007-10-101-1/+6
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-102-23/+31
* r12779: allow static tomstonesStefan Metzmacher2007-10-101-9/+3
* r12755: check the return value of ldb_timestring(), as this fails,Stefan Metzmacher2007-10-101-4/+13
* r12700: fix name release of replica records, we need to become the owner and ...Stefan Metzmacher2007-10-103-25/+51
* r12673: create functions for get_maxVersion(), set_maxVersion() and get_seqnu...Stefan Metzmacher2007-10-101-9/+73
* r12648: implement the dns proxy featureStefan Metzmacher2007-10-101-1/+56
* 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-102-1/+50
* r12619: make sure we don't return more than 25 addresses, as w2k3 crashes in ...Stefan Metzmacher2007-10-101-0/+4
* r12618: use our primary interface address or the "winsdb:local_owner" -addressStefan Metzmacher2007-10-103-25/+33
* r12617: create a winsdb_handle and pass that arround,Stefan Metzmacher2007-10-102-11/+34
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12607: fix the buildStefan Metzmacher2007-10-104-3/+4
* r12606: - fix multihomed registrationsStefan Metzmacher2007-10-103-211/+264
* 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
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12535: - simplify string list handling in a couple of places using str_list_...Andrew Tridgell2007-10-102-8/+11
* r12440: fix crash bugsStefan Metzmacher2007-10-101-0/+9
* r12429: make static records always active with a max expire timeStefan Metzmacher2007-10-101-0/+20
* 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
* r12287: move the wins.ldb into lockdirStefan Metzmacher2007-10-101-2/+2
* r12229: fix the expire time for released recordsStefan Metzmacher2007-10-101-1/+1
* r12228: fix the expire time for RELEASED recordsStefan Metzmacher2007-10-102-7/+29
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-1/+2
* r12217: add my copyrightStefan Metzmacher2007-10-102-1/+3
* r12070: make sure a unique record with multiple addresses becauses mhomedStefan Metzmacher2007-10-101-0/+3
* r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher2007-10-101-0/+367
* r12021: remove shortpath for winsdb_lookup, this isn't neededStefan Metzmacher2007-10-101-6/+5
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-2/+2
* r11913: if we have a UNIQUE name with more than 1 address,Stefan Metzmacher2007-10-101-0/+5
* r11912: fix nbt_name_registration, there's still some minor stuff todo,Stefan Metzmacher2007-10-102-56/+134