Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2003 09:59:53 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/su su.c
Message-ID:  <200304081659.h38GxriP063152@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2003/04/08 09:59:53 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/su           su.c 
  Log:
  PAM-related improvements:
  
   - if operating "as them" (su -l), use pam_{open,close}_session()
   - allow PAM to override $HOME (pam_chroot needs this)
   - chdir early, because later on we may be chrooted and chdir will fail
  
  Also use pid_t instead of int where applicable.
  
  Revision  Changes    Path
  1.68      +59 -37    src/usr.bin/su/su.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304081659.h38GxriP063152>