r23779: Change from v2 or later to v3 or later.
[tprouty/samba.git] / source3 / registry / reg_frontend.c
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22135: Check in most of Michael Adam's net conf utilit...
2007-10-10 Volker Lendecker20626: Fix a memleak found by the IBM checker -- not...
2007-10-10 Volker Lendecker20210: registry_fetch_values is not needed anymore...
2007-10-10 Volker Lendecker20037: Reduce code size slightly by shuffling stuff...
2007-10-10 Volker Lendecker20020: Arglll... eventlogadm links against reg_db...
2007-10-10 Volker Lendecker20019: Replace one set of tricky code by calls to...
2007-10-10 Volker Lendecker20016: Add two utility functions for easy opening...
2007-10-10 Volker Lendecker20005: reg_open_path should become the replacement...
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Volker Lendecker19948: Fix a memleak
2007-10-10 Volker Lendecker19947: Change regkey_open_internal to take the parent...
2007-10-10 Volker Lendecker19912: Move the subkey cache to srv_winreg_nt.c
2007-10-10 Volker Lendecker19872: Move the value cache to srv_winreg_nt.c. Fix...
2007-10-10 Volker Lendecker19828: Add a helper function to pull *and* unparse...
2007-10-10 Volker Lendecker19780: Ok, regkey_open_internal needs a regkey_close_i...
2007-10-10 Volker Lendecker19779: Fail properly on talloc_strdup failure
2007-10-10 Volker Lendecker19778: Make regkey_open_internal take a talloc ctx
2007-10-10 Gerald Carterr11579: syncing up perf counter code cfrom trunk
2007-10-10 Gerald Carterr10819: merging a couple of fixes from trunk
2007-10-10 Gerald Carterr10781: merging eventlog and svcctl code from trunk
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_C...
2007-10-10 Gerald Carterr7995: * privileges are local except when they're ...
2007-10-10 Gerald Carterr7938: * move the hardcoded registry value names from...
2007-10-10 Gerald Carterr7908: * change REGISTRY_HOOK api to use const (fix...
2007-10-10 Gerald Carterr7691: * add .gdbinit to the svn:ignore files
2007-10-10 Gerald Carterr7664: add access check hooks to _reg_open_entry which...
2007-10-10 Gerald Carterr7648: adding REGISTRY_HOOK->reg_access_check() for...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
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 Carterbreak out REGISTRY_VALUE & REGVAL_CR objects into separ...
2002-08-22 Gerald Carterfix registry editor API for printing backend after...
2002-08-18 Gerald Carterfix GetPrinterDataEx() to work with registry subkeys...
2002-08-18 Gerald Carterfix to allow EnumPrinterKey() to enumerate multiple...
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-24 Gerald Carterdone! printer_info_2, devicemode, sec_desc, & printer...
2002-07-24 Gerald Carterseveral changes in this checkin
2002-07-23 Gerald Carter* changed structure of REG_R_ENUM_VALUE structure since...
2002-07-22 Gerald Carterfix seg fault due to memory allocation goof.
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-20 Gerald Carterfixed a logic error in the sorted_tree_find_child(...
2002-07-19 Gerald Carterfixed seg fault in registry frontend caused by trying to
2002-07-19 Tim PotterFixed a compiler warning.
2002-07-19 Gerald Carter* refactored registry operations some. subkey lists and
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.
2002-07-15 Gerald Cartersplitting off storage/retrieval routines for abstractin...