CVS commit: src/usr.bin/login

2020-02-08 Thread Kamil Rytarowski
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

CVS commit: src/usr.bin/login

2015-10-29 Thread Mateusz Kocielski
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

CVS commit: src/usr.bin/login

2015-10-28 Thread Mateusz Kocielski
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

CVS commit: src/usr.bin/login

2015-10-27 Thread Mateusz Kocielski
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

CVS commit: src/usr.bin/login

2014-11-12 Thread Aymeric Vincent
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

CVS commit: src/usr.bin/login

2014-03-15 Thread David A. Holland
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

CVS commit: src/usr.bin/login

2013-08-11 Thread David A. Holland
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

CVS commit: src/usr.bin/login

2012-05-18 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-05-09 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-24 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-24 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-24 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-23 Thread Martin Husemann
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

CVS commit: src/usr.bin/login

2012-04-23 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-23 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-23 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-23 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-23 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2012-04-22 Thread Christos Zoulas
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

CVS commit: src/usr.bin/login

2009-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 29 20:15:15 UTC 2009 Modified Files: src/usr.bin/login: common.c Log Message: don't repeat the word login twice (syslog prepends the program name login:) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3