summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-302-26/+23
| | | | Jeremy.
* Sync for release.Jeremy Allison2002-02-013-17/+17
| | | | Jeremy.
* Sync testsuite.Jeremy Allison2001-10-1112-92/+220
| | | | Jeremy.
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-07-055-0/+110
|\ | | | | 'SAMBA_2_2_RELEASE'.
| * 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
| |
* | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-07-0423-0/+63
|\ \ | | | | | | 'SAMBA_2_2_RELEASE'.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-07-0423-0/+63
| |\|
| | * 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
| * | OK, we have what it takes, lets start the tests...Andrew Bartlett2001-07-041-1/+1
| | | | | | | | | | | | Andrew Bartlett
| * | Kill off the runlist so we don't see the failures until we have the rest ofAndrew Bartlett2001-07-011-1/+1
| | | | | | | | | | | | | | | | | | samba ready. Andrew Bartlett
* | | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-06-308-0/+79
|\| | | | | | | | 'SAMBA_2_2_RELEASE'.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-06-3011-0/+83
| |\|
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-06-282-0/+100
|/| | | |/
| * 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
| * Add the generic funcions file for the basicsmb testsAndrew Bartlett2001-06-271-0/+21
| | | | | | | | Andrew Bartlett
| * Changed some of the tests around, made failures for parts actualy countAndrew Bartlett2001-06-276-58/+65
| | | | | | | | Andrew Bartlett
| * Added the basic tests of smb functionality for HEADAndrew Bartlett2001-06-263-0/+82
| | | | | | | | | | | | This works with the new build farm system Andrew Bartlett
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-05-311-0/+102
|\|
| * Test login using pam_winbind.so and group membership.Tim Potter2001-05-171-0/+102
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-05-1616-0/+1317
|\|
| * Fixed lookup of entire /etc/{passwd,group} file line.Tim Potter2001-05-151-2/+2
| |
| * Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNGTim Potter2001-05-0929-119/+1521
| | | | | | | | branch.
| * Bulk add of the test suite for libsmbclient ...Richard Sharpe2001-03-09146-0/+11354
| |
| * Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testsuite/printing/psec.c - Use lock directory from smb.conf parameter when peeking at the ntdrivers.tdb file. source/rpc_parse/parse_sec.c - fix typo in debug message source/script/installbin.sh - create private directory as part of 'make install'. source/nsswitch/winbindd_cache.c source/nsswitch/winbindd_idmap.c source/passdb/secrets.c source/smbd/connection.c - always convert tdb key to unix code-page when generating. source/printing/nt_printing.c - always convert tdb key to unix code-page when generating. - don't prepend path to a filename that is NULL in add_a_printer_driver_3(). source/rpc_server/srv_spoolss_nt.c - always convert tdb key to unix code-page when generating. - don't prepend server name to a path/filename that is NULL in the fill_printer_driver_info functions. source/printing/printing.c - always convert tdb key to unix code-page when generating. - move access check for print_queue_purge() outside of job delete loop. source/smbd/unix_acls.c - fix for setting ACLs (this got missed earlier) source/lib/messages.c - trivial sync with appliance_head
| * Brief documentation on using the virtual printer codeDavid O'Neill2000-12-121-2/+35
| |
| * Fix error string.Tim Potter2000-12-121-1/+1
| |
| * Compile fixes for changes in make_sec_desc() interface.Tim Potter2000-12-082-6/+5
| |
| * Fixed some debugging code.Tim Potter2000-12-041-3/+3
| |
| * Changes from APPLIANCE_HEAD:David O'Neill2000-11-161-0/+2
| | | | | | | | - add empty README file for vlp. Blame Tim. =)
* | Brief documentation on using the virtual printer codeDavid O'Neill2000-12-121-2/+35
| |
* | Changes from HEAD:David O'Neill2000-12-082-6/+5
| | | | | | | | | | - Make the appropriate make_sec_desc() changes to the psec tool. (testsuite/printing/Makefile.psec testsuite/printing/psec.c)
* | Changes from APPLIANCE_HEAD:David O'Neill2000-12-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - clean up some confusing variable names, remove unreachable 'break' statements. (source/printing/nt_printing.c) - reformatted to fit 80 columns (docs/docbook/docbook.txt) - configure.developer now runs configure in `dirname $0` (source/configure.developer) - syncup of smbclient docs (docs/htmldocs/smbclient.1.html docs/manpages/smbclient.1 docs/yodldocs/smbclient.1.yo) - fix to debugging code (testsuite/printing/psec.c)
* | Changes from APPLIANCE_HEAD:David O'Neill2000-11-162-0/+3
| | | | | | | | - stuff that got missed for virtual lp
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-11-142-0/+440
|\|
| * Changes from APPLIANCE_HEAD:David O'Neill2000-11-143-0/+441
|/ | | | | | | | | - merged Tim's vlp (virtual lp) test program. Enable it with -DDEVELOPER or by using ./configure.developer (source/include/smb.h source/configure.developer source/printing/lpq_parse.c source/param/loadparm.c testsuite/printing/.cvsignore testsuite/printing/Makefile.vlp testsuite/printing/vlp.c)
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-011-1/+9
| | | | | | | | | | | | | | | | | | | - make proto - addition of function to convert from errno values to NT status codes (source/lib/error.c) - purge queue done without full access permission will purge only the jobs owned by that user, rather than failing. - unlock job database tdb before sending job to printer - in print_job_start(), ensure that we don't pick a jobid with an existing temporary file that may be owned by another user, as it causes silent failures. - fixes for printer permission checking for NT5 clients (source/include/rpc_spoolss.h, source/printing/nt_printing.c, source/printing/printing.c, source/rpc_server/srv_spoolss_nt.c) - change from uint8 to 'enum SID_NAME_USE' (source/rpc_server/srv_lsa.c) - fixed memory leaks for win95 driver download process (source/smbd/lanman.c) - properly free prs_structs and dacl in testsuite/printing/psec.c
* Merge.Tim Potter2000-08-141-2/+2
|
* NT printer permissions test program.Tim Potter2000-08-143-0/+433
|
* Test for reloading smb.conf after SIGHUP. Needs to be run as root.Tim Potter2000-07-241-0/+107
|
* se_access_check() tests.Tim Potter2000-07-0611-0/+1060
|
* Added more args to smbclient wrapper - there's probably a better wayTim Potter2000-06-301-1/+3
| | | | to do this.
* Don't return a value for a void function.Tim Potter2000-06-231-1/+1
|
* Test harness stuff for compiling things.Tim Potter2000-06-231-0/+66
|
* Tests for new security context stuff.Tim Potter2000-06-2312-0/+869
|
* Start of test blurb.Tim Potter2000-05-241-0/+12
|