summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing_migrate.c
Commit message (Expand)AuthorAgeFilesLines
* s3-printing: fix migrate printer code (bug 8618)Björn Baumbach2016-10-051-0/+27
* s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider2013-03-151-2/+12
* spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner2013-01-171-2/+0
* s3-spoolss: Fix bug #8351 forms migration.Andreas Schneider2011-09-091-0/+4
* s3-printing: fill info2_mask in printer migrationDavid Disseldorp2011-07-071-4/+7
* s3-printing: remove spoolss pipe from migration library, only using winreg fi...Günther Deschner2011-07-071-4/+0
* s3-printing: use winreg interface for migration, instead of spoolss.Günther Deschner2011-07-071-181/+38
* s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner2011-07-041-0/+4
* s3-printing: split out printing migration code into a smaller library.Günther Deschner2011-07-011-244/+21
* s3-printing: skip migration of non-existent printersDavid Disseldorp2011-06-301-8/+18
* s3-printing: fill devicemode size in migrate_printer()David Disseldorp2011-06-301-0/+1
* tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell2011-06-201-3/+3
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* rpc_server: Always use rpc_pipe_open_interface()Simo Sorce2011-05-131-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* More simple const fixes.Jeremy Allison2011-05-051-2/+2
* s3-printing: run minimal_includes.pl.Günther Deschner2011-05-051-1/+0
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* s3-auth: printing needs auth.hGünther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-4/+4
* s3:printing: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-211-35/+72
* s3-rpc_server: Moved ncacn_np declarations in common header file.Simo Sorce2010-09-151-0/+1
* s3-spoolss: fix some debug statements.Günther Deschner2010-09-031-1/+1
* s3: Add "client_id" to pipes_structVolker Lendecke2010-08-181-0/+1
* s3: Lift the smbd_messaging_context from nt_printing_tdb_migrateVolker Lendecke2010-08-081-2/+2
* s3: Lift the smbd_messaging_context from rpc_pipe_open_internalVolker Lendecke2010-08-081-0/+1
* s3-printing: cope with missing printers in print migrationAndrew Tridgell2010-08-061-0/+10
* s3-printing: make sure to set NTSTATUS code before checking it.Günther Deschner2010-08-031-5/+5
* s3-printing: Added automatic migration of printing tdbs.Andreas Schneider2010-07-271-1/+0
* s3-printing: Added automatic migration of printing tdbs.Andreas Schneider2010-07-271-0/+647