summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add DeleteForm, start cleaning up tests.Tim Potter2003-11-272-21/+67
* more epmapper and mgmt magicAndrew Tridgell2003-11-276-56/+115
* Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter2003-11-272-1/+39
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-279-8/+258
* use EPMAPPER_PORT constant instead of 135Andrew Tridgell2003-11-273-4/+6
* a couple of tidyupsAndrew Tridgell2003-11-274-3/+23
* switched to WERROR return codes in the management IDLAndrew Tridgell2003-11-272-41/+44
* added -m for 'max protocol' as a standard optionAndrew Tridgell2003-11-272-0/+10
* fixed default port handling pointed out by Tom JansenAndrew Tridgell2003-11-261-1/+1
* by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell2003-11-264-19/+77
* Implemented EnumForms and GetForm.Tim Potter2003-11-263-4/+143
* added a link to opengroup PDU definitionsAndrew Tridgell2003-11-261-0/+3
* show an error when the epmapper fails to find an interfaceAndrew Tridgell2003-11-261-0/+2
* Add bind nak to dcerpc_payload.Tim Potter2003-11-261-0/+1
* transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell2003-11-261-4/+2
* use the IDL defined NDR version numberAndrew Tridgell2003-11-262-2/+3
* added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2003-11-267-14/+191
* fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2003-11-265-10/+36
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-2625-1259/+2315
* added some paranoid checking for enumsAndrew Tridgell2003-11-261-2/+5
* Spoolss functions return WERROR not NTSTATUS.Tim Potter2003-11-251-187/+196
* CVS: ----------------------------------------------------------------------Jelmer Vernooij2003-11-2514-249/+259
* Update to the modules system. Fixed:Jelmer Vernooij2003-11-251-13/+17
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-244-37/+78
* initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell2003-11-246-9/+236
* * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell2003-11-245-120/+178
* removed the STFS specific flags in the Makefile.Andrew Tridgell2003-11-241-14/+4
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-243-27/+62
* give far more detail in the EPMAPPER resultsAndrew Tridgell2003-11-243-31/+107
* make sure we don't try to update a constantAndrew Tridgell2003-11-241-2/+8
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-246-52/+201
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-2412-41/+233
* * better diagnostics in ndrdumpAndrew Tridgell2003-11-233-4/+37
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-236-3/+246
* Modify WINREG test program to recursively enumerate keys in all knownTim Potter2003-11-231-64/+47
* Removed unused variable.Tim Potter2003-11-231-2/+0
* Check NT_STATUS code from dcerpc call function before checking theTim Potter2003-11-231-2/+2
* Add a strlen_m_term() function for returning the length of a stringTim Potter2003-11-232-2/+17
* fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2003-11-233-15/+11
* Actually call right function name.Tim Potter2003-11-231-1/+1
* Call enumkey for tridge.Tim Potter2003-11-231-0/+4
* String termination fix.Tim Potter2003-11-231-30/+87
* Strings in the winreg pipe are terminated.Tim Potter2003-11-231-3/+3
* ooh, this is fun!Andrew Tridgell2003-11-2310-545/+317
* save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell2003-11-233-65/+89
* get rid of some more unused headersAndrew Tridgell2003-11-2310-40/+0
* by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell2003-11-234-61/+12
* final bit of tidyup and speedupAndrew Tridgell2003-11-231-30/+13
* much faster inner loop and neater codeAndrew Tridgell2003-11-231-58/+54
* fixed loadparm handling properlyAndrew Tridgell2003-11-231-41/+20