summaryrefslogtreecommitdiffstats
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-252-377/+78
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-09-251-0/+372
|\
| * fix up print portion of registry. Merge from APP_HEAD.Gerald Carter2002-08-301-23/+46
| * break out REGISTRY_VALUE & REGVAL_CR objects into separate file forGerald Carter2002-08-302-347/+372
| * fix registry editor API for printing backend after I changedGerald Carter2002-08-222-38/+68
| * Fix compile warnings.Tim Potter2002-08-221-4/+0
| * fix GetPrinterDataEx() to work with registry subkeys using a depth > 1Gerald Carter2002-08-181-1/+1
| * fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.Gerald Carter2002-08-181-2/+1
|/
* Fairly large change to printing code.Gerald Carter2002-08-162-4/+93
* Merge of case fixes from APPLIANCE_HEAD.Tim Potter2002-08-111-5/+5
* Back out idra's change (at his request) - the values in the tdb *should* beAndrew Bartlett2002-08-061-1/+1
* commented out strupper before key check against internal db, it's no goodSimo Sorce2002-08-041-1/+1
* hardcode printprocessor name since it is everywhere elseGerald Carter2002-07-291-1/+1
* 3 things:Gerald Carter2002-07-261-1/+5
* * fix return code so we don't let a client just open any key it wantsGerald Carter2002-07-241-2/+2
* done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter2002-07-242-23/+188
* several changes in this checkinGerald Carter2002-07-243-59/+346
* * fix to display correct form information in REG_BINARY informationGerald Carter2002-07-231-17/+19
* * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter2002-07-231-145/+260
* fix seg fault due to memory allocation goof.Gerald Carter2002-07-221-0/+8
* another intermediate checkin on the way to enumerating formsGerald Carter2002-07-202-23/+116
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-204-28/+59
* fixed a logic error in the sorted_tree_find_child() routineGerald Carter2002-07-202-1/+6
* fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-193-12/+21
* Fixed a compiler warning.Tim Potter2002-07-191-3/+3
* * refactored registry operations some. subkey lists andGerald Carter2002-07-194-170/+385
* Formatting fixup. Fix shadow warning.Jeremy Allison2002-07-191-6/+6
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-184-254/+709
* splitting off storage/retrieval routines for abstracting theGerald Carter2002-07-151-0/+334