summaryrefslogtreecommitdiff
path: root/source3/libsmb/passchange.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-02s3-smbpasswd: Fix Bug #6584: allow DOM\user when changing passwords remotely.Simo Sorce1-3/+16
2009-07-28Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison1-1/+1
2009-06-17s3/libsmb: Fix typo in error message.Karolin Seeger1-1/+1
2009-06-15s3/libsmb: Fix debug message.Karolin Seeger1-1/+1
2009-03-13Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison1-3/+15
2009-01-30Make cli_tcon_andx asyncVolker Lendecke1-5/+5
2008-12-31Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison1-26/+52
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-2/+4
2008-09-01Fix some nonempty blank linesVolker Lendecke1-11/+11
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-7/+7
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-4/+6
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner1-3/+3
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-1/+1
2008-04-20Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke1-7/+6
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-2/+2
2007-11-23Make remote_password_change return malloced error stringsVolker Lendecke1-31/+38
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-3/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-5/+5
2007-10-10r19577: Fix from Nils Nordman for bug #4085. Thanks !Jeremy Allison1-5/+6
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-20/+19
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-51/+57
2007-10-10r13316: Let the carnage begin....Gerald Carter1-17/+23
2007-10-10r13211: Fix remote password changing if password must change is setVolker Lendecke1-1/+36
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-29/+37
2007-10-10r1581: 'NULL' NTLMSSP is both a pain to get right, and compleatly and utterlyAndrew Bartlett1-0/+2
2007-10-10r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett1-21/+62
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-17/+71
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-3/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+3
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton1-1/+1
1998-11-12Removed code that used printf/fprintf in password changin libraries.Herb Lewis1-8/+9
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+100