summaryrefslogtreecommitdiffstats
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Make "unpack_pjob" staticVolker Lendecke2010-10-201-1/+1
* s3-printing: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-9/+9
* s3-printing: Added function to update the queue.Andreas Schneider2010-08-181-30/+174
* s3-printing: Rename jobs_changed functions to jobs_added.Andreas Schneider2010-08-181-26/+26
* s3: Use pipe_struct->client_id->name for pjob.clientmachineVolker Lendecke2010-08-181-7/+2
* s3: Move initializing pjob.clientname to print_job_start()Volker Lendecke2010-08-181-8/+8
* s3: Directly call write_data from print_job_write()Volker Lendecke2010-08-171-1/+1
* s3: Remove unused "pos" arg from print_job_writeVolker Lendecke2010-08-171-3/+2
* s3-printing: Lift the use of smbd_server_fd from job_submit.Volker Lendecke2010-08-161-2/+12
* s3: Lift the server_messaging_context from print_job_endpageVolker Lendecke2010-08-081-3/+3
* s3: Lift the server_messaging_context from print_job_writeVolker Lendecke2010-08-081-3/+5
* s3: Lift the server_messaging_context from print_job_delete1Volker Lendecke2010-08-081-8/+8
* s3: Lift the server_messaging_context from print_job_set_nameVolker Lendecke2010-08-081-3/+4
* s3: Lift the server_messaging_context from print_queue_update_with_lockVolker Lendecke2010-08-081-5/+8
* s3: Lift the server_messaging_context from print_queue_update_internalVolker Lendecke2010-08-081-11/+12
* s3: Lift the server_messaging_context from traverse_fn_deleteVolker Lendecke2010-08-081-10/+10
* s3: Lift the server_messaging_context from print_unix_jobVolker Lendecke2010-08-081-5/+11
* s3: Lift the server_messaging_context from pjob_deleteVolker Lendecke2010-08-081-12/+22
* s3: Lift the server_messaging_context from pjob_storeVolker Lendecke2010-08-081-13/+23
* s3: Lift the server_messaging_context from pjob_store_notifyVolker Lendecke2010-08-081-17/+18
* s3: Lift the server_messaging_context from notify_job_submittedVolker Lendecke2010-08-081-1/+3
* s3: Lift the server_messaging_context from notify_job_nameVolker Lendecke2010-08-081-2/+6
* s3: Lift the server_messaging_context from notify_job_usernameVolker Lendecke2010-08-081-1/+3
* s3: Lift the server_messaging_context from notify_job_total_pagesVolker Lendecke2010-08-081-1/+3
* s3: Lift the server_messaging_context from notify_job_total_bytesVolker Lendecke2010-08-081-1/+3
* s3: Lift the server_messaging_context from notify_job_statusVolker Lendecke2010-08-081-4/+11
* s3: Lift the server_messaging_context from notify_printer_statusVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from print_queue_statusVolker Lendecke2010-08-081-5/+4
* s3: Lift the server_messaging_context from get_stored_queue_infoVolker Lendecke2010-08-081-3/+6
* s3: Lift the server_messaging_context from print_job_endVolker Lendecke2010-08-081-2/+3
* s3: Lift the server_messaging_context from print_queue_lengthVolker Lendecke2010-08-081-3/+4
* s3: Lift the server_messaging_context from print_queue_updateVolker Lendecke2010-08-081-11/+11
* s3: Lift the smbd_messaging_context from start_background_queueVolker Lendecke2010-08-081-12/+8
* s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handlerVolker Lendecke2010-08-081-1/+2
* s3: Lift the smbd_messaging_context from print_queue_purgeVolker Lendecke2010-08-081-2/+3
* s3: Lift the smbd_messaging_context from print_queue_resumeVolker Lendecke2010-08-081-2/+3
* s3: Lift the smbd_messaging_context from print_queue_pauseVolker Lendecke2010-08-081-2/+3
* s3: Lift the smbd_messaging_context from print_job_startVolker Lendecke2010-08-081-2/+2
* s3: Lift the smbd_messaging_context from print_job_checksVolker Lendecke2010-08-081-4/+5
* s3: Lift the smbd_messaging_context from print_job_resumeVolker Lendecke2010-08-081-3/+4
* s3: Lift the smbd_messaging_context from print_job_pauseVolker Lendecke2010-08-081-3/+4
* s3: Lift the smbd_messaging_context from print_job_deleteVolker Lendecke2010-08-081-1/+2
* s3: Lift the smbd_messaging_context from print_time_access_checkVolker Lendecke2010-08-081-1/+2
* s3: Lift the smbd_messaging_context from print_access_checkVolker Lendecke2010-08-081-7/+13
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3-build: avoid to globally include printing and spoolss headers.Günther Deschner2010-07-311-0/+2
* s3-printing: Added automatic migration of printing tdbs.Andreas Schneider2010-07-271-0/+83
* s3-printing: Removed unused function print_job_fd().Simo Sorce2010-07-271-15/+0
* s3-spoolss: Use WERROR for print_job_delete.Simo Sorce2010-07-271-18/+20
* s3-printing: Handled case when smbd spools a file on behalf of spoolss.Simo Sorce2010-07-271-29/+97