summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* r1354: Make it clear that the first gensec_update takes a NULL data_blob.Andrew Bartlett2007-10-101-2/+3
* r1351: add derpc spengo wrapperStefan Metzmacher2007-10-101-0/+79
* r1294: A nice, large, commit...Andrew Bartlett2007-10-106-136/+376
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-106-319/+162
* r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2007-10-101-0/+35
* r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher2007-10-102-13/+15
* r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher2007-10-106-282/+370
* r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell2007-10-101-6/+14
* r1042: added testing of 128 bit schannel session keysAndrew Tridgell2007-10-102-1/+9
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-103-57/+88
* r1031: Move more code dealing with passwords to struct samr_Password.Andrew Bartlett2007-10-101-3/+3
* r1030: added server side schannel supportAndrew Tridgell2007-10-102-18/+15
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-101-1/+1
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-1/+2
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-106-7/+7
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-103-12/+12
* r952: fixed schannel from my last commitAndrew Tridgell2007-10-101-4/+10
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-5/+5
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-102-7/+7
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-106-28/+28
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-104-33/+36
* r793: - don't make templates members of any class that would make them showAndrew Tridgell2007-10-101-0/+3
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-104-23/+17
* r390: added my best guess for how session keys are supposed to work when youAndrew Tridgell2007-10-104-5/+34
* r354: Tridge convinced me that writing some wrapper functions by hand was aTim Potter2007-10-101-393/+0
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2007-10-102-8/+24
* r210: More work on DCERPC client functions:Tim Potter2007-10-101-3/+318
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-1/+0
* r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2007-10-101-0/+22
* This is the start of a C API to the DCERPC client routines. CurrentlyTim Potter2004-04-031-0/+79
* split up the schannel rpc client code into separate key establishmentAndrew Tridgell2004-02-211-19/+64
* do not return a value in a void functionStefan Metzmacher2004-02-121-1/+1
* fixed a void return spotted by metzeAndrew Tridgell2004-02-111-1/+1
* 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-107-153/+469
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-031-0/+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
* 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