Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10699: fixed the dcerpc code so that you can shutdown the pipe safely from | Andrew Tridgell | 3 | -35/+36 |
2007-10-10 | r10683: Samba3's wbinfo -t should give the correct answer now. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10681: Convert dcerpc_open_smb to a composite function. | Volker Lendecke | 1 | -42/+113 |
2007-10-10 | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10368: when building the epm tower, don't put host names in the ip address | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r10184: Fix a stack of unhandled enumeration warnings. | Tim Potter | 1 | -0/+6 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 1 | -28/+31 |
2007-10-10 | r8820: Push this common block of code into the caller. | Andrew Bartlett | 1 | -39/+18 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8073: a successful rpc call from ejs! | Andrew Tridgell | 1 | -0/+14 |
2007-10-10 | r8068: reduced the verbosity of the EPM code | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r8057: use our defined push/pull types in the validate code (fixes a warning) | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7932: don't use the nbt called name as server name, for dcerpc_server_name() | Stefan Metzmacher | 1 | -9/+8 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r7690: Move the NT hash generation into the credentials system, rather than | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ... | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r7658: don't timeout at the smb level for rpc requests as otherwise some rpc | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7653: when a dcerpc request times out, we need to ensure that if the server | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r7652: use event friendly connect in dcerpc socket code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 7 | -54/+49 |
2007-10-10 | r7497: add timeouts to all rpc requests. The default timeout is 60 | Andrew Tridgell | 3 | -0/+49 |
2007-10-10 | r7496: removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are | Jelmer Vernooij | 2 | -19/+19 |
2007-10-10 | r7312: Add IDL for ncadg packets. | Jelmer Vernooij | 2 | -17/+16 |
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 |