index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
registry
/
reg_db.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r17333: Some C++ warnings
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r17047: Fix a typo and a possible NULL dereference
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r14247: Fix Coverity bug # 136
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-3
/
+2
*
r10819: merging a couple of fixes from trunk
Gerald Carter
2007-10-10
1
-3
/
+59
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-10
/
+2
*
r9895: fix typo in registry path
Gerald Carter
2007-10-10
1
-1
/
+1
*
r9894: Add new registry key expected by Windows XP clients.
Gerald Carter
2007-10-10
1
-9
/
+15
*
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
2007-10-10
1
-27
/
+51
*
r9278: Remove unused variable. Bugzilla #2983.
Tim Potter
2007-10-10
1
-2
/
+1
*
r9115: using #define for reg paths rather than typing the string
Gerald Carter
2007-10-10
1
-4
/
+10
*
r8501: * disable printer handle object cache (was mostly used
Gerald Carter
2007-10-10
1
-2
/
+2
*
r8152: * remove commented out structure
Gerald Carter
2007-10-10
1
-2
/
+2
*
r8064: * add the REG_XXX error codes to the pretty error messages
Gerald Carter
2007-10-10
1
-2
/
+7
*
r8061: * mostly cleanup and refactoring for better readability
Gerald Carter
2007-10-10
1
-1
/
+2
*
r8026: * more fixes to the printing registry interface
Gerald Carter
2007-10-10
1
-5
/
+5
*
r8007: * cleanup unused structure from reg_objects.h
Gerald Carter
2007-10-10
1
-34
/
+26
*
r7995: * privileges are local except when they're *not*
Gerald Carter
2007-10-10
1
-5
/
+9
*
r7938: * move the hardcoded registry value names from _reg_query_value()
Gerald Carter
2007-10-10
1
-14
/
+6
*
r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
Gerald Carter
2007-10-10
1
-18
/
+168
*
r7890: * add Reg[SG]etKeySec() server stubs
Gerald Carter
2007-10-10
1
-29
/
+17
*
r7698: * clean upserver frontend for RegDeleteKey()
Gerald Carter
2007-10-10
1
-11
/
+32
*
r7692: start versioning the registry.tdb file since it can be modified now
Gerald Carter
2007-10-10
1
-10
/
+16
*
r7691: * add .gdbinit to the svn:ignore files
Gerald Carter
2007-10-10
1
-4
/
+40
*
r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...
Gerald Carter
2007-10-10
1
-1
/
+2
*
r6942: * merging the registry changes back to the 3.0 tree
Gerald Carter
2007-10-10
1
-157
/
+96
*
r6680: event log patches from Marcin
Gerald Carter
2007-10-10
1
-10
/
+106
*
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
2007-10-10
1
-0
/
+7
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-2
/
+2
*
i guess i'm the only one this ever annyoed...
Gerald Carter
2003-07-10
1
-1
/
+1
*
Merge of case fixes from APPLIANCE_HEAD.
Tim Potter
2002-08-11
1
-5
/
+5
*
Back out idra's change (at his request) - the values in the tdb *should* be
Andrew Bartlett
2002-08-06
1
-1
/
+1
*
commented out strupper before key check against internal db, it's no good
Simo Sorce
2002-08-04
1
-1
/
+1
*
3 things:
Gerald Carter
2002-07-26
1
-1
/
+5
*
* fix return code so we don't let a client just open any key it wants
Gerald Carter
2002-07-24
1
-2
/
+2
*
several changes in this checkin
Gerald Carter
2002-07-24
1
-0
/
+9
*
enumeration of printers keys ( no data yet ) via the registry
Gerald Carter
2002-07-20
1
-4
/
+4
*
fixed seg fault in registry frontend caused by trying to
Gerald Carter
2002-07-19
1
-0
/
+6
*
* refactored registry operations some. subkey lists and
Gerald Carter
2002-07-19
1
-82
/
+63
*
virtual registry framework with initial printing hooks.
Gerald Carter
2002-07-18
1
-0
/
+311