r8324: * initial cut at creating printers via the registry API
[ira/wip.git] / source / registry / reg_printing.c
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.