summaryrefslogtreecommitdiffstats
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-1/+1
* printing: call reinit_after_fork() in the backgroundqueue processStefan Metzmacher2008-04-181-0/+5
* Fix typos.Karolin Seeger2008-04-091-1/+1
* use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam2008-03-261-1/+1
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-251-1/+1
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Remove a globalVolker Lendecke2007-12-281-9/+15
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* remove a staticVolker Lendecke2007-12-101-12/+18
* Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison2007-12-031-3/+7
* Remove pstrcpy I missed.Jeremy Allison2007-11-201-1/+0
* Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2007-11-191-30/+51
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-37/+37
* r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23168: Move the lp_max_connections() into service.c.Volker Lendecke2007-10-101-1/+1
* r23167: Remove an unused parameterVolker Lendecke2007-10-101-1/+1
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-1/+1
* r22954: More messaging_registerVolker Lendecke2007-10-101-8/+10
* r22895: Convert some more calls from message_send_buf to messaging_send_bufVolker Lendecke2007-10-101-2/+3
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-1/+2
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-1/+1
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-17/+17
* r21988: make use of string_tdb_data()Stefan Metzmacher2007-10-101-8/+5
* r21446: Karolins "printjob username"Volker Lendecke2007-10-101-1/+5