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
r5302: fixed a compilation problem on solaris caused by the recent include
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5291: fixed ncacn_ip_tcp against windows
Andrew Tridgell
1
-3
/
+2
2007-10-10
r5286: Some first steps in making the pidl code somewhat more generic for the
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r5209: Fix the endpoint mapper to work with IPX endpoints (which
Jelmer Vernooij
1
-9
/
+128
2007-10-10
r5155: define ipv4address as a based IDL type, mapped to a "const char *" in
Andrew Tridgell
1
-29
/
+8
2007-10-10
r5148: use ipv4_addr also in epmapper idl
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4962: add infrastructure to use raw krb5 auth in dcerpc client code
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r4758: - added async support to the session request code
Andrew Tridgell
1
-7
/
+6
2007-10-10
r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth
Andrew Bartlett
1
-4
/
+10
2007-10-10
r4630: for ncacn_np if we don't have an explicit request for one of the
Andrew Tridgell
1
-0
/
+4
2007-10-10
r4627: - simplified the dcerpc auth code using a common function
Andrew Tridgell
1
-66
/
+41
2007-10-10
r4618: - tidied up the alter_context client code a bit
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4617: basic alter_context requests now work in our client library. The test
Andrew Tridgell
1
-0
/
+47
2007-10-10
r4616: the first phase in the addition of proper support for
Andrew Tridgell
1
-126
/
+166
2007-10-10
r4588: fixed the double bind in ncalrpc with dcerpc_secondary_connection()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4587: fixed dcerpc_secondary_connection() for ncacn_ip_tcp
Andrew Tridgell
1
-3
/
+1
2007-10-10
r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It
Andrew Tridgell
1
-2
/
+10
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3972: use GUID_* naming context and move GUID_* functions to one place
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3792: improved the posix -> nt error mapping, so we get things like
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3790: use a registration function that is called from dcerpc_*_init functions
Jelmer Vernooij
1
-20
/
+18
2007-10-10
r3611: DCOM client support works!!
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r3602: Add looking up transport by endpoint protocol
Jelmer Vernooij
1
-0
/
+16
2007-10-10
r3600: fixed two debug typos
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3542: Re-indent, and fix a use-after-free by doing the talloc_destroy just a
Andrew Bartlett
1
-4
/
+4
2007-10-10
r3516: dcerpc_epm_map_binding now checks the endpoints it nows first
Jelmer Vernooij
1
-37
/
+24
2007-10-10
r3515: Fix RemoteActivation correctly this time (-:
Jelmer Vernooij
1
-1
/
+7
2007-10-10
r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3444: Don't use random data as endpoint if no default endpoint is known and no
Jelmer Vernooij
1
-1
/
+6
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
1
-2
/
+3
2007-10-10
r3434: Fix memleak
Volker Lendecke
1
-2
/
+3
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3412: Add NCACN_SPX and NCADG_IPX transports
Jelmer Vernooij
1
-0
/
+6
2007-10-10
r3392: fixed schannel over ncalrpc
Andrew Tridgell
1
-0
/
+10
2007-10-10
r3391: fixed some memory leaks in the schannel code
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3388: when doing schannel use a anonymous session setup (as the machine acct
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3280: fixed byte order of rhs IP
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
1
-4
/
+5
2007-10-10
r3277: don't use the non-portable getaddrinfo() function, instead use
Andrew Tridgell
1
-18
/
+3
2007-10-10
r3211: Add a graphical endpoint mapper view tool
Jelmer Vernooij
1
-8
/
+8
2007-10-10
r3209: - Create directory for ncalrpc with correct mode
Jelmer Vernooij
1
-8
/
+11
2007-10-10
r3205: Create ncalrpc directory if it didn't exist yet
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3168: Use generic function for looking up endpoints
Jelmer Vernooij
1
-203
/
+3
2007-10-10
r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead of
Jelmer Vernooij
1
-36
/
+136
2007-10-10
r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...
Jelmer Vernooij
1
-8
/
+117
2007-10-10
r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...
Jelmer Vernooij
1
-0
/
+108
2007-10-10
r3157: Add ncacn_http
Jelmer Vernooij
1
-0
/
+2
[next]