Age | Commit message (Expand) | Author | Files | Lines |
2008-05-05 | Fix two uninitialized variable warnings | Volker Lendecke | 1 | -3/+4 |
2008-04-25 | Attempt to fix the non-krb build | Volker Lendecke | 1 | -0/+4 |
2008-04-25 | Add basic ncacn_ip_tcp client infrastructure | Volker Lendecke | 1 | -71/+241 |
2008-04-25 | Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_client | Volker Lendecke | 1 | -52/+71 |
2008-04-25 | Introduce rpccli_pipe_txt(), describing a pipe for debug messages | Volker Lendecke | 1 | -93/+62 |
2008-04-25 | cli_rpc_pipe_open_noauth must take the user/domain from the smb session | Volker Lendecke | 1 | -0/+18 |
2008-04-25 | Make use of rpccli_xxx_bind_data | Volker Lendecke | 1 | -168/+62 |
2008-04-25 | Create rpccli_xxx_bind_data functions | Volker Lendecke | 1 | -0/+198 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -16/+18 |
2008-04-25 | Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client | Volker Lendecke | 1 | -54/+65 |
2008-04-21 | Remove the "pwd" struct from rpc_pipe_client | Volker Lendecke | 1 | -2/+12 |
2008-04-20 | Fix some empty lines with just spaces | Volker Lendecke | 1 | -13/+12 |
2008-04-20 | Introduce rpc_pipe_np_smb_conn() | Volker Lendecke | 1 | -0/+5 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -14/+43 |
2008-04-20 | Refactoring: Move stuff around for creating a pipe | Volker Lendecke | 1 | -38/+36 |
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 1 | -45/+28 |
2008-04-20 | Remove some unused code referencing pipe_names[] | Volker Lendecke | 1 | -17/+0 |
2008-04-20 | Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name | Volker Lendecke | 1 | -2/+17 |
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -0/+6 |
2008-04-20 | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 1 | -0/+7 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -17/+23 |
2008-04-20 | Refactoring: Make struct rpc_pipe_client its own talloc parent | Volker Lendecke | 1 | -19/+13 |
2008-04-19 | Set the right domain\user in cli_rpc_pipe_open_ntlmssp_internal | Volker Lendecke | 1 | -2/+2 |
2008-04-17 | rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduce | Jelmer Vernooij | 1 | -2/+2 |
2008-04-15 | Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 1 | -2/+2 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -10/+13 |
2008-02-27 | Closed memory leak on error path. | Steven Danneman | 1 | -0/+1 |
2008-01-25 | Use generated DSSETUP client & server rpc functions and remove the hand-writt... | Günther Deschner | 1 | -1/+1 |
2008-01-23 | Windows 2008 (Longhorn) auth2 flag fixes. | Andreas Schneider | 1 | -2/+2 |
2007-12-18 | Fix a debug message: add missing space. | Michael Adam | 1 | -2/+2 |
2007-12-17 | Do not close netlogon pipe in get_schannel_session_key_common(). | Michael Adam | 1 | -1/+0 |
2007-12-13 | Refactoring out get_schannel_session_key logic. | Michael Adam | 1 | -53/+39 |
2007-12-13 | Rename get_trust_pw() to get_trust_pw_hash(). | Michael Adam | 1 | -2/+4 |
2007-12-13 | Let get_trust_pw() determine the machine_account_name to use. | Michael Adam | 1 | -32/+6 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 1 | -31/+4 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -5/+7 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r23850: Fix whitespacing in DEBUG output. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -15/+15 |
2007-10-10 | r22092: - make spnego_parse_auth_response() more generic and | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r21382: Important fix for winbind when using non-AD domains. | Günther Deschner | 1 | -1/+7 |
2007-10-10 | r21240: Fix longstanding Bug #4009. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r16255: Fix 'net ads join' when the workgroup is set incorrectly | Gerald Carter | 1 | -6/+9 |