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
/
torture
/
nbt
/
winsreplication.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-03
nbt: trim down header dependencies of nbt.idl.
Günther Deschner
1
-0
/
+1
2011-08-13
torture: use tevent_ functions names instead of the legacy event_ ones
Simo Sorce
1
-6
/
+6
2011-06-06
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
1
-1
/
+1
2011-05-08
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
1
-7
/
+7
2011-04-30
s4:torture/nbt/winsreplication: ignore incoming broadcast messages
Stefan Metzmacher
1
-2
/
+19
2011-04-30
s4:torture/nbt/winsreplication: assert the nbt name before the type
Stefan Metzmacher
1
-2
/
+2
2011-04-30
s4:torture/nbt/winsreplication: use torture macros in order report failures
Stefan Metzmacher
1
-8
/
+104
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
1
-3
/
+2
2010-10-23
dns/nbt: Fix spelling of the "authoritative" flag.
Kai Blin
1
-10
/
+10
2010-09-16
s3/s4: merge msleep and smb_msleep
Björn Jacke
1
-2
/
+2
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-9
/
+9
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-10
/
+10
2010-03-07
s4:libcli/wrepl: implement wrepl_request_send as a tevent_req based wrapper
Stefan Metzmacher
1
-3
/
+9
2010-03-07
s4:torture/nbt: use wrepl_associate_stop() instead of build the request by hand
Stefan Metzmacher
1
-9
/
+4
2010-03-07
s4:torture/nbt: use wrepl_request() instead of wrepl_request_send() followed ...
Stefan Metzmacher
1
-2
/
+1
2010-03-05
s4:torture/nbt: avoid the usage of wrepl_pull_table_send()
Stefan Metzmacher
1
-3
/
+6
2010-02-02
s4:NBT-WINSREPLICATION: don't mark a local variable as static
Stefan Metzmacher
1
-1
/
+1
2010-02-01
s4:NBT-WINSREPLICATION: test replication with names including scopes
Stefan Metzmacher
1
-1
/
+51
2010-02-01
s4:NBT-WINSREPLICATION: fix compiler warnings
Stefan Metzmacher
1
-8
/
+16
2010-02-01
s4:NBT-WINSREPLICATION: use an array of nbt_names to loop over different names
Stefan Metzmacher
1
-10
/
+7
2009-10-20
s4-torture: ran minimal_includes.pl over source4/torture
Andrew Tridgell
1
-1
/
+0
2008-12-18
s4:libcli/wrepl: we don't need to resolve names
Stefan Metzmacher
1
-6
/
+6
2008-09-23
s4-nbt: use private_data instead of private.
Günther Deschner
1
-3
/
+3
2008-08-14
NBT-WINSREPLICATION: be more robust to timing errors
Stefan Metzmacher
1
-6
/
+6
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-9
/
+9
2008-02-21
Remove another global_loadparm instance.
Jelmer Vernooij
1
-6
/
+6
2008-02-21
Remove yet more uses of global_loadparm.
Jelmer Vernooij
1
-10
/
+10
2007-12-21
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26539: Remove unnecessary statics.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26408: Remove use of global_loadparm.
Jelmer Vernooij
1
-0
/
+3
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
-6
/
+9
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-6
/
+6
2007-12-21
r26381: Move global_loadparm higher up the call stack.
Jelmer Vernooij
1
-0
/
+2
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
1
-6
/
+6
2007-12-21
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-3
/
+4
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25004: Avoid talloc_autofree_context() when possible.
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-6
/
+9
2007-10-10
r24846: Use metadata about dangerous tests.
Jelmer Vernooij
1
-6
/
+5
2007-10-10
r24670: Use torture functions for settings.
Jelmer Vernooij
1
-4
/
+3
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktest
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r19439: revert my change to a torture assert - expected is a bool
Andrew Tridgell
1
-1
/
+1
2007-10-10
r19433: Metze, please take a look at this one!
Andrew Tridgell
1
-11
/
+15
2007-10-10
r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
Jelmer Vernooij
1
-1584
/
+1547
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15259: try to find the place that causes trouble on some build farm host
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
1
-3
/
+4
[next]