| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
| |
the password was being set to "" instead of NULL.
..and yes Elrond, I'll merge this into TNG.
P
jerry
|
|
|
|
| |
Alexander" <rcalex@home.com>
|
|
|
|
| |
Jeremy.
|
| |
|
| |
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
"Access denied" isn't always returned. More fixes found using Gerald's
wonderful Win32 test progs :-).
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
for a name query. From Steve Langasek <vorlon@netexpress.net>.
Jeremy.
|
|
|
|
|
|
| |
possible printjobs from that printer (I think this is correct).
Added error code returns for print_queue_XXX() functions.
Jeremy.
|
|
|
|
| |
jerry
|
| |
|
|
|
|
| |
jerry
|
|
|
|
|
|
|
|
|
| |
support the RPC yte (win2k specific), I added it for documentation
purposes.
jerry
|
|
|
|
|
|
|
|
|
|
| |
Thought I had already committed this.
jerry
|
|
|
|
|
|
|
|
| |
password credentials from a file.
--jerry
|
|
|
|
|
|
|
|
| |
and made it non-static
--jerry
|
|
|
|
| |
--jerry
|
|
|
|
|
| |
acl code over to POSIX acls.
Jeremy.
|
|
|
|
|
| |
smbd/reply.c: Fixed lowercasing UNIX character set problem.
Jeremy.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The spoolss AddJob function has an [in,out] buffer not an [in] buffer
(despite the comment in the code to the contrary). Also, we must fail
this function - not just blindly reply "no problem" as AddJob should
always fail on non-local printers.
This fixes a bug where the "print test page" failed about half the
time. I suspect it will also fix a bunch of other intermittent spoolss
bugs where the client (incorrectly) tries to use the AddJob printing
interface.
|
|
|
|
|
| |
re-opening in some circumstances. This fixes a problem where a HUP
does not re-open logs and leaves the log open on a unlinked file.
|
|
|
|
|
|
|
| |
whoever added "auto" parameters in loadparam only supported "True", "False"
and "Auto", and did not support "Yes" and "No" like booleans. This
means anyone using "preferred master = yes" didn't get what they
expected!
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
|
|
|
| |
again. This got broken with one of the substitute.c updates a couple
of months ago.
- also fixed %u to return the username from the current_user structure
when called via a method that does not have direct access to the
username. I cache the uidtoname() result to prevent thrashing nss.
|
| |
|
|
|
|
|
| |
code....
Jeremy.
|
|
|
|
|
| |
errors to NT error for print job failure returns. Patch from John Reilly at HP.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
when moving printer driver to download area.
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
|
|
| |
when initializing a driver_info_3 struct. See spoolss_addprinterdriver()
jerry
|
|
|
|
|
|
|
|
|
| |
check these in before.
jerry
|
|
|
|
| |
is NOT ok.
|
|
|
|
| |
j-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
stored in the TDB. See the message I posted about
this on samba-technical
* If the admin does not desire the new NT print driver
support, nothing needs to be done. All existing
parameters work the same.
* If the admin wants to take advantage of NT printer
driver support but does not want to migrate the 9x drivers
to the new setup, the leave the existing printers.def
file. When smbd attempts to locate a 9x driver for the
printer in the TDB and fails it will drop down to
using the printers.def (and all associated parameters).
The make_printerdef tool will also remain for backwards
compatibility but will be moved to the "this tool is the
old way of doing it" pile.
* If the admin installs a 9x driver for a printer on
a Samba host (in the printing TDB), this information will
take precedence and the three old printing parameters
will be ignored (including print driver location).
* If an admin wants to migrate the printers.def file into
the new setup, I can write a script to do this using
rpcclient. The main problem is the driver namespace
(we need the NT driver name first in order to
be consistent).
jerry
|
|
|
|
| |
jerry
|
|
|
|
|
|
|
|
|
|
| |
I think we have a lot more of these bugs lurking (i'm fairly
confident of it).
jerry
|
|
|
|
|
|
|
|
|
| |
- init_unistr2_from_unistr() does not NULL terminate
the buffer
--jerry
|
|
|
|
| |
jerry
|
| |
|