summaryrefslogtreecommitdiffstats
path: root/testsuite/printing
Commit message (Collapse)AuthorAgeFilesLines
* r39: * importing .cvsignore filesGerald Carter2007-10-101-2/+0
| | | | * updateing WHATSNEW with vl's change
* source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis2004-01-141-2/+5
| | | | | | | in prs_init now testsuite/printing/psec.c cannot do a prs_mem_free() when tdb_prs_fetch fails as the prs structure has not been initialized
* 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
|
* 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. =)
* 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