summaryrefslogtreecommitdiffstats
path: root/source/registry
Commit message (Expand)AuthorAgeFilesLines
* Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2008-01-171-1/+11
* Add my (C) to reg_api.c - MichaelMichael Adam2008-01-171-0/+1
* Add a comment header comparing winreg.idl and reg_api.c.Michael Adam2008-01-171-0/+42
* Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().Michael Adam2008-01-171-0/+11
* Comment out unused reg_create_path() and reg_delete_path().Michael Adam2008-01-171-1/+5
* Move reg_create_path() and reg_delete_path() to reg_api.cMichael Adam2008-01-172-95/+95
* Add some sectioning comments to reg_api.cMichael Adam2008-01-171-0/+15
* Make utility function reg_deletekey_recursive_internal() static.Michael Adam2008-01-171-4/+4
* Use the proper boolean constants in reg_frontend_hilvl.cMichael Adam2008-01-171-6/+6
* Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.Michael Adam2008-01-171-21/+19
* Use the proper boolean functions.Michael Adam2008-01-151-3/+3
* Remove some trailing spaces.Michael Adam2008-01-151-10/+9
* Add detection for need of update to the registry db.Michael Adam2008-01-146-6/+68
* Fix a DEBUG statement.Michael Adam2008-01-041-1/+1
* Use the proper boolean constants.Michael Adam2008-01-041-9/+9
* Fix crash bug in regdb_close() when called with no ref count.Günther Deschner2008-01-041-0/+4
* Return existsing cache_tree if it has already been initialized.Michael Adam2008-01-031-4/+6
* Fix a permissions error in reg_deletekey_recursive().Michael Adam2007-12-311-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-292-3/+4
* Cut down memory usage of registry initializationVolker Lendecke2007-12-162-28/+39
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-6/+13
* Fix _reg_perfcount_get_instance_info()Günther Deschner2007-11-301-1/+1
* Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison2007-11-271-1/+1
* Unless talloc has some new magic there is a ctx missing here.Günther Deschner2007-11-271-4/+4
* Remove pstrings from nsswitch/ and registry/Jeremy Allison2007-11-268-550/+704
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-5/+8
* When deleting a key from the registry make sure the non-defaultGünther Deschner2007-11-064-14/+32
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-012-7/+7
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1814-80/+80
* Correctly free memory in regfio pathsAlexander Bokovoy2007-10-151-0/+4
* Remove bogus commentVolker Lendecke2007-10-111-5/+0
* r25534: Apply some constVolker Lendecke2007-10-101-1/+1
* r25528: Only do transactions on registry.tdb if anything changesVolker Lendecke2007-10-101-4/+48
* r25417: Use DBGC_REGISTRY class.Günther Deschner2007-10-1014-10/+20
* r25370: Allow to delete registry keys recursively without deleting the final ...Günther Deschner2007-10-101-10/+31
* r25362: Add "NT Authority\System" with Full Access to the default registry se...Günther Deschner2007-10-101-2/+7
* r25162: Refactor further: add mapping functions betweenMichael Adam2007-10-101-13/+44
* r25160: Refactor out and slightly clean up canonicalization of the registry v...Michael Adam2007-10-101-91/+97
* r25140: Less red bars to hurt my eyes...Michael Adam2007-10-101-47/+51
* r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad...Michael Adam2007-10-101-37/+2
* r25002: Refactor out code duplication created by the previousMichael Adam2007-10-101-18/+9
* r24999: Use the new regval_compose() function in regval_ctr_addvalue().Michael Adam2007-10-101-18/+3
* r24998: Add a function regval_compose() to compose a REGISTRY_VALUE fromMichael Adam2007-10-102-4/+42
* r24996: Eliminate more trailing spaces...Michael Adam2007-10-101-5/+5
* r24970: Polish some comments and add my (C).Michael Adam2007-10-101-10/+3
* r24949: Remove some static buffersVolker Lendecke2007-10-103-6/+6
* r24632: Fix build warnings.Günther Deschner2007-10-101-2/+2
* r24630: Store Samba configuratin options only under the default name, not as ...Michael Adam2007-10-101-3/+152
* r24418: Adding reg_deleteallvalues().Günther Deschner2007-10-101-0/+24
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-1014-28/+14