Age | Commit message (Expand) | Author | Files | Lines |
2009-01-19 | winsserver: add "wreplsrv:propagate name releases" option | Stefan Metzmacher | 1 | -0/+7 |
2009-01-19 | winsserver_release: update the expire time if only one address is released | Stefan Metzmacher | 1 | -1/+12 |
2009-01-19 | winsserver: we need to ignore duplicated name register requests. | Stefan Metzmacher | 1 | -7/+56 |
2008-09-23 | s4-nbt: use private_data instead of private. | Günther Deschner | 1 | -8/+8 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26408: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 1 | -1/+11 |
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -14/+17 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25546: Convert to standard bool type. | Jelmer Vernooij | 1 | -14/+14 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -5/+7 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r21317: this happens very often when you have multihomed nodes | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21086: add some notes | Stefan Metzmacher | 1 | -0/+7 |
2007-10-10 | r21085: implement something like the parameter | Stefan Metzmacher | 1 | -0/+105 |
2007-10-10 | r21059: add an option to implement what windows wins server confgure via | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14078: move ldb_global_init() to the main smbd code, | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r13116: make sure we don't add more than 25 addresses to a record, | Stefan Metzmacher | 1 | -12/+36 |
2007-10-10 | r13060: - return only active addresses in name query responses | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r12909: add an ldb module for the wins.ldb, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12906: return the correct nb_flags | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 1 | -17/+23 |
2007-10-10 | r12700: fix name release of replica records, we need to become the owner and ... | Stefan Metzmacher | 1 | -4/+22 |
2007-10-10 | r12647: make use of the str_list_add function | Stefan Metzmacher | 1 | -6/+4 |
2007-10-10 | r12644: prepare the dns proxy feature for the wins server | Stefan Metzmacher | 1 | -1/+10 |
2007-10-10 | r12618: use our primary interface address or the "winsdb:local_owner" -address | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r12607: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12606: - fix multihomed registrations | Stefan Metzmacher | 1 | -2/+224 |
2007-10-10 | r12580: return the first 0x1B address as first address to 0x1C queries | Stefan Metzmacher | 1 | -0/+42 |
2007-10-10 | r12578: - w2k3 allows entries with 127.0.0.1 as address, so we should do | Stefan Metzmacher | 1 | -8/+1 |
2007-10-10 | r12535: - simplify string list handling in a couple of places using str_list_... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r12428: releases on 0x1D names are ignored | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r12426: w2k3 refused 0x1B names registered as group names | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r12425: match w2k3 and store 0x1D names when they're registered as group name, | Stefan Metzmacher | 1 | -3/+10 |
2007-10-10 | r12424: static records should not be released | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r12412: - the 0x1E name must be registered as group name | Stefan Metzmacher | 1 | -0/+13 |
2007-10-10 | r12229: fix the expire time for released records | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12228: fix the expire time for RELEASED records | Stefan Metzmacher | 1 | -5/+14 |
2007-10-10 | r11912: fix nbt_name_registration, there's still some minor stuff todo, | Stefan Metzmacher | 1 | -46/+125 |
2007-10-10 | r11910: fix nbt_name_release and nbt_name_query, so that we pass the owned_re... | Stefan Metzmacher | 1 | -20/+70 |
2007-10-10 | r11877: - give winsdb_add/modify/delete() ldb_context as first argument | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r11279: it should be only possible to register a 0x1C name, when the NBT_NM_G... | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r11053: fix the logic, | Stefan Metzmacher | 1 | -1/+1 |