summaryrefslogtreecommitdiffstats
path: root/source/auth/pampass.c
Commit message (Collapse)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-47/+46
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-14/+12
| | | | Jeremy.
* Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison2001-07-061-2/+19
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-176/+639
| | | | Jeremy.
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-2/+0
| | | | | | | - fixed some uninitialised variable warnings - removed smbrun utility (never used) - removed some incorrect varargs usage - removed smbrun smb.conf option
* Adding Andrew Bartlett's mini-fixes to extend use of PAM to encrypted ↵John Terpstra2001-04-131-3/+30
| | | | password using systems.
* Fix up UnixWare (OpenUnix) ACLs support. This should also fix the same problemJohn Terpstra2001-04-121-0/+2
| | | | | | with Solaris (not tested!). Added debug statements for PAM support.
* This is the beggining of PAM support that goes beyond just vaidating a password.John Terpstra2001-04-111-71/+25
| | | | Watch this space for more. Andrew Bartlett - where are you?
* 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
|
* Here is the new PAM password handling stuff. Much more work planned.John Terpstra2001-04-101-0/+440
The blocked out code will be removed in due course.