summaryrefslogtreecommitdiff
path: root/source3/smbd/chgpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-2/+2
2007-10-10r4337: Produce a slightly different error message is lanman authentication isAndrew Bartlett1-3/+8
2007-10-10r3954: bring Samba3 into line with the Samba4 password change codeAndrew Tridgell1-18/+11
2007-10-10r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter1-1/+1
2007-10-10r2772: Check correct string length when verifying password-policies. Do notGünther Deschner1-2/+3
2007-10-10r2333: check the script is not a 0 lenght stringSimo Sorce1-1/+1
2007-10-10r2331: check password script code and example from trunkSimo Sorce1-0/+13
2007-10-10r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger...Gerald Carter1-1/+1
2007-10-10r1661: Changed the password history format so that each history entryJeremy Allison1-7/+13
2007-10-10r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison1-10/+75
2007-10-10r283: removing --with-cracklib after discussion with abartklet @ sambaXPGerald Carter1-47/+0
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison1-1/+1
2004-02-02remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter1-23/+58
2004-01-26Revise our server-side password change code to cope with the variousAndrew Bartlett1-109/+158
2004-01-14revert the cracklib changes until post 3.0.2Gerald Carter1-58/+23
2004-01-12On systems without a working cracklib, ensure we don't include the headerAndrew Bartlett1-0/+2
2004-01-12First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett1-23/+56
2004-01-06Patch penguin. Cleaning out old mbp patch.Jeremy Allison1-22/+24
2003-11-24Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison1-3/+6
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-1/+1
2003-09-04Fix UNIX passwd sync properly. I've finally understoodJeremy Allison1-67/+32
2003-08-15get rid of unused callHerb Lewis1-12/+0
2003-07-31Wrap calls to change_oem_password() in become_root()/unbecome_root() pairsJeremy Allison1-6/+9
2003-05-14spellingTim Potter1-2/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce1-5/+8
2003-03-17Merge from HEAD:Andrew Bartlett1-1/+1
2003-01-15Remove debugging stmt.Tim Potter1-3/+0
2003-01-15*lots of small merges form HEADGerald Carter1-3/+7
2003-01-14Merge from HEAD - eliminated unused arguments.Andrew Bartlett1-2/+1
2003-01-08Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison1-15/+8
2003-01-06Fix memory leaks in pdb_ code.Jeremy Allison1-1/+13
2003-01-05Merge from HEAD - get the test the right way around, so that we can changeAndrew Bartlett1-1/+1
2003-01-04Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett1-27/+85
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-1/+1
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-2/+2
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-3/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20This is another *BIG* change...Andrew Bartlett1-2/+2
2002-01-20Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett1-48/+0
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-2/+5
2001-12-04Merge from 2.2Herb Lewis1-0/+6
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-10/+10
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-18/+40
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-0/+6
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-16/+32
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-47/+46
2001-09-26Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett1-6/+1
2001-09-10made a couple of local fns staticAndrew Tridgell1-5/+11