summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24632: Fix build warnings.Günther Deschner1-2/+2
2007-10-10r24630: Store Samba configuratin options only under the default name, not as ...Michael Adam1-3/+152
2007-10-10r24418: Adding reg_deleteallvalues().Günther Deschner1-0/+24
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell14-28/+14
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison14-14/+14
2007-10-10r23667: Prevent storing of forbidden parameter names in registryMichael Adam1-0/+13
2007-10-10r23591: Fix bug #4725. Don't crash when no eventlogs specified. NeedsJeremy Allison1-0/+4
2007-10-10r23584: Use a while loop instead of a for loop without increment... :-)Michael Adam1-9/+2
2007-10-10r23583: Add a utility function to recursively delete a RegistryMichael Adam1-0/+56
2007-10-10r23581: Move regkey_open_onelevel from reg_frontend to reg_api,Michael Adam2-117/+110
2007-10-10r23578: When calling DeleteKey for a key that has subkey(s), WindowsMichael Adam1-4/+17
2007-10-10r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure allJeremy Allison1-5/+5
2007-10-10r23509: This activates the global options from the registry in loadparm.Michael Adam1-7/+2
2007-10-10r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.cMichael Adam1-7/+0
2007-10-10r23504: Use tdb_wrap_open (instead of usual tdb_open) in reg_db.Michael Adam1-27/+22
2007-10-10r23468: Open registry.tdb with sequence number.Michael Adam1-3/+15
2007-10-10r23465: There was this diff between reg_printing in 3_0 and 3_0_26:Michael Adam1-1/+4
2007-10-10r23460: Re-add whitespace to reduce diff between branches.Michael Adam1-1/+1
2007-10-10r23459: Remove one superfluous cast.Michael Adam1-1/+1
2007-10-10r23458: Cosmetic fix in debug output.Michael Adam1-1/+1
2007-10-10r23379: Whitespace cosmetics, to reduce irritating diffs...Michael Adam1-1/+1
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison1-2/+6
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-2/+6
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-2/+6
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-4/+20
2007-10-10r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead ofMichael Adam1-1/+1
2007-10-10r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke3-346/+375
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2-8/+8
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-2/+2
2007-10-10r21979: make use of string_tdb_data()Stefan Metzmacher1-6/+3
2007-10-10r21978: make use of tdb_*_bystring()Stefan Metzmacher1-4/+2
2007-10-10r21977: little cosmetic change to remove a local var that's not really neededStefan Metzmacher1-4/+2
2007-10-10r21225: Couple of fixes from Martin Zielinski mz@seh.de,Jeremy Allison1-1/+1
2007-10-10r21219: Speed up the initial startup time of smbd on systems with loaded diskVolker Lendecke1-3/+32
2007-10-10r20626: Fix a memleak found by the IBM checker -- not on 3.0.24Volker Lendecke1-0/+1
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-0/+2
2007-10-10r20210: registry_fetch_values is not needed anymore, fix typoVolker Lendecke2-58/+1
2007-10-10r20209: Fix two memleaksVolker Lendecke1-4/+7
2007-10-10r20037: Reduce code size slightly by shuffling stuff aroundVolker Lendecke2-116/+68
2007-10-10r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke2-106/+91
2007-10-10r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke2-91/+106
2007-10-10r20018: Fix a memleak in reg_createkeyVolker Lendecke1-2/+4
2007-10-10r20016: Add two utility functions for easy opening/creating registry keysVolker Lendecke1-1/+95
2007-10-10r20005: reg_open_path should become the replacement for regkey_open_internal.Volker Lendecke1-0/+58
2007-10-10r20004: Remove a const, "name" is allocated anywayVolker Lendecke1-2/+1
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke2-33/+541
2007-10-10r19990: Fix commentVolker Lendecke1-1/+1
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke5-58/+334
2007-10-10r19948: Fix a memleakVolker Lendecke1-1/+3
2007-10-10r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke1-35/+49