Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-31 | winreg: add winreg_RestoreKeyFlags to IDL. | Günther Deschner | 1 | -1/+9 | |
Guenther | |||||
2010-08-02 | idl: Fixed a possible crash bug. | Andreas Schneider | 1 | -1/+1 | |
2010-06-29 | s4-smbtorture: fix incorrect IDL for QueryMultipleValue (aka RVALENT). | Günther Deschner | 1 | -1/+1 | |
Found by torture test. Guenther | |||||
2010-06-29 | winreg: fix winreg_QueryMultipleValues2 IDL. | Günther Deschner | 1 | -4/+5 | |
Guenther | |||||
2010-06-29 | winreg: fix winreg_QueryMultipleValues() IDL and torture tests. | Günther Deschner | 1 | -6/+7 | |
Guenther | |||||
2010-04-09 | winreg: move REG_OPTION_NON_VOLATILE out of option bitmask. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-04-09 | winreg: fill in IDL for winreg_QueryMultipleValues2. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2010-04-09 | winreg: rename winreg_KeyType to winreg_KeyOptions. | Günther Deschner | 1 | -6/+8 | |
Guenther | |||||
2010-04-09 | winreg: keytype options is a bitmask. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-09 | winreg: add IDL for winreg_DeleteKeyEx. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2010-04-08 | winreg: fill in some winreg IDL gaps. | Günther Deschner | 1 | -3/+13 | |
Guenther | |||||
2010-03-11 | winreg: add winreg_KeyType enum. | Günther Deschner | 1 | -2/+8 | |
Guenther | |||||
2010-03-05 | winreg: fix winreg_QueryValue IDL. | Günther Deschner | 1 | -1/+1 | |
Note that before this change pidl generated code that just dereferenced size_is and length_is values from unique pointers without checking whether these pointers were actually NULL. With this change, pidl now throws a warning like: warning: Got pointer for `data_size', expected fully derefenced variable which is not correct, probably because pidl does not evaluate the C expression. Guenther | |||||
2009-09-29 | winreg: add winreg_Data union to IDL. | Günther Deschner | 1 | -16/+1 | |
Guenther | |||||
2009-04-21 | s3-secdesc: move all winreg access bits to IDL. | Günther Deschner | 1 | -0/+20 | |
Guenther | |||||
2009-01-16 | winreg: fix winreg_EnumValue by re-adding winreg_ValNameBuf from 3.3/3.2. | Günther Deschner | 1 | -2/+11 | |
This fixes viewing samba registry with windows tools like regedit and eventviewer. Michael, Jelmer, please check. Guenther | |||||
2008-12-12 | Remove noejs property, which is no longer used. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Share winreg.idl. | Jelmer Vernooij | 1 | -0/+401 | |