| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| | |
from TNG to HEAD.
--jerry
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* fixes some readline bugs from the merge
* first attempt at commands (spoolenum almost works)
* no changes to existing functions in HEAD; only additions
of new functions. I'll weed out what I can as I go.
--jerry
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* fixes some readline bugs from the merge
* first attempt at commands (spoolenum almost works)
* no changes to existing functions in HEAD; only additions
of new functions. I'll weed out what I can as I go.
--jerry
|
| |
| |
| |
| |
| |
| |
| |
| | |
printing/printing.c: priority needs to be 1 not zero (found by checked build).
rpc_server/srv_spoolss_nt.c: Log invalid handle access, also print out if this is a different
pid handle. This will help track down client access after a connection
is closed.
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
User details are passed into the printing back end from the spoolss code.
For each print operation these details are checked using the
se_access_check() function using information from the winbind daemon.
Fixed bug in nt_printing_setsec() where the user and group SIDs were
trashed if the permissions were changed from NT. It is necessary to merge
these sids from the previous value of the security descriptor before
storing it in the tdb.
|
| | |
|
| | |
|
| |
| |
| |
| | |
winbind.
|
| |
| |
| |
| |
| | |
bugs. I think there is a problem though with the permissions granted when
SEC_RIGHTS_MAXIMUM_ALLOWED is passed as the permissions requested.
|
| |
| |
| |
| | |
to the printing back end functions.
|
| |
| |
| |
| | |
setjob spoolss server commands.
|
| | |
|
| | |
|
| |
| |
| |
| | |
when looking up sids from winbindd.
|
| |
| |
| |
| | |
smbd.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
build using "make bin/smbw_sample"
this is to show people how to use smbw
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
after.
I don't know who broke all that code, but I'm ******** (censured)
J.F.
|
| |
| |
| |
| | |
J.F.
|
| |
| |
| |
| |
| | |
structure so authenticated pipe users can have their unix groups set when
become_authenticated_pipe_user() is called.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
semi-connection and a rpcclient prompt, but no functionality there yet.
Will be a few more days on that.
I need to clean this up a little. Will work on that some more.
--jerry
|
| |
| |
| |
| |
| |
| |
| | |
semi-connection and a rpcclient prompt, but no functionality there yet.
Will be a few more days on that.
--jerry
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
semi-connection and a rpcclient prompt, but no functionality there yet.
Will be a few more days on that.
The changes to the header files were minor. A few struct's and a few
additional fields to existing ones. No deletions. **minimal change
necessary** :-) Well, maybe not minimal, but I tried.
All other programs compile, link and run ok from what I can tell so
I don;t think I broke anything.
--jerry
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
semi-connection and a rpcclient prompt, but no functionality there yet.
Will be a few more days on that.
These files changed only with the addition of some support functions
from TNG
--jerry
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Jeremy, the out_max_value_len and out_max_data_len were good. Your change
is breaking NT4SP6 checked version.
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changed back the devicemode's devicename to "\\server\printer".
I'm 100% sure it is correct, it's what NT sends on the wire. And that's
the printer's name and NOT the port's name as it has to be unique. It must
also be a UNC because it's a remote printer (remote for the client).
J.F.
|
| |
| |
| |
| |
| | |
don't know how the C language works :-).
Jeremy
|
| | |
|
| |
| |
| |
| | |
to do this.
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
experimentation with what is making spoolss.exe crash - may be removed
later.
Jeremy.
|
| |
| |
| |
| |
| | |
crashes but there are still more to work on.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
security descriptors is disabled (as it is in this code).
If get/set sd's is enabled spooler.exe crashes on NT.
I'll investigate and fix that issue next.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
rpc_parse/parse_spoolss.c: Added note about prs_align when marshalling a SEC_DESC...
rpc_server/srv_lsa.c: Tim - your changes broke the display of the 'everyone' group
when doing file access with no winbindd running. This is a partial
fix - more when I have analysed this more.
rpc_server/srv_spoolss_nt.c: Fix for the 'change driver' problem ! Hurrah !
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|