summaryrefslogtreecommitdiff
path: root/source3/registry/reg_frontend.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11579: syncing up perf counter code cfrom trunkGerald Carter1-0/+1
2007-10-10r10819: merging a couple of fixes from trunkGerald Carter1-3/+23
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter1-6/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-3/+133
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-23/+35
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter1-0/+3
2007-10-10r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter1-3/+12
2007-10-10r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter1-7/+4
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter1-2/+0
2007-10-10r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter1-0/+24
2007-10-10r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter1-8/+8
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-34/+8
2007-10-10r6014: rather large change set....Gerald Carter1-1/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-315/+0
2002-08-16Fairly large change to printing code.Gerald Carter1-2/+89
2002-07-24done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter1-20/+13
2002-07-24several changes in this checkinGerald Carter1-57/+81
2002-07-23* changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter1-145/+260
2002-07-22fix seg fault due to memory allocation goof.Gerald Carter1-0/+8
2002-07-20another intermediate checkin on the way to enumerating formsGerald Carter1-1/+52
2002-07-20enumeration of printers keys ( no data yet ) via the registryGerald Carter1-3/+7
2002-07-20fixed a logic error in the sorted_tree_find_child() routineGerald Carter1-1/+2
2002-07-19fixed seg fault in registry frontend caused by trying toGerald Carter1-9/+7
2002-07-19Fixed a compiler warning.Tim Potter1-3/+3
2002-07-19* refactored registry operations some. subkey lists andGerald Carter1-26/+181
2002-07-18virtual registry framework with initial printing hooks.Gerald Carter1-254/+59
2002-07-15splitting off storage/retrieval routines for abstracting theGerald Carter1-0/+334