summaryrefslogtreecommitdiffstats
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3-printing: Made print_job_start more robust.Simo Sorce2010-07-271-81/+144
* s3-smbd: Added code to print via spoolss.Simo Sorce2010-07-271-1/+1
* s3-printing: Convert print_time_access_check.Simo Sorce2010-07-271-1/+1
* s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.Simo Sorce2010-07-271-11/+11
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-3/+6
* s3: Fix some nested extern warningsVolker Lendecke2010-07-041-2/+3
* s3: Remove serverid_[de]register_selfVolker Lendecke2010-07-041-2/+3
* s3: Remove the pointless PRINTERNAME macroVolker Lendecke2010-06-131-6/+6
* s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider2010-06-101-6/+7
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-1/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).Günther Deschner2010-04-281-1/+23
* s3-lanman: remove unsupported print_job_set_place().Günther Deschner2010-04-281-10/+0
* Second part of bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison2010-03-251-2/+0
* Fix bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison2010-03-251-19/+0
* Try and fix bug #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison2010-03-101-1/+1
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-101-2/+4
* s3: convert registry and printing code to TYPESAFE_QSORT()Andrew Tridgell2010-02-141-3/+2
* s3: "print_job_end" only looks at the sizeVolker Lendecke2009-11-291-2/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-1/+2
* s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2009-06-221-0/+19
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-2/+3
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* Hopefully fix the buildfarm. Add some debug level 10 messagesJeremy Allison2009-05-111-1/+7
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-061-17/+10
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-1/+1
* s3:printing: use tevent_loop_wait() instead of manual loopingStefan Metzmacher2009-03-181-50/+6
* s3:printing: use a fd event to monitor the pipe to the parentStefan Metzmacher2009-03-181-3/+23
* s3-spoolss: make jobname a const char * in print_job_start().Günther Deschner2009-03-121-1/+1
* Only copy sharename up from rap_to_pjobidVolker Lendecke2009-03-011-1/+3
* s3: fix the build JOB_STATUS_BLOCKED -> JOB_STATUS_BLOCKED_DEVQMichael Adam2009-02-261-1/+1
* S3: Stop creating SMBD cores when failing to create a pipe.todd stecher2009-02-181-3/+7
* s3-spoolss: remove more whitespace.Günther Deschner2009-02-101-135/+135
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-271-15/+3
* s3:printing: handle tevent_context events in the sys_select() callStefan Metzmacher2009-01-221-16/+42
* s3: put printing/ under cache_dir, not lock_dirMichael Adam2009-01-161-2/+2
* clean event context after child is forked.Bo Yang2009-01-051-1/+2
* Fix bug #5688 LPQ process is orphaned if socket address parameter is invalidSATOH Fumiyasu2008-12-091-6/+33
* Fix nonempty blank linesVolker Lendecke2008-12-071-5/+5
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-2/+2
* Allow %u parameters for print job username - use advanced subJim McDonough2008-07-161-3/+5
* Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke2008-06-261-45/+48
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-3/+6