Age | Commit message (Expand) | Author | Files | Lines |
2008-01-20 | In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb. | Michael Adam | 1 | -0/+7 |
2008-01-20 | Fix registering Registry backends in reghook_cache_add(). | Michael Adam | 1 | -1/+1 |
2008-01-20 | Use constant KEY_NETLOGON_PARAMS instead of literal key. | Michael Adam | 1 | -1/+1 |
2008-01-20 | Volker is right: why keep commented out migrated dynamic reg overlays around?... | Michael Adam | 1 | -21/+0 |
2008-01-20 | Use c99 struct initializers for REGISTRY_OPS in reg_shares.c | Michael Adam | 1 | -5/+4 |
2008-01-20 | Use c99 struct initializers for REGISTRY_OPS in reg_printing.c | Michael Adam | 1 | -5/+4 |
2008-01-20 | Use c99 struct initializers for REGISTRY_OPS in reg_smbconf.c. | Michael Adam | 1 | -9/+7 |
2008-01-18 | Use C99 structure initializers for netlogon_params_reg_ops. | Michael Adam | 1 | -9/+1 |
2008-01-18 | Add a registry backend netlogon_params that replaces the former dynamic overlay. | Michael Adam | 3 | -0/+64 |
2008-01-18 | Fix typo in debug message. | Michael Adam | 1 | -1/+1 |
2008-01-17 | Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c. | Michael Adam | 1 | -1/+11 |
2008-01-17 | Add my (C) to reg_api.c - Michael | Michael Adam | 1 | -0/+1 |
2008-01-17 | Add a comment header comparing winreg.idl and reg_api.c. | Michael Adam | 1 | -0/+42 |
2008-01-17 | Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity(). | Michael Adam | 1 | -0/+11 |
2008-01-17 | Comment out unused reg_create_path() and reg_delete_path(). | Michael Adam | 1 | -1/+5 |
2008-01-17 | Move reg_create_path() and reg_delete_path() to reg_api.c | Michael Adam | 2 | -95/+95 |
2008-01-17 | Add some sectioning comments to reg_api.c | Michael Adam | 1 | -0/+15 |
2008-01-17 | Make utility function reg_deletekey_recursive_internal() static. | Michael Adam | 1 | -4/+4 |
2008-01-17 | Use the proper boolean constants in reg_frontend_hilvl.c | Michael Adam | 1 | -6/+6 |
2008-01-17 | Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c. | Michael Adam | 1 | -21/+19 |
2008-01-15 | Use the proper boolean functions. | Michael Adam | 1 | -3/+3 |
2008-01-15 | Remove some trailing spaces. | Michael Adam | 1 | -10/+9 |
2008-01-14 | Add detection for need of update to the registry db. | Michael Adam | 6 | -6/+68 |
2008-01-04 | Fix a DEBUG statement. | Michael Adam | 1 | -1/+1 |
2008-01-04 | Use the proper boolean constants. | Michael Adam | 1 | -9/+9 |
2008-01-04 | Fix crash bug in regdb_close() when called with no ref count. | Günther Deschner | 1 | -0/+4 |
2008-01-03 | Return existsing cache_tree if it has already been initialized. | Michael Adam | 1 | -4/+6 |
2007-12-31 | Fix a permissions error in reg_deletekey_recursive(). | Michael Adam | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 2 | -3/+4 |
2007-12-16 | Cut down memory usage of registry initialization | Volker Lendecke | 2 | -28/+39 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -6/+13 |
2007-11-30 | Fix _reg_perfcount_get_instance_info() | Günther Deschner | 1 | -1/+1 |
2007-11-27 | Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c | Jeremy Allison | 1 | -1/+1 |
2007-11-27 | Unless talloc has some new magic there is a ctx missing here. | Günther Deschner | 1 | -4/+4 |
2007-11-26 | Remove pstrings from nsswitch/ and registry/ | Jeremy Allison | 8 | -550/+704 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -5/+8 |
2007-11-06 | When deleting a key from the registry make sure the non-default | Günther Deschner | 4 | -14/+32 |
2007-11-01 | Patch 2 of 3 from Debian Samba packagers: | Gerald (Jerry) Carter | 2 | -7/+7 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 14 | -80/+80 |
2007-10-15 | Correctly free memory in regfio paths | Alexander Bokovoy | 1 | -0/+4 |
2007-10-11 | Remove bogus comment | Volker Lendecke | 1 | -5/+0 |
2007-10-10 | r25534: Apply some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25528: Only do transactions on registry.tdb if anything changes | Volker Lendecke | 1 | -4/+48 |
2007-10-10 | r25417: Use DBGC_REGISTRY class. | Günther Deschner | 14 | -10/+20 |
2007-10-10 | r25370: Allow to delete registry keys recursively without deleting the final ... | Günther Deschner | 1 | -10/+31 |
2007-10-10 | r25362: Add "NT Authority\System" with Full Access to the default registry se... | Günther Deschner | 1 | -2/+7 |
2007-10-10 | r25162: Refactor further: add mapping functions between | Michael Adam | 1 | -13/+44 |
2007-10-10 | r25160: Refactor out and slightly clean up canonicalization of the registry v... | Michael Adam | 1 | -91/+97 |
2007-10-10 | r25140: Less red bars to hurt my eyes... | Michael Adam | 1 | -47/+51 |
2007-10-10 | r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad... | Michael Adam | 1 | -37/+2 |