index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
login
/
login.c
Age
Commit message (
Expand
)
Author
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-06
Do not allow root to login via an insecure tty even if the auth method
Todd C. Miller
2001-08-12
Sync usage message to man page
Todd C. Miller
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-07-06
missing prototypes; ok millert
Peter Valchev
2001-06-28
'/' can also be an instance separator (e.g. kerb5)
Todd C. Miller
2001-06-25
Add a "login" option to allow differentiation between authentication
Todd C. Miller
2001-06-24
When setting uid, set to 0 if rootlogin flag is set, regardless of
Todd C. Miller
2001-06-19
If we timeout during login and the user tried to login call badlogin()
Todd C. Miller
2001-05-29
BSD auth support. k5login.c and klogin.c are no longer used but will
Todd C. Miller
2000-10-14
Make empty passwords work again when login is compiled with kerberos support.
Miod Vallat
2000-09-15
check return value for setenv(3) for failure, and deal appropriately
Theo de Raadt
2000-09-04
Check for account expiration before password expiration;
Todd C. Miller
2000-08-24
Last change inadvertantly broke non-kerberos logins. It's not clear
Todd C. Miller
2000-08-24
Fix non-root kerberos logins broken after rev 1.29. That change was
Todd C. Miller
2000-08-20
Add calls to setusercontext() and login_get*(). We basically call
Todd C. Miller
2000-07-17
o use strlcpy() where sensible
Todd C. Miller
1999-12-30
login already decleared in util.h
Eric Jackson
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1998-07-13
ftpd: sleep for an indeterminate amount for non-existant logins
Todd C. Miller
1998-07-05
No need to call pwcheck() (and hence crypt()) if the user does not
Todd C. Miller
1998-03-26
fix cleaning up of bad environment variables (LD_* and IFS),
Artur Grabowski
1997-11-04
Do pwcheck() even if the user does not exist. This means that if
Todd C. Miller
1997-06-20
do not screw up setenv()
Theo de Raadt
1997-06-02
if hostname==domainname and has only one dot, trim less severely for -h optio...
Theo de Raadt
1997-04-19
strncpy paranoia, how much do you trust getpwent?
Theo de Raadt
1997-02-16
/sbin/nologin implies hushlogin.
Jason Downs
1997-02-04
make it compile if KERBEROS{,5} not defined
flipk
1997-01-27
security
dm
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-12-22
Deal with _POSIX_SAVED_IDS when relinquishing privileges
Thorsten Lockert
1996-12-04
Implement -u (remote user) option for login (only root may use it).
Todd C. Miller
1996-11-09
Adds support for logging and reporting on failed login attempts
Todd C. Miller
1996-11-09
Ensure that username is initialized to NULL.
Todd C. Miller
1996-11-09
Log failures if user closes network session while in username/password
Todd C. Miller
1996-11-05
dialup stuff is garbage
Theo de Raadt
1996-10-31
Strip out $LD_* and $IFS if given -p. Code taken from telnetd.
Todd C. Miller
1996-10-23
skey_authenticate() now fakes up a challenge if user does not
Todd C. Miller
1996-09-18
block info gathering attack; netbsd pr#2768; daw@panix.com
Theo de Raadt
1996-07-31
fbtab support from wietse
Theo de Raadt
1996-07-20
use euid/egid to get into homedir; from dean@fsa.ca
Theo de Raadt
1996-06-26
rcsid
Theo de Raadt
1996-05-22
libutil
Theo de Raadt
1995-11-15
do not credit UCB if we are not prepared to credit everyone
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt