summaryrefslogtreecommitdiffstats
path: root/source/libsmb/passchange.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-10-081-0/+1
* s3/libsmb: Fix typo in error message.Karolin Seeger2009-07-271-1/+1
* s3/libsmb: Fix debug message.Karolin Seeger2009-06-151-1/+1
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2009-01-021-26/+52
* 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
* Make remote_password_change return malloced error stringsVolker Lendecke2007-11-231-31/+38
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-3/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-5/+5
* r19577: Fix from Nils Nordman for bug #4085. Thanks !Jeremy Allison2007-10-101-5/+6
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-101-20/+19
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-51/+57
* r13316: Let the carnage begin....Gerald Carter2007-10-101-17/+23
* r13211: Fix remote password changing if password must change is setVolker Lendecke2007-10-101-1/+36
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-29/+37
* r1581: 'NULL' NTLMSSP is both a pain to get right, and compleatly and utterlyAndrew Bartlett2007-10-101-0/+2
* r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett2007-10-101-21/+62
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-17/+71
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-3/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+3
* more cli_session_setup() calls. what the heck are these doing???Luke Leighton1999-12-011-1/+1
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-8/+9
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+100