| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
js arrays are a special type of object where the length property is
automatic, and cannot be modified manually. Our code was manually
setting length, which made it abort when someone passed in a real ejs
array. To fix this we need to create real arrays instead of objects,
and remove the code that manually sets the length
|
| |
|
|
|
|
| |
option to the winreg tool
|
|
|
|
| |
- added a reg.typestring() method that returns a string representation of a type
|
|
|
|
| |
rpc fault
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
calls. The previous IDL was just a workaround for the limitations of
our older rpc infrastructure. Now that Jelmer has added much improved
string support using the charset keyword we can correctly implemenent
the unusual winreg string buffers.
Jelmer, note the little comment I put on winreg_StringBuf() about why
I couldn't use [value()] for the length field.
This also fixes EnumKey() and EnumValue() to use NTTIME fields for the
last_changed_time. I don't know why we were using a pair of uint32's,
as it is just a NTTIME.
|
|
|
|
| |
and more conveniently (caller doesn't need to know the hive names now)
|
|
|