summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell9-58/+63
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell7-43/+111
2003-11-27Implemented SetForm RPC.Tim Potter2-4/+29
2003-11-27Add DeleteForm, start cleaning up tests.Tim Potter2-21/+67
2003-11-27more epmapper and mgmt magicAndrew Tridgell6-56/+115
2003-11-27Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter2-1/+39
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell9-8/+258
2003-11-27use EPMAPPER_PORT constant instead of 135Andrew Tridgell3-4/+6
2003-11-27a couple of tidyupsAndrew Tridgell4-3/+23
2003-11-27switched to WERROR return codes in the management IDLAndrew Tridgell2-41/+44
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