Module Name:src
Committed By: kamil
Date: Sat Feb 8 13:44:35 UTC 2020
Modified Files:
src/usr.bin/login: login_pam.c
Log Message:
Avoid use-after-free bug in PAM environment
Traditional BSD putenv(3) was creating an internal copy of the passed
argument. Unfortunately thi
Module Name:src
Committed By: shm
Date: Thu Oct 29 11:31:52 UTC 2015
Modified Files:
src/usr.bin/login: login_pam.c
Log Message:
- Added error checks for initgroups(3) and setgroups(2).
- Reorder functions in privilege regain - setgroups(2) should be called after
seteuid
Module Name:src
Committed By: shm
Date: Wed Oct 28 07:27:24 UTC 2015
Modified Files:
src/usr.bin/login: common.c
Log Message:
Fixed off-by-one in decode_ss (CID 977426)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/login/common.c
Please note th
Module Name:src
Committed By: shm
Date: Tue Oct 27 14:53:00 UTC 2015
Modified Files:
src/usr.bin/login: common.c
Log Message:
Added namelen initialization in getpeername(3) call (CID 979631)
OK kamil@
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.b
Module Name:src
Committed By: aymeric
Date: Wed Nov 12 22:23:38 UTC 2014
Modified Files:
src/usr.bin/login: login.c login_pam.c
Log Message:
Remove the syslogging of a dial out login warning based on the tty name, because
the test is sloppy and doesn't correspond to the cu
Module Name:src
Committed By: dholland
Date: Sun Mar 16 00:33:13 UTC 2014
Modified Files:
src/usr.bin/login: login.c
Log Message:
Fix gcc48 build without Kerberos.
While here, rectify related bug where if gethostname() failed, login
would null-terminate uninitialized stac
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:32:13 UTC 2013
Modified Files:
src/usr.bin/login: Makefile
Log Message:
Remove redundant WARNS=5.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/login/Makefile
Please note that diffs a
Module Name:src
Committed By: christos
Date: Sat May 19 00:02:44 UTC 2012
Modified Files:
src/usr.bin/login: common.c common.h
Log Message:
- use __dead consistently.
- more clang build.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/login/common
Module Name:src
Committed By: christos
Date: Thu May 10 01:25:25 UTC 2012
Modified Files:
src/usr.bin/login: common.c
Log Message:
dead for sigint
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/login/common.c
Please note that diffs are not publi
Module Name:src
Committed By: wiz
Date: Sun Apr 29 01:26:56 UTC 2012
Modified Files:
src/usr.bin/login: common.h login.c
Log Message:
Add some noreturn attributes for clang.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/login/common.h
cvs rdiff
Module Name:src
Committed By: christos
Date: Tue Apr 24 16:52:26 UTC 2012
Modified Files:
src/usr.bin/login: Makefile k5login.c
Log Message:
no more KRB5_DEPRECATED
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/login/Makefile
cvs rdiff -u -r1.
Module Name:src
Committed By: christos
Date: Tue Apr 24 16:51:19 UTC 2012
Modified Files:
src/usr.bin/login: k5login.c
Log Message:
last commit before I nuke the old code.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/login/k5login.c
Please n
Module Name:src
Committed By: christos
Date: Tue Apr 24 16:12:44 UTC 2012
Modified Files:
src/usr.bin/login: k5login.c
Log Message:
move more of the compat code in the compat block.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/login/k5login.c
Module Name:src
Committed By: christos
Date: Mon Apr 23 21:09:27 UTC 2012
Modified Files:
src/usr.bin/login: login.c
Log Message:
don't abuse the instance variable
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/usr.bin/login/login.c
Please note that
Module Name:src
Committed By: christos
Date: Mon Apr 23 20:57:04 UTC 2012
Modified Files:
src/usr.bin/login: k5login.c login.c
Log Message:
make kerberos work again:
1. make notickets external
2. don't use the tty as part of the credential cache, since pts/1 will not work.
Module Name:src
Committed By: christos
Date: Mon Apr 23 20:54:40 UTC 2012
Modified Files:
src/usr.bin/login: Makefile
Log Message:
remove obsolete comment.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.bin/login/Makefile
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Mon Apr 23 18:27:15 UTC 2012
Modified Files:
src/usr.bin/login: login.c
Log Message:
fix the USE_KERBEROS=no USE_PAM=no build.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/usr.bin/login/login.c
Please no
Module Name:src
Committed By: christos
Date: Mon Apr 23 15:07:02 UTC 2012
Modified Files:
src/usr.bin/login: k5login.c
Log Message:
centralize error function processing.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/login/k5login.c
Please not
Module Name:src
Committed By: martin
Date: Mon Apr 23 09:27:36 UTC 2012
Modified Files:
src/usr.bin/login: login_pam.c
Log Message:
trimusername (which does not exist) probably was meant to be called
trimloginname (which does exist, at least)
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Sun Apr 22 23:26:19 UTC 2012
Modified Files:
src/usr.bin/login: Makefile common.c common.h k5login.c login.c
login_pam.c
Log Message:
make krb5 compile again. XXX: one function left that is deprecated, what's
the new
20 matches
Mail list logo