index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
rpc
/
dcerpc_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2990: Add support to pidl for autogenerating ndr_size_*() functions. Adding
Jelmer Vernooij
1
-52
/
+0
2007-10-10
r2956: Fix towers_length for now. I'm currently working on a pidl extension
Jelmer Vernooij
1
-0
/
+52
2007-10-10
r2938: Use IDL to dissect the RHS of floors in protocol towers
Jelmer Vernooij
1
-34
/
+7
2007-10-10
r2921: Add a few more protocols and fix the numbers associated with some of
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r2763: use no-auth bind on ncacn_np unless we specify at least one of "sign",...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
1
-3
/
+2
2007-10-10
r2668: steal the cli pointer into the pipe context so a single free destroys ...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2634: use discard_const_p() in a few places
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2614: support CONNECT level DCE/RPC security in both client and
Andrew Tridgell
1
-8
/
+3
2007-10-10
r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.
Andrew Bartlett
1
-5
/
+12
2007-10-10
r2266: yay! LSA session keys on TCP now work!
Andrew Tridgell
1
-15
/
+1
2007-10-10
r2180: added RPC flags "padcheck" which enables checking of all received pad
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2100: rework the dcerpc client side library so that it is async. We now
Andrew Tridgell
1
-11
/
+11
2007-10-10
r1850: when we have a username and use sign or seal on a dcerpc over np
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r1821: fixed reference to "status" that should be "result"
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1703: - Lots of RPC updates, adding new pipes and protocols.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r1294: A nice, large, commit...
Andrew Bartlett
1
-2
/
+4
2007-10-10
r1200: Add 'gensec', our generic security layer.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1136: - added IDL for netr_LogonGetDomainInfo()
Andrew Tridgell
1
-0
/
+35
2007-10-10
r1077: fix segfault in schannel over ncacn_ip_tcp
Stefan Metzmacher
1
-13
/
+13
2007-10-10
r1068: make the dcerpc client side auth/crypto code much more generic
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r1041: - pulled the domain join code out of the netlogon test and made it a s...
Andrew Tridgell
1
-32
/
+52
2007-10-10
r1030: added server side schannel support
Andrew Tridgell
1
-4
/
+4
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-10
/
+10
2007-10-10
r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
Andrew Bartlett
1
-16
/
+10
2007-10-10
r390: added my best guess for how session keys are supposed to work when you
Andrew Tridgell
1
-5
/
+14
2007-10-10
r101: added lsa_SetSecret() and lsa_QuerySecret()
Andrew Tridgell
1
-0
/
+22
2004-02-10
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
1
-1
/
+14
2004-02-03
- add 'print' to the DCERPC binding strings
Stefan Metzmacher
1
-0
/
+1
2004-01-20
added code to the RPC-SPOOLSS test that demonstrates that policy
Andrew Tridgell
1
-0
/
+39
2003-12-19
fixed removal of moe than one ncacn_* option from option list
Andrew Tridgell
1
-0
/
+1
2003-12-17
fixed a segv in RPC-* when debug level > 2
Andrew Tridgell
1
-1
/
+1
2003-12-17
Fix typo.
Tim Potter
1
-1
/
+1
2003-12-17
added a smb.conf flag "rpc big endian" that tells our rpc server to
Andrew Tridgell
1
-3
/
+2
2003-12-16
fixed the RPC-MGMT and RPC-SCANNER tests to work with the new
Andrew Tridgell
1
-24
/
+75
2003-12-16
no longer require the pipe name or tcp port number to be the first
Andrew Tridgell
1
-0
/
+4
2003-12-16
a fairly large commit!
Andrew Tridgell
1
-4
/
+10
2003-12-15
more flexible handling of [] in binding strings
Andrew Tridgell
1
-2
/
+14
2003-12-15
allow the specification of full dcerpc endpoint binding strings on the
Andrew Tridgell
1
-0
/
+299
2003-12-14
fixed a bug handling multiple PDUs being read from a socket at one
Andrew Tridgell
1
-0
/
+40
2003-12-13
added a basic dcerpc endpoint mapper to Samba4. Currently only
Andrew Tridgell
1
-5
/
+5
2003-11-28
the beginnings of an automated tool for working out IDL properties of
Andrew Tridgell
1
-0
/
+14
2003-11-27
more epmapper and mgmt magic
Andrew Tridgell
1
-1
/
+33
2003-11-27
added an rpc scanner. This prints messages like this:
Andrew Tridgell
1
-1
/
+2
2003-11-27
use EPMAPPER_PORT constant instead of 135
Andrew Tridgell
1
-3
/
+3
2003-11-27
a couple of tidyups
Andrew Tridgell
1
-0
/
+6
[next]