bugzilla-daemon at mindrot.org
2002-Jun-21 23:00 UTC
[Bug 283] UsePrivilegeSeparation fails on AIX, Couldn't set usrinfo:
http://bugzilla.mindrot.org/show_bug.cgi?id=283
------- Additional Comments From janfrode at parallab.uib.no 2002-06-22 09:00
-------
hmm, I lost part of a sentence there.. I meant to say that commenting out:
if (usrinfo(SETUINFO, cp, i) == -1)
fatal("Couldn't set usrinfo: %s",
strerror(errno));
from openbsd-compat/port-aix.c makes sshd function with UsePrivilegeSeparation
enabled.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-22 00:17 UTC
[Bug 283] UsePrivilegeSeparation fails on AIX, Couldn't set usrinfo:
http://bugzilla.mindrot.org/show_bug.cgi?id=283 ------- Additional Comments From mouring at eviladmin.org 2002-06-22 10:17 ------- Can I get a manpage for usrinfo() ? I know I've seen it before but I have to see why we are doing it and what privsep stuff that may have to be wrapped around it. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-22 09:48 UTC
[Bug 283] UsePrivilegeSeparation fails on AIX, Couldn't set usrinfo:
http://bugzilla.mindrot.org/show_bug.cgi?id=283 ------- Additional Comments From janfrode at parallab.uib.no 2002-06-22 19:48 ------- http://tre.ii.uib.no/doc_link/en_US/a_doc_lib/libs/basetrf2/usrinfo.htm ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-22 12:16 UTC
[Bug 283] UsePrivilegeSeparation fails on AIX, Couldn't set usrinfo:
http://bugzilla.mindrot.org/show_bug.cgi?id=283 ------- Additional Comments From gert at greenie.muc.de 2002-06-22 22:16 ------- Created an attachment (id=117) Manpage for AIX usrinfo(). Needed to setup proper user context for some legacy AIX applications. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-26 03:21 UTC
[Bug 283] UsePrivilegeSeparation fails on AIX, Couldn't set usrinfo:
http://bugzilla.mindrot.org/show_bug.cgi?id=283
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dtucker at zip.com.au 2002-06-26 13:21 -------
The fix for this was just committed to CVS by Ben:
$ cvs log session.c
[snip]
revision 1.205
date: 2002/06/25 17:12:27; author: mouring; state: Exp; lines: +6 -3
20020626
- (bal) moved aix_usrinfo() and noted not setting real TTY. Patch by
dtucker at zip.com.au
[snip]
Be aware that this will now set TTY to a null value in the system environment
(use "setsenv" to view). It's possible that this will cause
problems with
"legacy" apps but there are no known cases at the moment.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-26 03:22 UTC
[Bug 283] UsePrivilegeSeparation fails on AIX, Couldn't set usrinfo:
http://bugzilla.mindrot.org/show_bug.cgi?id=283
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
------- Additional Comments From dtucker at zip.com.au 2002-06-26 13:22 -------
*** Bug 270 has been marked as a duplicate of this bug. ***
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.