r25026: Move param/param.h out of includes.h
[kai/samba-autobuild/.git] / source4 / librpc / rpc / dcerpc_util.c
2007-10-10 Andrew Tridgellr3792: improved the posix -> nt error mapping, so we...
2007-10-10 Jelmer Vernooijr3790: use a registration function that is called from...
2007-10-10 Jelmer Vernooijr3611: DCOM client support works!!
2007-10-10 Jelmer Vernooijr3602: Add looking up transport by endpoint protocol
2007-10-10 Andrew Tridgellr3600: fixed two debug typos
2007-10-10 Andrew Bartlettr3542: Re-indent, and fix a use-after-free by doing...
2007-10-10 Jelmer Vernooijr3516: dcerpc_epm_map_binding now checks the endpoints...
2007-10-10 Jelmer Vernooijr3515: Fix RemoteActivation correctly this time (-:
2007-10-10 Andrew Tridgellr3497: removed some include cruft, and split out librpc...
2007-10-10 Andrew Tridgellr3457: s_addr is a macro on solaris, so we can't use...
2007-10-10 Jelmer Vernooijr3444: Don't use random data as endpoint if no default...
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Volker Lendecker3434: Fix memleak
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Jelmer Vernooijr3412: Add NCACN_SPX and NCADG_IPX transports
2007-10-10 Andrew Tridgellr3392: fixed schannel over ncalrpc
2007-10-10 Andrew Tridgellr3391: fixed some memory leaks in the schannel code
2007-10-10 Andrew Tridgellr3388: when doing schannel use a anonymous session...
2007-10-10 Andrew Tridgellr3280: fixed byte order of rhs IP
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Andrew Tridgellr3277: don't use the non-portable getaddrinfo() functio...
2007-10-10 Jelmer Vernooijr3211: Add a graphical endpoint mapper view tool
2007-10-10 Jelmer Vernooijr3209: - Create directory for ncalrpc with correct...
2007-10-10 Jelmer Vernooijr3205: Create ncalrpc directory if it didn't exist yet
2007-10-10 Jelmer Vernooijr3168: Use generic function for looking up endpoints
2007-10-10 Jelmer Vernooijr3167: Add a member 'endpoint' to the dcerpc_binding...
2007-10-10 Jelmer Vernooijr3164: Look up ncalrpc identifiers using the EPMAPPER...
2007-10-10 Jelmer Vernooijr3162: Add client-side support for the ncalrpc: and...
2007-10-10 Jelmer Vernooijr3157: Add ncacn_http
2007-10-10 Jelmer Vernooijr3156: Couple of fixes in the conversion functions...
2007-10-10 Jelmer Vernooijr3136: - Allow specifying socket type when adding smbd...
2007-10-10 Jelmer Vernooijr3125: Store object UUID directly instead of using...
2007-10-10 Jelmer Vernooijr3124: Add dcerpc_binding_from_tower()
2007-10-10 Jelmer Vernooijr3123: Add dcerpc_binding_build_tower()
2007-10-10 Jelmer Vernooijr3114: - More work on merging the various structs that...
2007-10-10 Jelmer Vernooijr3111: Add a few more protocol identifiers, rhs for...
2007-10-10 Jelmer Vernooijr3047: Always include a \ again before the pipe name...
2007-10-10 Jelmer Vernooijr3046: \\PIPE\\ is internal (not actually included...
2007-10-10 Jelmer Vernooijr3043: Use binding strings for specifying endpoints...
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...