summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell2003-12-141-1/+1
* fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell2003-12-142-44/+43
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-5/+5
* the next step in the dcerpc server code. Added the link between theAndrew Tridgell2003-12-111-1/+1
* more portable array of endpoints code from pidlAndrew Tridgell2003-12-101-1/+1
* the rest of the initial rpc server side infrastructureAndrew Tridgell2003-12-101-1/+1
* the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2003-11-281-0/+14
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-281-0/+6
* more epmapper and mgmt magicAndrew Tridgell2003-11-272-1/+43
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-272-1/+4
* use EPMAPPER_PORT constant instead of 135Andrew Tridgell2003-11-272-4/+4
* a couple of tidyupsAndrew Tridgell2003-11-274-3/+23
* by default sign RPC over TCP but not RPC over SMB. I will add command line co...Andrew Tridgell2003-11-263-15/+72
* transfer syntax V2 isn't as magic as I thoughtAndrew Tridgell2003-11-261-4/+2
* use the IDL defined NDR version numberAndrew Tridgell2003-11-261-1/+2
* added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2003-11-262-5/+158
* fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2003-11-262-4/+27
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-265-53/+349
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-241-0/+5
* initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell2003-11-243-4/+206
* * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell2003-11-243-102/+172
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-241-33/+2
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-241-2/+5
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-231-0/+17
* ooh, this is fun!Andrew Tridgell2003-11-232-537/+111
* * fixed null terminated string handlingAndrew Tridgell2003-11-221-7/+7
* * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2003-11-221-0/+8
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-222-6/+160
* moved the pidl auto-generated files out of CVSAndrew Tridgell2003-11-209-6265/+0
* started on samr_SetUserInfo()Andrew Tridgell2003-11-201-6/+6
* Added ATSVC pipe.Tim Potter2003-11-201-0/+88
* added samr_LookupRids() and test codeAndrew Tridgell2003-11-201-6/+6
* added samr_LookupNames() and test codeAndrew Tridgell2003-11-201-6/+6
* EnumPrinterData in spoolss now worksAndrew Tridgell2003-11-201-0/+2
* started to expand the echo tests to include more interesting testAndrew Tridgell2003-11-191-0/+21
* srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2003-11-191-0/+858
* separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell2003-11-192-2/+4
* added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell2003-11-181-1/+0
* changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2003-11-182-204/+204
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-183-40/+23
* fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell2003-11-181-1/+600
* * use the new auto-generated debug code method.Andrew Tridgell2003-11-188-899/+2521
* added wkssvc.idl and test codeAndrew Tridgell2003-11-171-0/+18
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-171-0/+4
* call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell2003-11-171-30/+12
* added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2003-11-172-11/+12
* * more info levels for EnumPrinterAndrew Tridgell2003-11-171-10/+4
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-161-24/+24
* Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter2003-11-161-8/+8
* added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell2003-11-151-8/+8