summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing_migrate.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider1-2/+4
This allows you to convert printing tdb's which are in e.g. in latin1 to convert to UTF-8 and import them into the registry. Reviewed-by: Günther Deschner <gd@samba.org>
2011-07-07s3-printing: remove spoolss pipe from migration library, only using winreg ↵Günther Deschner1-4/+0
finally. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
2011-07-04s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner1-0/+4
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jul 4 15:06:41 CEST 2011 on sn-devel-104
2011-07-01s3-printing: split out printing migration code into a smaller library.Günther Deschner1-1/+20
Guenther
2010-08-08s3: Lift the smbd_messaging_context from nt_printing_tdb_migrateVolker Lendecke1-1/+1
2010-07-27s3-printing: Added automatic migration of printing tdbs.Andreas Schneider1-0/+26
Signed-off-by: Jim McDonough <jmcd@samba.org>