summaryrefslogtreecommitdiff
path: root/source3/libsmb/passchange.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbpasswd: Print debug message about NetbiosJustin Stephenson2019-01-091-4/+12
* s3:libsmb: Pass domain to remote_password_change()Andreas Schneider2017-08-231-2/+3
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-091-1/+1
* s3:libsmb: avoid using cli->{use_kerberos,...} in remote_password_change()Stefan Metzmacher2016-12-091-4/+4
* s3:libsmb: make use of cli_{session_setup,rpc_pipe_open_with}_creds() in pass...Stefan Metzmacher2016-11-151-27/+21
* s3:libsmb: make use of cli_session_setup_anon()Stefan Metzmacher2016-11-151-1/+1
* s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher2016-11-151-3/+2
* CVE-2016-2115: s3:libsmb: use SMB_SIGNING_IPC_DEFAULT and lp_client_ipc_{min,...Ralph Boehme2016-04-121-3/+4
* Fix incorrect order of arguments in error stringRoel van Meer2015-04-151-1/+1
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-171-18/+0
* s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett2014-10-171-3/+3
* s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett2014-10-081-0/+1
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-2/+2
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+3
* s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett2012-01-181-1/+1
* s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett2012-01-111-7/+9
* s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3-libsmb/passchange.c: remove some cli_nt_error() callsBjörn Baumbach2011-11-161-2/+0
* s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-3/+1
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-1/+1
* s3: Use cli_connect_nb in remote_password_changeVolker Lendecke2011-05-281-31/+2
* s3: Fix some nonemtpy blank linesVolker Lendecke2011-05-281-3/+3
* s3-libsmb/passchange.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-8/+9
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-061-1/+1
* s3-build: only use ndr_samr.h where needed.Günther Deschner2010-05-281-0/+1
* s3-rpc_client: move protos to cli_samr.hGünther Deschner2010-05-181-0/+1
* s3-libsmb: fix typo in remote_password_change().Günther Deschner2010-05-141-1/+1
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-2/+2
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-1/+1
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-09-111-0/+1
* s3-smbpasswd: Fix Bug #6584: allow DOM\user when changing passwords remotely.Simo Sorce2009-09-021-3/+16
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
* s3/libsmb: Fix typo in error message.Karolin Seeger2009-06-171-1/+1
* s3/libsmb: Fix debug message.Karolin Seeger2009-06-151-1/+1
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-131-3/+15
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-5/+5
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2008-12-311-26/+52
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-2/+4
* Fix some nonempty blank linesVolker Lendecke2008-09-011-11/+11
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-7/+7
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-4/+6
* rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-3/+3
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-1/+1
* Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke2008-04-201-7/+6
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-2/+2