Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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). | |||||
2008-12-10 | s4-smbtorture: add simple netr_ServerGetTrustInfo test. | Günther Deschner | 1 | -0/+42 | |
Guenther | |||||
2008-12-09 | s4: [2/3] Fix a delete on close divergence from windows and the associated ↵ | Tim Prouty | 1 | -5/+18 | |
torture test This second patch fixes the deltest17 BASE-DELETE torture test to pass against win2k3/win2k8/winXPsp2 | |||||
2008-12-10 | s4-samr: Fix Bug #5946. userparameters handling in torture test. | Matthias Dieter Wallnöfer | 1 | -1/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-12-06 | RPC-BROWSER: send the correct data in later requests | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2008-12-06 | s4:torture: add simple RPC-BROWSER test | Stefan Metzmacher | 3 | -2/+125 | |
metze | |||||
2008-12-05 | s4-smbtorture: do full level 18, 21, 23, 24, 25, 26 testing in pwdlastset test. | Günther Deschner | 1 | -75/+33 | |
Guenther | |||||
2008-12-05 | s4-smbtorture: add support for level 18 and 21 in test_SetUserPass_level_ex. | Günther Deschner | 1 | -20/+73 | |
Guenther | |||||
2008-12-05 | s4-smbtorture: more tests for RPC-SAMR-PASSWORDS-PWDLASTSET. | Günther Deschner | 1 | -108/+181 | |
Guenther | |||||
2008-12-05 | s4-smbtorture: add test for setting passwords via samr_UserInfo21. | Günther Deschner | 1 | -1/+134 | |
Guenther | |||||
2008-12-05 | s4-smbtorture: add test for setting passwords via samr_UserInfo18. | Günther Deschner | 1 | -0/+84 | |
Guenther | |||||
2008-12-05 | s4-smbtorture: fix build of samr test (bad git merge). | Günther Deschner | 1 | -20/+20 | |
Guenther | |||||
2008-12-05 | s4-samr: fix samr callers after SAMR_FIELD_PASSWORD change. | Günther Deschner | 2 | -13/+13 | |
Guenther | |||||
2008-12-04 | RAW-NETLOGON: check netr_GetAnyDCName() result | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-12-01 | RAW-STREAMS: test stream renames | Stefan Metzmacher | 1 | -8/+74 | |
metze | |||||
2008-12-01 | RAW-STREAMS: some more tests... | Stefan Metzmacher | 1 | -18/+180 | |
metze | |||||
2008-12-01 | RAW-STREAMS: test valid character in the range of 0x01 => 0x7F | Stefan Metzmacher | 1 | -0/+69 | |
metze | |||||
2008-12-01 | RAW-STREAMS: check some strange stream name combinations | Stefan Metzmacher | 1 | -0/+102 | |
metze | |||||
2008-12-01 | RAW-CHKPATH: test every character in the range of 0x01 => 0x7F | Stefan Metzmacher | 1 | -0/+81 | |
metze | |||||
2008-11-28 | s4-smbtorture: add some more testcases to pwdlastset test. | Günther Deschner | 1 | -30/+118 | |
Guenther | |||||
2008-11-28 | s4-smbtorture: fix RPC-SAMR-PASSWORDS-PWDLASTSET with samba3 option. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2008-11-28 | s4-smbtorture: allow to disable full testing of all possible opcode ↵ | Günther Deschner | 1 | -2/+19 | |
combinations. Guenther | |||||
2008-11-28 | s4-smbtorture: move test to SAMR-PASSWORDS-PWDLASTSET. | Günther Deschner | 2 | -5/+42 | |
Guenther | |||||
2008-11-28 | s4-smbtorture: add test for samr password_expired flag while setting passwords. | Günther Deschner | 1 | -1/+401 | |
Guenther | |||||
2008-11-28 | s4-smbtorture: add test_SetUserPass_level_ex. | Günther Deschner | 1 | -0/+131 | |
Guenther | |||||
2008-11-28 | s4-smbtorture: add samr_rand_pass_silent. | Günther Deschner | 1 | -1/+8 | |
Guenther | |||||
2008-11-28 | s4-samr: fix samr passwdord_expired callers. | Günther Deschner | 3 | -6/+9 | |
Guenther | |||||
2008-11-27 | s4-smbtorture: fix some build warnings. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-21 | Fix include path for installation. | Jelmer Vernooij | 1 | -1/+1 | |