Age | Commit message (Expand) | Author | Files | Lines |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_get_tcp_port(). | Günther Deschner | 1 | -5/+5 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp(). | Günther Deschner | 3 | -6/+6 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_np(). | Günther Deschner | 1 | -4/+4 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open(). | Günther Deschner | 1 | -7/+7 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transpo... | Günther Deschner | 3 | -8/+9 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth(). | Günther Deschner | 28 | -55/+54 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_... | Günther Deschner | 6 | -13/+13 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_ntlmssp_auth_s... | Günther Deschner | 2 | -3/+3 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel(). | Günther Deschner | 5 | -6/+6 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface(). | Günther Deschner | 6 | -27/+27 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_ncalrpc(). | Günther Deschner | 3 | -4/+4 |
2013-08-05 | s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends. | Günther Deschner | 1 | -8/+8 |
2013-08-05 | s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe(). | Günther Deschner | 6 | -37/+37 |
2013-08-05 | s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle(). | Günther Deschner | 8 | -21/+22 |
2013-08-05 | s3-rpc_cli: remove prototype of nonexisting cli_rpc_pipe_open_krb5(). | Günther Deschner | 1 | -9/+0 |
2013-08-05 | s3-net: pass down ndr_interface_table to connect_dst_pipe(). | Günther Deschner | 4 | -10/+10 |
2013-08-05 | s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis... | Günther Deschner | 1 | -0/+4 |
2013-08-05 | auth/credentials: use CRED_CALLBACK_RESULT after a callback | Stefan Metzmacher | 1 | -11/+23 |
2013-08-05 | auth/credentials: simplify password_tries state | Stefan Metzmacher | 2 | -6/+15 |
2013-08-05 | auth/credentials: get the old password from secrets.tdb | Stefan Metzmacher | 1 | -0/+11 |
2013-08-05 | auth/credentials: keep cli_credentials private | Stefan Metzmacher | 6 | -93/+126 |
2013-08-05 | s4:ntlm_auth: make use of cli_credentials_[set_]callback_data* | Stefan Metzmacher | 1 | -4/+6 |
2013-08-05 | s4:torture/rpc: make use of cli_credentials_set_netlogon_creds() | Stefan Metzmacher | 1 | -20/+16 |
2013-08-05 | s4:torture/gentest: make use of cli_credentials_get_username() | Stefan Metzmacher | 1 | -1/+2 |
2013-08-05 | s4:torture/shell: simplify cli_credentials_set_password() call | Stefan Metzmacher | 1 | -4/+1 |
2013-08-05 | s3:ntlm_auth: remove pointless credentials->priv_data = NULL; | Stefan Metzmacher | 1 | -1/+0 |
2013-08-05 | auth/credentials: add cli_credentials_shallow_copy() | Stefan Metzmacher | 2 | -0/+18 |
2013-08-05 | auth/credentials: add cli_credentials_[set_]callback_data* | Stefan Metzmacher | 2 | -0/+19 |
2013-08-05 | auth/credentials: remove pointless talloc_reference() from cli_credentials_ge... | Stefan Metzmacher | 1 | -1/+1 |
2013-08-05 | auth/credentials: remove pointless talloc_reference() from cli_credentials_ge... | Stefan Metzmacher | 1 | -1/+1 |
2013-08-05 | tevent: Add echo server sample code | Volker Lendecke | 1 | -0/+664 |
2013-08-04 | Ensure we can never integer wrap when working on client-supplied max_data_bytes. | Jeremy Allison | 1 | -0/+22 |
2013-08-03 | There are tests all over the SMB1 code to check that srv_send_smb fails, but ... | Richard Sharpe | 1 | -1/+1 |
2013-08-02 | dfs_server: Use dsdb_search_one to catch 0 results as well as NO_SUCH_OBJECT ... | Andrew Bartlett | 1 | -5/+5 |
2013-08-02 | s3:lib/system fix build on AIX 7 | Christian Ambach | 1 | -3/+12 |
2013-08-01 | Fix bug 9678 - Windows 8 Roaming profiles fail | Gregor Beck | 1 | -7/+2 |
2013-08-01 | security.idl: add new security_secinfo bits | Gregor Beck | 1 | -0/+3 |
2013-08-01 | tevent: change version to 0.9.19 | Stefan Metzmacher | 2 | -1/+84 |
2013-08-01 | tevent: Remove the signal pipe if no signal events are around | Volker Lendecke | 1 | -1/+13 |
2013-08-01 | Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair. | Ralph Wuerthner | 1 | -0/+6 |
2013-07-31 | Wrap setting leases in become_root()/unbecome_root() to ensure correct delive... | Jeremy Allison | 1 | -13/+20 |
2013-07-31 | torture: add LOCAL-sid_to_string testcase | Jeff Layton | 2 | -0/+31 |
2013-07-31 | torture: add more string_to_sid torture testcases | Jeff Layton | 1 | -0/+16 |
2013-07-31 | libcli: fix conversion logic in dom_sid_string_buf | Jeff Layton | 1 | -10/+18 |
2013-07-31 | libcli: fix conversion logic in dom_sid_parse_endp | Jeff Layton | 1 | -14/+15 |
2013-07-31 | wbclient: fix conversion logic in wbcSidToStringBuf | Jeff Layton | 1 | -14/+17 |
2013-07-31 | wbclient: fix conversion logic in wbcStringToSid | Jeff Layton | 1 | -17/+20 |
2013-07-31 | schannel: Fix an unused variable | Volker Lendecke | 1 | -1/+0 |
2013-07-30 | samba-tool dbcheck: Correctly remove deleted DNs in dbcheck | Andrew Bartlett | 1 | -1/+1 |
2013-07-30 | dsdb: Include MS-ADTS doc references on deleted object contstraints | Andrew Bartlett | 1 | -0/+16 |