Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-04 | s4:torture/nbt/dgram.c - NBT samlogon requests don't return the PDC name as ↵ | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
UNC path Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-04 | s4:torture/nbt/dgram.c: NBT samlogon requests without _EX return the PDC ↵ | Stefan Metzmacher | 1 | -0/+22 | |
name as UNC path metze | |||||
2011-11-26 | smbtorture: avoid sigsev if the password is not correct | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-03 | nbt: trim down header dependencies of nbt.idl. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-08-13 | torture: use tevent_ functions names instead of the legacy event_ ones | Simo Sorce | 5 | -22/+22 | |
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 5 | -8/+8 | |
2011-05-08 | s4-interfaces Rename interfaces code so not to conflict with source3/ | Andrew Bartlett | 5 | -21/+21 | |
The iface_count, iface_n_bcast, and load_interfaces functions conflicted with functions of the same name in source3, so the source4 functions were renamed. Hopefully we can actually wrap one around the other in future. Andrew Bartlett | |||||
2011-05-03 | s4-libcli Remove resolve_name() as it conflicts with Samba3. | Andrew Bartlett | 2 | -4/+11 | |
This was just a wrapper around resolve_name_ex(), so just call that instead. Andrew Bartlett | |||||
2011-05-03 | s4-torture Remove unused and uncompleated test | Andrew Bartlett | 1 | -54/+0 | |
2011-04-30 | s4:torture/nbt/winsreplication: ignore incoming broadcast messages | Stefan Metzmacher | 1 | -2/+19 | |
This will hopefully fix the flakey behavior of the samba4.nbt.winsreplication.owned test. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Apr 30 12:45:01 CEST 2011 on sn-devel-104 | |||||
2011-04-30 | s4:torture/nbt/winsreplication: assert the nbt name before the type | Stefan Metzmacher | 1 | -2/+2 | |
I hope that will make it easier to find problems with the flakey samba4.nbt.winsreplication.owned test. metze | |||||
2011-04-30 | s4:torture/nbt/winsreplication: use torture macros in order report failures | Stefan Metzmacher | 1 | -8/+104 | |
This makes sure we can ignore this failures with the "knownfail" file. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Apr 30 10:37:16 CEST 2011 on sn-devel-104 | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 7 | -10/+8 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
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 | |
the merged variant is renamed to smb_msleep as some platforms already have a msleep function. | |||||
2010-09-16 | s4-torture assert that we get a temp datagram socket. | Andrew Bartlett | 1 | -4/+8 | |
I've seen a segfault because we failed to check this isn't NULL before we use it. This will still of course fail, but not so spectacularly. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 8 | -54/+54 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 4 | -18/+15 | |
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 | |
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze | |||||
2010-03-07 | s4:libcli/wrepl: implement wrepl_request_send as a tevent_req based wrapper | Stefan Metzmacher | 1 | -3/+9 | |
metze | |||||
2010-03-07 | s4:torture/nbt: use wrepl_associate_stop() instead of build the request by hand | Stefan Metzmacher | 1 | -9/+4 | |
metze | |||||
2010-03-07 | s4:torture/nbt: use wrepl_request() instead of wrepl_request_send() followed ↵ | Stefan Metzmacher | 1 | -2/+1 | |
by wrepl_request_recv() metze | |||||
2010-03-05 | s4:torture/nbt: avoid the usage of wrepl_pull_table_send() | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2010-02-02 | s4:NBT-WINSREPLICATION: don't mark a local variable as static | Stefan Metzmacher | 1 | -1/+1 | |
This was somehow introduced in commit 8773e743c518578584d07d35ffdafdd598af88b0. metze | |||||
2010-02-01 | s4:NBT-WINS: test large scopes | Stefan Metzmacher | 1 | -0/+37 | |
metze | |||||
2010-02-01 | s4:NBT-WINS: pass the expected rcode of the name registration to the test code | Stefan Metzmacher | 1 | -18/+39 | |
metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: test replication with names including scopes | Stefan Metzmacher | 1 | -1/+51 | |
metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: fix compiler warnings | Stefan Metzmacher | 1 | -8/+16 | |
metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: use an array of nbt_names to loop over different names | Stefan Metzmacher | 1 | -10/+7 | |
metze | |||||
2009-12-01 | s4:torture/nbt/wins - Add more casts | Matthias Dieter Wallnöfer | 1 | -6/+12 | |
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 2 | -4/+0 | |
This reduces compile time somewhat. | |||||
2009-06-18 | Fix build with system LDB. | Jelmer Vernooij | 1 | -1/+1 | |
2009-06-04 | s4:torture assert that we get a Mailslot allocated before we dereference | Andrew Bartlett | 1 | -0/+2 | |
2009-05-14 | s4:torture Use str_list_make_single where appropriate | Andrew Bartlett | 1 | -10/+10 | |
2009-02-02 | s4:dgram: s/private/private_data | Stefan Metzmacher | 1 | -24/+24 | |
metze | |||||
2009-01-19 | NBT-WINS: test if the server ignores resent packets | Stefan Metzmacher | 1 | -0/+54 | |
metze (from samba4wins tree 24eb7577414c8584b97f43c850d738d3dbb30777) | |||||
2009-01-19 | NBT-WINS: we don't need the slow low port tests for every name | Stefan Metzmacher | 1 | -18/+19 | |
metze (from samba4wins tree 7862deca8555f960a5ef65e6315ce94af5023a2a) | |||||
2009-01-19 | NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeouts | Stefan Metzmacher | 1 | -2/+107 | |
metze (from samba4wins tree de7225658493006c19d139ac77ac1b1ffab01d25) | |||||
2009-01-19 | NBT-WINS: try to bind to port 137 in the NBT-WINS test | Stefan Metzmacher | 1 | -3/+15 | |
metze (from samba4wins tree 5e101475d5ed62060c991ea71c943e76b862aeef) | |||||
2009-01-19 | NBT-WINS: initialize .dest_port explicit (we should fill the whole struct ↵ | Stefan Metzmacher | 1 | -0/+1 | |
each time) This makes the code more clear. metze | |||||
2008-12-18 | s4:libcli/wrepl: we don't need to resolve names | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -4/+4 | |
2008-10-02 | The IRIX compiler does not like embedded unnamed unions | Volker Lendecke | 1 | -21/+21 | |
2008-09-23 | s4-nbt: use ../libcli/nbt | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-23 | s4-nbt: use private_data instead of private. | Günther Deschner | 3 | -11/+11 | |
Guenther | |||||
2008-08-15 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -6/+6 | |
(This used to be commit b337369d5c86b37d93ee1c62880068e14d6c09f6) | |||||
2008-08-14 | NBT-WINSREPLICATION: be more robust to timing errors | Stefan Metzmacher | 1 | -6/+6 | |
Also reenable disabled tests. metze (This used to be commit 76878a9c798e0acb0387b8352972d66db989c09a) | |||||
2008-08-14 | Assert on failure to join domain in NBT-DGRAM | Andrew Bartlett | 1 | -0/+4 | |
(This used to be commit 0a8080d0f245ddf0177195dd8e7fb3e1cdc0785f) | |||||
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -2/+2 | |
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) | |||||
2008-06-05 | Add convenience function for creating nbt sockets in torture. | Jelmer Vernooij | 4 | -7/+9 | |
(This used to be commit 1e6bfb1aa7eba1b92ee4bfb318ba843752a993a9) |