summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-11Hopefully fix the buildfarm. Add some debug level 10 messagesJeremy Allison1-1/+7
2009-05-06s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner1-17/+10
2009-04-20Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij1-1/+1
2009-03-18s3:printing: use tevent_loop_wait() instead of manual loopingStefan Metzmacher1-50/+6
2009-03-18s3:printing: use a fd event to monitor the pipe to the parentStefan Metzmacher1-3/+23
2009-03-12s3-spoolss: make jobname a const char * in print_job_start().Günther Deschner1-1/+1
2009-03-01Only copy sharename up from rap_to_pjobidVolker Lendecke1-1/+3
2009-02-26s3: fix the build JOB_STATUS_BLOCKED -> JOB_STATUS_BLOCKED_DEVQMichael Adam1-1/+1
2009-02-18S3: Stop creating SMBD cores when failing to create a pipe.todd stecher1-3/+7
2009-02-10s3-spoolss: remove more whitespace.Günther Deschner1-135/+135
2009-01-27s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher1-15/+3
2009-01-22s3:printing: handle tevent_context events in the sys_select() callStefan Metzmacher1-16/+42
2009-01-16s3: put printing/ under cache_dir, not lock_dirMichael Adam1-2/+2
2009-01-05clean event context after child is forked.Bo Yang1-1/+2
2008-12-09Fix bug #5688 LPQ process is orphaned if socket address parameter is invalidSATOH Fumiyasu1-6/+33
2008-12-07Fix nonempty blank linesVolker Lendecke1-5/+5
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-2/+2
2008-07-16Allow %u parameters for print job username - use advanced subJim McDonough1-3/+5
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke1-45/+48
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-3/+6
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-1/+1
2008-04-18printing: call reinit_after_fork() in the backgroundqueue processStefan Metzmacher1-0/+5
2008-04-09Fix typos.Karolin Seeger1-1/+1
2008-03-26use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam1-1/+1