summaryrefslogtreecommitdiffstats
path: root/source/printing
Commit message (Expand)AuthorAgeFilesLines
* clean event context after child is forked.Bo Yang2009-01-282-2/+4
* Attempt to fix crash seen with new CUPS async printcap loading code.Jeremy Allison2009-01-281-0/+2
* Fix an ancient uninitialized variable readVolker Lendecke2009-01-281-5/+4
* Fix a memory leak in cups_pull_comment_locationVolker Lendecke2009-01-281-0/+4
* Fix bug #5688 LPQ process is orphaned if socket address parameter is invalidSATOH Fumiyasu2008-12-101-6/+33
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-12-091-13/+2
* Fix the buildVolker Lendecke2008-12-091-1/+1
* Now it's working, back port the aync fix for parsing large cups printer lists.Jeremy Allison2008-12-093-31/+310
* Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison2008-12-091-79/+203
* Whitespace cleanup.Jeremy Allison2008-12-091-19/+19
* Ensure we null out fsp after a close in all paths.Jeremy Allison2008-12-091-0/+1
* Avoid freeing fsp twice when opening new_file fails. (Debian #431696)Jelmer Vernooij2008-12-091-0/+1
* Revert "Avoid freeing fsp twice when opening new_file fails. (Debian #431696)"Karolin Seeger2008-11-171-1/+0
* Revert "Ensure we null out fsp after a close in all paths."Karolin Seeger2008-11-171-1/+0
* Revert "Whitespace cleanup."Karolin Seeger2008-11-171-19/+19
* Revert "Fix bug #5080. Access to cups-printers via samba broken with cups 1.3...Karolin Seeger2008-11-171-203/+79
* Revert "Now it's working, back port the aync fix for parsing large cups print...Karolin Seeger2008-11-173-310/+31
* Revert "Fix the build"Karolin Seeger2008-11-171-1/+1
* Fix the buildVolker Lendecke2008-10-151-1/+1
* Now it's working, back port the aync fix for parsing large cups printer lists.Jeremy Allison2008-10-153-31/+310
* Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison2008-10-061-79/+203
* Whitespace cleanup.Jeremy Allison2008-10-061-19/+19
* Ensure we null out fsp after a close in all paths.Jeremy Allison2008-10-061-0/+1
* Avoid freeing fsp twice when opening new_file fails. (Debian #431696)Jelmer Vernooij2008-10-061-0/+1
* Allow %u parameters for print job username - use advanced subBo Yang2008-07-181-2/+4
* Fix some scary FC9 warningsVolker Lendecke2008-06-111-39/+41
* Fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison2008-05-071-11/+24
* Fix from Martin Zielinski <mz@seh.de>. Don't delete files whenJeremy Allison2008-05-051-7/+20
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-241-1/+1
* printing: call reinit_after_fork() in the backgroundqueue processStefan Metzmacher2008-04-211-0/+5
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison2008-04-071-11/+38
* use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam2008-03-271-1/+1
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-271-1/+1
* Some simplificationsVolker Lendecke2008-03-181-7/+3
* Coverity fixesMarc VanHeyningen2008-03-181-9/+20
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Adding missing calls to va_end().Tim Potter2008-01-271-0/+4
* strtok -> strtok_rVolker Lendecke2008-01-233-4/+9
* Fix a crash bug in nt_printer_publish_adsVolker Lendecke2008-01-161-1/+6
* Fix CID 498. Ensure we don't prs_mem_free an uninitializedJeremy Allison2008-01-111-1/+6
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-072-3/+3
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-4/+4
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-4/+6
* Remove a globalVolker Lendecke2007-12-281-9/+15
* Two more static fstrings gone.Jeremy Allison2007-12-181-12/+43
* Remove another static fstring.Jeremy Allison2007-12-181-3/+8
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-5/+2
* Fix bug leftover from pstring conversion noticed by ceezJeremy Allison2007-12-101-3/+1