summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_util.c
Commit message (Expand)AuthorAgeFilesLines
* r1850: when we have a username and use sign or seal on a dcerpc over npStefan Metzmacher2007-10-101-1/+2
* r1821: fixed reference to "status" that should be "result"Andrew Tridgell2007-10-101-1/+1
* r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij2007-10-101-3/+3
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-8/+8
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-2/+4
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-101-2/+2
* r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2007-10-101-0/+35
* r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher2007-10-101-13/+13
* r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher2007-10-101-2/+2
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-101-32/+52
* r1030: added server side schannel supportAndrew Tridgell2007-10-101-4/+4
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-10/+10
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-101-16/+10
* r390: added my best guess for how session keys are supposed to work when youAndrew Tridgell2007-10-101-5/+14
* r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2007-10-101-0/+22
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-101-1/+14
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-031-0/+1
* added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell2004-01-201-0/+39
* 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-171-3/+2
* 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-161-4/+10
* 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-151-0/+299
* fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell2003-12-141-0/+40
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-5/+5
* the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell2003-11-281-0/+14
* more epmapper and mgmt magicAndrew Tridgell2003-11-271-1/+33
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-271-1/+2
* use EPMAPPER_PORT constant instead of 135Andrew Tridgell2003-11-271-3/+3
* a couple of tidyupsAndrew Tridgell2003-11-271-0/+6
* 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-261-0/+149