summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-03-19 14:58:47 +0000
committerKevin Steves <stevesk@pobox.com>2001-03-19 14:58:47 +0000
commit55fb9a9064baf6631ab33287b7c750b664b80ca4 (patch)
tree7def37b6536b2cb5f4915890b3b001a56d7b4c4d /TODO
parentaad56ce545962f6f301d14909460d9d0758ff53d (diff)
64-bit builds on HP-UX 11.X
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO b/TODO
index 160a4c47c..60f62560d 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,7 @@ Programming:
7- Write a test program that calls stat() to search for EGD/PRNGd socket 7- Write a test program that calls stat() to search for EGD/PRNGd socket
8 rather than use the (non-portable) "test -S". 8 rather than use the (non-portable) "test -S".
9 9
10- Replacement for setproctitle() - HP/UX support only currently 10- Replacement for setproctitle() - HP-UX support only currently
11 11
12- Handle changing passwords for the non-PAM expired password case 12- Handle changing passwords for the non-PAM expired password case
13 13
@@ -42,6 +42,11 @@ Programming:
42- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for 42- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
43 groupaccess features. (mouring@eviladmin.org) 43 groupaccess features. (mouring@eviladmin.org)
44 44
45- 64-bit builds on HP-UX 11.X (stevesk@pobox.com):
46 - utmp/wtmp get corrupted (something in loginrec?)
47 - no 64-bit vhangup(); ptmx systems shouldn't need this
48 - can't build with PAM (no 64-bit libpam yet)
49
45Documentation: 50Documentation:
46- More and better 51- More and better
47 52
@@ -71,7 +76,7 @@ Packaging:
71 Ideally the package metadata should be generated by autoconf. 76 Ideally the package metadata should be generated by autoconf.
72 (gilbert.r.loomis@saic.com) 77 (gilbert.r.loomis@saic.com)
73 78
74- HP/UX: Provide DEPOT package scripts. 79- HP-UX: Provide DEPOT package scripts.
75 (gilbert.r.loomis@saic.com) 80 (gilbert.r.loomis@saic.com)
76 81
77$Id: TODO,v 1.37 2001/03/05 12:33:24 djm Exp $ 82$Id: TODO,v 1.38 2001/03/19 14:58:47 stevesk Exp $