summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_objects.c
Commit message (Expand)AuthorAgeFilesLines
* Remove pstrings from nsswitch/ and registry/Jeremy Allison2007-11-261-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25417: Use DBGC_REGISTRY class.Günther Deschner2007-10-101-1/+1
* r25140: Less red bars to hurt my eyes...Michael Adam2007-10-101-47/+51
* r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad...Michael Adam2007-10-101-37/+2
* r24999: Use the new regval_compose() function in regval_ctr_addvalue().Michael Adam2007-10-101-18/+3
* r24998: Add a function regval_compose() to compose a REGISTRY_VALUE fromMichael Adam2007-10-101-0/+30
* r24949: Remove some static buffersVolker Lendecke2007-10-101-2/+2
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-4/+20
* r19990: Fix commentVolker Lendecke2007-10-101-1/+1
* r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b...Volker Lendecke2007-10-101-20/+22
* r17878: Fix possible null deref found by Stanford checker.Jeremy Allison2007-10-101-0/+4
* r17867: Fix null deref in error code path. Found by theJeremy Allison2007-10-101-0/+1
* r17333: Some C++ warningsVolker Lendecke2007-10-101-3/+6
* r14768: Fix potential null deref coverity bugs #255, #256.Jeremy Allison2007-10-101-17/+25
* r14766: Fix possible NULL deref. Coverity #254.Jeremy Allison2007-10-101-8/+9
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+27
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-68/+20
* r9086: * fix invalid read in parse_spoolss when writing a devmode toGerald Carter2007-10-101-1/+6
* r7997: Pointers don't kill people, people with pointers kill people...Gerald Carter2007-10-101-5/+1
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-5/+5
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-101-12/+23
* r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter2007-10-101-13/+52
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-4/+6
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-37/+45
* r5541: Fix crash bug in the client-spoolss enumdataex-call.Günther Deschner2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-12/+12
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Add some constJim McDonough2002-12-051-3/+3
* Don't segfault when trying to delete a key when none exist.Jim McDonough2002-12-031-0/+2
* break out REGISTRY_VALUE & REGVAL_CR objects into separate file forGerald Carter2002-08-301-0/+372