summaryrefslogtreecommitdiff
path: root/source3/libsmb/passchange.c
AgeCommit message (Expand)AuthorFilesLines
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