| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
include/smb.h: Added LPQ_xx enums to correspond with the NT JOB_STATUS_XXX. We
need these to be different as we're storing LPQ_xx enums in the tdb
already.
rpc_server/srv_spoolss_nt.c: Don't need to return status strings as we're now
returning status codes.
smbd/lanman.c: Change the RAP status codes to have "RAP" in the name.
printing/printing.c: Keep track of the status of a job. Allow a job to be
deleted from one smbd when being submitted by another.
Made logic in mutex clearer.
Jeremy.
|
| |
| |
| |
| | |
kernel bug...). Jeremy
|
| |
| |
| |
| |
| |
| | |
so made a faked function to do it.
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
on a pipe
and then a blocking read to fail. Make the pipe read/write non blocking.
printing/printing.c: Added a mutex around the code that enumerates all the jobs in a
print queue. Allows only one smbd to be doing this at any one time.
This fixes a capacity problem discovered at HP with <10,000 jobs in
a print queue.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
field.
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| | |
still a long way to go.
added a new get_sampwd_entries() for query_dispinfo that at least work.
J.F.
|
| |
| |
| |
| |
| |
| | |
have been useless for at least 8 months !
J.F.
|
| |
| |
| |
| |
| |
| | |
NT sends "delete on close" to cancel a print job copied from the command line.
Cope with this.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
there is an off by one bug in get_passwd_entries()
J.F.
|
| |
| |
| |
| | |
J.F.
|
| |
| |
| |
| |
| | |
utils/smbpasswd.c: Remove string free that may core dump - from HEAD.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will probably break 2.2 for a while.
Do *NOT* checkout unless you like core dumps.
This is the first merge of the TNG SAMR code into 2.2.
It will eventually give us a wonderful PDC, but maybe painful
in the short term. It had to be done however, and this touches
almost every file (mostly just removing the OLD_NT_DOMAIN) stuff.
I removed some SAMR functionality from rpcclient that would
no longer compile.
Also changed fstring to 256 bytes to better match an NT pathname.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
(it's still under construction).
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
the conversion...
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
merge over to the tng samr stuff.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
of the RPC data is returned. This is needed as we're moving to all the
prs_XXX calls doing tallocs not mallocs to ease cleanup.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
been done with spoolss. Changes will be made to lsa and spoolss also.......
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
Samba (in the same way we disallow sprintf).
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
smbd/server.c: Stop duplicate log files.
printing/printing.c: Debug logs from DaveCB for common error case.
lib/interface.c: Bind interfaces fix from Herb.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
small modifications, this code may also work on Solaris, as they are derived
from the same SVR4 codebase.
When the Samba Solaris box is up and running again I will test this.
Jeremy.
|
| |
| |
| |
| |
| | |
character set issue urgently for 3.0.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
logon homes etc.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
languages.
lib/util.c: Fixes from Toomas Soome <tsoome@ut.ee> for NIS+.
rpc_server/srv_samr.c: Fixes from Toomas Soome <tsoome@ut.ee> to eliminate duplicate groups.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
name. Needs more testing.
Jeremy.
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
libsmb/nmblib.c: dos2unix fix.
printing/nt_printing.c: Exit code fixes.
printing/printing.c: debug fixes.
tdb/tdbtool.c: Updates from JohnR.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
lib/msrpc_use.c,rpc_client/cli_spoolss.c: remove const
param/loadparm.c: changed show add printer wizard to true.
If you don't want the add printer wizard to display, you can't change the
forms nor add/delete/update drivers from an NT box !!!
printing/nt_printing.c: more checking and debug in unused code !
rpc_server/srv_spoolss_nt.c: don't save the per-user devmode and explain
why. A bit long but I hope it clears confusion.
smbd/process.c, smbd/server.c: picky compiler
J.F.
|