summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* /bin/sh on solaris swallows the failure code, so exec this directly.Andrew Bartlett2002-11-151-1/+1
| | | | Andrew Bartlett
* Add the rename torture test.Andrew Bartlett2002-11-152-1/+4
|
* Updates to the build farm tests:Andrew Bartlett2002-11-159-4/+59
| | | | | | | - Get valid/invalid users working - Test preexec, preexec close Andrew Bartlett
* enable 'map hidden' and 'create mask' to allow the new OPEN test toAndrew Tridgell2002-09-211-0/+2
| | | | succeed
* Our 'guest' login still requires an entry in the SAM - and build farm machinesAndrew Bartlett2002-08-261-1/+4
| | | | | | do not run 'unixsam', so add it to smbpasswd. Andrew Bartlett
* Add tridge's backtrace script - it should at least work for systems withAndrew Bartlett2002-08-212-1/+16
| | | | | | gdb.... Andrew Bartlett
* Increse the maximum non-unix-account ID (becouse the Compaq Test Drive systemsAndrew Bartlett2002-07-061-1/+1
| | | | | | have a lot of users ;-). Andrew Bartlett
* make the echo'ed command match the actual command run.Andrew Bartlett2002-06-181-1/+1
|
* Ignore bin directory.Tim Potter2002-04-111-0/+1
|
* Fixed C++ comments.Tim Potter2002-04-0337-89/+89
|
* use the variable passed as a paramater, not just one randomly in our namespace.Andrew Bartlett2002-03-011-1/+1
| | | | Andrew Bartlett
* See if we can get a slight chance of this actually working...Andrew Bartlett2002-03-011-6/+6
|
* Fix up some braindamage in the testsuite.Andrew Bartlett2002-02-091-2/+0
| | | | | | | (if you remove the smbpasswd file, you wont be able to change the passwords contained therein... :-) Andrew Bartlett
* Add the -s command to keep smbpasswd quiet during the tests.Andrew Bartlett2002-01-211-2/+2
| | | | Andrew Bartlett
* Also echo the smbpasswd command lineAndrew Bartlett2002-01-201-0/+1
|
* This should get the oldstyle domain join tests working again.Andrew Bartlett2002-01-201-1/+1
|
* A couple more little fixes for the domain security tests.Andrew Bartlett2002-01-202-5/+5
|
* Try to see if we can get these tests working...Andrew Bartlett2002-01-202-5/+1
|
* This is another *BIG* change...Andrew Bartlett2002-01-203-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Samba now features a pluggable passdb interface, along the same lines as the one in use in the auth subsystem. In this case, only one backend may be active at a time by the 'normal' interface, and only one backend per passdb_context is permitted outside that. This pluggable interface is designed to allow any number of passdb backends to be compiled in, with the selection at runtime. The 'passdb backend' paramater has been created (and documented!) to support this. As such, configure has been modfied to allow (for example) --with-ldap and the old smbpasswd to be selected at the same time. This patch also introduces two new backends: smbpasswd_nua and tdbsam_nua. These two backends accept 'non unix accounts', where the user does *not* exist in /etc/passwd. These accounts' don't have UIDs in the unix sense, but to avoid conflicts in the algroitmic mapping of RIDs, they use the values specified in the 'non unix account range' paramter - in the same way as the winbind ranges are specifed. While I was at it, I cleaned up some of the code in pdb_tdb (code copied directly from smbpasswd and not really considered properly). Most of this was to do with % macro expansion on stored data. It isn't easy to get the macros into the tdb, and the first password change will 'expand' them. tdbsam needs to use a similar system to pdb_ldap in this regard. This patch only makes minor adjustments to pdb_nisplus and pdb_ldap, becouse I don't have the test facilities for these. I plan to incoroprate at least pdb_ldap into this scheme after consultation with Jerry. Each (converted) passdb module now no longer has any 'static' variables, and only exports 1 init function outside its .c file. The non-unix-account support in this patch has been proven! It is now possible to join a win2k machine to a Samba PDC without an account in /etc/passwd! Other changes: Minor interface adjustments: pdb_delete_sam_account() now takes a SAM_ACCOUNT, not a char*. pdb_update_sam_account() no longer takes the 'override' argument that was being ignored so often (every other passdb backend). Extra checks have been added in some places. Minor code changes: smbpasswd no longer attempts to initialise the passdb at startup, this is now done on first use. pdbedit has lost some of its 'machine account' logic, as this behaviour is now controlled by the passdb subsystem directly. The samr subsystem no longer calls 'local password change', but does the pdb interactions directly. This allow the ACB_ flags specifed to be transferred direct to the backend, without interference. Doco: I've updated the doco to reflect some of the changes, and removed some paramters no longer applicable to HEAD.
* Fix up runlist botchup.Andrew Bartlett2002-01-191-3/+3
|
* Update the build farm's test runlist and make it a bit easier to read.Andrew Bartlett2002-01-181-1/+12
|
* Add a panic action that tries to call gdb noninteractively to get aMartin Pool2001-12-101-0/+2
| | | | | backtrace. Will break on many machines, but we're already crashed in this case.
* switch off level 100 debug for server securityAndrew Tridgell2001-12-101-1/+0
|
* up the log level for server level security to try to track down theAndrew Tridgell2001-11-271-2/+1
| | | | segvs in the build farm
* don't use /dev/null for a smbpasswd fileAndrew Tridgell2001-11-271-1/+3
|
* Fix up the build farm again.Andrew Bartlett2001-11-265-3/+54
| | | | | | This should get us 'green' for once... Andrew Bartlett
* Allow lookup of users with spaces in their name.Tim Potter2001-11-261-5/+3
|
* Fixed bug in canned results list for checking the error code of wbinfo.Tim Potter2001-11-231-14/+14
| | | | Made test names more verbose.
* Rename $pwd to $test_root to avoid future confusion.Martin Pool2001-11-221-4/+3
|
* Back out the change in 1.11 that set the poorly-named $pwd variable --Martin Pool2001-11-201-2/+1
| | | | | for the build farm this is actually the root directory for building, or something like that. Thanks a.b.
* Also show $tree in diagnostics.Martin Pool2001-11-191-0/+1
|
* Give sensible defaults to some variables that are set by the buildMartin Pool2001-11-141-0/+32
| | | | farm but not present in Make.
* Little note about what's happening with Satyr.Martin Pool2001-11-141-0/+4
|
* Doc.Martin Pool2001-11-141-0/+35
| | | | | | | Try not to run tests if the user specified --prefix=/usr* or something similar, because it would not be nice(!) to clobber their configuration file and passwords. Eventually I think we want to run the installed versions, but specify different paths for everything.
* If we disable hostname lookups we can at least get a uniform answer for testingAndrew Bartlett2001-09-242-3/+2
| | | | | | the rhosts and hostsequiv stuff with. Andrew Bartlett
* Fix up the test for some of the quirkier hosts on the farm, and enable oneAndrew Bartlett2001-09-202-5/+4
| | | | previously disabled sub-test.
* Add and modify some of the various tests I have had sitting around here for aAndrew Bartlett2001-09-2012-10/+147
| | | | | | little while. This should give us a bit more coverage. Andrew Bartlett
* Fixed typo.Tim Potter2001-09-121-2/+2
|
* Typo fix per Vance on IRC.Christopher R. Hertel2001-09-091-1/+1
|
* Another winbind test - fill in later.Tim Potter2001-08-051-0/+38
|
* Some minor doco on what the build_farm dir doesAndrew Bartlett2001-07-111-0/+3
|
* Update tests, start testing password server code, now I have it working andAndrew Bartlett2001-07-084-4/+4
| | | | | | know what it does... Andrew Bartlett
* Allow us to vary the log-level, so we can run at level 1 normally,Andrew Bartlett2001-07-054-8/+12
| | | | | | | | and push it to 10 when we fail (we redo the test). Also disable the server-level security testing till it know what it does Andrew Bartlett
* added line-feed at end of templatesAndrew Tridgell2001-07-051-1/+1
|
* Running torture-RANDOMIPC on the build farm doesn't go down as a 'good idea' ↵Andrew Bartlett2001-07-031-1/+1
| | | | as its logsfiles are BIG!
* Fix the torture test, we had the wrong file-name in the testsAndrew Bartlett2001-07-021-0/+0
| | | | Andrew Bartlett
* We need strict locking to pass LOCK4Andrew Bartlett2001-07-021-1/+3
| | | | Andrew Bartlett
* Start of smbtorture based testing. Not all of smbtorture's facilitesAndrew Bartlett2001-07-0224-1/+64
| | | | | | are used, but these ones should pass. Andrew Bartlett
* fixed guest account for build farm boxesAndrew Tridgell2001-06-282-2/+6
|
* Jigger around with the tests a bit moreAndrew Bartlett2001-06-2714-51/+120
| | | | | | | | | | | We now test security=share, security=user, security=server for both the positive and negitive case (good/bad pw) and check that guest shares work for share level security. The server level security stuff seems to test positive without actualy contating a server (another LIBSMB_PROG based smbd) - I will need to look into that... Andrew Bartlett