summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* r20626: Fix a memleak found by the IBM checker -- not on 3.0.24Volker Lendecke2007-10-101-0/+1
* r20210: registry_fetch_values is not needed anymore, fix typoVolker Lendecke2007-10-101-57/+0
* r20037: Reduce code size slightly by shuffling stuff aroundVolker Lendecke2007-10-101-62/+28
* r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke2007-10-101-27/+5
* r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke2007-10-101-5/+27
* r20016: Add two utility functions for easy opening/creating registry keysVolker Lendecke2007-10-101-1/+95
* r20005: reg_open_path should become the replacement for regkey_open_internal.Volker Lendecke2007-10-101-0/+58
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-33/+30
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-53/+158
* r19948: Fix a memleakVolker Lendecke2007-10-101-1/+3
* r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke2007-10-101-35/+49
* r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke2007-10-101-57/+0
* r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ...Volker Lendecke2007-10-101-54/+0
* r19828: Add a helper function to pull *and* unparse local registry valuesVolker Lendecke2007-10-101-0/+56
* r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke2007-10-101-3/+2
* r19779: Fail properly on talloc_strdup failureVolker Lendecke2007-10-101-3/+5
* r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke2007-10-101-2/+3
* r11579: syncing up perf counter code cfrom trunkGerald Carter2007-10-101-0/+1
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-101-3/+23
* r10781: merging eventlog and svcctl code from trunkGerald Carter2007-10-101-6/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-3/+133
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-23/+35
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-0/+3
* r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter2007-10-101-3/+12
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-101-7/+4
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-2/+0
* r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter2007-10-101-0/+24
* r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter2007-10-101-8/+8
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-34/+8
* r6014: rather large change set....Gerald Carter2007-10-101-1/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-315/+0
* Fairly large change to printing code.Gerald Carter2002-08-161-2/+89
* done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter2002-07-241-20/+13
* several changes in this checkinGerald Carter2002-07-241-57/+81
* * 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-201-1/+52
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-201-3/+7
* fixed a logic error in the sorted_tree_find_child() routineGerald Carter2002-07-201-1/+2
* fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-191-9/+7
* Fixed a compiler warning.Tim Potter2002-07-191-3/+3
* * refactored registry operations some. subkey lists andGerald Carter2002-07-191-26/+181
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-254/+59
* splitting off storage/retrieval routines for abstracting theGerald Carter2002-07-151-0/+334