summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Lift the smbd_messaging_context from winreg_del_driver_listVolker Lendecke2010-08-081-0/+1
|
* s3: Lift the smbd_messaging_context from winreg_get_driverVolker Lendecke2010-08-081-0/+4
|
* s3: Lift the smbd_messaging_context from winreg_delete_printer_keyVolker Lendecke2010-08-081-1/+3
|
* s3: Lift the smbd_messaging_context from winreg_get_printer_dataexVolker Lendecke2010-08-081-1/+2
|
* s3: Lift the smbd_messaging_context from winreg_set_printer_dataexVolker Lendecke2010-08-081-1/+3
|
* s3: Lift the smbd_messaging_context from winreg_get_printer_secdescVolker Lendecke2010-08-081-0/+1
|
* s3: Lift the smbd_messaging_context from winreg_get_printerVolker Lendecke2010-08-082-2/+6
|
* s3: Lift the smbd_messaging_context from winreg_update_printerVolker Lendecke2010-08-081-0/+1
|
* s3: Lift the smbd_messaging_context from nt_printing_tdb_migrateVolker Lendecke2010-08-082-3/+3
|
* s3: Lift the smbd_messaging_context from rpc_pipe_open_internalVolker Lendecke2010-08-081-0/+1
|
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-062-0/+2
| | | | | | | This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther
* s3-printing: cope with missing printers in print migrationAndrew Tridgell2010-08-061-0/+10
| | | | | | | | The printers database may be completely missing in a new install, and we may have SECDESC entries for printers that have been removed. Don't consider these fatal errors in the migration. Signed-off-by: Günther Deschner <gd@samba.org>
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-052-0/+2
| | | | Guenther
* s3-printing: move AD related printing components to an own file.Günther Deschner2010-08-052-440/+466
| | | | Guenther
* s3-printing: make sure to set NTSTATUS code before checking it.Günther Deschner2010-08-031-5/+5
| | | | | | Andreas, please check. Guenther
* s3-spoolss: remove duplicate (and incorrect) header.Günther Deschner2010-08-031-1/+0
| | | | Guenther
* s3-build: avoid to globally include printing and spoolss headers.Günther Deschner2010-07-314-2/+7
| | | | | | This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther
* s3-printing: Added automatic migration of printing tdbs.Andreas Schneider2010-07-273-86/+83
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-spoolss: Move the standard mappings to spoolss.Andreas Schneider2010-07-271-14/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Added automatic migration of printing tdbs.Andreas Schneider2010-07-273-0/+678
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Move all tdb upgrade functions to a separate file.Andreas Schneider2010-07-273-391/+492
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Removed unused function print_job_fd().Simo Sorce2010-07-271-15/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-spoolss: Use WERROR for print_job_delete.Simo Sorce2010-07-271-18/+20
| | | | | | And also check for PJOB_SMBD_SPOOLING in print_job_write. Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Removed unused printfsp.c.Simo Sorce2010-07-271-147/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* 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-272-29/+98
|
* s3-printing: Made print_job_start more robust.Simo Sorce2010-07-272-88/+151
| | | | | | | Explicitly return ntstatus errors instead of relying on elusive errno. Split the function to make it easier to follow. Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Remove unused printer registry key functions.Andreas Schneider2010-07-271-494/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Removed unused security descriptor functions.Andreas Schneider2010-07-271-306/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Removed unused nt_forms.Andreas Schneider2010-07-271-362/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Removed unsuded c_setprinter functions.Andreas Schneider2010-07-271-66/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Removed unused free_a_printer function.Andreas Schneider2010-07-271-26/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Removed unused mod_a_printer functions.Andreas Schneider2010-07-271-313/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Removed unused get_a_printer functions.Andreas Schneider2010-07-271-523/+0
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-smbd: Added code to print via spoolss.Simo Sorce2010-07-272-1/+332
|
* s3-spoolss: Use winreg_delete_printer_key to delete printers.Simo Sorce2010-07-271-32/+11
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-spoolss: Get rid of get_server_name.Simo Sorce2010-07-271-9/+0
| | | | | | This function was useless the structure is public and used everywhere. Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Converted printer publishing functions.Simo Sorce2010-07-271-107/+202
| | | | | | Use spoolss_PrintInfo2 and winreg calls. Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Convert print_driver_in_use.Simo Sorce2010-07-271-6/+12
| | | | | | Use spoolss_PrintInfo2 and winreg calls. Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-printing: Convert print_time_access_check.Simo Sorce2010-07-272-8/+16
| | | | | | use spoolss_PrintInfo2 and winreg calls Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-spoolss: Migrated driver functions to winreg.Simo Sorce2010-07-271-512/+53
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-spoolss: Set c_setprinter always to 0.Andreas Schneider2010-07-271-2/+0
| | | | | | | This value is only used for the well known printers list which Samba doesn't implement. Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter.Andreas Schneider2010-07-271-9/+20
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.Simo Sorce2010-07-272-258/+111
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-042-5/+11
|
* s3: Fix some nested extern warningsVolker Lendecke2010-07-041-2/+3
|
* s3: Remove serverid_[de]register_selfVolker Lendecke2010-07-041-2/+3
| | | | This removes some deep references to procid_self()
* s3-printing: Fix Bug #7541, %D in "printer admin" causing smbd crash.Günther Deschner2010-07-011-1/+2
| | | | Guenther
* s3-printing: add BUILTIN\Print Operators as FULL CONTROL to default sd.Günther Deschner2010-06-161-2/+22
| | | | Guenther
* s3-spoolss: Provide a memory context for clean_up_driver_struct().Andreas Schneider2010-06-161-3/+4
| | | | | If we use a stack variable to setup spoolss_AddDriverInfoCtr this would segfault with a talloc bad magic value.