r23682: Old patch I forgot in one of my 3.0.25 trees.
[ira/wip.git] / source / smbd / chgpasswd.c
2007-10-10 Simo Sorcer23682: Old patch I forgot in one of my 3.0.25 trees.
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Günther Deschnerr19094: Fix debug statement.
2007-10-10 Jim McDonoughr19058: Implement "user cannot change password", and...
2007-10-10 Volker Lendecker16248: Fix Coverity ID 297
2007-10-10 Jeremy Allisonr15887: Ensure we use sys_write so we're not interrupted.
2007-10-10 James Peachr14668: Set the FILE_STATUS_OFFLINE bit by observing...
2007-10-10 James Peachr14600: Refactor capability interface from being IRIX...
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
2007-10-10 Gerald Carterr13590: * replace all pdb_init_sam[_talloc]() calls...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Günther Deschnerr13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3
2007-10-10 Günther Deschnerr13442: Implement samr_chgpasswd_user3 server-side.
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker13291: NT checks the minimum password age dynamically...
2007-10-10 Jeremy Allisonr12938: Fix for #3408 (change password fails) from...
2007-10-10 Jeremy Allisonr12279: unix_mask_match has been broken for *ever*...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT...
2007-10-10 Günther Deschnerr8454: Fix Bug #2502
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr5961: final round of compiler warning fixes based...
2007-10-10 Volker Lendecker5905: Fix two warnings found by AIX. They might actual...
2007-10-10 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Günther Deschnerr4925: Migrate Account Policies to passdb (esp. replica...
2007-10-10 Andrew Bartlettr4337: Produce a slightly different error message is...
2007-10-10 Andrew Tridgellr3954: bring Samba3 into line with the Samba4 password...
2007-10-10 Tim Potterr2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG...
2007-10-10 Günther Deschnerr2772: Check correct string length when verifying passw...
2007-10-10 Simo Sorcer2333: check the script is not a 0 lenght string
2007-10-10 Simo Sorcer2331: check password script code and example from...
2007-10-10 Gerald Carterr2013: BUG 1658: little bit of const (patch from :...
2007-10-10 Jeremy Allisonr1661: Changed the password history format so that...
2007-10-10 Jeremy Allisonr1388: Adding password history code for ldap backend...
2007-10-10 Gerald Carterr283: removing --with-cracklib after discussion with...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-02-02 Gerald Carterremerge andrew's cracklib patch from HEAD and fix a...
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-26 Andrew BartlettRevise our server-side password change code to cope...
2004-01-14 Gerald Carterrevert the cracklib changes until post 3.0.2
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-12 Andrew BartlettOn systems without a working cracklib, ensure we don...
2004-01-12 Andrew BartlettFirst stab at cracklib support (password quality checki...
2004-01-06 Jeremy AllisonPatch penguin. Cleaning out old mbp patch.
2004-01-06 Jeremy AllisonPatch penguin. Cleaning out old mbp patch.
2003-11-24 Jeremy AllisonAdded "passwd chat timeout" parameter. Docs to follow.
2003-11-24 Jeremy AllisonAdded "passwd chat timeout" parameter. Docs to follow.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-09-04 Jeremy AllisonFix UNIX passwd sync properly. I've finally understood
2003-08-15 Herb Lewisget rid of unused call
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-31 Jeremy AllisonWrap calls to change_oem_password() in become_root...
2003-05-14 Tim Potterspelling
2003-05-14 Tim Potterspelling
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-29 Simo SorceThis is a nice rewrite:
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-16 Andrew Bartlett - Make ReadDirName return a const char*.
2003-01-15 Tim PotterRemove debugging stmt.
2003-01-15 Tim PotterRemoved level 0 DEBUG leftover from testing.
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-14 Andrew BartlettMerge from HEAD - eliminated unused arguments.
2003-01-11 Andrew BartlettRemove an unused paramter for our old LM-only password...
2003-01-09 Tim PotterRemove read_with_timeout() and replaced its only caller...
2003-01-08 Jeremy AllisonFix erroneous free of SAM_ACCOUNT (make clearer when...
2003-01-08 Jeremy AllisonFix erroneous free of SAM_ACCOUNT (make clearer when...
2003-01-06 Jeremy AllisonFix memory leaks in pdb_ code.
2003-01-06 Jeremy AllisonFix memory leaks in pdb_ code.
2003-01-05 Andrew BartlettMerge from HEAD - get the test the right way around...
2003-01-05 Andrew BartlettEven when I can't manage to do QA, at least the build...
2003-01-04 Andrew BartlettMerge from HEAD - move user password changes into the...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-01 Andrew BartlettMove our password change code along a little - use...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-02 Andrew BartlettMerge passdb from HEAD -> 3.0
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-28 Andrew Tridgellminor portability fix
2002-07-28 Andrew BartlettFix a missing 'no memory' return in last night's svrsvc...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-17 Andrew BartlettCheck paramters for NULL.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-20 Andrew BartlettKill off the old varient of 'check_plaintext_password...
next