summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-11-23Removed unused variable.Tim Potter1-2/+0
2003-11-23Check NT_STATUS code from dcerpc call function before checking theTim Potter1-2/+2
2003-11-23Add a strlen_m_term() function for returning the length of a stringTim Potter2-2/+17
2003-11-23fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell3-15/+11
2003-11-23Actually call right function name.Tim Potter1-1/+1
2003-11-23Call enumkey for tridge.Tim Potter1-0/+4
2003-11-23String termination fix.Tim Potter1-30/+87
2003-11-23Strings in the winreg pipe are terminated.Tim Potter1-3/+3
2003-11-23ooh, this is fun!Andrew Tridgell10-545/+317
2003-11-23save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell3-65/+89
2003-11-23get rid of some more unused headersAndrew Tridgell10-40/+0
2003-11-23by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell4-61/+12
2003-11-23final bit of tidyup and speedupAndrew Tridgell1-30/+13
2003-11-23much faster inner loop and neater codeAndrew Tridgell1-58/+54
2003-11-23fixed loadparm handling properlyAndrew Tridgell1-41/+20
2003-11-23nicer base type handlingAndrew Tridgell1-6/+6
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell11-282/+66
2003-11-23we don't need awk nowAndrew Tridgell1-1/+0
2003-11-23get rid of our awk scriptsAndrew Tridgell2-224/+0
2003-11-23changed to perl for mkproto, patch from vanceAndrew Tridgell3-15/+155
2003-11-22added support for enumerated types in IDL files. This makes unionsAndrew Tridgell3-21/+54
2003-11-22added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell3-13/+33
2003-11-22added the beginnings of an IDL validator, to give clearer errors whenAndrew Tridgell2-0/+104
2003-11-22 * fixed null terminated string handlingAndrew Tridgell4-11/+16
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell3-23/+23
2003-11-22dfs torture test now passesAndrew Tridgell1-7/+6
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell3-2/+13
2003-11-22 * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell4-4/+7
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell20-100/+565
2003-11-22 * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell1-3/+3
2003-11-22Convert all NTSTATUS return codes to WERROR.Tim Potter2-53/+334
2003-11-22added Parse::RecDescent module into pidl to ensure we all use the sameAndrew Tridgell4-1/+3058
2003-11-22added some explanations for epmapper IDL and dom_sid2Andrew Tridgell2-1/+24
2003-11-21fixed a bug with pushing non-pointer unionsAndrew Tridgell1-1/+3
2003-11-21fix a smbtorture memory leakAndrew Tridgell1-7/+2
2003-11-21cleaner handling of relative pointers to stringsAndrew Tridgell1-3/+3
2003-11-21don't ignore .h files hereAndrew Tridgell1-1/+1
2003-11-21forgot to commit this, sorryAndrew Tridgell1-0/+41
2003-11-21print out the UUIDs from the end point mapperAndrew Tridgell1-0/+7
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell24-283/+683
2003-11-21Implement DeleteKey, DeleteValue, FlushKey.Tim Potter2-6/+63
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter5-3/+337
2003-11-21More work on eventlog - still doesn't work. (-:Tim Potter2-10/+38
2003-11-21avoid calling the print routines completely if debug level < 2Andrew Tridgell1-6/+7
2003-11-21only display really verbose packet dumps when smbtorture is run atAndrew Tridgell1-2/+6
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell5-62/+106
2003-11-21added support for 'ascstr', a ascii string in MSRPC !Andrew Tridgell2-5/+6
2003-11-20ignore generated idl.pmAndrew Tridgell1-1/+2
2003-11-20Todd Sabin pointed out that a couple of the values I marked as hyper_tAndrew Tridgell1-3/+10
2003-11-20we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell3-12851/+4