summaryrefslogtreecommitdiff
path: root/usr.bin/login
AgeCommit message (Expand)Author
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2002-01-06Do not allow root to login via an insecure tty even if the auth methodTodd C. Miller
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-12Sync usage message to man pageTodd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-06missing prototypes; ok millertPeter Valchev
2001-06-28'/' can also be an instance separator (e.g. kerb5)Todd C. Miller
2001-06-28No longer used now that we do BSD authTodd C. Miller
2001-06-25Add a "login" option to allow differentiation between authenticationTodd C. Miller
2001-06-25The need to to statically link this on alpha seemed to beArtur Grabowski
2001-06-24When setting uid, set to 0 if rootlogin flag is set, regardless ofTodd C. Miller
2001-06-19If we timeout during login and the user tried to login call badlogin()Todd C. Miller
2001-06-13Link login(1) static for now until a dynamic linking bug is fixed.Todd C. Miller
2001-05-29Don't want -WallTodd C. Miller
2001-05-29BSD auth support. k5login.c and klogin.c are no longer used but willTodd C. Miller
2001-05-25Correct and comment out krb5. This is not working at the moment, but we wantHans Insulander
2000-12-02Check for symlinks before overwriting kerberos ticket files.Hans Insulander
2000-11-29document -u flag and environment variablesTodd C. Miller
2000-10-14Make empty passwords work again when login is compiled with kerberos support.Miod Vallat
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-04Check for account expiration before password expiration;Todd C. Miller
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-24Last change inadvertantly broke non-kerberos logins. It's not clearTodd C. Miller
2000-08-24Fix non-root kerberos logins broken after rev 1.29. That change wasTodd C. Miller
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-07-17 o use strlcpy() where sensibleTodd C. Miller
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
2000-03-08Various cleanups and improvements.Aaron Campbell
2000-03-02count is unsigned (size_t) so cast to u_long, not longTodd C. Miller
2000-03-01order kerberos libraries properlyTheo de Raadt
2000-03-01WallTheo de Raadt
1999-12-30login already decleared in util.hEric Jackson
1999-11-24We won't have the tickets in shared memory, remove dead codeArtur Grabowski
1999-11-11Use snprintf instead of sprintf and sizeof(foo) instead of hardcoded sizes.Artur Grabowski
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1999-04-20'unsuccessful' has 2 'c's.Paul Janzen
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-05No need to call pwcheck() (and hence crypt()) if the user does notTodd C. Miller
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-03-26cleanup after artTheo de Raadt
1998-03-26-Wall for suid-root.Artur Grabowski
1998-03-26fix cleaning up of bad environment variables (LD_* and IFS),Artur Grabowski
1997-11-04Do pwcheck() even if the user does not exist. This means that ifTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt