summaryrefslogtreecommitdiffstats
path: root/source/smbd/chgpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* minor portability fixAndrew Tridgell2002-07-281-0/+2
* Fix a missing 'no memory' return in last night's svrsvc code, and useAndrew Bartlett2002-07-281-3/+3
* Check paramters for NULL.Andrew Bartlett2002-05-171-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
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-94/+92
* Delete OriginalDir stuff.Tim Potter2000-06-231-11/+15
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-091-3/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-1/+1
* ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton2000-04-181-5/+5
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-455/+558
* Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2000-01-051-0/+43
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-127/+150
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-201-1/+2
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-67/+0
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+31
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-1/+1
* Fixing core dump bug with unix password sync, caused by a NULLMatthew Chapman1999-06-021-5/+7
* SAM database "set user info".Luke Leighton1999-03-251-24/+37
* Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1999-03-191-0/+8
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-3/+1
* UNICODE issues.Luke Leighton1999-02-111-1/+1
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-1/+1
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-1/+1
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+1
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-4/+4
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+3