summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_db.c
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-171/+52
* 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
* 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
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-7/+7
* 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
* r21219: Speed up the initial startup time of smbd on systems with loaded diskVolker Lendecke2007-10-101-3/+32
* r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke2007-10-101-79/+86
* r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke2007-10-101-86/+79
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-3/+89
* r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke2007-10-101-18/+52
* r19839: Fix the build, we are not there yet :-)Volker Lendecke2007-10-101-1/+0
* r19838: We have to delete the value record as well, otherwise the old values ...Volker Lendecke2007-10-101-0/+4
* r19837: Some reformatting (Jerry, I hope you do not mindVolker Lendecke2007-10-101-4/+9
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r17047: Fix a typo and a possible NULL dereferenceVolker Lendecke2007-10-101-2/+4
* r14247: Fix Coverity bug # 136Volker Lendecke2007-10-101-1/+3
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-3/+2
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-101-3/+59
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-10/+2
* r9895: fix typo in registry pathGerald Carter2007-10-101-1/+1
* r9894: Add new registry key expected by Windows XP clients.Gerald Carter2007-10-101-9/+15
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-27/+51
* r9278: Remove unused variable. Bugzilla #2983.Tim Potter2007-10-101-2/+1
* r9115: using #define for reg paths rather than typing the stringGerald Carter2007-10-101-4/+10
* r8501: * disable printer handle object cache (was mostly usedGerald Carter2007-10-101-2/+2
* r8152: * remove commented out structureGerald Carter2007-10-101-2/+2
* r8064: * add the REG_XXX error codes to the pretty error messagesGerald Carter2007-10-101-2/+7
* r8061: * mostly cleanup and refactoring for better readabilityGerald Carter2007-10-101-1/+2
* r8026: * more fixes to the printing registry interfaceGerald Carter2007-10-101-5/+5
* r8007: * cleanup unused structure from reg_objects.hGerald Carter2007-10-101-34/+26
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-5/+9
* r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter2007-10-101-14/+6
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-101-18/+168
* r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2007-10-101-29/+17
* r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter2007-10-101-11/+32
* r7692: start versioning the registry.tdb file since it can be modified nowGerald Carter2007-10-101-10/+16
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-4/+40
* r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter2007-10-101-1/+2
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-157/+96
* r6680: event log patches from MarcinGerald Carter2007-10-101-10/+106
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-0/+7
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2