CVS commit: src/usr.bin/su

2018-02-25 Thread Hisashi T Fujinaka
Module Name:src
Committed By:   htodd
Date:   Mon Feb 26 00:05:05 UTC 2018

Modified Files:
src/usr.bin/su: su_pam.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/su/su_pam.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/su

2017-05-18 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Thu May 18 16:33:57 UTC 2017

Modified Files:
src/usr.bin/su: su.1

Log Message:
Correct the man page reference


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/su/su.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/su

2015-08-09 Thread Mateusz Kocielski
Module Name:src
Committed By:   shm
Date:   Sun Aug  9 09:39:21 UTC 2015

Modified Files:
src/usr.bin/su: su_pam.c

Log Message:
Do not use pamh after pam_end. It's cosmetic change since pam_strerror
ignores that parameter.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/su/su_pam.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/su

2014-03-15 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Mar 16 01:07:46 UTC 2014

Modified Files:
src/usr.bin/su: su.c

Log Message:
Fix gcc48 build. No obvious reason why nobody else has hit this...


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/usr.bin/su/su.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/su

2013-06-28 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Jun 29 05:08:35 UTC 2013

Modified Files:
src/usr.bin/su: su_pam.c

Log Message:
Change to home directory only after setting the full user context
to avoid issues with NFS or other user-mapped mounts that don't
give root the privilege to chdir there.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/su/su_pam.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/su

2013-06-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jun 20 20:54:02 UTC 2013

Modified Files:
src/usr.bin/su: su_pam.c

Log Message:
- don't re-use the va list twice, leads to coredumps.
- introduce and use a "safe" version of pam_strerror(3) that does not return
   NULL


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/su/su_pam.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/su

2012-11-21 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Nov 21 19:30:53 UTC 2012

Modified Files:
src/usr.bin/su: su.1

Log Message:
Note that 'su -l' does not update utmp and related databases.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/su/su.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/su

2012-04-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 12 15:35:07 UTC 2012

Modified Files:
src/usr.bin/su: su.c

Log Message:
make this compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/usr.bin/su/su.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/su

2010-10-02 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Oct  2 10:55:36 UTC 2010

Modified Files:
src/usr.bin/su: su_pam.c

Log Message:
Don't free memory that was succesfully passed to putenv(3) which takes
ownership of the memory.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/su/su_pam.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.