summaryrefslogtreecommitdiff
path: root/usr.bin/login
AgeCommit message (Expand)Author
2021-09-10usr.bin: remove unnecessary lint comment CONSTCONDrillig
2020-02-08Avoid use-after-free bug in PAM environmentkamil
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2018-02-25add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsmrg
2015-10-29- Added error checks for initgroups(3) and setgroups(2).shm
2015-10-28Fixed off-by-one in decode_ss (CID 977426)shm
2015-10-27Added namelen initialization in getpeername(3) call (CID 979631)shm
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
2013-10-18fix unused variable warningschristos
2013-08-11Remove redundant WARNS=5.dholland
2012-05-19- use __dead consistently.christos
2012-05-10dead for sigintchristos
2012-04-29Add some noreturn attributes for clang.wiz
2012-04-24no more KRB5_DEPRECATEDchristos
2012-04-24last commit before I nuke the old code.christos
2012-04-24move more of the compat code in the compat block.christos
2012-04-23don't abuse the instance variablechristos
2012-04-23make kerberos work again:christos
2012-04-23remove obsolete comment.christos
2012-04-23fix the USE_KERBEROS=no USE_PAM=no build.christos
2012-04-23centralize error function processing.christos
2012-04-23trimusername (which does not exist) probably was meant to be calledmartin
2012-04-22make krb5 compile again. XXX: one function left that is deprecated, what'schristos
2011-08-31NULL does not need a castplunky
2011-04-24We no longer need -I/usr/include/krb5.elric
2009-12-29don't repeat the word login twice (syslog prepends the program name login:)christos
2009-12-29kill the space in address formatting to match what other daemons do.christos
2009-12-29PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does notchristos
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2008-11-19Add newgrp(1) to SEE ALSO cross-reference list.ginsbach
2008-11-18Use Nm instead of Xr to itself, remove reference to uucp(1), fix casingwiz
2008-11-18Reference login.conf.reed
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-06Be consistent about making USE_PAM!=no be exclusive to USE_SKEY!=no.lukem
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
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-17GC old signal handling and merge it in 4 places:christos
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-22PR/33128: Martin Husemann: When login in on the console, SIGABRT is ignoredchristos
2006-03-20Goodbye KerberosIVchristos
2006-03-19Fix Coverity run 5, issue 1931 -- memory leak. This was noted as being ajnemeth
2006-03-08PR/23616: Christian Biere: login might not back-off as expectedjnemeth
2006-03-08PR/23616: Christian Biere: login might not back-off as expectedjnemeth