Age | Commit message (Expand) | Author | Files | Lines |
2012-03-02 | s3:rpc_client: initialize struct schannel_state to zero | Stefan Metzmacher | 1 | -2/+1 |
2012-02-16 | s3-librpc: Use gensec_spnego for DCE/RPC authentication | Andrew Bartlett | 1 | -121/+38 |
2012-02-16 | s3:rpc_client: fix comment | Stefan Metzmacher | 1 | -1/+1 |
2012-02-16 | s3-librpc: make gensec result handling more generic | Andrew Bartlett | 1 | -11/+11 |
2012-01-23 | WERROR type variable being incorrectly checked with a NT_STATUS_IS_X | David Disseldorp | 1 | -1/+1 |
2012-01-18 | s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne... | Andrew Bartlett | 3 | -11/+10 |
2012-01-18 | s3-librpc Make cli_rpc_pipe_open_spnego_ntlmssp() generic | Andrew Bartlett | 3 | -104/+25 |
2012-01-18 | s3-librpc Remove special case for spnego session key | Andrew Bartlett | 1 | -1/+8 |
2012-01-18 | s3-librpc Call SPENGO/GSSAPI via the auth_generic layer and gensec | Andrew Bartlett | 1 | -7/+9 |
2012-01-18 | s3-librpc Call GSSAPI via the auth_generic layer and gensec | Andrew Bartlett | 1 | -139/+3 |
2012-01-11 | s3-librpc Supply target service and server to spnego_generic_init_client() | Andrew Bartlett | 1 | -0/+3 |
2012-01-11 | s3-librpc: Rename spnego_ntlmssp_init_client and make generic | Andrew Bartlett | 1 | -1/+2 |
2012-01-11 | s3-librpc Set target service and server into gensec | Andrew Bartlett | 1 | -0/+10 |
2012-01-11 | s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be generic | Andrew Bartlett | 2 | -39/+46 |
2012-01-11 | s3-librpc Rename create_ntlmssp_auth_rpc_bind_req() to be more generic | Andrew Bartlett | 1 | -6/+3 |
2012-01-06 | s3-libsmb Make auth_ntlmssp client more generic | Andrew Bartlett | 1 | -12/+7 |
2011-12-22 | s3-auth rename auth_ntlmssp_state -> auth_generic_state | Andrew Bartlett | 1 | -1/+1 |
2011-12-12 | s4-lsarpc handle more info levels in SetInfoTrustedDomain calls | Andrew Bartlett | 2 | -368/+0 |
2011-10-27 | s3:rpc_client: remove references to auth_ntlmssp_state | Stefan Metzmacher | 1 | -13/+14 |
2011-10-24 | idl: Improve MS-PAC IDL | Simo Sorce | 1 | -1/+1 |
2011-10-21 | s3-ntlmssp Remove auth_ntlmssp_session_key() | Andrew Bartlett | 1 | -1/+5 |
2011-10-21 | s3-ntlmssp Remove auth_ntlmssp_want_feature() | Andrew Bartlett | 1 | -2/+2 |
2011-10-21 | s3-ntlmssp Remove auth_ntlmssp_update wrapper | Andrew Bartlett | 1 | -3/+4 |
2011-10-18 | s3-ntlmssp split auth_ntlmssp_client_start() into two parts | Andrew Bartlett | 1 | -5/+7 |
2011-10-18 | s3-rpc_client remove cli_auth_ntlmssp_data_destructor | Andrew Bartlett | 1 | -9/+1 |
2011-10-18 | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 1 | -1/+1 |
2011-10-12 | s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by value | Gregor Beck | 1 | -1/+1 |
2011-09-18 | s3: Fix two c++ warnings | Volker Lendecke | 1 | -2/+2 |
2011-09-14 | s3:rpc_client: return NT_STATUS_CONNECTION_DISCONNECTED | Stefan Metzmacher | 2 | -5/+5 |
2011-09-13 | s3: Fix Coverity ID 2613 -- UNINIT | Volker Lendecke | 1 | -0/+1 |
2011-09-13 | s3: Fix Coverity ID 2614 -- UNINIT | Volker Lendecke | 1 | -0/+1 |
2011-09-12 | s3-lsa: Add conversion for auth info structs | Sumit Bose | 2 | -0/+366 |
2011-08-05 | s3:rpc_transport_tstream: only use tstream_cli_np_use_trans() for sync requests | Stefan Metzmacher | 1 | -0/+6 |
2011-08-03 | s3-ntlmssp Remove auth_ntlmssp_and_flags() | Andrew Bartlett | 1 | -6/+0 |
2011-08-03 | s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hash | Andrew Bartlett | 2 | -43/+0 |
2011-08-03 | s3-ntlmssp Remove auth_ntlmssp_or_flags | Andrew Bartlett | 1 | -3/+2 |
2011-08-03 | s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_update | Andrew Bartlett | 1 | -3/+4 |
2011-08-03 | s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_get_session_key() | Andrew Bartlett | 1 | -2/+2 |
2011-08-01 | s3:rpc_transport_tstream: call tstream_cli_np_use_trans() before tstream_writ... | Stefan Metzmacher | 1 | -4/+9 |
2011-07-27 | s3-rpc_client: Fix memory context in winreg_enum_printer_dataex(). | Andreas Schneider | 1 | -3/+2 |
2011-07-27 | s3-rpc_client: Close policy handles before creating defaults. | Andreas Schneider | 1 | -0/+15 |
2011-07-27 | s3-rpc_client: Close the hive handle before we open it again. | Andreas Schneider | 1 | -9/+13 |
2011-07-27 | s3-rpc_client: Close hive if opening of the key fails. | Andreas Schneider | 1 | -1/+11 |
2011-07-22 | s3:cli_pipe_schannel: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -6/+6 |
2011-07-22 | s3:cli_pipe: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -4/+4 |
2011-07-22 | s3:cli_pipe: use result->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -3/+3 |
2011-07-20 | s3-auth Use the common auth_session_info | Andrew Bartlett | 2 | -6/+6 |
2011-07-20 | s3-auth Use struct auth3_session_info outside the auth subsystem | Andrew Bartlett | 2 | -6/+6 |
2011-07-13 | s3-rpc_server: Removed no longer used functions. | Vicentiu Ciorbaru | 1 | -281/+0 |
2011-07-13 | s3-rpc_client: Migrate to dcerpc_winreg_delete_subkeys_recursive(). | Vicentiu Ciorbaru | 1 | -10/+31 |