summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15104: Implement Samba4's tdb_name().Volker Lendecke1-1/+1
2007-10-10r14768: Fix potential null deref coverity bugs #255, #256.Jeremy Allison1-17/+25
2007-10-10r14766: Fix possible NULL deref. Coverity #254.Jeremy Allison1-8/+9
2007-10-10r14247: Fix Coverity bug # 136Volker Lendecke1-1/+3
2007-10-10r13978: Here is why it's essential to use SAFE_FREE instead of free.Jeremy Allison1-6/+6
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison3-40/+20
2007-10-10r12002: patch from marcin to allow for the creation of a File value in the ev...Gerald Carter1-0/+8
2007-10-10r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...Gerald Carter1-1/+10
2007-10-10r11579: syncing up perf counter code cfrom trunkGerald Carter2-41/+174
2007-10-10r11227: patch from brian moran to fix typo in eventlog message file registry ...Gerald Carter1-3/+3
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2-3/+3
2007-10-10r11136: patches from Brian Moran for eventlogadm utilityGerald Carter2-24/+19
2007-10-10r11123: * patches from Brian Moran for creating new eventlogGerald Carter2-10/+198
2007-10-10r11073: safety checks on pointers to prevent crashing when converting REG_MUL...Gerald Carter1-1/+7
2007-10-10r11072: add routines for converting REG_MULTI_SZ to and from char**Gerald Carter1-0/+104
2007-10-10r10819: merging a couple of fixes from trunkGerald Carter2-6/+82
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter2-160/+121
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter9-297/+1648
2007-10-10r10012: fix build breakage caused by forgotten commit in local treeGerald Carter1-1/+1
2007-10-10r9965: Fix some typo'sJelmer Vernooij1-4/+4
2007-10-10r9914: key ordering in hash list is case insensitiveGerald Carter1-1/+1
2007-10-10r9895: fix typo in registry pathGerald Carter1-1/+1
2007-10-10r9894: Add new registry key expected by Windows XP clients.Gerald Carter1-9/+15
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter4-128/+116
2007-10-10r9657: fix final issue with regf sk_records; profiles now successfully rewritesGerald Carter1-6/+12
2007-10-10r9656: fix bug in sk record list with next offsetsGerald Carter1-2/+2
2007-10-10r9486: ensure that the registry hash records are sorted by original subkey na...Gerald Carter1-3/+4
2007-10-10r9278: Remove unused variable. Bugzilla #2983.Tim Potter1-2/+1
2007-10-10r9115: using #define for reg paths rather than typing the stringGerald Carter1-4/+10
2007-10-10r9086: * fix invalid read in parse_spoolss when writing a devmode toGerald Carter1-1/+6
2007-10-10r8607: BUG 2900 more compiler warningsGerald Carter1-9/+10
2007-10-10r8606: BUG 2899: fix compiler warning in regfio routineGerald Carter1-1/+1
2007-10-10r8604: BUG 2890: fix unitialized variable reported by Jason Mader <jason@ncac...Gerald Carter1-0/+1
2007-10-10r8501: * disable printer handle object cache (was mostly usedGerald Carter1-2/+2
2007-10-10r8327: * don't use unitialized variablesGerald Carter1-3/+2
2007-10-10r8325: * punt....don't normalize the printer name in the RegCreateKey().Gerald Carter1-3/+1
2007-10-10r8324: * initial cut at creating printers via the registry APIGerald Carter1-5/+40
2007-10-10r8323: * convert RegSetValue() calls immediately beneath the printerGerald Carter1-9/+23
2007-10-10r8322: * get RegSetValue() working for printer subkey valuesGerald Carter1-3/+169
2007-10-10r8152: * remove commented out structureGerald Carter1-2/+2
2007-10-10r8089: successfully delete printer subkeys via the registry....now for valuesGerald Carter1-1/+19
2007-10-10r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter1-19/+60
2007-10-10r8064: * add the REG_XXX error codes to the pretty error messagesGerald Carter2-41/+72
2007-10-10r8061: * mostly cleanup and refactoring for better readabilityGerald Carter2-313/+304
2007-10-10r8027: driver information is now back via winregGerald Carter1-2/+7
2007-10-10r8026: * more fixes to the printing registry interfaceGerald Carter2-313/+200
2007-10-10r8022: * implement default actions rather than having to define functionsGerald Carter1-398/+338
2007-10-10r8008: * start adding logic for restricting subkey pathsGerald Carter1-69/+56
2007-10-10r8007: * cleanup unused structure from reg_objects.hGerald Carter3-166/+359
2007-10-10r7997: Pointers don't kill people, people with pointers kill people...Gerald Carter1-5/+1