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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r11579: syncing up perf counter code cfrom trunk
Gerald Carter
2007-10-10
2
-41
/
+174
*
r11227: patch from brian moran to fix typo in eventlog message file registry ...
Gerald Carter
2007-10-10
1
-3
/
+3
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
2
-3
/
+3
*
r11136: patches from Brian Moran for eventlogadm utility
Gerald Carter
2007-10-10
2
-24
/
+19
*
r11123: * patches from Brian Moran for creating new eventlog
Gerald Carter
2007-10-10
2
-10
/
+198
*
r11073: safety checks on pointers to prevent crashing when converting REG_MUL...
Gerald Carter
2007-10-10
1
-1
/
+7
*
r11072: add routines for converting REG_MULTI_SZ to and from char**
Gerald Carter
2007-10-10
1
-0
/
+104
*
r10819: merging a couple of fixes from trunk
Gerald Carter
2007-10-10
2
-6
/
+82
*
r10781: merging eventlog and svcctl code from trunk
Gerald Carter
2007-10-10
2
-160
/
+121
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
9
-297
/
+1648
*
r10012: fix build breakage caused by forgotten commit in local tree
Gerald Carter
2007-10-10
1
-1
/
+1
*
r9965: Fix some typo's
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r9914: key ordering in hash list is case insensitive
Gerald Carter
2007-10-10
1
-1
/
+1
*
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
4
-128
/
+116
*
r9657: fix final issue with regf sk_records; profiles now successfully rewrites
Gerald Carter
2007-10-10
1
-6
/
+12
*
r9656: fix bug in sk record list with next offsets
Gerald Carter
2007-10-10
1
-2
/
+2
*
r9486: ensure that the registry hash records are sorted by original subkey na...
Gerald Carter
2007-10-10
1
-3
/
+4
*
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
*
r9086: * fix invalid read in parse_spoolss when writing a devmode to
Gerald Carter
2007-10-10
1
-1
/
+6
*
r8607: BUG 2900 more compiler warnings
Gerald Carter
2007-10-10
1
-9
/
+10
*
r8606: BUG 2899: fix compiler warning in regfio routine
Gerald Carter
2007-10-10
1
-1
/
+1
*
r8604: BUG 2890: fix unitialized variable reported by Jason Mader <jason@ncac...
Gerald Carter
2007-10-10
1
-0
/
+1
*
r8501: * disable printer handle object cache (was mostly used
Gerald Carter
2007-10-10
1
-2
/
+2
*
r8327: * don't use unitialized variables
Gerald Carter
2007-10-10
1
-3
/
+2
*
r8325: * punt....don't normalize the printer name in the RegCreateKey().
Gerald Carter
2007-10-10
1
-3
/
+1
*
r8324: * initial cut at creating printers via the registry API
Gerald Carter
2007-10-10
1
-5
/
+40
*
r8323: * convert RegSetValue() calls immediately beneath the printer
Gerald Carter
2007-10-10
1
-9
/
+23
*
r8322: * get RegSetValue() working for printer subkey values
Gerald Carter
2007-10-10
1
-3
/
+169
*
r8152: * remove commented out structure
Gerald Carter
2007-10-10
1
-2
/
+2
*
r8089: successfully delete printer subkeys via the registry....now for values
Gerald Carter
2007-10-10
1
-1
/
+19
*
r8066: * had to modify the printer data storage slightly in ntprinters.tdb
Gerald Carter
2007-10-10
1
-19
/
+60
*
r8064: * add the REG_XXX error codes to the pretty error messages
Gerald Carter
2007-10-10
2
-41
/
+72
*
r8061: * mostly cleanup and refactoring for better readability
Gerald Carter
2007-10-10
2
-313
/
+304
*
r8027: driver information is now back via winreg
Gerald Carter
2007-10-10
1
-2
/
+7
*
r8026: * more fixes to the printing registry interface
Gerald Carter
2007-10-10
2
-313
/
+200
*
r8022: * implement default actions rather than having to define functions
Gerald Carter
2007-10-10
1
-398
/
+338
*
r8008: * start adding logic for restricting subkey paths
Gerald Carter
2007-10-10
1
-69
/
+56
*
r8007: * cleanup unused structure from reg_objects.h
Gerald Carter
2007-10-10
3
-166
/
+359
*
r7997: Pointers don't kill people, people with pointers kill people...
Gerald Carter
2007-10-10
1
-5
/
+1
*
r7995: * privileges are local except when they're *not*
Gerald Carter
2007-10-10
4
-41
/
+41
*
r7938: * move the hardcoded registry value names from _reg_query_value()
Gerald Carter
2007-10-10
4
-17
/
+181
*
r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
Gerald Carter
2007-10-10
6
-55
/
+213
*
r7890: * add Reg[SG]etKeySec() server stubs
Gerald Carter
2007-10-10
1
-29
/
+17
*
r7838: lie about the printer status when doing the queryvalue() registry call...
Gerald Carter
2007-10-10
1
-1
/
+5
*
r7698: * clean upserver frontend for RegDeleteKey()
Gerald Carter
2007-10-10
2
-24
/
+84
*
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
3
-10
/
+46
[next]