summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-11-27added -m for 'max protocol' as a standard optionAndrew Tridgell2-0/+10
2003-11-26fixed default port handling pointed out by Tom JansenAndrew Tridgell1-1/+1
2003-11-26by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell4-19/+77
2003-11-26Implemented EnumForms and GetForm.Tim Potter3-4/+143
2003-11-26added a link to opengroup PDU definitionsAndrew Tridgell1-0/+3
2003-11-26show an error when the epmapper fails to find an interfaceAndrew Tridgell1-0/+2
2003-11-26Add bind nak to dcerpc_payload.Tim Potter1-0/+1
2003-11-26transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell1-4/+2
2003-11-26use the IDL defined NDR version numberAndrew Tridgell2-2/+3
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell7-14/+191
2003-11-26fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell5-10/+36
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell25-1259/+2315
2003-11-26added some paranoid checking for enumsAndrew Tridgell1-2/+5
2003-11-25Spoolss functions return WERROR not NTSTATUS.Tim Potter1-187/+196
2003-11-25CVS: ----------------------------------------------------------------------Jelmer Vernooij14-249/+259
2003-11-25Update to the modules system. Fixed:Jelmer Vernooij1-13/+17
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell4-37/+78
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell6-9/+236
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