summaryrefslogtreecommitdiffstats
path: root/source/registry
Commit message (Expand)AuthorAgeFilesLines
* 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
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1014-14/+14
* r23667: Prevent storing of forbidden parameter names in registryMichael Adam2007-10-101-0/+13
* r23591: Fix bug #4725. Don't crash when no eventlogs specified. NeedsJeremy Allison2007-10-101-0/+4
* r23584: Use a while loop instead of a for loop without increment... :-)Michael Adam2007-10-101-9/+2
* r23583: Add a utility function to recursively delete a RegistryMichael Adam2007-10-101-0/+56
* r23581: Move regkey_open_onelevel from reg_frontend to reg_api,Michael Adam2007-10-102-117/+110
* r23578: When calling DeleteKey for a key that has subkey(s), WindowsMichael Adam2007-10-101-4/+17
* r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure allJeremy Allison2007-10-101-5/+5
* r23509: This activates the global options from the registry in loadparm.Michael Adam2007-10-101-7/+2
* r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.cMichael Adam2007-10-101-7/+0
* r23504: Use tdb_wrap_open (instead of usual tdb_open) in reg_db.Michael Adam2007-10-101-27/+22
* r23468: Open registry.tdb with sequence number.Michael Adam2007-10-101-3/+15
* r23465: There was this diff between reg_printing in 3_0 and 3_0_26:Michael Adam2007-10-101-1/+4
* r23460: Re-add whitespace to reduce diff between branches.Michael Adam2007-10-101-1/+1
* r23459: Remove one superfluous cast.Michael Adam2007-10-101-1/+1
* r23458: Cosmetic fix in debug output.Michael Adam2007-10-101-1/+1
* r23379: Whitespace cosmetics, to reduce irritating diffs...Michael Adam2007-10-101-1/+1
* r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison2007-10-101-2/+6
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-2/+6
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-2/+6
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-4/+20
* r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead ofMichael Adam2007-10-101-1/+1
* r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke2007-10-103-346/+375
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-102-8/+8
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-2/+2
* r21979: make use of string_tdb_data()Stefan Metzmacher2007-10-101-6/+3
* r21978: make use of tdb_*_bystring()Stefan Metzmacher2007-10-101-4/+2
* r21977: little cosmetic change to remove a local var that's not really neededStefan Metzmacher2007-10-101-4/+2
* r21225: Couple of fixes from Martin Zielinski mz@seh.de,Jeremy Allison2007-10-101-1/+1
* r21219: Speed up the initial startup time of smbd on systems with loaded diskVolker Lendecke2007-10-101-3/+32
* r20626: Fix a memleak found by the IBM checker -- not on 3.0.24Volker Lendecke2007-10-101-0/+1