summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * removed a bunch of unused codeAndrew Tridgell2003-11-305-596/+26
* Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter2003-11-303-15/+241
* more unused headersAndrew Tridgell2003-11-306-1784/+0
* got rid of a bunch of unused header files (now replaced with IDLAndrew Tridgell2003-11-3011-6493/+0
* GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter2003-11-282-4/+61
* Add SetPrinterData, DeletePrinterData.Tim Potter2003-11-282-2/+63
* fixed some warningsAndrew Tridgell2003-11-286-7/+8
* the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2003-11-285-1/+172
* Fix bug in EnumPrinterData test.Tim Potter2003-11-282-4/+47
* make sure there is at least one valid interface in an IDL fileAndrew Tridgell2003-11-281-1/+1
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-2817-6/+255
* Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2003-11-283-3/+198
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-289-58/+63
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-287-43/+111
* Implemented SetForm RPC.Tim Potter2003-11-272-4/+29
* 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