Changes from APPLIANCE_HEAD (per Tim Potter):
authorDavid O'Neill <dmo@samba.org>
Fri, 1 Sep 2000 18:49:26 +0000 (18:49 +0000)
committerDavid O'Neill <dmo@samba.org>
Fri, 1 Sep 2000 18:49:26 +0000 (18:49 +0000)
commit74af3e2caec7197e5d1ca389e2f78054a4197502
treeddc273071a3ca79c763b9f20a1bba6a2d891cc91
parent8317d70a35086c5539e67d60cbcf937b6ce0932c
Changes from APPLIANCE_HEAD (per Tim Potter):
- 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
source/Makefile.in
source/include/proto.h
source/include/rpc_spoolss.h
source/lib/error.c [new file with mode: 0644]
source/printing/nt_printing.c
source/printing/printing.c
source/rpc_server/srv_lsa.c
source/rpc_server/srv_spoolss_nt.c
source/smbd/lanman.c
testsuite/printing/psec.c