summaryrefslogtreecommitdiff
path: root/source3/libsmb/passchange.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-04-18s3:libsmb: pass struct smb_transports to cli_connect_nb()Stefan Metzmacher1-1/+4
2025-01-02passchange: error message fixMichael Tokarev1-2/+2
2024-12-05s3:cli_pipe: pass target_service to cli_rpc_pipe_open_with_creds()Stefan Metzmacher1-0/+1
2024-08-20libsmb: Convert cli_oem_change_password() to NTSTATUSVolker Lendecke1-5/+10
2024-08-20libsmb: Remove a pointless variable assignmentVolker Lendecke1-3/+0
2024-08-20libsmb: Avoid an "else", we return in the "true" branchVolker Lendecke1-14/+18
2024-08-20libsmb: Swap if/else branches in remote_password_changeVolker Lendecke1-10/+10
2024-08-20libsmb: Avoid an "else", we return in the "true" branch.Volker Lendecke1-2/+4
2024-04-29s3:libsmb: Pass memory context to cli_connect_nb()Andreas Schneider1-2/+9
2023-09-25libsmb: Pass neg contexts through sync smbXcli_negprot_recv()Volker Lendecke1-2/+6
2023-07-13s3:libsmb: Fix code spellingAndreas Schneider1-1/+1
2022-07-28s3:libsmb: Add dcerpc_samr_chgpasswd_user4 to remote_password_change()Andreas Schneider1-0/+40
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner1-0/+4
2021-12-02s3:libsmb: Remove trailing white spaces from passchange.cAndreas Schneider1-6/+6
2019-01-09s3:smbpasswd: Print debug message about NetbiosJustin Stephenson1-4/+12
2017-08-23s3:libsmb: Pass domain to remote_password_change()Andreas Schneider1-2/+3
2016-12-09s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher1-1/+1
2016-12-09s3:libsmb: avoid using cli->{use_kerberos,...} in remote_password_change()Stefan Metzmacher1-4/+4
2016-11-15s3:libsmb: make use of cli_{session_setup,rpc_pipe_open_with}_creds() in pass...Stefan Metzmacher1-27/+21
2016-11-15s3:libsmb: make use of cli_session_setup_anon()Stefan Metzmacher1-1/+1
2016-11-15s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher1-3/+2
2016-04-12CVE-2016-2115: s3:libsmb: use SMB_SIGNING_IPC_DEFAULT and lp_client_ipc_{min,...Ralph Boehme1-3/+4
2015-04-15Fix incorrect order of arguments in error stringRoel van Meer1-1/+1
2014-10-17s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher1-18/+0
2014-10-17s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett1-3/+3
2014-10-08s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett1-0/+1
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-2/+2
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes1-1/+3
2012-01-18s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett1-1/+1
2012-01-11s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett1-7/+9
2011-11-24s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-16s3-libsmb/passchange.c: remove some cli_nt_error() callsBjörn Baumbach1-2/+0
2011-11-03s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+1
2011-09-15s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher1-3/+1
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher1-1/+1
2011-05-28s3: Use cli_connect_nb in remote_password_changeVolker Lendecke1-31/+2
2011-05-28s3: Fix some nonemtpy blank linesVolker Lendecke1-3/+3
2011-05-18s3-libsmb/passchange.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-8/+9
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-1/+1
2010-05-28s3-build: only use ndr_samr.h where needed.Günther Deschner1-0/+1
2010-05-18s3-rpc_client: move protos to cli_samr.hGünther Deschner1-0/+1
2010-05-14s3-libsmb: fix typo in remote_password_change().Günther Deschner1-1/+1
2009-11-12Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison1-2/+2
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner1-1/+1
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner1-0/+1