- (stevesk) fix for SIA patch, misplaced session_setup_sia()
This commit is contained in:
parent
92ddb7d6f0
commit
7fafa5ccbe
|
@ -8,6 +8,7 @@
|
||||||
Mark Miller <markm@swoon.net>
|
Mark Miller <markm@swoon.net>
|
||||||
- (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
|
- (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
|
||||||
<cmadams@hiwaay.net> with a little modification and KNF.
|
<cmadams@hiwaay.net> with a little modification and KNF.
|
||||||
|
- (stevesk) fix for SIA patch, misplaced session_setup_sia()
|
||||||
|
|
||||||
20010213
|
20010213
|
||||||
- (djm) Only test -S potential EGD sockets if they exist and are readable.
|
- (djm) Only test -S potential EGD sockets if they exist and are readable.
|
||||||
|
@ -3924,4 +3925,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.758 2001/02/13 14:25:23 djm Exp $
|
$Id: ChangeLog,v 1.759 2001/02/13 18:45:00 stevesk Exp $
|
||||||
|
|
|
@ -1046,8 +1046,8 @@ do_child(const char *command, struct passwd * pw, const char *term,
|
||||||
switch, so we let login(1) to this for us. */
|
switch, so we let login(1) to this for us. */
|
||||||
if (!options.use_login) {
|
if (!options.use_login) {
|
||||||
#ifdef HAVE_OSF_SIA
|
#ifdef HAVE_OSF_SIA
|
||||||
#else /* HAVE_OSF_SIA */
|
|
||||||
session_setup_sia(pw->pw_name, ttyname);
|
session_setup_sia(pw->pw_name, ttyname);
|
||||||
|
#else /* HAVE_OSF_SIA */
|
||||||
#ifdef HAVE_CYGWIN
|
#ifdef HAVE_CYGWIN
|
||||||
if (is_winnt) {
|
if (is_winnt) {
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue