Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r6565: Cludge, cludge, cludge... | Andrew Bartlett | 3 | -24/+9 |
2007-10-10 | r6526: Rename this RPC fault. Everybody else calls this ACCESS_DENIED, and | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6272: For 'programmed' use of an anonymous account, we should use | Andrew Bartlett | 1 | -2/+9 |
2007-10-10 | r6229: Back out these changes ... | Richard Sharpe | 1 | -15/+1 |
2007-10-10 | r6219: This change allows us to fall back to authenticating without | Richard Sharpe | 1 | -1/+15 |
2007-10-10 | r6178: fix ncacn_np connection without sign or seal against NT4 | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 3 | -427/+30 |
2007-10-10 | r5980: Fix double free after unexpected disconnect. | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r5976: SIDs can't have more then 5 subauths (caught by [validate] and | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 3 | -127/+101 |
2007-10-10 | r5932: Use cli_credentials somewhat more in the Gtk+ code | Jelmer Vernooij | 1 | -6/+3 |
2007-10-10 | r5930: Fix initialisation of dcerpc_binding->authservice | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r5929: Use cli_credentials for the SMB functions as well. | Jelmer Vernooij | 1 | -6/+4 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 3 | -68/+48 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 4 | -162/+194 |
2007-10-10 | r5667: Move schannel state into libcli/auth (as it belongs with schannel, | Andrew Bartlett | 1 | -7/+0 |
2007-10-10 | r5603: add "authservice()" property to the interface property list | Stefan Metzmacher | 3 | -5/+26 |
2007-10-10 | r5488: - let the request be a child of the pipe struct | Stefan Metzmacher | 1 | -13/+19 |
2007-10-10 | r5388: uppercase the server name on ncacn_ip_tcp | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 1 | -0/+1 |
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 | 2 | -10/+129 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 2 | -14/+10 |
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 | r5137: fix types | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 5 | -16/+16 |
2007-10-10 | r4962: add infrastructure to use raw krb5 auth in dcerpc client code | Stefan Metzmacher | 2 | -1/+7 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4886: fixed two places where we process the send side of a socket after the | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4758: - added async support to the session request code | Andrew Tridgell | 1 | -7/+6 |
2007-10-10 | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 1 | -1/+1 |
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 | 4 | -198/+101 |
2007-10-10 | r4630: for ncacn_np if we don't have an explicit request for one of the | Andrew Tridgell | 2 | -2/+6 |
2007-10-10 | r4627: - simplified the dcerpc auth code using a common function | Andrew Tridgell | 6 | -118/+93 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 1 | -14/+3 |
2007-10-10 | r4619: Remove extern declaration of dcerpc_pipes, which is now static | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 5 | -103/+35 |
2007-10-10 | r4617: basic alter_context requests now work in our client library. The test | Andrew Tridgell | 2 | -4/+127 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 9 | -525/+560 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 3 | -2/+3 |