Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-17 | s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263. | Günther Deschner | 2 | -0/+89 | |
Guenther | |||||
2009-04-17 | s4-smbtorture: Fix crash in RPC-LSA-LOOKUP | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-04-15 | s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK. | Günther Deschner | 1 | -7/+15 | |
Also disable security descriptor based tests while testing samba3. Guenther | |||||
2009-04-15 | s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon. | Günther Deschner | 1 | -6/+8 | |
Guenther | |||||
2009-04-14 | s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2009-04-14 | s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test. | Günther Deschner | 1 | -1/+32 | |
Guenther | |||||
2009-04-13 | s4-smbtorture: fix two valgrind warnings. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-04-13 | s4-smbtorture: disable test_SecondaryClosePrinter when running against s3 ↵ | Günther Deschner | 1 | -4/+8 | |
for now. Guenther | |||||
2009-04-13 | s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to ↵ | Günther Deschner | 2 | -36/+36 | |
RPC-SPOOLSS-NOTIFY. Guenther | |||||
2009-04-13 | s4-smbtorture: use printerinfo level 1 name, not description in | Günther Deschner | 1 | -4/+11 | |
test_EnumPrinters_old(). Guenther | |||||
2009-04-10 | s4-smbtorture: perform the ntsvcs devicelist tests against the Spooler service. | Günther Deschner | 1 | -18/+38 | |
Guenther | |||||
2009-04-09 | s4-smbtorture: add test_EnumDependentServicesW() to RPC-SVCCTL. | Günther Deschner | 1 | -1/+66 | |
Guenther | |||||
2009-04-09 | s4-smbtorture: add test_QueryServiceObjectSecurity() to RPC-SVCCTL test. | Günther Deschner | 1 | -0/+55 | |
Guenther | |||||
2009-04-09 | s4-smbtorture: add test_QueryServiceConfigW() to RPC-SVCCTL. | Günther Deschner | 1 | -0/+44 | |
Guenther | |||||
2009-04-09 | s4-smbtorture: add test_QueryServiceStatus() to RPC-SVCCTL. | Günther Deschner | 1 | -0/+32 | |
Guenther | |||||
2009-04-09 | Merge branch 'wspp-schema' | Andrew Tridgell | 2 | -2/+2 | |
2009-04-08 | s4-smbtorture: fix test_ReportEventLog in RPC-EVENTLOG. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2009-04-08 | s4-smbtorture: Small fix for RPC-SPOOLSS-WIN to deal with driver-less printers. | Günther Deschner | 1 | -3/+15 | |
The getdriver query failure should only be critical when there is actually a driver associated to a printer. Guenther | |||||
2009-04-08 | svcctl: use offered/needed for buffer sizes as in spoolss. | Günther Deschner | 1 | -22/+22 | |
Guenther | |||||
2009-04-03 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schema | Andrew Bartlett | 5 | -22/+209 | |
2009-04-02 | major upgrade to the ldb attribute handling | Andrew Tridgell | 2 | -2/+2 | |
This is all working towards supporting the full WSPP schema without a major performance penalty. We now use binary searches when looking up classes and attributes. We also avoid the loop loading the attributes into ldb, by adding a hook to override the ldb attribute search function in a module. The attributes can thus be loaded once, and then saved as part of the global schema. Also added support for a few more key attribute syntaxes, as needed for the full schema. | |||||
2009-04-01 | s4 torture: Addition to RAW-BENCH-LOCK to take a configurable number of ↵ | Zack Kirsch | 1 | -1/+19 | |
locks before starting the test This can be useful for benchmarking as well as stress testing. | |||||
2009-04-01 | s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/g | Zach Loafman | 2 | -7/+7 | |
2009-04-01 | s4 torture: Remove unused parameter | Tim Prouty | 1 | -14/+7 | |
2009-04-01 | s4 torture: Add new streams oplock test | Tim Prouty | 1 | -0/+176 | |
2009-04-01 | s4:torture/smb2: Add torture tests for lease breaks, durable opens. | Zach Loafman | 2 | -136/+988 | |
2009-03-28 | s4:torture/smb2: Add torture tests for leases. | Zach Loafman | 3 | -0/+298 | |
2009-03-27 | s4:torture/smb2: fix compiler warnings and bugs | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2009-03-27 | s4:torture/smb2: fix the build | Stefan Metzmacher | 1 | -5/+5 | |
We move prototypes of _PUBLIC_ functions into /dev/null, as we want public function to have handwritten prototypes. see proto_header_template in build/make/templates.mk... metze | |||||
2009-03-26 | Add durable open / oplock interaction test. Rather than give it a chance to ↵ | Zach Loafman | 1 | -3/+109 | |
disconnect, Win7 will break a batch oplock immediately on contention. | |||||
2009-03-26 | Reorganize old persistent_handles test into durable_open.c, turn it into a ↵ | Zach Loafman | 3 | -9/+20 | |
suite instead of a solo test (in anticipation of more tests). | |||||
2009-03-22 | LDAP-CLDAP: remove temporary debug statements... | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-03-19 | s4:cldap: rewrite the cldap library based on tsocket | Stefan Metzmacher | 3 | -50/+80 | |
metze | |||||
2009-03-18 | s4-smbtorture: fix spoolss notify test after spoolss_Field changes. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2009-03-18 | s4-smbtorture: fix spoolss_EnumPrinterKey callers in RPC-SPOOLSS-WIN test. | Günther Deschner | 1 | -23/+12 | |
Kai, please check. Guenther | |||||
2009-03-18 | s4-smbtorture: fix spoolss_EnumPrinterDataEx tests. | Günther Deschner | 2 | -3/+4 | |
sorry, I could swear this did compile... Guenther | |||||
2009-03-17 | s4 torture: Win7 has a slightly different allowed access mask | Zach Loafman | 1 | -1/+7 | |
Still investigating. | |||||
2009-03-17 | s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGE | Zach Loafman | 1 | -10/+29 | |
Also submitted a request to cifs-protocol for a real name for this thing. Use win7 target logic in smb2 lock test, SMB2-LOCK now passes against Win7. | |||||
2009-03-17 | s4-smbtorture: fix spoolss notify test for notify type changes. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-03-17 | s4-smbtorture: fix test_EnumPrinterKey. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2009-03-17 | s4-smbtorture: fix RPC-SPOOLSS test after PrinterData changes. | Günther Deschner | 2 | -8/+9 | |
Guenther | |||||
2009-03-17 | s4-smbtorture: fix test_GetPrinterData tests after out pointer changes. | Günther Deschner | 2 | -1/+5 | |
Guenther | |||||
2009-03-15 | Merge branch 'tdr' of /home/jelmer/samba4 | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-15 | Remove -L/usr/lib from a couple more make variables. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-14 | s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-14 | Move tdr to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-11 | LDAP-BENCH-CLDAP: also test CLDAP rootdse searches. | Stefan Metzmacher | 1 | -6/+79 | |
metze | |||||
2009-03-10 | added a test that triggers a bug in the Samba3 notify code | Andrew Tridgell | 1 | -0/+169 | |
The Samba3 internal notify code doesn't work correctly when there is more than one tree connect to the same smbd process. This change to the RAW-NOTIFY test triggers the bug. | |||||
2009-03-07 | s4-smbtorture: add test_EnumPrintProcDataTypes to RPC-SPOOLSS test. | Günther Deschner | 1 | -0/+52 | |
Guenther | |||||
2009-03-06 | s4-smbtorture: exit early in test_EnumPorts when no port info has been returned. | Günther Deschner | 1 | -0/+2 | |
Guenther |