r3032: Somewhat stricter syntax for binding strings:
[gd/samba/.git] / source4 / librpc / rpc / dcerpc_util.c
2007-10-10 Jelmer Vernooijr3032: Somewhat stricter syntax for binding strings:
2007-10-10 Jelmer Vernooijr2990: Add support to pidl for autogenerating ndr_size_...
2007-10-10 Jelmer Vernooijr2956: Fix towers_length for now. I'm currently working...
2007-10-10 Jelmer Vernooijr2938: Use IDL to dissect the RHS of floors in protocol...
2007-10-10 Jelmer Vernooijr2921: Add a few more protocols and fix the numbers...
2007-10-10 Andrew Tridgellr2763: use no-auth bind on ncacn_np unless we specify...
2007-10-10 Andrew Tridgellr2710: continue with the new style of providing a paren...
2007-10-10 Andrew Tridgellr2668: steal the cli pointer into the pipe context...
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
2007-10-10 Andrew Tridgellr2634: use discard_const_p() in a few places
2007-10-10 Andrew Tridgellr2614: support CONNECT level DCE/RPC security in both...
2007-10-10 Jelmer Vernooijr2538: Support IPv6 as transport for MSRPC. Tested...
2007-10-10 Andrew Bartlettr2284: Thanks to some great detective work by tridge...
2007-10-10 Andrew Tridgellr2266: yay! LSA session keys on TCP now work!
2007-10-10 Andrew Tridgellr2180: added RPC flags "padcheck" which enables checkin...
2007-10-10 Andrew Tridgellr2100: rework the dcerpc client side library so that...
2007-10-10 Stefan Metzmacherr1850: when we have a username and use sign or seal...
2007-10-10 Andrew Tridgellr1821: fixed reference to "status" that should be ...
2007-10-10 Jelmer Vernooijr1703: - Lots of RPC updates, adding new pipes and...
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Andrew Bartlettr1200: Add 'gensec', our generic security layer.
2007-10-10 Andrew Tridgellr1136: - added IDL for netr_LogonGetDomainInfo()
2007-10-10 Stefan Metzmacherr1077: fix segfault in schannel over ncacn_ip_tcp
2007-10-10 Stefan Metzmacherr1068: make the dcerpc client side auth/crypto code...
2007-10-10 Andrew Tridgellr1041: - pulled the domain join code out of the netlogo...
2007-10-10 Andrew Tridgellr1030: added server side schannel support
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Bartlettr610: - Merge the Samba3 'ntlm_auth --diagnostics...
2007-10-10 Andrew Tridgellr390: added my best guess for how session keys are...
2007-10-10 Andrew Tridgellr101: added lsa_SetSecret() and lsa_QuerySecret()
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-01-20 Andrew Tridgelladded code to the RPC-SPOOLSS test that demonstrates...
2003-12-19 Andrew Tridgellfixed removal of moe than one ncacn_* option from optio...
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 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 Tridgella fairly large commit!
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 Tridgellfixed a bug handling multiple PDUs being read from...
2003-12-13 Andrew Tridgelladded a basic dcerpc endpoint mapper to Samba4. Current...
2003-11-28 Andrew Tridgellthe beginnings of an automated tool for working out...
2003-11-27 Andrew Tridgellmore epmapper and mgmt magic
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-26 Andrew Tridgelluse the IDL defined NDR version number
2003-11-26 Andrew Tridgelladded auto-determination of the DCERPC over TCP port...