summaryrefslogtreecommitdiffstats
path: root/source3/printing/printspoolss.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-041-2/+2
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3-printing: run minimal_includes.pl.Günther Deschner2011-05-051-1/+0
| | | | Guenther
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
| | | | Guenther
* s3: Fix print_spool_endVolker Lendecke2011-04-051-12/+0
| | | | | We have to use the spoolss pipe instance opened in print_spool_open, otherwise the spoolss server won't be able to find the right printer and job.
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-3/+3
| | | | | | | | | | | | | | | | | | | | | These variables, of type struct auth_serversupplied_info were poorly named when added into 2001, and in good consistant practice, this has extended all over the codebase in the years since. The structure is also not ideal for it's current purpose. Originally intended to convey the results of the authentication modules, it really describes all the essential attributes of a session. This rename will reduce the volume of a future patch to replaced these with a struct auth_session_info, with auth_serversupplied_info confined to the lower levels of the auth subsystem, and then eliminated. (The new structure will be the output of create_local_token(), and the change in struct definition will ensure that this is always run, populating local groups and privileges). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:printing: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-211-12/+12
| | | | | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Jan 21 13:14:49 CET 2011 on sn-devel-104
* s3-printing: fix crash bug in print_spool_open().Günther Deschner2010-12-221-1/+3
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 22 14:21:58 CET 2010 on sn-devel-104
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* s3-printing: fix print_spool_terminate().Günther Deschner2010-09-151-1/+1
| | | | | | Simo, Andreas, please check. Guenther
* s3-rpc_server: Moved ncacn_np declarations in common header file.Simo Sorce2010-09-151-0/+1
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce2010-09-151-3/+22
| | | | | This way we have one common way to open internal pipes whether they are shortcircuited or piped to an external process.
* s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce2010-07-271-1/+2
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Handled case when smbd spools a file on behalf of spoolss.Simo Sorce2010-07-271-0/+1
|
* s3-smbd: Added code to print via spoolss.Simo Sorce2010-07-271-0/+331