summaryrefslogtreecommitdiff
path: root/usr.bin/login
AgeCommit message (Expand)Author
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
2006-03-06PR/30923: Zafer Aydogan: pam too verbosejnemeth
2006-03-06PR/31059: Zafer Aydogan: login too verbosejnemeth
2006-02-20Propagate change from login.c where if getpeername succeeded, then we havechristos
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-11-08Prefer mdoc markup to roff.wiz
2005-11-08Remove trailing whitespace.wiz
2005-11-01Update documentation for pam, and don't accept flags that we don't supportchristos
2005-09-21use getgrnam_r; from Jon Nemethchristos
2005-04-25Terminate variable argument list with NULL, not 0.matt
2005-04-19Safety boots: don't depend upon getpwnam_r() to set pwd to NULL on alllukem
2005-04-03Don't report that we don't know the username. We don't want to give outchristos
2005-03-30- use getpwnam_rchristos
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-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-03-031. Restore missing tty action.christos
2005-02-28- use F_CLOSEM instead of walking the fd listchristos
2005-02-28- deal with ptyfs pty names.christos
2005-02-01Add setting of PAM_SOCKADDR.christos
2005-01-23Add PAM support to login(8)manu
2005-01-20Kill __P(), ANSIfy, remove main() prototype, whitespace; WARNS=2xtraeme
2005-01-12Kill __P() and ANSIfy, ok christos.xtraeme
2004-12-22Only include Kerberos 4 headers when compiling in a Kerberos enviromentlha
2004-11-19Remove some whitespace.wiz
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-12-11Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)dyoung
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-23libkrb depends on libdes, patch in private mail fromlha
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-23include des.h, not kerberosIV/des.hitojun
2003-07-23split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.seitojun
2003-05-15simplify by asprintf/strdupitojun
2003-03-29facilty->facility, from Igor Sobrado in PR 19670perry
2003-01-01Update copyright notice.mycroft
2002-11-16use strlcpyitojun