summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-08s3: Lift the server_messaging_context from notify_job_total_pagesVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_total_bytesVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_statusVolker Lendecke1-4/+11
2010-08-08s3: Lift the server_messaging_context from notify_printer_statusVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from print_queue_statusVolker Lendecke1-5/+4
2010-08-08s3: Lift the server_messaging_context from get_stored_queue_infoVolker Lendecke1-3/+6
2010-08-08s3: Lift the server_messaging_context from print_job_endVolker Lendecke1-2/+3
2010-08-08s3: Lift the server_messaging_context from print_queue_lengthVolker Lendecke1-3/+4
2010-08-08s3: Lift the server_messaging_context from print_queue_updateVolker Lendecke1-11/+11
2010-08-08s3: Lift the smbd_messaging_context from start_background_queueVolker Lendecke1-12/+8
2010-08-08s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handlerVolker Lendecke1-1/+2
2010-08-08s3: Lift the smbd_messaging_context from print_queue_purgeVolker Lendecke1-2/+3
2010-08-08s3: Lift the smbd_messaging_context from print_queue_resumeVolker Lendecke1-2/+3
2010-08-08s3: Lift the smbd_messaging_context from print_queue_pauseVolker Lendecke1-2/+3
2010-08-08s3: Lift the smbd_messaging_context from print_job_startVolker Lendecke1-2/+2
2010-08-08s3: Lift the smbd_messaging_context from print_job_checksVolker Lendecke1-4/+5
2010-08-08s3: Lift the smbd_messaging_context from print_job_resumeVolker Lendecke1-3/+4
2010-08-08s3: Lift the smbd_messaging_context from print_job_pauseVolker Lendecke1-3/+4
2010-08-08s3: Lift the smbd_messaging_context from print_job_deleteVolker Lendecke1-1/+2
2010-08-08s3: Lift the smbd_messaging_context from print_time_access_checkVolker Lendecke1-1/+2
2010-08-08s3: Lift the smbd_messaging_context from print_access_checkVolker Lendecke1-7/+13
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+1
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-0/+2
2010-07-27s3-printing: Added automatic migration of printing tdbs.Andreas Schneider1-0/+83
2010-07-27s3-printing: Removed unused function print_job_fd().Simo Sorce1-15/+0
2010-07-27s3-spoolss: Use WERROR for print_job_delete.Simo Sorce1-18/+20
2010-07-27s3-printing: Handled case when smbd spools a file on behalf of spoolss.Simo Sorce1-29/+97
2010-07-27s3-printing: Made print_job_start more robust.Simo Sorce1-81/+144
2010-07-27s3-smbd: Added code to print via spoolss.Simo Sorce1-1/+1
2010-07-27s3-printing: Convert print_time_access_check.Simo Sorce1-1/+1
2010-07-27s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.Simo Sorce1-11/+11
2010-07-04s3: Pass the new server_id through reinit_after_forkVolker Lendecke1-3/+6
2010-07-04s3: Fix some nested extern warningsVolker Lendecke1-2/+3
2010-07-04s3: Remove serverid_[de]register_selfVolker Lendecke1-2/+3
2010-06-13s3: Remove the pointless PRINTERNAME macroVolker Lendecke1-6/+6
2010-06-10s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider1-6/+7
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-1/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-28s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).Günther Deschner1-1/+23
2010-04-28s3-lanman: remove unsupported print_job_set_place().Günther Deschner1-10/+0
2010-03-25Second part of bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison1-2/+0
2010-03-25Fix bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison1-19/+0
2010-03-10Try and fix bug #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison1-1/+1
2010-03-10s3: Fix a long-standing problem with recycled PIDsVolker Lendecke1-2/+4
2010-02-14s3: convert registry and printing code to TYPESAFE_QSORT()Andrew Tridgell1-3/+2
2009-11-29s3: "print_job_end" only looks at the sizeVolker Lendecke1-2/+1
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke1-1/+2
2009-06-22s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan1-0/+19
2009-05-27s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen1-2/+3
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1