summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing_migrate.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider1-2/+12
2013-01-17spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner1-2/+0
2011-09-09s3-spoolss: Fix bug #8351 forms migration.Andreas Schneider1-0/+4
2011-07-07s3-printing: fill info2_mask in printer migrationDavid Disseldorp1-4/+7
2011-07-07s3-printing: remove spoolss pipe from migration library, only using winreg fi...Günther Deschner1-4/+0
2011-07-07s3-printing: use winreg interface for migration, instead of spoolss.Günther Deschner1-181/+38
2011-07-04s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner1-0/+4
2011-07-01s3-printing: split out printing migration code into a smaller library.Günther Deschner1-244/+21
2011-06-30s3-printing: skip migration of non-existent printersDavid Disseldorp1-8/+18
2011-06-30s3-printing: fill devicemode size in migrate_printer()David Disseldorp1-0/+1
2011-06-20tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell1-3/+3
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-2/+2
2011-05-13rpc_server: Always use rpc_pipe_open_interface()Simo Sorce1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-05More simple const fixes.Jeremy Allison1-2/+2
2011-05-05s3-printing: run minimal_includes.pl.Günther Deschner1-1/+0
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-03-30s3-auth: printing needs auth.hGünther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-4/+4
2011-01-21s3:printing: use dcerpc_spoolss_X() functionsStefan Metzmacher1-35/+72
2010-09-15s3-rpc_server: Moved ncacn_np declarations in common header file.Simo Sorce1-0/+1
2010-09-03s3-spoolss: fix some debug statements.Günther Deschner1-1/+1
2010-08-18s3: Add "client_id" to pipes_structVolker Lendecke1-0/+1
2010-08-08s3: Lift the smbd_messaging_context from nt_printing_tdb_migrateVolker Lendecke1-2/+2
2010-08-08s3: Lift the smbd_messaging_context from rpc_pipe_open_internalVolker Lendecke1-0/+1
2010-08-06s3-printing: cope with missing printers in print migrationAndrew Tridgell1-0/+10
2010-08-03s3-printing: make sure to set NTSTATUS code before checking it.Günther Deschner1-5/+5
2010-07-27s3-printing: Added automatic migration of printing tdbs.Andreas Schneider1-1/+0
2010-07-27s3-printing: Added automatic migration of printing tdbs.Andreas Schneider1-0/+647