summaryrefslogtreecommitdiff
path: root/source3/smbd/chgpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* r16248: Fix Coverity ID 297Volker Lendecke2007-10-101-0/+5
* r15887: Ensure we use sys_write so we're not interrupted.Jeremy Allison2007-10-101-1/+1
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-1/+2
* r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2007-10-101-1/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-3/+3
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-1/+3
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-25/+25
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-1/+1
* r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3Günther Deschner2007-10-101-0/+10
* r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner2007-10-101-3/+13
* r13316: Let the carnage begin....Gerald Carter2007-10-101-10/+3
* r13291: NT checks the minimum password age dynamically. That means we have to...Volker Lendecke2007-10-101-5/+21
* r12938: Fix for #3408 (change password fails) from William Jojo <jojowil@hvcc...Jeremy Allison2007-10-101-3/+7
* r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+2
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2007-10-101-4/+4
* r8454: Fix Bug #2502Günther Deschner2007-10-101-11/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-2/+2
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2007-10-101-2/+2
* r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bitVolker Lendecke2007-10-101-1/+2
* 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