summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* we can close the netlogon pipe used to setup the schannel session keyAndrew Tridgell2004-02-101-1/+3
* don't always use the same schannel context numberAndrew Tridgell2004-02-101-1/+1
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-108-156/+473
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-032-4/+1
* make more function static, they are still available via the function pointersStefan Metzmacher2004-02-032-2/+2
* added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.oAndrew Tridgell2004-01-221-1/+1
* added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell2004-01-204-3/+61
* added dom_sid_string() functionAndrew Tridgell2004-01-111-7/+15
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-27/+41
* the endpoint mapper now works in bigendian modeAndrew Tridgell2003-12-314-9/+16
* latest srvsvc and wkssvc IDL from metzeAndrew Tridgell2003-12-202-122/+744
* addition of samr_SetSecurity() from kaiAndrew Tridgell2003-12-193-5/+12
* fixed removal of moe than one ncacn_* option from option listAndrew Tridgell2003-12-191-0/+1
* fixed the AddAliasMem test codeAndrew Tridgell2003-12-191-0/+23
* added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell2003-12-191-32/+62
* 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
* fixed formatting of uuids in debug outputAndrew Tridgell2003-12-161-1/+1
* added a define for the DCERPC little-endian data representation flagAndrew Tridgell2003-12-162-8/+11
* 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
* use bigendian mode to fix the idl for samr_LogonHoursAndrew Tridgell2003-12-161-1/+1
* it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell2003-12-161-3/+3
* added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell2003-12-161-7/+17
* a fairly large commit!Andrew Tridgell2003-12-168-71/+132
* fixed srvsvc DiskEnum callAndrew Tridgell2003-12-151-12/+12
* patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell2003-12-151-70/+109
* 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
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-2/+2
* fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell2003-12-142-1/+2
* fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell2003-12-142-44/+43
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-131-2/+3
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-131-0/+1
* rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell2003-12-131-2/+3
* added the epm_Map() call.Andrew Tridgell2003-12-131-0/+2
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-132-8/+9
* Small cleanup of test code. Rename enum indexes to be the same nameTim Potter2003-12-121-2/+2
* Got winreg_EnumValue working - what a mess!Tim Potter2003-12-121-4/+24
* Added routines for arrays of uint16s.Tim Potter2003-12-121-0/+33
* added support for sending bind_nak replies in the rpc serverAndrew Tridgell2003-12-121-1/+6
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-122-1/+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
* re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell2003-12-072-4/+4
* we can't have two functions with the same nameAndrew Tridgell2003-12-041-1/+1
* Updated some of the function names in the IDL.Tim Potter2003-12-031-56/+57
* My first stab at Samba4 IDL!Andrew Bartlett2003-12-031-1/+11