summaryrefslogtreecommitdiffstats
path: root/source4/script
Commit message (Collapse)AuthorAgeFilesLines
* r3834: - fixed XATTR_NTACL_NAMEAndrew Tridgell2007-10-101-1/+1
| | | | | - pvfs now passes RAW-ACLS (This used to be commit 2e19edaa4ebc96b3e95e0b55c4fae8eaefd642b2)
* r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | | filesystem attribute reply - pvfs passes the RAW-STREAMS test (This used to be commit c1a48a7542a52df734b54031f405d574e4c891e3)
* r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2007-10-101-5/+0
| | | | | | | | | | | | rather then a large table in librpc/gen_ndr/tables.c. This will allow us to only link in only the required gen_ndr files (speeds up linking quite a bit, makes binaries smaller). Each gen_ndr_* file now has a init function that calls the init functions of the interfaces it contains. I did it this way to keep pidl's code simple, though it might hurt startup time a bit. I'd be happy to change it if people like one function better. (This used to be commit 3c436590ae95b58ad6d00e72d6fdd08a4d80f208)
* r3748: pvfs passes RAW-EAS but not RAW-STREAMS yetAndrew Tridgell2007-10-101-3/+2
| | | | (This used to be commit d288a0d4a1ef4cb08d1d959e8e1f0e5f06d7d203)
* r3719: pvfs now passes the RAW-RENAME testAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 3ab8136431aebf8a2625405c796dc4c697eb9e51)
* r3700: pvfs passes RAW-WRITE but not BASE-DELAYWRITEAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 7f3315d9196301a23d2a48f9fc0e9302c28027bf)
* r3698: mark RAW-SFILEINFO as workingAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit f0760858f89dc4cead26b84db61cec470ac8e67d)
* r3651: Add a new configure option --with-eparserdirAndrew Bartlett2007-10-101-0/+7
| | | | | | | | | This allows us to call 'make eparser_idl', generate the files required by the ethereal pidl plugin, and put them in the right place. (See lorikeet/ethereal) Andrew Bartlett (This used to be commit bd9497b092335b2646a1955ea7c55ad33eb7d538)
* r3618: - this adds the special case for DENY_DOS semantics, as shown by the ↵Andrew Tridgell2007-10-101-3/+3
| | | | | | | BASE-DENYDOS test. - pvfs now passes BASE-DENY1 and BASE-DENYDOS. (This used to be commit aa09df22ee729c02552638859236d9068e9748ae)
* r3592: auto-cleanup the test.$$ log files in these test scripts on control-CAndrew Tridgell2007-10-103-0/+4
| | | | (This used to be commit a07bca1707857a33d50172432336b90e3da8c854)
* r3580: - on file overwrite in ntcreatex we need to replace the file permissions.Andrew Tridgell2007-10-101-2/+2
| | | | | | | | | | - pvfs now passes BASE-OPENATTR - pvfs also passes the BASE-DEFER_OPEN test, but it is not a well formed test for regular running so I am removing it from the list of tests to run in test_posix.sh (the test is covered better by RAW-MUX anyway) (This used to be commit cb76bd218ed4194ea151264d495aa902ddf03b3c)
* r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell2007-10-101-2/+2
| | | | | | fixes most of them, although RAW-SEARCH still fails (due to an interaction with the new xattr code) (This used to be commit 09b4652b40c4cfca027765178bd5a0adbaa666c2)
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-2/+2
| | | | | | | outstanding async operation (triggering an immediate timeout). pvfs now passes the RAW-MUX test (This used to be commit 3423e2f41461d054067ef168b9b986f62cc8f77c)
* r3418: added BASE-NTDENY1 and BASE-NTDENY2 to the lists of tests that pvfs ↵Andrew Tridgell2007-10-101-1/+2
| | | | | | passes (This used to be commit 6a6f2aea1082fa42d33fd58c92f03c790cdfed9e)
* r3393: added test_rpc.sh. The idea is that this script will test all theAndrew Tridgell2007-10-101-0/+40
| | | | | | | RPC-* tests that are expected to pass against Samba4. Currently only RPC-SCHANNEL and RPC-ECHO are in that list, but as we get more working this test will allow us to ensure that they stay working. (This used to be commit d49dfd406ffe57139d8a4679b806c875e7f194ec)
* r3321: make the test_echo.sh test suite test non-blocking on all rpc transportsAndrew Tridgell2007-10-101-0/+1
| | | | | this test now passes (This used to be commit 3d270fd86caedd1023373160934d72d8cb065659)
* r3305: added ncalrpc to the list of rpc transports tested by test_echo.sh, soAndrew Tridgell2007-10-101-1/+1
| | | | | it gets regularly tested when I make changes. (This used to be commit e4216da824c8186df956d05742d96da05393c719)
* r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell2007-10-101-2/+2
| | | | | | | | | | | rather extensive test reveals some really bizarre error code handling in w2k3. - extended and simplified the RAW-CHKPATH test, making it easier to read (note that Samba3 fails the new tests - jra may wish to look) - marked RAW-CHKPATH as pass for pvfs (This used to be commit 32dccf91cfa5b57f84dd6307720b3f45faa10ae0)
* r3270: - added another unlink testAndrew Tridgell2007-10-101-1/+0
| | | | | | - removed BASE-TRANS2 from the list of tests to be worked on (its already in the "passes" list) (This used to be commit 8ba10229c3860b955de698c3e2660cf6d18e2f22)
* r3263: - pvfs now passes RAW-SEARCHAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit e5a0763655d8ccb929d2bf39bf099449b0dfcee7)
* r3254: - expanded the RAW-IOCTL testAndrew Tridgell2007-10-101-2/+2
| | | | | | | - fixed the old ioctl interface to not check handle before failing - pvs now passes RAW-IOCTL (This used to be commit 98f6dbdba46c907039951559ec5f526410fd0039)
* r3252: pvfs now passes BASE-TRANS2Andrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit a024cef2d078e6bf0ebd2a9272faf2bd39e66ee7)
* r3249: - change_time is closer to ctime than mtimeAndrew Tridgell2007-10-101-2/+2
| | | | | - pvfs now passes the RAW-CLOSE test (This used to be commit 98aea91ce67a0c64a98537bfe244495f10672323)
* r3244: pvfs now passes the RAW-UNLINK and RAW-READ testsAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 230ec4d980534631ff736d5319f3e94357680d85)
* r3224: add the LOCAL-* tests to test_posix.shAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit b2bdde6d14e61f8ad9e7cbb28efb97ce1bc1ec67)
* r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell2007-10-101-2/+2
| | | | | | | - added support for mandatory attributes in old style directory search - we now pass BASE-DIR1 and BASE-DIR2 (This used to be commit efaa0eaec49e952aa515c3448246d9048a484c26)
* r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | means we now pass the BASE-VUID test. (This used to be commit 560300c0025940d84c9be41447145f4b441e7105)
* r3201: we now pass the BASE-OPEN testAndrew Tridgell2007-10-101-4/+4
| | | | (This used to be commit 3a150ab57e18ac5180d48c7edff8a5bc288c39c5)
* r3198: check for too many .. components in filenamesAndrew Tridgell2007-10-101-2/+2
| | | | | pvfs now passes RAW-MKDIR (This used to be commit 41adb385f123b8d4cd3fe2eb03d891b6bdcf2361)
* r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell2007-10-101-4/+4
| | | | | correctness). pvfs now passes the BASE-RENAME test. (This used to be commit 4cf3f65a5c19fdad62a0bdef225b2d9002cf8c8b)
* r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfsAndrew Tridgell2007-10-101-3/+3
| | | | | - RAW-CONTEXT test now passes (This used to be commit 0dae9fef09ec8bce19c39a0caf36e0882e507bc4)
* r3176: added a script to run all the filesystem torture tests that areAndrew Tridgell2007-10-101-0/+53
| | | | | | expected to pass. This allows easy testing for regressions when I change core routines in the posix backend. (This used to be commit 867cae746671916c95d18ac4baf8d9604e437202)
* r3163: Add server side support for ncalrpc: and ncacn_unix_stream:Jelmer Vernooij2007-10-101-0/+1
| | | | | | | | | | | | | | Examples of binding strings are : ncalrpc:[EPMAPPER] ncacn_unix_stream:[/tmp/epmapper] N.B. The unix socket support in lib/socket/ appears to close and remove the socket it is listening on after the first client disconnects so until that has been fixed, it is only possible to do one ncalrpc: or ncacn_unix_stream: request per instance of smbd :-) Support for looking up NCALRPC names via the endpoint mapper will be added later. (This used to be commit 426f3e63cae3d306dcdc13ee4b655eed30057ff8)
* r3109: Give krbtgt and our machine account a random password in provision.Andrew Bartlett2007-10-101-0/+4
| | | | | Andrew Bartlett (This used to be commit 560a8c9f424495f85284a456e829326d2a931e6e)
* r3078: Allow more things to be set as command line options to provision.Andrew Bartlett2007-10-101-4/+6
| | | | | Andrew Bartlett (This used to be commit 2df85686f55049276eb60cbc3ca4bc1cfa9f7f0f)
* r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij2007-10-102-2/+42
| | | | | | | | | | | | | | | | | | | [] is now mandatory : after the hostname is no longer allowed examples of allowed binding strings: ncacn_np:myhost[samr] ncacn_ip_tcp:10.0.0.1[1045] ncacn_ip_tcp:2001:7b8:37b:1:210:dcff:fecb:a9e3[1024,sign,seal] ncacn_np:myhost ncacn_ip_tcp:192.168.4.2 308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_ip_tcp:192.168.4.2 308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_ip_tcp:192.168.4.2[,print] Note that the last two lines are not recognized by smbtorture as a binding string yet. dcerpc_parse_binding() does accept them though. (This used to be commit c15862e778507287bddef7967383d4b5d22eaee9)
* r2934: - changed the unixuid module to use the nt_user_token instead of the ↵Andrew Tridgell2007-10-101-0/+2
| | | | | | | | | server supplied info structure. - added SID_WORLD and SID_NETWORK to the foreign sids in the provisioning, as these are auto-added to the nt_user_token (why is that done? Andrew?) (This used to be commit 1dff12fba88827660a2647457867bf4ff6bc8d3d)
* r2876: - more than one rootDSE entry in the database is an error!Stefan Metzmacher2007-10-101-11/+12
| | | | | | | | | | | - don't say that we provide the same functionality as w2k3 - netbiosname is always upper case hostname - minor fixes rootdse.pl metze (This used to be commit 0b30ec593fc6a8f0c0a5b2219ca1250fdd87c1f3)
* r2874: Italian CodeJam commit :-)Simo Sorce2007-10-101-0/+151
| | | | | implemented rootDSE on ldb with rootdse.ldif and related script to populate a basic rootDSE tree (This used to be commit 923c936088a42adbe49303d95af08e8129a4e908)
* r2873: create a DNS zone file for a BIND name serverStefan Metzmacher2007-10-101-5/+64
| | | | | metze (This used to be commit 1e8c43133116881fb7ecf6358c1a91e0e3ea2222)
* r2829: REALM and netbiosname are always uppercaseStefan Metzmacher2007-10-101-1/+11
| | | | | | | dnsname and dnshostname always lowercase metze (This used to be commit 0b46dc6f4b3614fc1d258653f0c8df63586539b6)
* r2808: added auto-detection of unix user and groups names during provision.Andrew Tridgell2007-10-101-6/+69
| | | | (This used to be commit 036e953fac0cd5f0a5760ff0b9f9de45e8cf9479)
* r2804: - setup some reasonable default SAM to unixName mappings in the ↵Andrew Tridgell2007-10-101-4/+6
| | | | | | | provisioning. - enable the unixuid module by default on all backends (This used to be commit e335cd4933fccc1bb53641131eb6505faca857ce)
* r2802: a better provisioning scriptAndrew Tridgell2007-10-101-11/+139
| | | | (This used to be commit f5560f961d5b806c2f70feba568d640e6baac2f9)
* r2694: DN -> DC these are domain components ...Simo Sorce2007-10-101-1/+1
| | | | (This used to be commit 35135033ffbae42a3a946ea30ba46f6ed9b12898)
* r2617: add connect testing to the rpc test suiteAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 01a759b62775b447eeb2ad447b12d104caa9bfb4)
* r2583: mkproto.pl now treats "int main" as a special case and avoids it.Andrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 01288e82bc39af66d5e47db19691c741555e999a)
* r2407: extend mkproto.pl to handle smb_ucs2_t for toupper_w()Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit fe60e899d71b18ee1cd6e2e05cf1ac0fa3a043bd)
* r2305: a useful test script for trying a wide variety of DCE/RPC options ↵Andrew Tridgell2007-10-102-0/+51
| | | | | | | with the echo pipe and smbtorture (This used to be commit 42bdee690bca2e818901fde412d5fb9631b2303f)
* r2255: Don't do experimental swig stuff by default.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit db191572ff9351ae84dc0c3d6302fa60b61cd179)