Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22135: Check in most of Michael Adam's net conf utility. A good share of thi... | Volker Lendecke | 1 | -346/+0 |
2007-10-10 | r20626: Fix a memleak found by the IBM checker -- not on 3.0.24 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r20210: registry_fetch_values is not needed anymore, fix typo | Volker Lendecke | 1 | -57/+0 |
2007-10-10 | r20037: Reduce code size slightly by shuffling stuff around | Volker Lendecke | 1 | -62/+28 |
2007-10-10 | r20020: Arglll... eventlogadm links against reg_db but not the rest of the re... | Volker Lendecke | 1 | -27/+5 |
2007-10-10 | r20019: Replace one set of tricky code by calls to another set of tricky code: | Volker Lendecke | 1 | -5/+27 |
2007-10-10 | r20016: Add two utility functions for easy opening/creating registry keys | Volker Lendecke | 1 | -1/+95 |
2007-10-10 | r20005: reg_open_path should become the replacement for regkey_open_internal. | Volker Lendecke | 1 | -0/+58 |
2007-10-10 | r19991: Sorry for this 2000-liner... | Volker Lendecke | 1 | -33/+30 |
2007-10-10 | r19963: Add 'registry shares = yes' and registry key security descriptors. | Volker Lendecke | 1 | -53/+158 |
2007-10-10 | r19948: Fix a memleak | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r19947: Change regkey_open_internal to take the parent key and a talloc_ctx as | Volker Lendecke | 1 | -35/+49 |
2007-10-10 | r19912: Move the subkey cache to srv_winreg_nt.c | Volker Lendecke | 1 | -57/+0 |
2007-10-10 | r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ... | Volker Lendecke | 1 | -54/+0 |
2007-10-10 | r19828: Add a helper function to pull *and* unparse local registry values | Volker Lendecke | 1 | -0/+56 |
2007-10-10 | r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall... | Volker Lendecke | 1 | -3/+2 |
2007-10-10 | r19779: Fail properly on talloc_strdup failure | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r19778: Make regkey_open_internal take a talloc ctx | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r11579: syncing up perf counter code cfrom trunk | Gerald Carter | 1 | -0/+1 |
2007-10-10 | r10819: merging a couple of fixes from trunk | Gerald Carter | 1 | -3/+23 |
2007-10-10 | r10781: merging eventlog and svcctl code from trunk | Gerald Carter | 1 | -6/+2 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -3/+133 |
2007-10-10 | r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use | Gerald Carter | 1 | -23/+35 |
2007-10-10 | r7995: * privileges are local except when they're *not* | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r7938: * move the hardcoded registry value names from _reg_query_value() | Gerald Carter | 1 | -3/+12 |
2007-10-10 | r7908: * change REGISTRY_HOOK api to use const (fix compiler warning | Gerald Carter | 1 | -7/+4 |
2007-10-10 | r7691: * add .gdbinit to the svn:ignore files | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r7664: add access check hooks to _reg_open_entry which are passed off | Gerald Carter | 1 | -0/+24 |
2007-10-10 | r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R... | Gerald Carter | 1 | -8/+8 |
2007-10-10 | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 1 | -34/+8 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -1/+4 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -315/+0 |
2002-08-16 | Fairly large change to printing code. | Gerald Carter | 1 | -2/+89 |
2002-07-24 | done! printer_info_2, devicemode, sec_desc, & printer data all enumerate | Gerald Carter | 1 | -20/+13 |
2002-07-24 | several changes in this checkin | Gerald Carter | 1 | -57/+81 |
2002-07-23 | * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2 | Gerald Carter | 1 | -145/+260 |
2002-07-22 | fix seg fault due to memory allocation goof. | Gerald Carter | 1 | -0/+8 |
2002-07-20 | another intermediate checkin on the way to enumerating forms | Gerald Carter | 1 | -1/+52 |
2002-07-20 | enumeration of printers keys ( no data yet ) via the registry | Gerald Carter | 1 | -3/+7 |
2002-07-20 | fixed a logic error in the sorted_tree_find_child() routine | Gerald Carter | 1 | -1/+2 |
2002-07-19 | fixed seg fault in registry frontend caused by trying to | Gerald Carter | 1 | -9/+7 |
2002-07-19 | Fixed a compiler warning. | Tim Potter | 1 | -3/+3 |
2002-07-19 | * refactored registry operations some. subkey lists and | Gerald Carter | 1 | -26/+181 |
2002-07-18 | virtual registry framework with initial printing hooks. | Gerald Carter | 1 | -254/+59 |
2002-07-15 | splitting off storage/retrieval routines for abstracting the | Gerald Carter | 1 | -0/+334 |