summaryrefslogtreecommitdiffstats
path: root/source/smbd/chgpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-2/+2
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-2/+2
* r4337: Produce a slightly different error message is lanman authentication isAndrew Bartlett2007-10-101-3/+8
* r3954: bring Samba3 into line with the Samba4 password change codeAndrew Tridgell2007-10-101-18/+11
* r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2007-10-101-1/+1
* r2772: Check correct string length when verifying password-policies. Do notGünther Deschner2007-10-101-2/+3
* r2333: check the script is not a 0 lenght stringSimo Sorce2007-10-101-1/+1
* r2331: check password script code and example from trunkSimo Sorce2007-10-101-0/+13
* r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger...Gerald Carter2007-10-101-1/+1
* r1661: Changed the password history format so that each history entryJeremy Allison2007-10-101-7/+13
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-10/+75
* r283: removing --with-cracklib after discussion with abartklet @ sambaXPGerald Carter2007-10-101-47/+0
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-091-1/+1
* remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter2004-02-021-23/+58
* Revise our server-side password change code to cope with the variousAndrew Bartlett2004-01-261-109/+158
* revert the cracklib changes until post 3.0.2Gerald Carter2004-01-141-58/+23
* On systems without a working cracklib, ensure we don't include the headerAndrew Bartlett2004-01-121-0/+2
* First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett2004-01-121-23/+56
* Patch penguin. Cleaning out old mbp patch.Jeremy Allison2004-01-061-22/+24
* Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison2003-11-241-3/+6
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
* Fix UNIX passwd sync properly. I've finally understoodJeremy Allison2003-09-041-67/+32
* get rid of unused callHerb Lewis2003-08-151-12/+0
* Wrap calls to change_oem_password() in become_root()/unbecome_root() pairsJeremy Allison2003-07-311-6/+9
* spellingTim Potter2003-05-141-2/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-121-5/+8
* Merge from HEAD:Andrew Bartlett2003-03-171-1/+1
* Remove debugging stmt.Tim Potter2003-01-151-3/+0
* *lots of small merges form HEADGerald Carter2003-01-151-3/+7
* Merge from HEAD - eliminated unused arguments.Andrew Bartlett2003-01-141-2/+1
* Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison2003-01-081-15/+8
* Fix memory leaks in pdb_ code.Jeremy Allison2003-01-061-1/+13
* Merge from HEAD - get the test the right way around, so that we can changeAndrew Bartlett2003-01-051-1/+1
* Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett2003-01-041-27/+85
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+1
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-2/+2
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+5
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* This is another *BIG* change...Andrew Bartlett2002-01-201-2/+2
* Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett2002-01-201-48/+0
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-2/+5
* Merge from 2.2Herb Lewis2001-12-041-0/+6
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-10/+10
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-18/+40
* This commit is number 1 of 4.Andrew Bartlett2001-10-291-0/+6
* Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-021-16/+32
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-47/+46
* Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett2001-09-261-6/+1