64-bit builds on HP-UX 11.X
This commit is contained in:
parent
aad56ce545
commit
55fb9a9064
11
TODO
11
TODO
|
@ -7,7 +7,7 @@ Programming:
|
||||||
- Write a test program that calls stat() to search for EGD/PRNGd socket
|
- Write a test program that calls stat() to search for EGD/PRNGd socket
|
||||||
rather than use the (non-portable) "test -S".
|
rather than use the (non-portable) "test -S".
|
||||||
|
|
||||||
- Replacement for setproctitle() - HP/UX support only currently
|
- Replacement for setproctitle() - HP-UX support only currently
|
||||||
|
|
||||||
- Handle changing passwords for the non-PAM expired password case
|
- Handle changing passwords for the non-PAM expired password case
|
||||||
|
|
||||||
|
@ -42,6 +42,11 @@ Programming:
|
||||||
- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
|
- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
|
||||||
groupaccess features. (mouring@eviladmin.org)
|
groupaccess features. (mouring@eviladmin.org)
|
||||||
|
|
||||||
|
- 64-bit builds on HP-UX 11.X (stevesk@pobox.com):
|
||||||
|
- utmp/wtmp get corrupted (something in loginrec?)
|
||||||
|
- no 64-bit vhangup(); ptmx systems shouldn't need this
|
||||||
|
- can't build with PAM (no 64-bit libpam yet)
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
- More and better
|
- More and better
|
||||||
|
|
||||||
|
@ -71,7 +76,7 @@ Packaging:
|
||||||
Ideally the package metadata should be generated by autoconf.
|
Ideally the package metadata should be generated by autoconf.
|
||||||
(gilbert.r.loomis@saic.com)
|
(gilbert.r.loomis@saic.com)
|
||||||
|
|
||||||
- HP/UX: Provide DEPOT package scripts.
|
- HP-UX: Provide DEPOT package scripts.
|
||||||
(gilbert.r.loomis@saic.com)
|
(gilbert.r.loomis@saic.com)
|
||||||
|
|
||||||
$Id: TODO,v 1.37 2001/03/05 12:33:24 djm Exp $
|
$Id: TODO,v 1.38 2001/03/19 14:58:47 stevesk Exp $
|
||||||
|
|
Loading…
Reference in New Issue