summaryrefslogtreecommitdiffstats
path: root/source/registry
Commit message (Expand)AuthorAgeFilesLines
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-287-45/+73
* r17911: Mgeres from SAMBA_3_0_23:Gerald Carter2006-08-291-0/+5
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-294-17/+47
* r16438: sync up to r16433Gerald Carter2006-06-211-1/+5
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-202-8/+39
* r15104: Implement Samba4's tdb_name().Volker Lendecke2006-04-171-1/+1
* r14768: Fix potential null deref coverity bugs #255, #256.Jeremy Allison2006-03-291-17/+25
* r14766: Fix possible NULL deref. Coverity #254.Jeremy Allison2006-03-291-8/+9
* r14247: Fix Coverity bug # 136Volker Lendecke2006-03-121-1/+3
* r13978: Here is why it's essential to use SAFE_FREE instead of free.Jeremy Allison2006-03-071-6/+6
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-073-40/+20
* r12002: patch from marcin to allow for the creation of a File value in the ev...Gerald Carter2005-12-011-0/+8
* r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...Gerald Carter2005-11-221-1/+10
* r11579: syncing up perf counter code cfrom trunkGerald Carter2005-11-082-41/+174
* r11227: patch from brian moran to fix typo in eventlog message file registry ...Gerald Carter2005-10-201-3/+3
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-182-3/+3
* r11136: patches from Brian Moran for eventlogadm utilityGerald Carter2005-10-182-24/+19
* r11123: * patches from Brian Moran for creating new eventlogGerald Carter2005-10-172-10/+198
* r11073: safety checks on pointers to prevent crashing when converting REG_MUL...Gerald Carter2005-10-141-1/+7
* r11072: add routines for converting REG_MULTI_SZ to and from char**Gerald Carter2005-10-141-0/+104
* r10819: merging a couple of fixes from trunkGerald Carter2005-10-072-6/+82
* r10781: merging eventlog and svcctl code from trunkGerald Carter2005-10-062-160/+121
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-309-297/+1648
* r10012: fix build breakage caused by forgotten commit in local treeGerald Carter2005-09-031-1/+1
* r9965: Fix some typo'sJelmer Vernooij2005-09-021-4/+4
* r9914: key ordering in hash list is case insensitiveGerald Carter2005-09-011-1/+1
* r9895: fix typo in registry pathGerald Carter2005-09-011-1/+1
* r9894: Add new registry key expected by Windows XP clients.Gerald Carter2005-09-011-9/+15
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2005-08-294-128/+116
* r9657: fix final issue with regf sk_records; profiles now successfully rewritesGerald Carter2005-08-261-6/+12
* r9656: fix bug in sk record list with next offsetsGerald Carter2005-08-261-2/+2
* r9486: ensure that the registry hash records are sorted by original subkey na...Gerald Carter2005-08-221-3/+4
* r9278: Remove unused variable. Bugzilla #2983.Tim Potter2005-08-121-2/+1
* r9115: using #define for reg paths rather than typing the stringGerald Carter2005-08-051-4/+10
* r9086: * fix invalid read in parse_spoolss when writing a devmode to Gerald Carter2005-08-051-1/+6
* r8607: BUG 2900 more compiler warningsGerald Carter2005-07-191-9/+10
* r8606: BUG 2899: fix compiler warning in regfio routineGerald Carter2005-07-191-1/+1
* r8604: BUG 2890: fix unitialized variable reported by Jason Mader <jason@ncac...Gerald Carter2005-07-191-0/+1
* r8501: * disable printer handle object cache (was mostly used Gerald Carter2005-07-151-2/+2
* r8327: * don't use unitialized variablesGerald Carter2005-07-111-3/+2
* r8325: * punt....don't normalize the printer name in the RegCreateKey().Gerald Carter2005-07-111-3/+1
* r8324: * initial cut at creating printers via the registry APIGerald Carter2005-07-111-5/+40
* r8323: * convert RegSetValue() calls immediately beneath the printerGerald Carter2005-07-111-9/+23
* r8322: * get RegSetValue() working for printer subkey valuesGerald Carter2005-07-111-3/+169
* r8152: * remove commented out structureGerald Carter2005-07-041-2/+2
* r8089: successfully delete printer subkeys via the registry....now for valuesGerald Carter2005-07-031-1/+19
* r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter2005-07-021-19/+60
* r8064: * add the REG_XXX error codes to the pretty error messagesGerald Carter2005-07-012-41/+72
* r8061: * mostly cleanup and refactoring for better readabilityGerald Carter2005-07-012-313/+304
* r8027: driver information is now back via winregGerald Carter2005-06-301-2/+7