summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-12-01got rid of more group mapping codeAndrew Tridgell4-310/+5
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell15-9592/+3
2003-11-30 * removed a bunch of unused codeAndrew Tridgell5-596/+26
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter3-15/+241
2003-11-30more unused headersAndrew Tridgell6-1784/+0
2003-11-30got rid of a bunch of unused header files (now replaced with IDLAndrew Tridgell11-6493/+0
2003-11-28GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter2-4/+61
2003-11-28Add SetPrinterData, DeletePrinterData.Tim Potter2-2/+63
2003-11-28fixed some warningsAndrew Tridgell6-7/+8
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell5-1/+172
2003-11-28Fix bug in EnumPrinterData test.Tim Potter2-4/+47
2003-11-28make sure there is at least one valid interface in an IDL fileAndrew Tridgell1-1/+1
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell17-6/+255
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter3-3/+198
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