man pages: Fix typos in man smbclient.
[tprouty/samba.git] / source / printing /
2008-07-16 Bo YangAllow %u parameters for print job username - use advanc...
2008-05-06 Jeremy AllisonFix from Martin Zielinski <mz@seh.de>. Don't delete...
2008-05-06 Jeremy AllisonDon't use const as this gives a warning for 3.0.x.
2008-05-06 Jeremy AllisonFix bug #5095, "Manage Documents privilege is not funct...
2008-04-09 Karolin SeegerFix some more typos.
2008-04-09 Karolin SeegerFix typos.
2008-04-04 Jeremy AllisonFix bug #5372. With a large CUPS installation with...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create... initial-v3-0-test
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Volker Lendecker23168: Move the lp_max_connections() into service.c.
2007-10-10 Volker Lendecker23167: Remove an unused parameter
2007-10-10 Volker Lendecker23112: Trim down the message.c API slightly: The messa...
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Volker Lendecker23023: Get rid of the only caller of message_send_pid_...
2007-10-10 Volker Lendecker22954: More messaging_register
2007-10-10 Volker Lendecker22895: Convert some more calls from message_send_buf...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Gerald Carterr22852: merge fixes for CVE-2007-2446 and CVE-2007...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22747: Fix some C++ warnings
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Günther Deschnerr22524: Fix memleak.
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr21989: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Stefan Metzmacherr21988: make use of string_tdb_data()
2007-10-10 Stefan Metzmacherr21987: split tdb_prs_*() functions in version which...
2007-10-10 Volker Lendecker21958: Fix Coverity ID 343 (dead code)
2007-10-10 Gerald Carterr21875: BUG 3275: Patch from Andy Polyakov <appro@fy...
2007-10-10 Gerald Carterr21862: add the cups comment and location lookup to...
2007-10-10 Gerald Carterr21861: Pull the comment and location from CUPS if...
2007-10-10 Jeremy Allisonr21672: The cannonical file access pattern should look...
2007-10-10 Simo Sorcer21606: Implement escaping function for ldap RDN values
2007-10-10 Volker Lendecker21446: Karolins "printjob username"
2007-10-10 Gerald Carterr21258: Fix for connecting printers from Vista by storing
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Volker Lendecker20796: Fix the same problem Jeremy has fixed (improper...
2007-10-10 Jeremy Allisonr20718: Sync up the filename path parsing changes from...
2007-10-10 Volker Lendecker20544: Change copy_file() to return NTSTATUS. This...
2007-10-10 Volker Lendecker20339: Make mkdir_internal static to open.c
2007-10-10 Herb Lewisr20269: merge -r20264:20267 from SAMBA_3_0_24
2007-10-10 Herb Lewisr20245: merge 20244 from samba_3_0_24
2007-10-10 Herb Lewisr20131: get rid of a few no previous prototype warnings
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Jelmer Vernooijr18654: Rename "struct uuid" => "struct GUID" for consi...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Volker Lendecker18047: More C++ stuff
2007-10-10 Volker Lendecker18019: Fix a C++ warnings: Don't use void * in libads...
2007-10-10 Jelmer Vernooijr17816: Merge my cupsprot branch. It is now possible...
2007-10-10 Volker Lendecker17622: Add a framework for a printing backend designed...
2007-10-10 Volker Lendecker17590: Some C++ Warnings
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Gerald Carterr16701: Fix segv when adding a printer caused by not...
2007-10-10 Jeremy Allisonr16648: Fix bug #3889 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16626: Fix bug #3878. Reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16599: Make it clear to Klocwork we're not dereferenci...
2007-10-10 Jeremy Allisonr16582: Fix Klocwork #1997 and all generic class of...
2007-10-10 Jeremy Allisonr16424: Fix possible null deref and a memory leak found by
2007-10-10 Jeremy Allisonr16393: Klocwork #1164. Null deref.
2007-10-10 Jeremy Allisonr16392: Klockwork #1168. Protect against null deref.
2007-10-10 Jeremy Allisonr16367: Missed one, Klocwork #915.
2007-10-10 Jeremy Allisonr16365: Fix Klocwork #895, #898, #899, #915, #932,...
2007-10-10 Jeremy Allisonr16243: Fix Klocwork bugs #581 and #706, ensure we...
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Jeremy Allisonr16216: Add debug messages to make it possible to try and
2007-10-10 Volker Lendecker15569: Fix Coverity bug # 287. Jerry, can you check...
2007-10-10 Gerald Carterr15543: New implementation of 'net ads join' to be...
2007-10-10 Gerald Carterr15309: normalize printing keys when deleting
2007-10-10 Volker Lendecker15101: Little step towards getting Samba4 tdb into...
2007-10-10 Jeremy Allisonr15025: Fix exit_server_cleanly call.
2007-10-10 James Peachr14898: This change is an attempt to improve the qualit...
2007-10-10 Günther Deschnerr14506: Remove remaining references to a KCM credential...
2007-10-10 Jeremy Allisonr14489: Guard against coverity reversion. #181 is a...
2007-10-10 Jeremy Allisonr14273: Fix coverity bug #202. Memory leak on error...
2007-10-10 Jeremy Allisonr14221: Fix coverity #76. My previous change wasn't...
2007-10-10 Jeremy Allisonr14184: Coverity fix #56. Ensure we can't deref null.
2007-10-10 Jeremy Allisonr14023: My last bug fix still left a potential null...
2007-10-10 Jeremy Allisonr14003: Clarify code that lead to Coverity report #13.
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Günther Deschnerr13622: Allow to rename machine accounts in a Samba...
2007-10-10 Gerald Carterr13547: add earlier checks to deny deleting a printer...
2007-10-10 Günther Deschnerr13408: Remove C++ comments (# 3494)
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Gerald Carterr12889: BUG 3380: fix crash when changing printer drive...
2007-10-10 Gerald Carterr11855: patch from Aruna Prabakar for checking that...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr10555: a few compile warnings from jason Mader
2007-10-10 Gerald Carterr10554: * BUG 3057: assume x64 drivers are v3 drivers
2007-10-10 Jeremy Allisonr10371: Adding iPrint printing backend written by Joel...
2007-10-10 Günther Deschnerr10154: Fix crash bug on security descriptor upgrade...
2007-10-10 Gerald Carterr9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_C...
2007-10-10 Jeremy Allisonr9244: Fix bugs found by Coverity.
2007-10-10 Gerald Carterr9086: * fix invalid read in parse_spoolss when writing...
2007-10-10 Günther Deschnerr8686: Revert %LOGONSERVER%-substitution. The substitio...
next