Age | Commit message (Expand) | Author | Files | Lines |
2007-11-26 | Remove pstrings from nsswitch/ and registry/ | Jeremy Allison | 1 | -5/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25417: Use DBGC_REGISTRY class. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r25140: Less red bars to hurt my eyes... | Michael Adam | 1 | -47/+51 |
2007-10-10 | r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad... | Michael Adam | 1 | -37/+2 |
2007-10-10 | r24999: Use the new regval_compose() function in regval_ctr_addvalue(). | Michael Adam | 1 | -18/+3 |
2007-10-10 | r24998: Add a function regval_compose() to compose a REGISTRY_VALUE from | Michael Adam | 1 | -0/+30 |
2007-10-10 | r24949: Remove some static buffers | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -4/+20 |
2007-10-10 | r19990: Fix comment | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b... | Volker Lendecke | 1 | -20/+22 |
2007-10-10 | r17878: Fix possible null deref found by Stanford checker. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r17867: Fix null deref in error code path. Found by the | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -3/+6 |
2007-10-10 | r14768: Fix potential null deref coverity bugs #255, #256. | Jeremy Allison | 1 | -17/+25 |
2007-10-10 | r14766: Fix possible NULL deref. Coverity #254. | Jeremy Allison | 1 | -8/+9 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1/+27 |
2007-10-10 | r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use | Gerald Carter | 1 | -68/+20 |
2007-10-10 | r9086: * fix invalid read in parse_spoolss when writing a devmode to | Gerald Carter | 1 | -1/+6 |
2007-10-10 | r7997: Pointers don't kill people, people with pointers kill people... | Gerald Carter | 1 | -5/+1 |
2007-10-10 | r7995: * privileges are local except when they're *not* | Gerald Carter | 1 | -5/+5 |
2007-10-10 | r7908: * change REGISTRY_HOOK api to use const (fix compiler warning | Gerald Carter | 1 | -12/+23 |
2007-10-10 | r7698: * clean upserver frontend for RegDeleteKey() | Gerald Carter | 1 | -13/+52 |
2007-10-10 | r7691: * add .gdbinit to the svn:ignore files | Gerald Carter | 1 | -4/+6 |
2007-10-10 | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 1 | -37/+45 |
2007-10-10 | r5541: Fix crash bug in the client-spoolss enumdataex-call. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -12/+12 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -2/+2 |
2002-12-05 | Add some const | Jim McDonough | 1 | -3/+3 |
2002-12-03 | Don't segfault when trying to delete a key when none exist. | Jim McDonough | 1 | -0/+2 |
2002-08-30 | break out REGISTRY_VALUE & REGVAL_CR objects into separate file for | Gerald Carter | 1 | -0/+372 |