index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
registry
/
reg_db.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure all
Jeremy Allison
1
-5
/
+5
2007-10-10
r23509: This activates the global options from the registry in loadparm.
Michael Adam
1
-7
/
+2
2007-10-10
r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.c
Michael Adam
1
-7
/
+0
2007-10-10
r23504: Use tdb_wrap_open (instead of usual tdb_open) in reg_db.
Michael Adam
1
-27
/
+22
2007-10-10
r23468: Open registry.tdb with sequence number.
Michael Adam
1
-3
/
+15
2007-10-10
r23460: Re-add whitespace to reduce diff between branches.
Michael Adam
1
-1
/
+1
2007-10-10
r23459: Remove one superfluous cast.
Michael Adam
1
-1
/
+1
2007-10-10
r23458: Cosmetic fix in debug output.
Michael Adam
1
-1
/
+1
2007-10-10
r23379: Whitespace cosmetics, to reduce irritating diffs...
Michael Adam
1
-1
/
+1
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r21978: make use of tdb_*_bystring()
Stefan Metzmacher
1
-4
/
+2
2007-10-10
r21977: little cosmetic change to remove a local var that's not really needed
Stefan Metzmacher
1
-4
/
+2
2007-10-10
r21219: Speed up the initial startup time of smbd on systems with loaded disk
Volker Lendecke
1
-3
/
+32
2007-10-10
r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...
Volker Lendecke
1
-79
/
+86
2007-10-10
r20019: Replace one set of tricky code by calls to another set of tricky code:
Volker Lendecke
1
-86
/
+79
2007-10-10
r19963: Add 'registry shares = yes' and registry key security descriptors.
Volker Lendecke
1
-3
/
+89
2007-10-10
r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactions
Volker Lendecke
1
-18
/
+52
2007-10-10
r19839: Fix the build, we are not there yet :-)
Volker Lendecke
1
-1
/
+0
2007-10-10
r19838: We have to delete the value record as well, otherwise the old values ...
Volker Lendecke
1
-0
/
+4
2007-10-10
r19837: Some reformatting (Jerry, I hope you do not mind
Volker Lendecke
1
-4
/
+9
2007-10-10
r17333: Some C++ warnings
Volker Lendecke
1
-2
/
+2
2007-10-10
r17047: Fix a typo and a possible NULL dereference
Volker Lendecke
1
-2
/
+4
2007-10-10
r14247: Fix Coverity bug # 136
Volker Lendecke
1
-1
/
+3
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-3
/
+2
2007-10-10
r10819: merging a couple of fixes from trunk
Gerald Carter
1
-3
/
+59
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-10
/
+2
2007-10-10
r9895: fix typo in registry path
Gerald Carter
1
-1
/
+1
2007-10-10
r9894: Add new registry key expected by Windows XP clients.
Gerald Carter
1
-9
/
+15
2007-10-10
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
1
-27
/
+51
2007-10-10
r9278: Remove unused variable. Bugzilla #2983.
Tim Potter
1
-2
/
+1
2007-10-10
r9115: using #define for reg paths rather than typing the string
Gerald Carter
1
-4
/
+10
2007-10-10
r8501: * disable printer handle object cache (was mostly used
Gerald Carter
1
-2
/
+2
2007-10-10
r8152: * remove commented out structure
Gerald Carter
1
-2
/
+2
2007-10-10
r8064: * add the REG_XXX error codes to the pretty error messages
Gerald Carter
1
-2
/
+7
2007-10-10
r8061: * mostly cleanup and refactoring for better readability
Gerald Carter
1
-1
/
+2
2007-10-10
r8026: * more fixes to the printing registry interface
Gerald Carter
1
-5
/
+5
2007-10-10
r8007: * cleanup unused structure from reg_objects.h
Gerald Carter
1
-34
/
+26
2007-10-10
r7995: * privileges are local except when they're *not*
Gerald Carter
1
-5
/
+9
2007-10-10
r7938: * move the hardcoded registry value names from _reg_query_value()
Gerald Carter
1
-14
/
+6
2007-10-10
r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
Gerald Carter
1
-18
/
+168
2007-10-10
r7890: * add Reg[SG]etKeySec() server stubs
Gerald Carter
1
-29
/
+17
2007-10-10
r7698: * clean upserver frontend for RegDeleteKey()
Gerald Carter
1
-11
/
+32
2007-10-10
r7692: start versioning the registry.tdb file since it can be modified now
Gerald Carter
1
-10
/
+16
2007-10-10
r7691: * add .gdbinit to the svn:ignore files
Gerald Carter
1
-4
/
+40
2007-10-10
r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...
Gerald Carter
1
-1
/
+2
2007-10-10
r6942: * merging the registry changes back to the 3.0 tree
Gerald Carter
1
-157
/
+96
2007-10-10
r6680: event log patches from Marcin
Gerald Carter
1
-10
/
+106
2007-10-10
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
1
-0
/
+7
[next]