summaryrefslogtreecommitdiff
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-012-52/+49
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-112-18/+16
* Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison2001-07-061-2/+19
* Syncup getting ready for release.Jeremy Allison2001-07-062-179/+657
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-2/+0
* Adding Andrew Bartlett's mini-fixes to extend use of PAM to encrypted passwor...John Terpstra2001-04-131-3/+30
* Fix up UnixWare (OpenUnix) ACLs support. This should also fix the same problemJohn Terpstra2001-04-121-0/+2
* This is the beggining of PAM support that goes beyond just vaidating a password.John Terpstra2001-04-111-71/+25
* Note: This is not working right now. It will be fixed soon ===> JHTJohn Terpstra2001-04-111-31/+33
* Still taping on PAM support. Not yet final, but looking good.John Terpstra2001-04-101-74/+66
* passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison2001-04-101-62/+26
* Here is the new PAM password handling stuff. Much more work planned.John Terpstra2001-04-101-0/+440
* Moved all PAM password handling out of pass_check.c, new file pampass.c to fo...John Terpstra2001-04-101-134/+4
* merges from HEADGerald Carter2001-02-081-0/+8
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-14/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-3/+3
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-366/+459
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-54/+129
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-63/+1
* pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1999-03-081-1/+2
* Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1998-09-261-1/+3
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1998-08-291-37/+0
* use user instead of this_user to prevent global shadowingAndrew Tridgell1998-08-151-18/+18
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-0/+950