Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-28 | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 5 | -36/+36 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | midltests: add more union_align examples | Stefan Metzmacher | 15 | -24/+816 | |
This demonstrates the difference between NDR32 and NDR64 metze | |||||
2010-10-15 | s4-test: fixed a typo in test_kinit.sh | Andrew Tridgell | 1 | -1/+1 | |
too many Ts Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Oct 15 10:14:27 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s4-test: fixed test_kinit.sh time command test | Andrew Tridgell | 1 | -1/+1 | |
passing -W breaks -k yes | |||||
2010-10-01 | testprogs: print architecture used in win32 spoolss testsuite. | Günther Deschner | 1 | -5/+9 | |
Guenther | |||||
2010-09-29 | midltests: add midltests-pipe-sync-ndr32-downgrade-02.idl | Stefan Metzmacher | 2 | -0/+3566 | |
metze | |||||
2010-09-29 | midltests: support for fragmented RPC traffic | Stefan Metzmacher | 1 | -5/+57 | |
metze | |||||
2010-09-29 | midltests: print out the alloc_hint for requests and responses | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-09-29 | midltests: improve NDR64 downgrade | Stefan Metzmacher | 1 | -4/+21 | |
metze | |||||
2010-09-29 | midltests: revert to a simple default midltests.idl | Stefan Metzmacher | 1 | -248/+3 | |
metze | |||||
2010-09-29 | midltests/todo: add some random idl files I had tested month ago | Stefan Metzmacher | 8 | -0/+1014 | |
metze | |||||
2010-09-29 | midltests: add midltests-pipe-sync-ndr32-downgrade-01.idl example | Stefan Metzmacher | 3 | -3/+682 | |
metze | |||||
2010-09-29 | midltests: add some usefull defines to midltests.idl | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2010-09-29 | midltests: make it possible to allow downgrades to NDR32 | Stefan Metzmacher | 1 | -4/+8 | |
metze | |||||
2010-09-29 | midltests: add a midltests_tcp.exe tool | Stefan Metzmacher | 5 | -5/+611 | |
This uses a man in the middle approach in order to dump the request and response pdus. It also tests NDR32 and NDR64. metze | |||||
2010-09-29 | midltests: move the current implementation to midltests_simple.exe | Stefan Metzmacher | 3 | -22/+34 | |
metze | |||||
2010-09-29 | testprogs/win32: add vs2010-metze.cmd | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2010-09-17 | testprogs: skip two tests in spoolss tester. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-08-12 | testprogs/midltests: add some example IDL files and there midltests.exe output | Stefan Metzmacher | 11 | -1/+221 | |
metze | |||||
2010-07-31 | s4:blackblock/ktpass: use test specific user name | Stefan Metzmacher | 1 | -7/+6 | |
metze | |||||
2010-07-17 | s4 unittests: add blackblox test for ktpass | Matthieu Patou | 1 | -0/+37 | |
2010-07-16 | s4:testprogs Operate the blackbox kinit and net tests using the :local config | Andrew Bartlett | 1 | -1/+0 | |
This :local tells selftest.pl to use the local smb.conf for the test environment, not the generic client smb.conf This then makes the rest work properly - otherwise, it may attempt to connect to the wrong KDC for example. The only problem is that we can't test the 'net join' with this set, so this is removed from the test. The member server test environment checks this anyway. Andrew Bartlett | |||||
2010-07-15 | s4:testprogs Show that we no longer delete the old keytab entries | Andrew Bartlett | 1 | -3/+5 | |
By using a CCACHE obtained while the old password was still valid, we can tell if the server still accepts incoming Kerberos connections with the old password. Andrew Bartlett | |||||
2010-07-15 | s4:testprogs Prove kerberos still works after a password change | Andrew Bartlett | 1 | -0/+25 | |
Changing the machine account password should not prevent connections with a current, valid CCACHE. This is because when the password is changed, the server-side keytab keeps one old password around. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-15 | s4: Unit test update_machine_account_password through kinit | Matthieu Patou | 1 | -0/+39 | |
This patch is for testing the chgdcpass script which is mostly a call to update_machine_account_password. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-10 | testprogs/blackbox/subunit.sh: initialize failed to 0 | Stefan Metzmacher | 1 | -0/+3 | |
This is a short-term workarround for broken scripts, which use "exit $failed", without initializing failed. We need a discussion on the mailing list how to handle this in a nicer way. This should fix some random failures in the blackbox tests. metze | |||||
2010-07-03 | s4:kinit blackbox test - set/reset also here the "minPwdAge" | Matthias Dieter Wallnöfer | 1 | -0/+7 | |
2010-07-03 | s4:blackbox/test_passwords.sh - perform also here the adaptions for ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"minPwdAge" != 0 | |||||
2010-06-29 | s4:selftest Split out PKINIT tests from test_kinit.sh and test enc types | Andrew Bartlett | 2 | -14/+79 | |
This allows us to run the PKINIT tests only against the main DC (for which the certificates were generated), while testing the available encryption types in each functional level. In particular, we need to assert that AES encryption is available in the 2008 functional level. Andrew Bartlett | |||||
2010-06-22 | testprogs/win32: add prepare_dcpromo tool | Stefan Metzmacher | 3 | -0/+1111 | |
This tool can set the DOMAIN-SID and nextRid counter in the local SAM on windows servers (tested with w2k8r2) dcpromo will use this values for the ad domain it creates. This might be useful for upgrades from a Samba3 domain. metze | |||||
2010-05-19 | testprogs/win32: make it possible to specify MINGW_CC | Stefan Metzmacher | 3 | -3/+7 | |
metze | |||||
2010-05-19 | testprogs/win32/spoolss: we don't need absolute pathes to mingw locations | Stefan Metzmacher | 1 | -4/+2 | |
metze | |||||
2010-05-19 | testprogs/win32/npecho: use 'rm -f' instead of 'del' on unix | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-05-19 | testprogs/win32: explain how to use nmake with NMakefile | Stefan Metzmacher | 3 | -0/+9 | |
metze | |||||
2010-05-19 | testprogs/win32/spoolss: rename Makefile.mingw GNUmakefile | Stefan Metzmacher | 1 | -0/+0 | |
metze | |||||
2010-05-19 | testprogs/win32/spoolss: rename Makefile => NMakefile | Stefan Metzmacher | 1 | -0/+0 | |
metze | |||||
2010-05-10 | testprogs: update Makefile.mingw (although mingw current cant build it). | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2010-05-10 | testprogs: update README to reflect the util rename. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-05-10 | testprogs: add readme for testspoolss.exe. | Günther Deschner | 2 | -1/+65 | |
Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther | |||||
2010-05-10 | testprogs: add vcproj and sln files for testspoolss.exe. | Günther Deschner | 2 | -0/+244 | |
Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther | |||||
2010-05-10 | testprogs: rename spoolss.exe to testspoolss.exe. | Günther Deschner | 5 | -7/+7 | |
Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>. Guenther | |||||
2010-05-09 | s4:blackbox/test_kinit.sh - Test the new "net user add <user> [<password>]" ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
syntax | |||||
2010-04-16 | s4-test: check that a weak password is rejected by kpasswd | Andrew Tridgell | 1 | -0/+44 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | testprogs/blackbox/test_kinit: reorder arguments to "net time" to fix make test | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-03-27 | s4:testprogs Update test to match current Heimdal | Andrew Bartlett | 1 | -1/+1 | |
2010-03-27 | s4:testprogs Fix kinit test for updated Heimdal | Andrew Bartlett | 1 | -2/+2 | |
2010-03-25 | s4:selftest Add testing of kpasswd password set on servicePrincipalName | Andrew Bartlett | 1 | -0/+31 | |
2010-03-15 | testprogs: add EnumPrinterData test to win32 spoolss test. | Günther Deschner | 2 | -0/+67 | |
Guenther | |||||
2010-03-04 | testprogs: add test_PrinterDataW. | Günther Deschner | 1 | -0/+81 | |
Guenther | |||||
2010-03-04 | testprogs: use dump_data in dump_printer_data. | Günther Deschner | 1 | -12/+4 | |
Guenther |