index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
nbt_server
/
wins
/
winsserver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
1
-1
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-13
/
+13
2010-03-26
libutil: moved the networking defines to util_net.h
Andrew Tridgell
1
-0
/
+1
2010-02-22
More spelling fixes across source4/
Brad Hards
1
-2
/
+2
2010-02-13
s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()
Andrew Tridgell
1
-2
/
+1
2010-02-01
s4:winsserver: reject name registrations with a scope length > 237
Stefan Metzmacher
1
-0
/
+9
2009-06-18
Fix build with system LDB.
Jelmer Vernooij
1
-1
/
+1
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
[next]