summaryrefslogtreecommitdiff
path: root/usr.bin/login/login.c
AgeCommit message (Expand)Author
2014-11-12Remove the syslogging of a dial out login warning based on the tty name, becauseaymeric
2014-03-16Fix gcc48 build without Kerberos.dholland
2012-04-29Add some noreturn attributes for clang.wiz
2012-04-23don't abuse the instance variablechristos
2012-04-23make kerberos work again:christos
2012-04-23fix the USE_KERBEROS=no USE_PAM=no build.christos
2012-04-22make krb5 compile again. XXX: one function left that is deprecated, what'schristos
2011-08-31NULL does not need a castplunky
2009-12-29PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does notchristos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-05-09PR/36294: De Zeurkous: login(1) -- inconsistent exit behavior on EOFchristos
2007-01-17Remove duplicate #includeshubertf
2007-01-07Correct indent. It's important around many #ifdefs.isaki
2006-05-20s/0/NULL/ for execl*'s last argument.mrg
2006-04-06Use TABs instead of spaces.simonb
2006-03-26Remove unused variable 'salt'hubertf
2006-03-23Get rid of more Kerberos 4 code.wiz
2006-03-08PR/23616: Christian Biere: login might not back-off as expectedjnemeth
2006-03-06PR/31059: Zafer Aydogan: login too verbosejnemeth
2006-02-19PR/32873: Johan Veenhuizen: login(1) does not initialize lastlogx structchristos
2006-02-19PR/32870: Johan Veenhuizen: login(1) does not obey .hushloginchristos
2005-03-29Add a colon before %m in calls to syslog(3) for consistency with otherjmmv
2005-03-20Make S/Key prompt compliant with RFC 2289. Patch supplied by Dave Huangtron
2005-02-28- use F_CLOSEM instead of walking the fd listchristos
2005-01-20Kill __P(), ANSIfy, remove main() prototype, whitespace; WARNS=2xtraeme
2005-01-12Kill __P() and ANSIfy, ok christos.xtraeme
2004-11-14Add a -a option to pass the host address of the host we logged in from inchristos
2004-07-13Use getprogname(); add -F to usage. From Kouichirou Hiratsuka in PR 26222.wiz
2004-01-05Generate the copyright string from sys/conf/copyright rather thanlukem
2004-01-01Welcome to 2004!mycroft
2003-10-16snprintf() terminates string with \0, so there's no need for "sizeof(x)-1".itojun
2003-08-26Make getlastlogx have the pathname to the lastlogx database as firstwiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-01Update copyright notice.mycroft
2002-11-16use strlcpyitojun
2002-09-25disallow users from alter log file entries by using "login foo".itojun
2002-09-20make sure to use %s on printf format string. xs@kittenz.orgitojun
2002-07-30remove debugging message leftoveritojun
2002-07-27make this compile without SUPPORT_UTMPXchristos
2002-07-27Factor out the utmp/wtmp/lastlog updating and add utmpx/wtmpx/lastlogx updating.christos
2002-01-01Happy New Year!perry
2001-01-16comment or delete text after CPP directives.cgd
2001-01-10LOG_ODELAY is deprecated. use LOG_ERR for fatal errorslukem
2001-01-01Happy new year!thorpej
2000-08-02Don't syslog that krb5_init_context() failed if it failed duethorpej
2000-08-02If neither Kerberos IV or Kerberos V are configured, don'tthorpej
2000-07-28skey_keyinfo() returns const.thorpej
2000-06-02Backout login_get_kconf function, because it breaks crypto-intl builds.aidan
2000-05-30Allow 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 callenami