Age | Commit message (Expand) | Author | Files | Lines |
2003-11-22 | added support for enumerated types in IDL files. This makes unions | Andrew Tridgell | 3 | -21/+54 |
2003-11-22 | added support for 'const' in IDL files. This makes it easy to define | Andrew Tridgell | 3 | -13/+33 |
2003-11-22 | added the beginnings of an IDL validator, to give clearer errors when | Andrew Tridgell | 2 | -0/+104 |
2003-11-22 | * fixed null terminated string handling | Andrew Tridgell | 4 | -11/+16 |
2003-11-22 | * fixed handling of relative subcontext unions | Andrew Tridgell | 3 | -23/+23 |
2003-11-22 | dfs torture test now passes | Andrew Tridgell | 1 | -7/+6 |
2003-11-22 | * fixed NDR flag inheritance across push subcontexts | Andrew Tridgell | 3 | -2/+13 |
2003-11-22 | * enable RPC/NDR validation in all smbtorture code | Andrew Tridgell | 4 | -4/+7 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 20 | -100/+565 |
2003-11-22 | * you can't have two parameters with the same name (pidl doesn't enforce | Andrew Tridgell | 1 | -3/+3 |
2003-11-22 | Convert all NTSTATUS return codes to WERROR. | Tim Potter | 2 | -53/+334 |
2003-11-22 | added Parse::RecDescent module into pidl to ensure we all use the same | Andrew Tridgell | 4 | -1/+3058 |
2003-11-22 | added some explanations for epmapper IDL and dom_sid2 | Andrew Tridgell | 2 | -1/+24 |
2003-11-21 | fixed a bug with pushing non-pointer unions | Andrew Tridgell | 1 | -1/+3 |
2003-11-21 | fix a smbtorture memory leak | Andrew Tridgell | 1 | -7/+2 |
2003-11-21 | cleaner handling of relative pointers to strings | Andrew Tridgell | 1 | -3/+3 |
2003-11-21 | don't ignore .h files here | Andrew Tridgell | 1 | -1/+1 |
2003-11-21 | forgot to commit this, sorry | Andrew Tridgell | 1 | -0/+41 |
2003-11-21 | print out the UUIDs from the end point mapper | Andrew Tridgell | 1 | -0/+7 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 24 | -283/+683 |
2003-11-21 | Implement DeleteKey, DeleteValue, FlushKey. | Tim Potter | 2 | -6/+63 |
2003-11-21 | Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey. | Tim Potter | 5 | -3/+337 |
2003-11-21 | More work on eventlog - still doesn't work. (-: | Tim Potter | 2 | -10/+38 |
2003-11-21 | avoid calling the print routines completely if debug level < 2 | Andrew Tridgell | 1 | -6/+7 |
2003-11-21 | only display really verbose packet dumps when smbtorture is run at | Andrew Tridgell | 1 | -2/+6 |
2003-11-21 | added 4 more levels to samr_QueryDisplayInfo() | Andrew Tridgell | 5 | -62/+106 |
2003-11-21 | added support for 'ascstr', a ascii string in MSRPC ! | Andrew Tridgell | 2 | -5/+6 |
2003-11-20 | ignore generated idl.pm | Andrew Tridgell | 1 | -1/+2 |
2003-11-20 | Todd Sabin pointed out that a couple of the values I marked as hyper_t | Andrew Tridgell | 1 | -3/+10 |
2003-11-20 | we now use a copy of pidl inside the samba4 source tree at | Andrew Tridgell | 3 | -12851/+4 |
2003-11-20 | Add initial work on eventlog - doesn't quite work yet. | Tim Potter | 5 | -7/+135 |
2003-11-20 | added samr_QueryDisplayInfo() (only level 1 so far) | Andrew Tridgell | 2 | -1/+57 |
2003-11-20 | * fixed libndr.h header | Andrew Tridgell | 3 | -34/+12 |
2003-11-20 | moved the pidl auto-generated files out of CVS | Andrew Tridgell | 30 | -34011/+19 |
2003-11-20 | extensive samr_SetUserInfo/samr_QueryUserInfo testing, with | Andrew Tridgell | 4 | -35/+59 |
2003-11-20 | * fixed level2 of QueryUserInfo | Andrew Tridgell | 13 | -25/+223 |
2003-11-20 | make sure we don't try to use c++ style variable declaration | Andrew Tridgell | 1 | -1/+5 |
2003-11-20 | started on samr_SetUserInfo() | Andrew Tridgell | 8 | -53/+686 |
2003-11-20 | fixed pushing structures containing pointers inside unions | Andrew Tridgell | 1 | -1/+1 |
2003-11-20 | a bit neater way of emitting code | Andrew Tridgell | 3 | -210/+217 |
2003-11-20 | fixed a comment | Andrew Tridgell | 1 | -1/+1 |
2003-11-20 | * cope with pidl not being in $HOME/pidl | Andrew Tridgell | 2 | -3/+9 |
2003-11-20 | fixed srvsvc_NetShareEnumAll() | Andrew Tridgell | 4 | -163/+37 |
2003-11-20 | Add a 1004 level for srvsvc. | Richard Sharpe | 4 | -1/+170 |
2003-11-20 | use a precompiled grammer in pidl. This speeds up pidl by about a | Andrew Tridgell | 7 | -8/+12860 |
2003-11-20 | Added ATSVC pipe. | Tim Potter | 8 | -3/+843 |
2003-11-20 | added samr_LookupRids() and test code | Andrew Tridgell | 5 | -16/+120 |
2003-11-20 | added samr_LookupNames() and test code | Andrew Tridgell | 10 | -46/+127 |
2003-11-20 | avoid compiler warnings for unused variables with [relative] pointers | Andrew Tridgell | 1 | -1/+2 |
2003-11-20 | its LoadStructure() in util.pm that doesn't like strict perl - any | Andrew Tridgell | 1 | -11/+9 |