Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-08 | s3: Lift the smbd_messaging_context from print_job_delete | Volker Lendecke | 1 | -1/+2 | |
2010-08-08 | s3: Lift the smbd_messaging_context from is_printer_published | Volker Lendecke | 1 | -4/+4 | |
2010-08-08 | s3: Lift the smbd_messaging_context from check_published_printers | Volker Lendecke | 2 | -7/+6 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_publish | Volker Lendecke | 1 | -4/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_publish_ads | Volker Lendecke | 1 | -4/+7 | |
2010-08-08 | s3: Lift the smbd_messaging_context from store_printer_guid | Volker Lendecke | 1 | -4/+4 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_remove | Volker Lendecke | 1 | -2/+2 | |
2010-08-08 | s3: Lift the smbd_messaging_context from print_time_access_check | Volker Lendecke | 2 | -3/+4 | |
2010-08-08 | s3: Lift the smbd_messaging_context from print_access_check | Volker Lendecke | 2 | -9/+16 | |
2010-08-08 | s3: Lift the smbd_messaging_context from printer_driver_files_in_use | Volker Lendecke | 1 | -4/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from printer_driver_in_use | Volker Lendecke | 1 | -9/+7 | |
2010-08-08 | s3: Lift the smbd_messaging_context from winreg_del_driver_list | Volker Lendecke | 1 | -0/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from winreg_get_driver | Volker Lendecke | 1 | -0/+4 | |
2010-08-08 | s3: Lift the smbd_messaging_context from winreg_delete_printer_key | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from winreg_get_printer_dataex | Volker Lendecke | 1 | -1/+2 | |
2010-08-08 | s3: Lift the smbd_messaging_context from winreg_set_printer_dataex | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from winreg_get_printer_secdesc | Volker Lendecke | 1 | -0/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from winreg_get_printer | Volker Lendecke | 2 | -2/+6 | |
2010-08-08 | s3: Lift the smbd_messaging_context from winreg_update_printer | Volker Lendecke | 1 | -0/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printing_tdb_migrate | Volker Lendecke | 2 | -3/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from rpc_pipe_open_internal | Volker Lendecke | 1 | -0/+1 | |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 2 | -0/+2 | |
This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther | |||||
2010-08-06 | s3-printing: cope with missing printers in print migration | Andrew Tridgell | 1 | -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> | |||||
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-08-05 | s3-printing: move AD related printing components to an own file. | Günther Deschner | 2 | -440/+466 | |
Guenther | |||||
2010-08-03 | s3-printing: make sure to set NTSTATUS code before checking it. | Günther Deschner | 1 | -5/+5 | |
Andreas, please check. Guenther | |||||
2010-08-03 | s3-spoolss: remove duplicate (and incorrect) header. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-07-31 | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 4 | -2/+7 | |
This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther | |||||
2010-07-27 | s3-printing: Added automatic migration of printing tdbs. | Andreas Schneider | 3 | -86/+83 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Move the standard mappings to spoolss. | Andreas Schneider | 1 | -14/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Added automatic migration of printing tdbs. | Andreas Schneider | 3 | -0/+678 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Move all tdb upgrade functions to a separate file. | Andreas Schneider | 3 | -391/+492 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused function print_job_fd(). | Simo Sorce | 1 | -15/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Use WERROR for print_job_delete. | Simo Sorce | 1 | -18/+20 | |
And also check for PJOB_SMBD_SPOOLING in print_job_write. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused printfsp.c. | Simo Sorce | 1 | -147/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-smbd: Migrated to new spoolss functions for printing. | Simo Sorce | 1 | -1/+2 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Handled case when smbd spools a file on behalf of spoolss. | Simo Sorce | 2 | -29/+98 | |
2010-07-27 | s3-printing: Made print_job_start more robust. | Simo Sorce | 2 | -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> | |||||
2010-07-27 | s3-printing: Remove unused printer registry key functions. | Andreas Schneider | 1 | -494/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused security descriptor functions. | Andreas Schneider | 1 | -306/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused nt_forms. | Andreas Schneider | 1 | -362/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unsuded c_setprinter functions. | Andreas Schneider | 1 | -66/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused free_a_printer function. | Andreas Schneider | 1 | -26/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused mod_a_printer functions. | Andreas Schneider | 1 | -313/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused get_a_printer functions. | Andreas Schneider | 1 | -523/+0 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-smbd: Added code to print via spoolss. | Simo Sorce | 2 | -1/+332 | |
2010-07-27 | s3-spoolss: Use winreg_delete_printer_key to delete printers. | Simo Sorce | 1 | -32/+11 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-spoolss: Get rid of get_server_name. | Simo Sorce | 1 | -9/+0 | |
This function was useless the structure is public and used everywhere. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Converted printer publishing functions. | Simo Sorce | 1 | -107/+202 | |
Use spoolss_PrintInfo2 and winreg calls. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Convert print_driver_in_use. | Simo Sorce | 1 | -6/+12 | |
Use spoolss_PrintInfo2 and winreg calls. Signed-off-by: Jim McDonough <jmcd@samba.org> |