Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-02 | s4:dgram: s/private/private_data | Stefan Metzmacher | 1 | -24/+24 | |
metze | |||||
2009-02-02 | s4:cldap: s/private/private_data | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-02-02 | s4:torture: s/private/private_data | Stefan Metzmacher | 5 | -25/+25 | |
metze | |||||
2009-02-01 | shared: Move dom_sid_* utility functions to top level | Kai Blin | 1 | -1/+1 | |
2009-01-24 | s4-smbtorture: add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-01-24 | s4-smbtorture: add BackupLog handling in eventlog test. | Günther Deschner | 1 | -0/+69 | |
Guenther | |||||
2009-01-24 | s4-smbtorture: add test_GetLogIntormation test. | Günther Deschner | 1 | -0/+48 | |
Guenther | |||||
2009-01-24 | s4-smbtorture: add ReportEventW test. | Günther Deschner | 1 | -0/+50 | |
Guenther | |||||
2009-01-21 | s4:auth: move make_server_info_netlogon_validation() function arround | Stefan Metzmacher | 1 | -1/+1 | |
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 | |||||
2009-01-16 | winreg: fix winreg_EnumValue callers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-01-16 | s4-smbtorture: fix RPC-EVENTLOG test. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2009-01-14 | s4-smbtorture: also test for invalid flags in eventlog test_ReadEventLog. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-01-14 | s4-smbtorture: pure cosmetic cleanup of eventlog test. | Günther Deschner | 1 | -42/+42 | |
Guenther | |||||
2009-01-09 | s4 torture: Add new create disposition test to RAW-STREAMS | Tim Prouty | 1 | -1/+167 | |
2009-01-09 | s4-smbtorture: print hand-decoded service status array in svcctl torture test. | Günther Deschner | 1 | -2/+28 | |
Guenther | |||||
2009-01-08 | s4-smbtorture: extend test_QueryServiceConfig2W a bit. | Günther Deschner | 1 | -0/+18 | |
Guenther | |||||
2009-01-08 | s4-smbtorture: fix build of svcctl torture test. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-01-08 | s4-smbtorture: use names for info level in test_QueryServiceStatusEx. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-01-08 | s4-smbtorture: add my copyright to svcctl test. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-01-08 | svcctl: add svcctl_ConfigLevel from samba 3. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-01-07 | added support for stream renames in Samba4 | Andrew Tridgell | 1 | -1/+2 | |
This allows the RAW-STREAMS test to work again. We still have some limitations though: - renames of a stream to the default stream doesn't work - delete on close handling between streams and the main file is still broken | |||||
2009-01-06 | Fix compilation, remove unused variables. | Jelmer Vernooij | 1 | -2/+1 | |
2009-01-06 | s4-smbtorture: verify each password change via samlogon in ↵ | Günther Deschner | 3 | -33/+256 | |
SAMR-PASSWORDS-PWDLASTSET test. Guenther | |||||
2009-01-04 | s4 torture: Add more rename tests to RAW-STREAMS | Tim Prouty | 1 | -3/+198 | |
There is one part of the new rename tests that passes against windows, but doesn't pass against samba3 right now. Windows allow renaming a stream to the default stream, but none of the current streams module support this. When this ability is added the check for samba can be removed from this test. This patch also adds a missing unlink in the cleanup of test_stream_delete and changes the order that the tests are run to be consistent with the physical order in the file. | |||||
2009-01-02 | Fix warnings in make test code. | Jeremy Allison | 1 | -1/+4 | |
Jeremy. | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 13 | -41/+41 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-12-29 | s4 libnet: Add support for groupinfo by sid lookup | Kai Blin | 1 | -2/+3 | |
2008-12-23 | Fix more compiler warnings. | Jelmer Vernooij | 6 | -22/+20 | |
2008-12-22 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -4/+6 | |
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 5 | -3/+18 | |
2008-12-22 | Make it clearer when RAW-STREAMS is failing (don't always print names). | Jeremy Allison | 1 | -4/+6 | |
Jeremy. | |||||
2008-12-22 | Fix segfault when there are no tests registered. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-19 | Add torture test for bug #5986 - streams rename, so we don't regress. | Jeremy Allison | 1 | -0/+98 | |
Jeremy. | |||||
2008-12-18 | s4:libcli/wrepl: we don't need to resolve names | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2008-12-18 | RAW-CHKPATH: not every server behaves like samba3... | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-12-18 | BASE-LOCK: fix LOCK5 | Stefan Metzmacher | 1 | -4/+12 | |
We need to close all 3 file handle to make the unlink work. metze | |||||
2008-12-17 | Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only ↵ | Jeremy Allison | 1 | -4/+0 | |
BATCH22 left to fix. Jeremy. | |||||
2008-12-17 | s4: smbtorture, fix the build of netlogon test after idl change. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-17 | s4: fix smbtorture build after idl change. | Günther Deschner | 1 | -4/+13 | |
Guenther | |||||
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-12-17 | s4:torture: add ldb tests | Andrew Bartlett | 3 | -1/+751 | |
These tests are for both the new extended DN functionality (and were vital in finding bugs during implementation) and for the normal DN parsing and comparison routines. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2008-12-16 | Remove use of C++ keywords. | Jelmer Vernooij | 2 | -6/+6 | |
2008-12-14 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -0/+47 | |
2008-12-13 | Added torture test for doing an openX over a directory | Jeremy Allison | 1 | -0/+47 | |
to ensure we get the correct error message. Jeremy. | |||||
2008-12-12 | Manually marshall dom_sid, so we can use a fixed size array for | Jelmer Vernooij | 1 | -5/+0 | |
dom_sid.sub_auths rather than a dynamically allocated one. This makes it possible to use the same DCE/RPC object code for Samba 3 and Samba 4's DCE/RPC parsers and allows copying sids more easily (since they no longer contain any pointers). The cost of having additional manual marshalling code is limited (~35 additional lines of C code). |