summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-11-24 * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell5-120/+178
2003-11-24removed the STFS specific flags in the Makefile.Andrew Tridgell1-14/+4
2003-11-24added tests for epm_Map endpointer map callsAndrew Tridgell3-27/+62
2003-11-24give far more detail in the EPMAPPER resultsAndrew Tridgell3-31/+107
2003-11-24make sure we don't try to update a constantAndrew Tridgell1-2/+8
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell6-52/+201
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell12-41/+233
2003-11-23 * better diagnostics in ndrdumpAndrew Tridgell3-4/+37
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell6-3/+246
2003-11-23Modify WINREG test program to recursively enumerate keys in all knownTim Potter1-64/+47
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