summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13117: the caller may reference the winsdb_addr struct,Stefan Metzmacher1-1/+0
2007-10-10r13116: make sure we don't add more than 25 addresses to a record,Stefan Metzmacher2-16/+165
2007-10-10r13115: call the wins hook script on modifications of the wins.ldbStefan Metzmacher1-8/+56
2007-10-10r13087: don't store timestamps for static recordsStefan Metzmacher1-18/+22
2007-10-10r13060: - return only active addresses in name query responsesStefan Metzmacher2-17/+41
2007-10-10r13005: - use nbtd:max_refresh_time=12345 also for name refresh with a wins s...Stefan Metzmacher1-10/+18
2007-10-10r12909: add an ldb module for the wins.ldb,Stefan Metzmacher4-5/+230
2007-10-10r12906: return the correct nb_flagsStefan Metzmacher1-1/+8
2007-10-10r12898: prepare the 'wins hook' feature, but we only debug out a 'TODO: run s...Stefan Metzmacher3-0/+60
2007-10-10r12897: make it possible to use nosync transaction to speed things up,Stefan Metzmacher1-1/+6
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2-23/+31
2007-10-10r12779: allow static tomstonesStefan Metzmacher1-9/+3
2007-10-10r12755: check the return value of ldb_timestring(), as this fails,Stefan Metzmacher1-4/+13
2007-10-10r12700: fix name release of replica records, we need to become the owner and ...Stefan Metzmacher3-25/+51
2007-10-10r12673: create functions for get_maxVersion(), set_maxVersion() and get_seqnu...Stefan Metzmacher1-9/+73
2007-10-10r12648: implement the dns proxy featureStefan Metzmacher1-1/+56
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 Metzmacher2-1/+50
2007-10-10r12619: make sure we don't return more than 25 addresses, as w2k3 crashes in ...Stefan Metzmacher1-0/+4
2007-10-10r12618: use our primary interface address or the "winsdb:local_owner" -addressStefan Metzmacher3-25/+33
2007-10-10r12617: create a winsdb_handle and pass that arround,Stefan Metzmacher2-11/+34
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12607: fix the buildStefan Metzmacher4-3/+4
2007-10-10r12606: - fix multihomed registrationsStefan Metzmacher3-211/+264
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-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12535: - simplify string list handling in a couple of places using str_list_...Andrew Tridgell2-8/+11
2007-10-10r12440: fix crash bugsStefan Metzmacher1-0/+9
2007-10-10r12429: make static records always active with a max expire timeStefan Metzmacher1-0/+20
2007-10-10r12428: releases on 0x1D names are ignoredStefan Metzmacher1-0/+4
2007-10-10r12426: w2k3 refused 0x1B names registered as group namesStefan Metzmacher1-0/+6
2007-10-10r12425: match w2k3 and store 0x1D names when they're registered as group name,Stefan Metzmacher1-3/+10
2007-10-10r12424: static records should not be releasedStefan Metzmacher1-0/+8
2007-10-10r12412: - the 0x1E name must be registered as group nameStefan Metzmacher1-0/+13
2007-10-10r12287: move the wins.ldb into lockdirStefan Metzmacher1-2/+2
2007-10-10r12229: fix the expire time for released recordsStefan Metzmacher1-1/+1
2007-10-10r12228: fix the expire time for RELEASED recordsStefan Metzmacher2-7/+29
2007-10-10r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett1-1/+2
2007-10-10r12217: add my copyrightStefan Metzmacher2-1/+3
2007-10-10r12070: make sure a unique record with multiple addresses becauses mhomedStefan Metzmacher1-0/+3
2007-10-10r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher1-0/+367
2007-10-10r12021: remove shortpath for winsdb_lookup, this isn't neededStefan Metzmacher1-6/+5
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-2/+2
2007-10-10r11913: if we have a UNIQUE name with more than 1 address,Stefan Metzmacher1-0/+5
2007-10-10r11912: fix nbt_name_registration, there's still some minor stuff todo,Stefan Metzmacher2-56/+134
2007-10-10r11910: fix nbt_name_release and nbt_name_query, so that we pass the owned_re...Stefan Metzmacher1-20/+70
2007-10-10r11900: - make sure address and registered_by are replaced when they're not p...Stefan Metzmacher1-0/+9
2007-10-10r11877: - give winsdb_add/modify/delete() ldb_context as first argumentStefan Metzmacher4-53/+70
2007-10-10r11567: Ldb API change patch.Simo Sorce1-19/+18