summaryrefslogtreecommitdiff
path: root/testsuite/printing
Commit message (Collapse)AuthorAgeFilesLines
* 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