r283: removing --with-cracklib after discussion with abartklet @ sambaXP
[tprouty/samba.git] / source / smbd / chgpasswd.c
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...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2001-12-04 Herb LewisMerge from 2.2
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-29 Andrew BartlettThis commit is number 1 of 4.
2001-10-02 Jeremy AllisonFixed up the change password bug when not using PAM.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-29 Andrew BartlettFix up a number of intertwined issues:
2001-09-26 Andrew BartlettUpdate for new pdb_set_plaintext_passwd() interface.
2001-09-10 Andrew Tridgellmade a couple of local fns static
2001-07-23 Jeremy AllisonFix case insensitive password change code.
2001-07-07 Andrew BartlettYou can't dump_data() a function pointer...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-20 Jeremy AllisonFixed W2K SP2 joining a Samba PDC hosted domain.
2001-05-07 Gerald CarterPatch from Simo:
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-05-02 Jeremy AllisonHad to add a "pam password change" parameter (defaults...
2001-04-30 Jeremy AllisonBased on an original PAM patch by Andrew Bartlett,...
2001-03-11 Jeremy AllisonRemove "BYTE" - we already have uint8 - don't need...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-06-23 Tim PotterDelete OriginalDir stuff.
2000-06-09 Andrew Tridgellclean up oplock capability code ready for Linux code
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-18 Luke LeightonReadDirName calls vfs->readdirname calls dos_readdirname.
2000-03-21 Luke Leightonindent update to make t easier to see setuid mods in...
2000-01-05 Jeremy AllisonMoved check_plaintext_password() into smbd/chgpasswd...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-11-20 Luke Leightonmodified domain_client_validate to take trust account...
1999-11-04 Luke Leightonsamuserset <username> -p password. YESSSSS :)
1999-11-04 Luke Leightonadding experimental set user password command to rpccli...
1999-06-13 Tim PotterMoved code that changes the pw_passwd entry (i.e shadow...
1999-06-02 Matthew ChapmanFixing core dump bug with unix password sync, caused...
next