Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-14 | - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth | Damien Miller | |
2000-10-07 | - (stevesk) Print PAM return value in PAM log messages to aid | Kevin Steves | |
with debugging. | |||
2000-09-16 | - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM | Damien Miller | |
password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's | |||
2000-08-30 | - (djm) Quieten the pam delete credentials error message | Damien Miller | |
2000-07-09 | - (djm) Fix pam sprintf fix | Damien Miller | |
- (djm) Cleanup entropy collection code a little more. Split initialisation from seeding, perform intialisation immediatly at start, be careful with uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com> | |||
2000-07-09 | - (djm) Only enable PAM_TTY kludge for Linux. Problem report from | Damien Miller | |
Kevin Steves <stevesk@sweden.hp.com> | |||
2000-07-08 | - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from | Damien Miller | |
Aaron Hopkins <aaron@die.net> | |||
2000-06-22 | Add explanation of PAM_TTY kludge | Damien Miller | |
2000-06-18 | - (djm) Add summary of configure options to end of ./configure run | Damien Miller | |
- (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from Michael Stone <mstone@cs.loyola.edu> - (djm) rusage is a privileged operation on some Unices (incl. Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com> - (djm) Avoid PAM failures when running without a TTY. Report from Martin Petrak <petrak@spsknm.schools.sk> - (djm) Include sys/types.h when including netinet/in.h in configure tests. Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net> | |||
2000-06-12 | - (djm) Glob manpages in RPM spec files to catch compressed files | Damien Miller | |
- (djm) Full license in auth-pam.c | |||
2000-05-31 | - Cleanup of auth.c, login.c and fake-* | Damien Miller | |
- Cleanup of auth-pam.c, save and print "account expired" error messages | |||
2000-04-30 | - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au> | Damien Miller | |
2000-04-20 | - Merge fixes from Debian patch from Phil Hands <phil@hands.com> | Damien Miller | |
- Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE) - Use vhangup to clean up Linux ttys - Force posix getopt processing on GNU libc systems | |||
2000-01-27 | Add const to suppress compiler warning | Damien Miller | |
1999-12-30 | - Removed most of the pam code into its own file auth-pam.[ch]. This | Damien Miller | |
cleaned up sshd.c up significantly. - Several other cleanups |