summaryrefslogtreecommitdiffstats
path: root/source/smbd/chgpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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