1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/testsuite
Andrew Bartlett 570c0c12fd Merge from 3.0:
source/libsmb/ntlmssp.c:
Picked up by the build farm - despite all my efforts, security=server was
broken by my NTLM2 commit.  This should correctly cause the NTLM2 case
not to be negotiated when 'security=server' is in effect.

testsuide/build_farm/runlist:
Without 'non unix accounts' we can't test security=domain on the build farm.

source/rpc_server/srv_samr_nt.c:
Match Win2k and return 'invalid parameter' for creating of a new account with
account flags of 0.

Andrew Bartlett
(This used to be commit e97f1eb62a)
2003-12-07 11:06:40 +00:00
..
build_farm Merge from 3.0: 2003-12-07 11:06:40 +00:00
config Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNG 2001-05-09 04:59:49 +00:00
lib Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNG 2001-05-09 04:59:49 +00:00
libsmbclient/src Ignore bin directory. 2002-04-11 04:03:01 +00:00
nsswitch Allow lookup of users with spaces in their name. 2001-11-26 00:19:23 +00:00
printing Changes from APPLIANCE_HEAD: 2001-01-11 20:41:19 +00:00
server Test transfer of large random file w/o corruption. 2000-05-24 06:40:11 +00:00
smbd Test for reloading smb.conf after SIGHUP. Needs to be run as root. 2000-07-24 06:18:21 +00:00
README Little note about what's happening with Satyr. 2001-11-14 05:19:53 +00:00

README for testsuite directory
------------------------------

The Samba testsuite is divided up into the following subdirectories.

    - config          Configuration for DejaGnu program
    - lib	      Various library files used by tool directories
    
    - nsswitch        Tests for nsswitch extensions
    - server	      Miscellaneous server tests
    - rpc_client      Tests for the RPC client library code
    - rpcclient       Tests for the rpcclient program

    - build_farm      Tests designed to run automatically on the build farm

All the scripts except those in build_farm require an unreleased
version of DejaGNU, and although they contain some useful tests they
are not so useful at the moment.  All scripts are migrating to a
single test framework, Satyr.  <cvs://cvs.samba.org/data/cvs/satyr>