summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_printing.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-printing: make sure to first migrate the printers then the security ↵Günther Deschner2011-07-071-0/+12
| | | | | | | | descriptor. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
* s3-printing: remove spoolss pipe from migration library, only using winreg ↵Günther Deschner2011-07-071-16/+2
| | | | | | | | finally. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
* s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner2011-07-041-0/+16
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jul 4 15:06:41 CEST 2011 on sn-devel-104
* s3-net: use printing_migrate library, and eliminate duplicate code.Günther Deschner2011-07-011-415/+6
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jul 1 17:57:09 CEST 2011 on sn-devel-104
* s3-printing: fill devicemode size in migrate_printer()David Disseldorp2011-06-301-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell2011-06-201-6/+6
| | | | | | | Note that tdb_nextkey_compat frees the old key for us. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-2/+2
| | | | | | | This is a noop for tdb1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
| | | | Guenther
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
|
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
| | | | Guenther
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3:net: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-211-9/+35
| | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org>
* 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-net: fix copy/paste typo in usage of "net printing".Günther Deschner2010-08-061-1/+1
| | | | Guenther
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
| | | | Guenther
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3-net: Created a migration tool for printing TDBs.Andreas Schneider2010-05-201-0/+498
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-net: also dump security descriptors from ntprinters.tdb in "net printing ↵Günther Deschner2010-05-181-0/+39
| | | | | | dump". Guenther
* s3-net: Added a rather trivial "net printing dump" command.Günther Deschner2010-05-181-0/+202
Guenther