summaryrefslogtreecommitdiffstats
path: root/source3/smbd/chgpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* made a couple of local fns staticAndrew Tridgell2001-09-101-5/+11
* Fix case insensitive password change code.Jeremy Allison2001-07-231-1/+1
* You can't dump_data() a function pointer...Andrew Bartlett2001-07-071-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+4
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-201-1/+1
* Patch from Simo:Gerald Carter2001-05-071-5/+5
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-54/+44
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-54/+42
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-0/+21
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-3/+3
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0