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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-19
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
1
-3
/
+1
2010-06-19
s4:torture/ldap/basic.c - add more error code/messages tests
Matthias Dieter Wallnöfer
1
-30
/
+264
2010-06-18
s4:torture/rpc/netlogon.c - make sure that the address family is set in littl...
Matthias Dieter Wallnöfer
1
-18
/
+18
2010-06-18
s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ...
Matthias Dieter Wallnöfer
1
-12
/
+16
2010-06-17
s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of dcerp...
Stefan Metzmacher
1
-1
/
+2
2010-06-16
s4-smbtorture: Remind myself we need to add a test for SMBsplretq in RAP-PRIN...
Günther Deschner
1
-0
/
+2
2010-06-16
s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.
Stefan Metzmacher
8
-8
/
+6
2010-06-16
s4-smbtorture: only pull info when status code indicates success in smbcli_ra...
Günther Deschner
1
-3
/
+5
2010-06-16
Revert "s4-smbtorture: only pull info when status code indicates success in s...
Günther Deschner
1
-5
/
+3
2010-06-16
s4-smbtorture: test smbcli_rap_netprintqgetinfo() with "" printqname.
Günther Deschner
1
-0
/
+8
2010-06-16
s4-smbtorture: only pull info when status code indicates success in smbcli_ra...
Günther Deschner
1
-3
/
+5
2010-06-15
s4 torture: RAW-SEARCH: break out some of the old search levels
Aravind Srinivasan
3
-2
/
+33
2010-06-15
s4 torture: RAW-SEARCH: Only test supported info levels
Tim Prouty
1
-9
/
+45
2010-06-15
s4:torture Rework NET-API-BECOMEDC test to use libnet_vampire callbacks.
Andrew Bartlett
1
-582
/
+59
2010-06-14
s4 torture: RAW-WRITE should check lockread_supported
Zachary Loafman
1
-0
/
+5
2010-06-12
s4:torture - SAMR testsuite - now we do support "GetAliasMembership" as expected
Matthias Dieter Wallnöfer
1
-4
/
+0
2010-06-11
s4/test-libnet: Re-align code a bit - more readable this way IMO
Kamen Mazdrashki
3
-24
/
+28
2010-06-11
s4/test-libnet: Refactor test_group_create() a little to:
Kamen Mazdrashki
1
-11
/
+22
2010-06-11
s4/test-libnet: Refactor test_user_create() little bit to:
Kamen Mazdrashki
1
-11
/
+7
2010-06-11
s4/test-libnet: add few comments for utility functions
Kamen Mazdrashki
1
-3
/
+11
2010-06-11
s4/test-libnet: Move LSA close handle function to a common location
Kamen Mazdrashki
3
-40
/
+26
2010-06-11
s4/test-libnet: remove unused code
Kamen Mazdrashki
1
-25
/
+0
2010-06-11
s4/test-libnet: Fix compile-time warning
Kamen Mazdrashki
1
-1
/
+1
2010-06-11
s4-smbtorture: rework internals of RPC-SPOOLSS-ACCESS testsuite.
Günther Deschner
1
-71
/
+181
2010-06-11
s4/test: use test_libnet_context_init() function to create libnet_context
Kamen Mazdrashki
2
-24
/
+23
2010-06-11
s4/test: fix SEGFAULT in test_group_create when rid is NULL
Kamen Mazdrashki
1
-1
/
+4
2010-06-11
s4/test-libnet: Helper func to initialize libnet_context
Kamen Mazdrashki
1
-0
/
+54
2010-06-11
s4/test: Call test_user_cleanup with original RDN for the user
Kamen Mazdrashki
1
-1
/
+1
2010-06-11
s4/test: Fix incorrect NTSTATUS comparison
Kamen Mazdrashki
1
-2
/
+2
2010-06-11
s4/test: remove create/delete group implementation in API-CREATEGROUP test
Kamen Mazdrashki
1
-110
/
+3
2010-06-11
s4/test: Remove duplicated test_opendomain() functionality
Kamen Mazdrashki
1
-54
/
+1
2010-06-11
s4/test: libnet_user tests should use common test_user_cleanup
Kamen Mazdrashki
1
-129
/
+5
2010-06-11
s4/test: Refactor test_user_cleanup to be more robust
Kamen Mazdrashki
1
-12
/
+84
2010-06-11
s4/test: remove duplicated comment
Kamen Mazdrashki
1
-3
/
+0
2010-06-07
s4-smbtorture: test workstation auth as well in RPC-SPOOLSS-ACCESS.
Günther Deschner
1
-2
/
+34
2010-06-07
s4-smbtorture: handle printservers w/o printers in RPC-SPOOLSS-ACCESS.
Günther Deschner
1
-2
/
+2
2010-06-05
s4-smbtorture: make RPC-SPOOLSS-ACCESS more compatible with older samba relea...
Günther Deschner
1
-6
/
+9
2010-06-05
s4-smbtorture: remove another incarnation of test_ClosePrinter.
Günther Deschner
1
-19
/
+0
2010-06-05
s4-smbtorture: add RPC-SPOOLSS-ACCESS.
Günther Deschner
4
-2
/
+754
2010-06-05
s4-smbtorture: share test_ClosePrinter between RPC-SPOOLSS and RPC-SPOOLSS-WIN.
Günther Deschner
2
-26
/
+3
2010-06-05
s4-smbtorture: check error codes in RAP-SAM testsuite.
Günther Deschner
1
-0
/
+2
2010-06-04
s4-smbtorture: completely rework RPC-SPOOLSS-PRINTER.
Günther Deschner
2
-326
/
+521
2010-06-04
s4-smbtorture: rework order of test in RPC-SPOOLSS-PRINTSERVER a bit.
Günther Deschner
1
-3
/
+3
2010-06-03
s4-smbtorture: convert RPC-SPOOLSS into a torture suite.
Günther Deschner
2
-83
/
+212
2010-06-03
s4-smbtorture: allow to call single tests from a testcase in a testsuite
Günther Deschner
1
-0
/
+10
2010-06-03
s4-smbtorture: move PrintProcessors winreg test to main RPC-SPOOLSS test.
Günther Deschner
1
-7
/
+2
2010-06-03
s4-smbtorture: add test_PrintProcessors_winreg.
Günther Deschner
1
-0
/
+71
2010-06-03
s4-smbtorture: refactor test_EnumPrintProcessors().
Günther Deschner
1
-35
/
+54
2010-06-03
s4-smbtorture: only test data up to a length of 9 bytes in test_SetPrinterDat...
Günther Deschner
1
-1
/
+1
2010-06-01
s4-smbtorture: skip driverName and printerName DsSpooler tests for now.
Günther Deschner
1
-2
/
+2
[next]