Displaying 4 results from an estimated 4 matches for "setpenv".
Did you mean:
setenv
2002 Jun 06
9
[Bug 261] AIX capabilities + port-aix.c cleanup
...n AIX 4.2.1
and 4.3.3.
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I..
-I/usr/local/include -DHAVE_CONFIG_H -c port-aix.c
port-aix.c: In function `set_limits_from_userattr':
port-aix.c:35: too few arguments to function `setpcred'
port-aix.c:36: too few arguments to function `setpenv'
The following patch works for me.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 31
0
[Bug 261] New: AIX capabilities + port-aix.c cleanup
...ssh-unix-dev at mindrot.org
ReportedBy: janfrode at parallab.uib.no
OpenSSH isn't setting the AIX capabilities correctly, so I had a look into
fixing this. It looks to me like port-aix.c could be simplified by removing all
setrlimit() calls and instead use the AIX functions setpcred()/setpenv() to set
up the user environment. They are documented in
http://tre.ii.uib.no/doc_link/en_US/a_doc_lib/libs/basetrf2/setpcred.htm
http://tre.ii.uib.no/doc_link/en_US/a_doc_lib/libs/basetrf2/setpenv.htm
Please consider applying the following patches so that we can use OpenSSH to run
jobs on...
2002 May 14
1
AIX capabilities not set
Hi,
we're in the process of setting up large-page support on IBM regattas,
but for large-page support the users have to have a set of extra
capabilities (CAP_BYPASS_RAC_VMM,CAP_PROPAGATE). This are configured
on a per user basis by listing which capability each user have in
/etc/security/user.
Unfortunately they don't get set when the users log in via OpenSSH
(3.1p1). Does anybody know
2001 Mar 15
1
News from AIX
...d parameter is set to SETUINFO, and the Count parameter
is larger than UINFOSIZ.
EFAULT The Buffer parameter points outside of the address space of
the process.
Implementation Specifics
This subroutine is part of Base Operating System (BOS) Runtime.
Related Information
The getuinfo subroutine, setpenv subroutine.
The login command.
List of Security and Auditing Subroutines in AIX Version 4 General
Programming Concepts: Writing and Debugging Programs.
Subroutines Overview in AIX Version 4 General Programming Concepts:
Writing and Debugging Programs.
--
USENET is *not* the non-clickable pa...