r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
[kai/samba-autobuild/.git] / source / registry / reg_printing.c
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Michael Adamr23465: There was this diff between reg_printing in...
2007-10-10 Jeremy Allisonr21225: Couple of fixes from Martin Zielinski mz@seh.de,
2007-10-10 Volker Lendecker20210: registry_fetch_values is not needed anymore...
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16603: Klockwork #2028. Fix null deref on error path.
2007-10-10 Jeremy Allisonr16424: Fix possible null deref and a memory leak found by
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr11860: BUG 3156: don't use find_service() when explici...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_C...
2007-10-10 Gerald Carterr8327: * don't use unitialized variables
2007-10-10 Gerald Carterr8325: * punt....don't normalize the printer name in...
2007-10-10 Gerald Carterr8324: * initial cut at creating printers via the regis...
2007-10-10 Gerald Carterr8323: * convert RegSetValue() calls immediately beneat...
2007-10-10 Gerald Carterr8322: * get RegSetValue() working for printer subkey...
2007-10-10 Gerald Carterr8089: successfully delete printer subkeys via the...
2007-10-10 Gerald Carterr8066: * had to modify the printer data storage slightl...
2007-10-10 Gerald Carterr8064: * add the REG_XXX error codes to the pretty...
2007-10-10 Gerald Carterr8061: * mostly cleanup and refactoring for better...
2007-10-10 Gerald Carterr8027: driver information is now back via winreg
2007-10-10 Gerald Carterr8026: * more fixes to the printing registry interface
2007-10-10 Gerald Carterr8022: * implement default actions rather than having...
2007-10-10 Gerald Carterr8008: * start adding logic for restricting subkey...
2007-10-10 Gerald Carterr8007: * cleanup unused structure from reg_objects.h
2007-10-10 Gerald Carterr7995: * privileges are local except when they're ...
2007-10-10 Gerald Carterr7908: * change REGISTRY_HOOK api to use const (fix...
2007-10-10 Gerald Carterr7838: lie about the printer status when doing the...
2007-10-10 Gerald Carterr7648: adding REGISTRY_HOOK->reg_access_check() for...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Volker Lendecker6953: Many compilers in the build farm don't like...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Günther Deschnerr2821: Adding "Windows x64" as architecture string...
2003-09-29 Tim PotterMerge from 3.0:
2003-09-25 Jeremy AllisonFix for #480. Change the interface for init_unistr2...
2003-03-05 Jeremy AllisonMore const fixes.
2003-03-05 Jeremy AllisonMore const fixes.
2003-02-25 Gerald CarterProgress on CR 601
2003-02-25 Gerald CarterProgress on CR 601
2003-01-17 Andrew Tridgellreverted this patch till I sort out the craziness with...
2003-01-17 Andrew TridgellThis removes the 3rd argument from init_unistr2()....
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-30 Gerald Carterfix up print portion of registry. Merge from APP_HEAD.
2002-08-22 Gerald Carterfix registry editor API for printing backend after...
2002-08-22 Tim PotterFix compile warnings.
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-16 Gerald CarterFairly large change to printing code.
2002-07-29 Gerald Carterhardcode printprocessor name since it is everywhere...
2002-07-24 Gerald Carterdone! printer_info_2, devicemode, sec_desc, & printer...
2002-07-24 Gerald Carterseveral changes in this checkin
2002-07-23 Gerald Carter* fix to display correct form information in REG_BINARY...
2002-07-20 Gerald Carteranother intermediate checkin on the way to enumerating...
2002-07-20 Gerald Carterenumeration of printers keys ( no data yet ) via the...
2002-07-19 Gerald Carter* refactored registry operations some. subkey lists and
2002-07-19 Jeremy AllisonFormatting fixup. Fix shadow warning.
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.