| Age | Commit message (Expand) | Author |
| 2014-11-12 | Remove the syslogging of a dial out login warning based on the tty name, because | aymeric |
| 2014-03-16 | Fix gcc48 build without Kerberos. | dholland |
| 2012-04-29 | Add some noreturn attributes for clang. | wiz |
| 2012-04-23 | don't abuse the instance variable | christos |
| 2012-04-23 | make kerberos work again: | christos |
| 2012-04-23 | fix the USE_KERBEROS=no USE_PAM=no build. | christos |
| 2012-04-22 | make krb5 compile again. XXX: one function left that is deprecated, what's | christos |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2009-12-29 | PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does not | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-05-09 | PR/36294: De Zeurkous: login(1) -- inconsistent exit behavior on EOF | christos |
| 2007-01-17 | Remove duplicate #includes | hubertf |
| 2007-01-07 | Correct indent. It's important around many #ifdefs. | isaki |
| 2006-05-20 | s/0/NULL/ for execl*'s last argument. | mrg |
| 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-08 | PR/23616: Christian Biere: login might not back-off as expected | jnemeth |
| 2006-03-06 | PR/31059: Zafer Aydogan: login too verbose | jnemeth |
| 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-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-02-28 | - use F_CLOSEM instead of walking the fd list | christos |
| 2005-01-20 | Kill __P(), ANSIfy, remove main() prototype, whitespace; WARNS=2 | xtraeme |
| 2005-01-12 | Kill __P() and ANSIfy, ok christos. | xtraeme |
| 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-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-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-01 | Update copyright notice. | mycroft |
| 2002-11-16 | use strlcpy | itojun |
| 2002-09-25 | disallow users from alter log file entries by using "login foo". | itojun |
| 2002-09-20 | make sure to use %s on printf format string. xs@kittenz.org | itojun |
| 2002-07-30 | remove debugging message leftover | itojun |
| 2002-07-27 | make this compile without SUPPORT_UTMPX | christos |
| 2002-07-27 | Factor out the utmp/wtmp/lastlog updating and add utmpx/wtmpx/lastlogx updating. | christos |
| 2002-01-01 | Happy New Year! | perry |
| 2001-01-16 | comment or delete text after CPP directives. | cgd |
| 2001-01-10 | LOG_ODELAY is deprecated. use LOG_ERR for fatal errors | lukem |
| 2001-01-01 | Happy new year! | thorpej |
| 2000-08-02 | Don't syslog that krb5_init_context() failed if it failed due | thorpej |
| 2000-08-02 | If neither Kerberos IV or Kerberos V are configured, don't | thorpej |
| 2000-07-28 | skey_keyinfo() returns const. | thorpej |
| 2000-06-02 | Backout login_get_kconf function, because it breaks crypto-intl builds. | aidan |
| 2000-05-30 | Allow krb5 and krb4 to be compiled in to the same login binary at once, | aidan |
| 2000-03-07 | - For root, if ignorenologin is set in login.conf, don't call | enami |