Age | Commit message (Expand) | Author | Files | Lines |
2009-09-17 | s4-rpc: added NDR64 support | Andrew Tridgell | 1 | -5/+10 |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -4/+4 |
2008-09-13 | client free credentials when not needed anymore | Stefan Metzmacher | 1 | -0/+7 |
2008-08-07 | librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN | Stefan Metzmacher | 1 | -0/+4 |
2008-08-07 | librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3() | Stefan Metzmacher | 1 | -1/+1 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26231: Spell check: credentails -> credentials. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25316: Remove last few instances of old BOOL type in librpc/. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r19479: Remove more unused functions. These are handled via authentication | Andrew Bartlett | 1 | -0/+15 |
2007-10-10 | r17324: make better usage of the composite api | Stefan Metzmacher | 1 | -20/+19 |
2007-10-10 | r15021: Couple more comments and fixes in spirit of utility functions | Rafal Szczesniak | 1 | -32/+49 |
2007-10-10 | r14714: On DCE/RPC, we need the name of the remote server used on the socket, | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13334: Add comments describing what these functions do. | Andrew Bartlett | 1 | -2/+21 |
2007-10-10 | r12865: Upgrade the librpc and libnet code. | Andrew Bartlett | 1 | -6/+5 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -9/+8 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r11835: Restore comments | Volker Lendecke | 1 | -1/+28 |
2007-10-10 | r11817: fixed the problem with the RPC join tests. The problem was that | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r11812: Convert winbind to the async bind routines. Also remove tridge's hack... | Volker Lendecke | 1 | -7/+7 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 1 | -139/+193 |
2007-10-10 | r11806: Minor cleanup | Volker Lendecke | 1 | -5/+2 |
2007-10-10 | r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_password | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11804: Asyncify the anonymous bind, convert the calls in xplogin.c. | Volker Lendecke | 1 | -7/+41 |
2007-10-10 | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 1 | -28/+31 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -28/+4 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 1 | -11/+12 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 1 | -0/+8 |
2007-10-10 | r5603: add "authservice()" property to the interface property list | Stefan Metzmacher | 1 | -1/+11 |
2007-10-10 | r4691: Make the DCE-RPC bind code compleatly generic to the number of passes | Andrew Bartlett | 1 | -6/+14 |
2007-10-10 | r4636: Per tridge's wish (and probably correct behaviour), don't key off a | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth | Andrew Bartlett | 1 | -14/+91 |
2007-10-10 | r4627: - simplified the dcerpc auth code using a common function | Andrew Tridgell | 1 | -31/+30 |
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 1 | -89/+0 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 1 | -40/+44 |
2007-10-10 | r4360: destroy the gensec context | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4358: At metze's request, the Christmas elves have removed gensec_end in | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4001: fix segfault fix auth failed | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r2629: convert gensec to the new talloc model | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 1 | -1/+7 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 1 | -2/+2 |