summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2001-05-17Test login using pam_winbind.so and group membership.Tim Potter1-0/+102
(This used to be commit 4c2b915ed12584037731d8ccd246ad54986a7564)
2001-05-15Fixed lookup of entire /etc/{passwd,group} file line.Tim Potter1-2/+2
(This used to be commit b208d74e0524514fdb48f80c76192df12238a64e)
2001-05-09Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNGTim Potter29-119/+1521
branch. (This used to be commit acef477383e5739292e764c17cef87822a09f13b)
2001-03-09Bulk add of the test suite for libsmbclient ...Richard Sharpe146-0/+11354
(This used to be commit adef47b5173b9a028224307490960ce89762709b)
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-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 (This used to be commit 376601d17d53ef7bfaafa576bd770e554516e808)
2000-12-12Brief documentation on using the virtual printer codeDavid O'Neill1-2/+35
(This used to be commit 03dd90ab923ec88cdada8c5d725d9482bd9826f2)
2000-12-12Fix error string.Tim Potter1-1/+1
(This used to be commit 73b237e639717019c596954c745b7e4d038ddc8c)
2000-12-08Compile fixes for changes in make_sec_desc() interface.Tim Potter2-6/+5
(This used to be commit 7b896697d134eb4fad1ceef5cdd2dab2b5980187)
2000-12-04Fixed some debugging code.Tim Potter1-3/+3
(This used to be commit 369a378b3390b060a676c67950f020c4d147fe6d)
2000-11-16Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
- add empty README file for vlp. Blame Tim. =) (This used to be commit 0ee469f566dbfdac1769fefbb5e61ce39d267872)
2000-11-14Changes from APPLIANCE_HEAD:David O'Neill3-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) (This used to be commit fbcf83140da1823e74f63227f0a95d07c6e76764)
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-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 (This used to be commit 74af3e2caec7197e5d1ca389e2f78054a4197502)
2000-08-14Merge.Tim Potter1-2/+2
(This used to be commit 604f6a34effb8aeed7701345a4219749a6a97892)
2000-08-14NT printer permissions test program.Tim Potter3-0/+433
(This used to be commit 9af82423d2e5c6f873a906097a56c8ac6c5f8297)
2000-07-24Test for reloading smb.conf after SIGHUP. Needs to be run as root.Tim Potter1-0/+107
(This used to be commit db54e72d2f67b07d42bff16c64fbadf0d031e365)
2000-07-06se_access_check() tests.Tim Potter11-0/+1060
(This used to be commit bba912cad8dfcef3dbc1db020304ab29fd71d5cb)
2000-06-30Added more args to smbclient wrapper - there's probably a better wayTim Potter1-1/+3
to do this. (This used to be commit 8de200ecbcc3b5b257354a8f51ebefad4cabdb73)
2000-06-23Don't return a value for a void function.Tim Potter1-1/+1
(This used to be commit 66fd7da08ffbb3673925e8816f06f8983363036b)
2000-06-23Test harness stuff for compiling things.Tim Potter1-0/+66
(This used to be commit 0af2a1ea69fcdf21243fc7e9a9de8914817d4880)
2000-06-23Tests for new security context stuff.Tim Potter12-0/+869
(This used to be commit 85a68bc449a071d21e03ad4f54c1e784831a9bb5)
2000-05-24Start of test blurb.Tim Potter1-0/+12
(This used to be commit cb9d9e4f89d55466c32f7cf7ae73f0d4aea6d36b)
2000-05-24Test transfer of large random file w/o corruption.Tim Potter1-0/+48
(This used to be commit a9790f19612513b667c348d628ab3bf88ec1178e)
2000-05-24Fix to return buffer output properly.Tim Potter1-3/+3
(This used to be commit 6d50bb36a68c34c5fea1193fd6f170160e16e76f)
2000-05-24Test various operations on ipc$ share.Tim Potter1-0/+44
(This used to be commit 5b3fcc303d939e750126dd44e7efb5dd73c8d9df)
2000-05-24Testharness for masktest program.Tim Potter1-0/+57
(This used to be commit 4a14b16cd16289a46f9562e927679ef8ca2dcdfc)
2000-05-24Test wildcard rename function.Tim Potter1-0/+59
(This used to be commit a9133e2df038c73d3e9f1ffec7628dbde289085c)
2000-05-24Environment variables for single server test scripts.Tim Potter1-0/+36
(This used to be commit 82ff52ee86f87e5105f51257479b8b9dc98310a2)
2000-05-24Routines for driving smbclient from DejaGnu.Tim Potter1-0/+52
(This used to be commit fa6a360abeb324d6b4383dbb1bb717fc270aff81)
2000-05-12Merge from TNG.Tim Potter24-0/+1053
(This used to be commit af5ded9f17addb4bc89ecb762b9b99d2f99463ab)