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
*
r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...
Volker Lendecke
2007-10-10
1
-3
/
+2
*
r19779: Fail properly on talloc_strdup failure
Volker Lendecke
2007-10-10
1
-3
/
+5
*
r19778: Make regkey_open_internal take a talloc ctx
Volker Lendecke
2007-10-10
1
-2
/
+3
*
r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b...
Volker Lendecke
2007-10-10
1
-20
/
+22
*
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()
Stefan Metzmacher
2007-10-10
1
-2
/
+1
*
r17878: Fix possible null deref found by Stanford checker.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r17867: Fix null deref in error code path. Found by the
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r17333: Some C++ warnings
Volker Lendecke
2007-10-10
6
-14
/
+19
*
r17047: Fix a typo and a possible NULL dereference
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-3
/
+1
*
r16650: Fix bug #3890 reported by jason@ncac.gwu.edu.
Jeremy Allison
2007-10-10
1
-3
/
+7
*
r16636: Fix bug #3884 reported by jason@ncac.gwu.edu
Jeremy Allison
2007-10-10
1
-18
/
+9
*
r16634: Fix bug #3883 reported by jason@ncac.gwu.edu.
Jeremy Allison
2007-10-10
1
-2
/
+1
*
r16603: Klockwork #2028. Fix null deref on error path.
Jeremy Allison
2007-10-10
1
-12
/
+38
*
r16490: Fix a memleak and two typos
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r16424: Fix possible null deref and a memory leak found by
Jeremy Allison
2007-10-10
1
-1
/
+5
*
r16409: Fix Klocwork ID's.
Volker Lendecke
2007-10-10
2
-8
/
+39
*
r15104: Implement Samba4's tdb_name().
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r14768: Fix potential null deref coverity bugs #255, #256.
Jeremy Allison
2007-10-10
1
-17
/
+25
*
r14766: Fix possible NULL deref. Coverity #254.
Jeremy Allison
2007-10-10
1
-8
/
+9
*
r14247: Fix Coverity bug # 136
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r13978: Here is why it's essential to use SAFE_FREE instead of free.
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
3
-40
/
+20
*
r12002: patch from marcin to allow for the creation of a File value in the ev...
Gerald Carter
2007-10-10
1
-0
/
+8
*
r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...
Gerald Carter
2007-10-10
1
-1
/
+10
*
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
[next]