summaryrefslogtreecommitdiffstats
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
* 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
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+2
* r20210: registry_fetch_values is not needed anymore, fix typoVolker Lendecke2007-10-102-58/+1
* r20209: Fix two memleaksVolker Lendecke2007-10-101-4/+7
* r20037: Reduce code size slightly by shuffling stuff aroundVolker Lendecke2007-10-102-116/+68
* r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke2007-10-102-106/+91
* r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke2007-10-102-91/+106
* r20018: Fix a memleak in reg_createkeyVolker Lendecke2007-10-101-2/+4
* r20016: Add two utility functions for easy opening/creating registry keysVolker Lendecke2007-10-101-1/+95
* r20005: reg_open_path should become the replacement for regkey_open_internal.Volker Lendecke2007-10-101-0/+58
* r20004: Remove a const, "name" is allocated anywayVolker Lendecke2007-10-101-2/+1
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-102-33/+541
* r19990: Fix commentVolker Lendecke2007-10-101-1/+1
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-105-58/+334
* r19948: Fix a memleakVolker Lendecke2007-10-101-1/+3
* r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke2007-10-101-35/+49
* r19913: Fix a const warningVolker Lendecke2007-10-101-1/+1
* r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke2007-10-101-57/+0
* r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ...Volker Lendecke2007-10-101-54/+0
* r19858: Fix a memleak, add a constVolker Lendecke2007-10-101-1/+2