| Age | Commit message (Expand) | Author |
| 2006-05-20 | s/0/NULL/ for execl*'s last argument. | mrg |
| 2006-04-17 | GC old signal handling and merge it in 4 places: | christos |
| 2006-04-06 | Use TABs instead of spaces. | simonb |
| 2006-03-26 | Remove unused variable 'salt' | hubertf |
| 2006-03-23 | Get rid of more Kerberos 4 code. | wiz |
| 2006-03-22 | PR/33128: Martin Husemann: When login in on the console, SIGABRT is ignored | christos |
| 2006-03-20 | Goodbye KerberosIV | christos |
| 2006-03-19 | Fix Coverity run 5, issue 1931 -- memory leak. This was noted as being a | jnemeth |
| 2006-03-08 | PR/23616: Christian Biere: login might not back-off as expected | jnemeth |
| 2006-03-08 | PR/23616: Christian Biere: login might not back-off as expected | jnemeth |
| 2006-03-06 | PR/30923: Zafer Aydogan: pam too verbose | jnemeth |
| 2006-03-06 | PR/31059: Zafer Aydogan: login too verbose | jnemeth |
| 2006-02-20 | Propagate change from login.c where if getpeername succeeded, then we have | christos |
| 2006-02-19 | PR/32873: Johan Veenhuizen: login(1) does not initialize lastlogx struct | christos |
| 2006-02-19 | PR/32870: Johan Veenhuizen: login(1) does not obey .hushlogin | christos |
| 2005-11-08 | Prefer mdoc markup to roff. | wiz |
| 2005-11-08 | Remove trailing whitespace. | wiz |
| 2005-11-01 | Update documentation for pam, and don't accept flags that we don't support | christos |
| 2005-09-21 | use getgrnam_r; from Jon Nemeth | christos |
| 2005-04-25 | Terminate variable argument list with NULL, not 0. | matt |
| 2005-04-19 | Safety boots: don't depend upon getpwnam_r() to set pwd to NULL on all | lukem |
| 2005-04-03 | Don't report that we don't know the username. We don't want to give out | christos |
| 2005-03-30 | - use getpwnam_r | christos |
| 2005-03-29 | Add a colon before %m in calls to syslog(3) for consistency with other | jmmv |
| 2005-03-20 | Make S/Key prompt compliant with RFC 2289. Patch supplied by Dave Huang | tron |
| 2005-03-04 | Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling | he |
| 2005-03-03 | 1. Restore missing tty action. | christos |
| 2005-02-28 | - use F_CLOSEM instead of walking the fd list | christos |
| 2005-02-28 | - deal with ptyfs pty names. | christos |
| 2005-02-01 | Add setting of PAM_SOCKADDR. | christos |
| 2005-01-23 | Add PAM support to login(8) | manu |
| 2005-01-20 | Kill __P(), ANSIfy, remove main() prototype, whitespace; WARNS=2 | xtraeme |
| 2005-01-12 | Kill __P() and ANSIfy, ok christos. | xtraeme |
| 2004-12-22 | Only include Kerberos 4 headers when compiling in a Kerberos enviroment | lha |
| 2004-11-19 | Remove some whitespace. | wiz |
| 2004-11-14 | Add a -a option to pass the host address of the host we logged in from in | christos |
| 2004-07-13 | Use getprogname(); add -F to usage. From Kouichirou Hiratsuka in PR 26222. | wiz |
| 2004-01-05 | Generate the copyright string from sys/conf/copyright rather than | lukem |
| 2004-01-01 | Welcome to 2004! | mycroft |
| 2003-12-11 | Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) | dyoung |
| 2003-10-16 | snprintf() terminates string with \0, so there's no need for "sizeof(x)-1". | itojun |
| 2003-08-26 | Make getlastlogx have the pathname to the lastlogx database as first | wiz |
| 2003-08-23 | libkrb depends on libdes, patch in private mail from | lha |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-23 | include des.h, not kerberosIV/des.h | itojun |
| 2003-07-23 | split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se | itojun |
| 2003-05-15 | simplify by asprintf/strdup | itojun |
| 2003-03-29 | facilty->facility, from Igor Sobrado in PR 19670 | perry |
| 2003-01-01 | Update copyright notice. | mycroft |
| 2002-11-16 | use strlcpy | itojun |