Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-30 | s4:torture - partially revert "s4:torture - prefer the termination "return"s ↵ | Matthias Dieter Wallnöfer | 1 | -4/+2 | |
at the end of two unittests" This partially reverts commit 54a5c398aaa1d53b5892c9b0aa5539ae7da651da. As tridge pointed out I've overseen the nested loop in "run_iometer". Therefore we end in a infinite loop. Obviously it wasn't run by "make test" since then I would have detected it. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Nov 30 09:23:00 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4:torture - prefer the termination "return"s at the end of two unittests | Matthias Dieter Wallnöfer | 2 | -4/+11 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 23:29:23 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4-smbtorture: only run the cupsaddsmb adobe driver test against s3. | Günther Deschner | 1 | -0/+4 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 29 18:47:17 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4-smbtorture: add torture test for cupsaddsmb win9x driver install behavior. | Günther Deschner | 1 | -0/+38 | |
Guenther | |||||
2010-11-29 | s4-smbtorture: make add-printerdriver test more robust against empty ↵ | Günther Deschner | 1 | -1/+3 | |
configfiles. Guenther | |||||
2010-11-29 | s4-smbtorture: make driver upload/removal more robust against empty filenames. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-11-29 | s4-smbtorture: add test for Adobe PostScript driver (Win9x) installation. | Günther Deschner | 1 | -0/+28 | |
Guenther | |||||
2010-11-29 | s4-smbtorture: handle driverfile overlap during removal in RPC-SPOOLSS-DRIVER. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2010-11-29 | s4-smbtorture: re-arrange RPC-SPOOLSS-DRIVER test a bit. | Günther Deschner | 1 | -35/+44 | |
Guenther | |||||
2010-11-29 | s4:torture - remove unreachable statements to quiet warnings of Solaris "cc" | Matthias Dieter Wallnöfer | 4 | -10/+0 | |
2010-11-29 | s4-repl_schema: fixed ldb exception handling | Andrew Tridgell | 1 | -2/+4 | |
2010-11-28 | s4:torture/smb2/acls.c - remove two unused variables | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 17:22:54 CET 2010 on sn-devel-104 | |||||
2010-11-28 | s4:introduce casts before outputs of "time_t" variables | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Otherwise we are getting warnings on "NetBSD". | |||||
2010-11-28 | s4-python: Fix formatting of docstrings for the purpose of pydoctor. | Jelmer Vernooij | 1 | -4/+6 | |
2010-11-27 | s4:torture/rpc/samr.c - fix uninitialised "status" variables | Matthias Dieter Wallnöfer | 1 | -0/+4 | |
Detected by Tru64. I wonder how this tests even worked. | |||||
2010-11-27 | s4:torture/rpc/samsync.c - remove uninitialised "nt_status" check | Matthias Dieter Wallnöfer | 1 | -8/+1 | |
Found by Tru64 compiler. | |||||
2010-11-27 | s4:torture/drs/python/fsmo.py - fix comments and an error message | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-11-24 | s4-smbtorture: pick a better printer in RPC-SPOOLSS-ACCESS. | Günther Deschner | 1 | -1/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 24 22:07:33 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-test/repl_schema: Refactor the test a little bit to | Kamen Mazdrashki | 1 | -31/+59 | |
- Cleanup imports - make sure we have testtools and subunit imported - use dictionaries instead of LDIFs for schema modification so now callers for _make_class can easily add new attributes for created class - simplify a little bit classSchema creation - test attributeSchema replication Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Nov 23 18:44:46 CET 2010 on sn-devel-104 | |||||
2010-11-22 | s4-test/repl_schema: Remote global ldb connections | Kamen Mazdrashki | 1 | -25/+7 | |
Although unlikely, Jelmer pointed out that using persistent SamDB connections between test may interfere with tests behaviour (and is not xUnit compliant anyway) Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Nov 22 15:24:03 CET 2010 on sn-devel-104 | |||||
2010-11-19 | s4:netlogon/LogonGetDomainInfo - handle a NULL "dns_hostname" | Matthias Dieter Wallnöfer | 1 | -2/+20 | |
- Performs the short computer name check against the sam account name. - Enhances the LogonGetDomainInfo testsuite which checks the NULL "dns_hostname" behaviour Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Nov 19 12:50:33 CET 2010 on sn-devel-104 | |||||
2010-11-19 | s4:torture/ldb/ldb.c - add a small test for a DN with an escaped comma | Matthias Dieter Wallnöfer | 1 | -0/+6 | |
2010-11-16 | s4-spoolss: fixed warning in call to torture_warning() | Andrew Tridgell | 1 | -2/+2 | |
2010-11-15 | s4:torture/basic/base.c - fix output warnings regarding "time_t" | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
"time_t" is generally "long int". | |||||
2010-11-15 | smb_server: Build as shared module. | Jelmer Vernooij | 1 | -1/+1 | |
2010-11-15 | s4-server: make server sockets a child of the task context | Andrew Tridgell | 1 | -1/+1 | |
We previously allocated sockets as direct children of the event context. That led to crashes if a service called task_server_terminate(), as it left the socket open and handling events for a dead protocol. Making them a child of the task allows the task to terminate and take all its sockets with it. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-12 | torture: Only add in tests for socket_wrapper/nss_wrapper when they have ↵ | Jelmer Vernooij | 2 | -2/+18 | |
been enabled. | |||||
2010-11-11 | s4-repl: dsdb_extended_replicated_objects_convert -> ↵ | Kamen Mazdrashki | 1 | -9/+9 | |
dsdb_replicated_objects_convert/ It is part of dsdb_replicated_* family of functions | |||||
2010-11-11 | s4-test: repl_schema - Make sure LdbError and ERR_NO_SUCH_OBJECT are visible | Kamen Mazdrashki | 1 | -0/+1 | |
2010-11-11 | s4-test: use IPC$ instead of ADMIN$ for srvsvc NetShareGetInfo test | Andrew Tridgell | 1 | -3/+3 | |
IPC$ is guaranteed to exist on servers that do RPC, whereas ADMIN$ isn't Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-10 | s4-smbtorture: use test_GetPrinterData{Ex}_checktype calls in RPC-SPOOLSS tests. | Günther Deschner | 1 | -3/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 10 15:07:12 UTC 2010 on sn-devel-104 | |||||
2010-11-10 | s4-smbtorture: allow to test returned type after specific error code in ↵ | Günther Deschner | 1 | -15/+48 | |
PrinterData tests. Guenther | |||||
2010-11-08 | s4-test: Initial implementation for Schema replication black box test | Kamen Mazdrashki | 1 | -0/+174 | |
2010-11-07 | s4:torture/dssync.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | ldbsamba: Lowercase library name. | Jelmer Vernooij | 2 | -2/+2 | |
2010-11-07 | samdb: Lowercase library name. | Jelmer Vernooij | 3 | -3/+3 | |
2010-11-06 | s4:DRS-RPC-DSSYNC: don't try to decrypt secret attributes twice | Stefan Metzmacher | 1 | -19/+3 | |
dsdb_extended_replicated_objects_convert() already decrypts the attributes in place. This fixes the usage of --option="dssync:print_pwd_blobs=yes". metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Nov 6 13:30:16 UTC 2010 on sn-devel-104 | |||||
2010-11-02 | s4-torture Add tests for DES-only accounts PAC behaviour/validation. | Andrew Bartlett | 3 | -3/+83 | |
Previously we didn't support DES-only in a Samba4 domain. This is important for some legacy systems that have not yet migrated from this weak crypto. Andrew Bartlett | |||||
2010-11-01 | s4-torture Remove torture/locktest2.c (no longer compiled and unused) | Andrew Bartlett | 1 | -578/+0 | |
This is a left-over of a speculative approach to lock testing that didn't go anywhere. Andrew Bartlett | |||||
2010-11-01 | s4:torture - suppress printf "%llu" on uint64_t variables warnings | Matthias Dieter Wallnöfer | 4 | -29/+34 | |
The signed/unsignedness does match (always unsigned). The bitlength (64 bit) on all regular platforms does also. Therefore simply add a cast to "unsigned long long". | |||||
2010-11-01 | s4-modules: get rid of the remaining static prototypes for modules | Andrew Tridgell | 1 | -17/+2 | |
the waf build now generates the prototype declarations for us | |||||
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 1 | -11/+11 | |
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 9 | -628/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4-smbd: initialise process models in smbtorture before use | Andrew Tridgell | 1 | -0/+4 | |
the spoolss notify test needs to setup the process models before use Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Oct 30 13:32:09 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4-auth: make KERBEROS subsystem into authkrb5 private library | Andrew Tridgell | 1 | -1/+1 | |
this fixes some double linking. The name 'KERBEROS' was also a bit confusing, as it sounded like a base kerberos library, when it is in fact part of auth | |||||
2010-10-30 | s4-torture: simplify the depenencies for TORTURE_DRS | Andrew Tridgell | 1 | -1/+1 | |
it doesn't need to depend on the kitchen sink Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-30 | s4-smbd: don't initialise process models more than once | Andrew Tridgell | 1 | -2/+2 | |
this also removes the event_context parameter from process model initialisation. It isn't needed, and is confusing when a process model init can be called from more than one place, possibly with different event contexts. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-30 | replace: create a private replace-test library | Andrew Tridgell | 2 | -2/+3 | |
used by replace_testuite and smbtorture | |||||
2010-10-29 | s4:torture/rpc/samr.c - fix NTTIME warnings by casts | Matthias Dieter Wallnöfer | 1 | -13/+16 | |
And also the format specifier is wrong since NTTIME is "uint64_t" and therefore unsigned. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 29 10:36:46 UTC 2010 on sn-devel-104 |