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)
commita3a28675fafbbc5a5a378b3a7235253d772ef63e
tree65eb150c18125c199b8e289b9027de8d69344413
parentbfa751734a1229a25bb3f33edc7710a1efee376d
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
(This used to be commit 74af3e2caec7197e5d1ca389e2f78054a4197502)
source3/Makefile.in
source3/include/proto.h
source3/include/rpc_spoolss.h
source3/lib/error.c [new file with mode: 0644]
source3/printing/nt_printing.c
source3/printing/printing.c
source3/rpc_server/srv_lsa.c
source3/rpc_server/srv_spoolss_nt.c
source3/smbd/lanman.c
testsuite/printing/psec.c