summaryrefslogtreecommitdiffstats
path: root/source/registry
Commit message (Expand)AuthorAgeFilesLines
* Fix broken regexp in cvsignore for *.po{,32} files.Tim Potter2003-04-141-2/+2
* Add the correct file :-( to ignore .po and .po32 files.Martin Pool2003-03-191-0/+2
* Remove this .po file from the repository. I meant to add a cvsignoreMartin Pool2003-03-191-0/+0
* Ignore .po and .po32 files.Martin Pool2003-03-191-0/+0
* More const fixes.Jeremy Allison2003-03-051-1/+1
* Progress on CR 601Gerald Carter2003-02-251-4/+3
* reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-16/+16
* This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-16/+16
* BIG patch...Andrew Bartlett2003-01-022-3/+3
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Add some constJim McDonough2002-12-051-3/+3
* Don't segfault when trying to delete a key when none exist.Jim McDonough2002-12-031-0/+2
* 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