split up the schannel rpc client code into separate key establishment
[samba.git] / source4 / librpc /
2004-02-21 Andrew Tridgellsplit up the schannel rpc client code into separate...
2004-02-12 Stefan Metzmachermove more code to the config.m4 scheme
2004-02-12 Stefan Metzmacherdo not return a value in a void function
2004-02-11 Andrew Tridgellfixed a void return spotted by metze
2004-02-10 Andrew Tridgellwe can close the netlogon pipe used to setup the schann...
2004-02-10 Andrew Tridgelldon't always use the same schannel context number
2004-02-10 Andrew Tridgell- modified the dcerpc client security code to be generi...
2004-02-03 Stefan Metzmacher- add 'print' to the DCERPC binding strings
2004-02-03 Stefan Metzmachermake more function static, they are still available...
2004-01-22 Andrew Tridgelladded a little bit of const magic to get rid of the...
2004-01-20 Andrew Tridgelladded code to the RPC-SPOOLSS test that demonstrates...
2004-01-11 Andrew Tridgelladded dom_sid_string() function
2004-01-08 Stefan MetzmacherThis patch adds a better dcerpc server infastructure.
2003-12-31 Andrew Tridgellthe endpoint mapper now works in bigendian mode
2003-12-20 Andrew Tridgelllatest srvsvc and wkssvc IDL from metze
2003-12-19 Andrew Tridgelladdition of samr_SetSecurity() from kai
2003-12-19 Andrew Tridgellfixed removal of moe than one ncacn_* option from optio...
2003-12-19 Andrew Tridgellfixed the AddAliasMem test code
2003-12-19 Andrew Tridgelladded a bunch of alias functions in samr.idl based...
2003-12-17 Andrew Tridgellfixed a segv in RPC-* when debug level > 2
2003-12-17 Tim PotterFix typo.
2003-12-17 Andrew Tridgelladded a smb.conf flag "rpc big endian" that tells our...
2003-12-16 Andrew Tridgellfixed formatting of uuids in debug output
2003-12-16 Andrew Tridgelladded a define for the DCERPC little-endian data repres...
2003-12-16 Andrew Tridgellfixed the RPC-MGMT and RPC-SCANNER tests to work with...
2003-12-16 Andrew Tridgellno longer require the pipe name or tcp port number...
2003-12-16 Andrew Tridgelluse bigendian mode to fix the idl for samr_LogonHours
2003-12-16 Andrew Tridgellit turns out that a wire policy handle isn't a blob...
2003-12-16 Andrew Tridgelladded support for big-endian ucs2 strings (as used...
2003-12-16 Andrew Tridgella fairly large commit!
2003-12-15 Andrew Tridgellfixed srvsvc DiskEnum call
2003-12-15 Andrew Tridgellpatch from metze with updates to srvsvc and changes...
2003-12-15 Andrew Tridgellmore flexible handling of [] in binding strings
2003-12-15 Andrew Tridgellallow the specification of full dcerpc endpoint binding...
2003-12-14 Andrew Tridgelladded auto-generation of the server side boilerplate...
2003-12-14 Andrew Tridgellfixed fragmented signed connections to our rpc server...
2003-12-14 Andrew Tridgellfixed a bug handling multiple PDUs being read from...
2003-12-13 Andrew Tridgellcompleted the linkage between the endpoint mapper and...
2003-12-13 Andrew Tridgelldcerpc over tcp in the samba4 server now works to some...
2003-12-13 Andrew Tridgellrpcdump.exe now works fine against a Samba4 server
2003-12-13 Andrew Tridgelladded the epm_Map() call.
2003-12-13 Andrew Tridgelladded a basic dcerpc endpoint mapper to Samba4. Current...
2003-12-12 Tim PotterSmall cleanup of test code. Rename enum indexes to...
2003-12-12 Tim PotterGot winreg_EnumValue working - what a mess!
2003-12-12 Tim PotterAdded routines for arrays of uint16s.
2003-12-12 Andrew Tridgelladded support for sending bind_nak replies in the rpc...
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-12-11 Andrew Tridgellthe next step in the dcerpc server code. Added the...
2003-12-10 Andrew Tridgellmore portable array of endpoints code from pidl
2003-12-10 Andrew Tridgellthe rest of the initial rpc server side infrastructure
2003-12-07 Andrew Tridgellre-wrote pidl to use Parse::Yapp instead of Parse:...
2003-12-04 Andrew Tridgellwe can't have two functions with the same name
2003-12-03 Tim PotterUpdated some of the function names in the IDL.
2003-12-03 Andrew BartlettMy first stab at Samba4 IDL!
2003-12-02 Andrew Tridgelladded netr_LogonControl2Ex()
2003-12-02 Andrew Tridgelladded netr_DatabaseSync2()
2003-12-02 Andrew Tridgelladded netr_LogonControl2() and netr_ServerAuthenticate2()
2003-12-02 Andrew Tridgelladded netr_LogonControl() and netr_GetAnyDCName()
2003-12-02 Andrew Tridgelladded netr_GetDcName() - quite a useful call
2003-12-02 Andrew Tridgelladded netr_AccountSync(), another NT_STATUS_NOT_IMPLEME...
2003-12-02 Andrew Tridgelladded netr_AccountDeltas(), which w2k3 gives
2003-12-02 Andrew Tridgellnetr_DatabaseDeltas() now works. We ask for the deltas...
2003-12-02 Andrew Tridgell * made some field names more consistent, and worked...
2003-12-02 Andrew Tridgelldon't pollute the structure name space so much
2003-12-02 Andrew Tridgellnetr_DatabaseSync() now works fully for databases 0...
2003-12-02 Andrew Tridgellnetr_DatabaseSync() now works fully for database 0
2003-12-02 Andrew Tridgellinitial netlogon database sync partly works - needs...
2003-12-02 Andrew Tridgelladded netr_DatabaseSync(). It doesn't work as I haven...
2003-12-02 Andrew Tridgellanother big improvement in the credentials API. I think...
2003-12-02 Andrew Tridgell * netr_ServerPasswordSet() now works - the test suite...
2003-12-01 Andrew Tridgell * another small API change in the credentials code
2003-12-01 Andrew Tridgellneater credentials handling in netlogon client code
2003-12-01 Andrew Tridgelladded netr_LogonSamLogon() and test code
2003-12-01 Andrew Tridgelladded netr_ServerAuthenticate() and test code
2003-12-01 Andrew Tridgelladded netr_ServerReqChallenge and cleaned up byte array...
2003-12-01 Andrew Tridgellstarted adding netlogon IDL and test suite
2003-11-30 Tim PotterAdded EnumPrinterDriver, GetPrinterDriver (still in...
2003-11-28 Tim PotterGetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.
2003-11-28 Tim PotterAdd SetPrinterData, DeletePrinterData.
2003-11-28 Andrew Tridgellthe beginnings of an automated tool for working out...
2003-11-28 Tim PotterFix bug in EnumPrinterData test.
2003-11-28 Andrew Tridgell * added a bunch of placeholder IDL files
2003-11-28 Tim PotterAdded EnumJobs, GetJob, SetJob RPCs.
2003-11-28 Andrew Tridgell * support multiple interfaces in one IDL file in pidl
2003-11-28 Andrew Tridgelladded auto-generation of the IDL interface tables....
2003-11-27 Tim PotterImplemented SetForm RPC.
2003-11-27 Tim PotterAdd DeleteForm, start cleaning up tests.
2003-11-27 Andrew Tridgellmore epmapper and mgmt magic
2003-11-27 Tim PotterImplemented AddForm RPC. The mystery of the useless_pt...
2003-11-27 Andrew Tridgelladded an rpc scanner. This prints messages like this:
2003-11-27 Andrew Tridgelluse EPMAPPER_PORT constant instead of 135
2003-11-27 Andrew Tridgella couple of tidyups
2003-11-27 Andrew Tridgellswitched to WERROR return codes in the management IDL
2003-11-26 Andrew Tridgellby default sign RPC over TCP but not RPC over SMB....
2003-11-26 Tim PotterImplemented EnumForms and GetForm.
2003-11-26 Andrew Tridgelladded a link to opengroup PDU definitions
2003-11-26 Tim PotterAdd bind nak to dcerpc_payload.
2003-11-26 Andrew Tridgelltransfer syntax V2 isn't as magic as I thought
2003-11-26 Andrew Tridgelluse the IDL defined NDR version number
2003-11-26 Andrew Tridgelladded auto-determination of the DCERPC over TCP port...
next