summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell2004-01-204-3/+61
* fixed removal of moe than one ncacn_* option from option listAndrew Tridgell2003-12-191-0/+1
* fixed a segv in RPC-* when debug level > 2Andrew Tridgell2003-12-171-1/+1
* Fix typo.Tim Potter2003-12-171-1/+1
* added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell2003-12-172-13/+12
* added a define for the DCERPC little-endian data representation flagAndrew Tridgell2003-12-161-8/+8
* fixed the RPC-MGMT and RPC-SCANNER tests to work with the newAndrew Tridgell2003-12-161-24/+75
* no longer require the pipe name or tcp port number to be the firstAndrew Tridgell2003-12-161-0/+4
* a fairly large commit!Andrew Tridgell2003-12-165-21/+91
* more flexible handling of [] in binding stringsAndrew Tridgell2003-12-151-2/+14
* allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell2003-12-152-0/+310
* 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