|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: IT Resource Center (support_feedback_at_us-support2-mail.external.hp.com)
Date: Sun Oct 20 2002 - 12:22:24 CDT
HP Support Information Digests
===============================================================================
o IT Resource Center World Wide Web Service
---------------------------------------------------
If you subscribed through the IT Resource Center and would
like to be REMOVED from this mailing list, access the
IT Resource Center on the World Wide Web at:
Login using your IT Resource Center User ID and Password.
Then select Support Information Digests (located under
Maintenance and Support). You may then unsubscribe from the
appropriate digest.
To download a patch referenced below, access the
IT Resource Center on the World Wide Web at:
Login using your IT Resource Center User ID and Password.
Then select Individual Patches (under Maintenance and Support)
to access the patch. You may also download a patch via anonymous
ftp(1) from ftp.itrc.hp.com.
===============================================================================
Digest Name: weekly HP-UX series 800 10.X patch digest
Created: Sun Oct 20 6:05:05 EDT 2002
Table of Contents:
Document ID Title
--------------- -----------
PHNE_27893 s700_800 10.26 nettl(1M) & nettladm(1M) cumulative patch
PHCO_27822 s700_800 10.26 libsecurity cumulative patch
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHNE_27893
Date Loaded: 20021016
Title: s700_800 10.26 nettl(1M) & nettladm(1M) cumulative patch
Patch Name: PHNE_27893
Patch Description: s700_800 10.26 nettl(1M) & nettladm(1M) cumulative patch
Creation Date: 02/10/10
Post Date: 02/10/16
Hardware Platforms - OS Releases:
s700: 10.26
s800: 10.26
Products: N/A
Filesets:
Networking.NETTL-ADM Networking.NETTL-RUN
Networking.NETTL-MIN Networking.NW-ENG-A-MAN
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHNE_27893
Symptoms:
PHNE_27893:
Partial porting of 10.20 patch PHNE_19299 to TOS
1. Console logging fails due to incorrect date handling
while creating/updating the console log options file.
2. (CR JAGaa19995/SR 1653240663)
"nettl -traceoff -e all" will also kill the console
logging netfmt process.
3. nettladm will give error when status is viewed.
PHNE_17572:
Port of PHNE_16692 to HP-UX 10.26 TOS
(PHNE_16692)
1. Tersely format -1 (one) cuts the mss field to only 3
characters.
2. Enhancement:
Tersely format -1 doesn't show the ACK counter and the
window size if the packet is only ACK without data
content.
3. netfmt date handling is not consistent with the libC
inferencing window.
(PHNE_15158)
No visible symptoms.
(PHNE_13837)
This patch is part of the 10.20 ACE 2 bundle which adds
networking enhancements to 10.20. New networking features
supported in ACE 2 include NFS Version 3.0, AutoFS,
and CacheFS.
(PHNE_13238)
nettladm will fail when using the gui.
(PHNE_10948)
Subsystem specific formatters will fail to format
trace/log files when the PHNE_9081 patch is installed.
This patch removes the large uid changes made in the
patch PHNE_9081.
(PHNE_9081)
The end user will not be able to use NetTL for
large number of users.
This cumulative patch also fixes time and date
problems.
(PHNE_8164)
The user will see a core-dump when the SNMP sub-
system is formatted using netfmt(1M).
The type of formatting used is "nice" formatting.
The ntl_write() function had an effect
of unblocking the blocked SIGCHLD signal.
Defect Description:
PHNE_27893:
1. Console logging fails due to the problems in the date
handling in the console log options file.
Resolution:
Code is modified to take care of the date handling problems
2. (JAGaa19995/SR 1653240663)
When the command nettl -traceoff -e all is run,
the netfmt console logging process,which is responsible
for displaying important log messages on the console,
is killed.
Resolution:
Turning trace-off for all subsystems will now not kill
the console logging netfmt process.This can be done
only when nettl is itself stopped.
3. nettladm gui interface was failing when viewing the
status of logging or tracing.This was due to the
changes made to the ObAM libraries.
Resolution:
Code has been modified to include changes in OBAM
libraries.
PHNE_17572:
Port of PHNE_16692 to HP-UX 10.26 TOS
(PHNE_16692)
1.When netfmt displays the mss during terse formatting,it is
done by treating the 2 byte mss as 2 separate characters
instead of one unsigned short integer.
2.When netfmt does terse formatting, it doesn't show the
ACK and WIN fields if the packet is only ACK without any
data.
3.Netfmt should be able to deal with both 2 figure and 4
figure year dates post 2000 (as it does pre 2000).The
inferencing window for the 2 figure dates should be
consistent with the libC inferencing window.
(PHNE_15158)
Remove fileset-level checkinstall script added
for ONC+ Networking Enhancements bundle to
avoid manufacturing conflicts.
(PHNE_13837)
New functionality to support networking features in
10.20.
(PHNE_13238)
nettladm gui interface was failing when viewing the status
of logging or tracing. This was due to the changes made
to the ObAM libraries.
(PHNE_10948)
This patch removes the large uid changes made
in the patch PHNE_9081. In the patch PHNE_9081,
as part of the large uid changes, one of the
structures in a header file (/usr/include/ntl.h)
has changed. This change in the header file
required that all subsystems having subsystem
specific formatters have to re-compile
their libraries. Since subsystem owners
will not re-compile their formatters,
PHNE_9081 patch has been recalled.
(PHNE_9081)
On investigation/review it was observed that the
large UID change made during the 10.20 release
had some inconsistencies.
This patch also fixes date and time related problems.
(PHNE_8164)
The core dump is seen when the user is uses the
/usr/sbin/netfmt to format tracing and logging
binary files belonging to the SNMP sub-system.
The signal interfaces used in the nettl_write()
was sigsetmask(), this is a non-standard
interface. Whereas in the application,
standard signal interface routines like
sigaction(), sigprocmask(), are being used.
This caused nettl_write() to unblock the
previously blocked SIGCHLD signal.
Resolution:
Port PHNE_16692 to HP-UX 10.26 TOS
SR:
1653240663
Patch Files:
/opt/nettladm/bin/nettladm
/opt/nettladm/lbin/xtrackmsg
/opt/nettladm/lib/nls/msg/C/nettladm.cat
/opt/nettladm/ui/nettladm.ui
/usr/lib/libntl.1
/usr/lib/libfmtutil.1
/usr/lib/libnsfmt.1
/usr/include/ntl.h
/usr/lbin/nktl_daemon
/usr/lbin/ntl_reader
/usr/lib/nls/msg/C/netfmt.cat
/usr/lib/nls/msg/C/nettl.cat
/usr/lib/nls/msg/C/nsfmt.cat
/usr/sbin/netfmt
/usr/sbin/nettl
/usr/share/man/man1m.Z/netfmt.1m
what(1) Output:
/opt/nettladm/bin/nettladm:
2002/10/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5gz -
DAV17 ]
NETTL: Version: B.10.20 $Date: 97/06/20 09:34:30 $
02/10/09 lanlink/NETTRACELOG/gui/fe_log.c, hpux, hpu
x_10.26, ic5gz Revision 1.4 PATCH_10.26 (PHN
E_27893)
02/10/09 lanlink/NETTRACELOG/gui/fe_trace.c, hpux, h
pux_10.26, ic5gz Revision 1.4 PATCH_10.26 (P
HNE_27893)
02/10/09 lanlink/NETTRACELOG/gui/mi_time.c, hpux, hp
ux_10.26, ic5gz Revision 1.1 PATCH_10.26 (PH
NE_17572) UNMODIFIED
mi_time.c $Revision: 1.2.116.4 $ $Date: 98/11/24 21:
41:40 $
02/10/09 lanlink/NETTRACELOG/gui/be_update.c, hpux,
hpux_10.26, ic5gz Revision 1.3 PATCH_10.26 (
PHNE_17572)
02/10/09 lanlink/NETTRACELOG/ntl/ntl_control.c, hpux
, hpux_10.26, ic5gz Revision 1.3 PATCH_10.26
(PHNE_17572)
/opt/nettladm/lbin/xtrackmsg:
2002/10/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5gz -
DAV17 ]
NETTL: Version: B.10.20 $Date: 97/06/20 09:34:30 $
02/10/09 lanlink/NETTRACELOG/xtrackmsg/xTrackMsg.c,
net_cmds, hpux_10.26, ic5gz Revision 1.2 PAT
CH_10.26 (PHNE_27893) UNMODIFIED
OSF/Motif Version 1.2.5
/opt/nettladm/lib/nls/msg/C/nettladm.cat:
None
/opt/nettladm/ui/nettladm.ui:
None
/usr/lib/libntl.1:
1999/02/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5at -
DAV17 ]
99/02/09 lanlink/NETTRACELOG/ntl/ntl_write.c, hpux,
hpux_10.26, ic5at Revision 1.2 PATCH_10.26 (
PHNE_17572) UNMODIFIED
/usr/lib/libfmtutil.1:
1999/02/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5at -
DAV17 ]
99/02/09 lanlink/NETTRACELOG/format/fmt_option.nl, h
pux, hpux_10.26, ic5at Revision 1.1 PATCH_10
.26 (PHNE_17572) UNMODIFIED
fmt_option.nl $Revision: 1.6.116.3 $ $Date: 98/11/16
04:04:13 $
99/02/09 lanlink/NETTRACELOG/format/fmt_util.nl, hpu
x, hpux_10.26, ic5at Revision 1.2 PATCH_10.2
6 (PHNE_17572) UNMODIFIED
fmt_util.nl $Revision: 1.7.116.3 $ $Date: 97/05/02 0
4:38:17 $
/usr/lib/libnsfmt.1:
1999/02/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5at -
DAV17 ]
99/02/09 lanlink/NETTRACELOG/format/nettrfmt.c, hpux
, hpux_10.26, ic5at Revision 1.2 PATCH_10.26
(PHNE_17572) UNMODIFIED
99/02/09 lanlink/NETTRACELOG/format/netterse.c, hpux
, hpux_10.26, ic5at Revision 1.1 PATCH_10.26
(PHNE_17572) UNMODIFIED
netterse.c $Revision: 1.7.116.2 $ $Date: 98/11/17 00
:50:09 $
99/02/09 lanlink/NETTRACELOG/format/prnt_lib.c, hpux
, hpux_10.26, ic5at Revision 1.1 PATCH_10.26
(PHNE_17572) UNMODIFIED
99/02/09 lanlink/NETTRACELOG/format/snmp_fmt.c, hpux
, hpux_10.26, ic5at Revision 1.2 PATCH_10.26
(PHNE_17572) UNMODIFIED
/usr/include/ntl.h:
99/02/09 lanlink/NETTRACELOG/h/ntl.h, hpux, hpux_10.
26, ic5at Revision 1.5 Hewlett-Packard Co. *
/
99/02/09 lanlink/NETTRACELOG/h/ntl.h, hpux, hpux_10.
26, ic5at Revision 1.5 PATCH_10.26 (PHNE_175
72) */
36 1.6 lanlink/NETTRACELOG/h/ntl.h, hpuxcmdnet, vv
os_davis, davis7 10/16/95 11:18:50, SecureWa
re, Inc. */
$Revision: 1.6.116.5 $ */
/usr/lbin/nktl_daemon:
1999/02/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5at -
DAV17 ]
99/02/09 lanlink/NETTRACELOG/ntl/nktl_daemon.c, hpux
, hpux_10.26, ic5at Revision 1.3 PATCH_10.26
(PHNE_17572)
NETTL: Version: B.10.20 $Date: 97/06/20 09:34:30 $
/usr/lbin/ntl_reader:
2002/10/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5gz -
DAV17 ]
02/10/09 lanlink/NETTRACELOG/ntl/ntl_reader.c, hpux,
hpux_10.26, ic5gz Revision 1.4 PATCH_10.26
(PHNE_27893)
NETTL: Version: B.10.20 $Date: 97/06/20 09:34:30 $
/usr/lib/nls/msg/C/netfmt.cat:
NETTL: Version: B.10.20 $Date: 97/06/20 09:34:30 $
/usr/lib/nls/msg/C/nettl.cat:
nettl.cat $Revision: 1.5.116.1 $ $Date: 95/10/17 15:
47:22 $
/usr/lib/nls/msg/C/nsfmt.cat:
nsfmt.cat $Revision: 1.5.116.2 $ $Date: 97/01/07 11:
56:02 $
/usr/sbin/netfmt:
1999/02/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5at -
DAV17 ]
NETTL: Version: B.10.20 $Date: 97/06/20 09:34:30 $
99/02/09 lanlink/NETTRACELOG/format/fmt_driver.nl, h
pux, hpux_10.26, ic5at Revision 1.1 PATCH_10
.26 (PHNE_17572) UNMODIFIED
fmt_driver.nl $Revision: 1.6.116.4 $ $Date: 97/05/02
04:25:45 $
/usr/sbin/nettl:
2002/10/09 Hewlett-Packard HP-UX 10.26 TOS [ ic5gz -
DAV17 ]
NETTL: Version: B.10.20 $Date: 97/06/20 09:34:30 $
02/10/09 lanlink/NETTRACELOG/ntl/nui_consopts.c, net
_cmds, hpux_10.26, ic5gz Revision 1.2 PATCH_
10.26 (PHNE_27893) UNMODIFIED
02/10/09 lanlink/NETTRACELOG/ntl/ntl_control.c, hpux
, hpux_10.26, ic5gz Revision 1.3 PATCH_10.26
(PHNE_17572)
02/10/09 lanlink/NETTRACELOG/ntl/ntl_start.c, hpux,
hpux_10.26, ic5gz Revision 1.3 PATCH_10.26 (
PHNE_17572)
02/10/09 lanlink/NETTRACELOG/ntl/nktl_start.c, hpux,
hpux_10.26, ic5gz Revision 1.3 PATCH_10.26
(PHNE_17572)
/usr/share/man/man1m.Z/netfmt.1m:
None
cksum(1) Output:
2958657659 217088 /opt/nettladm/bin/nettladm
3335954578 2158592 /opt/nettladm/lbin/xtrackmsg
2884407383 27781 /opt/nettladm/lib/nls/msg/C/nettladm.cat
1232127111 83189 /opt/nettladm/ui/nettladm.ui
2670987037 24576 /usr/lib/libntl.1
75728204 126976 /usr/lib/libfmtutil.1
3089224698 360448 /usr/lib/libnsfmt.1
1654888594 21263 /usr/include/ntl.h
2687737219 24576 /usr/lbin/nktl_daemon
4011675225 28672 /usr/lbin/ntl_reader
2320224959 17506 /usr/lib/nls/msg/C/netfmt.cat
3154980076 32451 /usr/lib/nls/msg/C/nettl.cat
2481036338 64021 /usr/lib/nls/msg/C/nsfmt.cat
2467248983 36864 /usr/sbin/netfmt
3748042189 126976 /usr/sbin/nettl
1057902300 15490 /usr/share/man/man1m.Z/netfmt.1m
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHNE_17572
Equivalent Patches: None
Patch Package Size: 3360 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHNE_27893
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHNE_27893.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHNE_27893. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHNE_27893.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHNE_27893.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHNE_27893------------------------------------------
Document ID: PHCO_27822
Date Loaded: 20021016
Title: s700_800 10.26 libsecurity cumulative patch
Patch Name: PHCO_27822
Patch Description: s700_800 10.26 libsecurity cumulative patch
Creation Date: 02/10/09
Post Date: 02/10/16
Hardware Platforms - OS Releases:
s700: 10.26
s800: 10.26
Products: N/A
Filesets:
BLS.BLS-CORE BLS.BLS-ENG-A-MAN BLS.MAXSIX
ProgSupport.PROG-MIN
Automatic Reboot?: Yes
Status: General Release
Critical:
No (superseded patches were critical)
PHCO_18179: MEMORY_LEAK
Path Name: /hp-ux_patches/s700_800/10.X/PHCO_27822
Symptoms:
PHCO_27822:
Yppullc consumes 90% of the CPU time forever.
PHCO_23735:
Trusted login hangs for upto 15 minutes on a busy system
PHCO_20467:
The system hangs as a result of crashed mandatory
access policy daemon (macilbd).
PHCO_20430:
On starting the NIS client processes on the NIS master
machine, ypullc starts hogging the CPU time.
PHCO_19042:
Smartcard does not password authenticate correctly
PHCO_18502:
Functions to access protected password database that take
directory as argument do not exist.
Getprpwent function stops returning nis entries after
it returns the first one.
PHCO_18179:
Memory leak in security policy daemons
PHCO_17856:
We need to create strsecerror function in libsecurity.
It should work the same way as psecerror except that it
returns the message string instead of sending it to the
standard error.
PHCO_17760:
There is no way to get the classification string from
an IR in all Encodings cases. Additionally, the SHORT_WORDS
specifier has no effect on the returned classification. It
always returns the long form.
Defect Description:
PHCO_27822:
When a NIS map is changed in the server side,yppullc
sometimes goes in to an infinite loop.This is because
of a list that was not managed properly in the
libsecurity library.
Resolution:
Code has been modified to handle the map transferring
logic properly.
PHCO_23735:
There can be excessive delays if the system has heavy I/O
through the buffer cache.
Resolution:
Replaced the sync() system call with fsync() library
function
PHCO_20467:
Each security policy daemon maintains a cache of its
security policy database pages to reduce the I/O. The
cache is being implemented as a list of fixed number of
buffers. It uses the Least Recently Used (LRU) policy to
pick a buffer for reuse. In certain conditions, the daemon
fails to pick any buffer even if buffers are available.
It results in a crash of security policy daemons
PHCO_20430:
On starting the yppullc, it starts monitoring the password
and group maps on the NIS master machine for the updates.
On detecting a change, it triggers the regeneartion of
pw_id_map and gr_id_map on all the clients. These maps are
generated in the context of yppullc or any other processes
whoever tries to map the user name or group name to its id
first. Most of the time, it happens in the context of
yppullc. Because of a defect in the map generation logic,
it loops forever.
PHCO_19042:
The password changing commands need to know
CRString for a new password to perform the password history
checks. Currently, these commands are invoking
smartcard_PWchange() twice in succession to achieve this
functionality. The first invokation sets the new password
and the second invokation restores the old password. This is
just a workaround which is causing problem in developing the
Smartcard hook library.
Resolution: Added a new hook in the libSmartCard library to
get the CRstring for a new passwword without writing into
the Smart Card. All the commands which change the user
passwords have been modified to invoke the hook.
PHCO_18502:
Functions fgetprpwnam and fputprpwnam need to be created.
They will read/write protected password entry from the
desired directory. NIS does not need to be up.
Getprpwent function is calling other functions which will
reset the pointer when NIS users are accessed.
Resolution:
Two new functions are created:
struct pr_passwd *fgetprpwnam(char *nam, char *authdir)
int
fputprpwnam(char *nam, struct pr_passwd *p, char *authdir)
They can be used to access any desired protected password
directory and read and write entries from there.
Getprpwent function was redesigned so that it does not
call the function that reset the entry pointer so that all
the entries are now correctly returned.
PHCO_18179:
The daemon fails to release the lock on the memory
page in some error cases. This results a process
space memory leak. This size of the daemon grows
over a long period of time and eventually the daemon
dies and the system becomes unusable.
Resolution:
Release page lock under error conditions.
PHCO_17856:
New requirement.
Resolution:
Create the function and the man page.
PHCO_17760:
New requirement.
Resolution:
Provide a new interface to retrieve classification from a
valid IR.
SR:
0000000000
Patch Files:
/usr/lib/libsec.a(smartcard.o)
/usr/lib/libsec.a(map_ids.o)
/usr/lib/libsec.a(discr.o)
/usr/lib/libsecurity.1
/tcb/bin/acld
/tcb/bin/dbck
/tcb/bin/m6d
/tcb/bin/m6dbck
/tcb/bin/m6mkdb
/tcb/bin/macilbd
/tcb/bin/mkdb
/usr/include/mandatory.h
/usr/lib/libsec.a(mandlib.o)
/usr/lib/libsec.a(psecerror.o)
/usr/lib/libsec.a(getprpwent.o)
/usr/lib/libsec.a(authcap.o)
/usr/share/man/man3.Z/mand.3
/usr/share/man/man3.Z/mand_ir_to_class_er.3
/usr/share/man/man3.Z/psecerror.3
/usr/share/man/man3.Z/strsecerror.3
what(1) Output:
/usr/lib/libsec.a(smartcard.o):
99/06/25 lib/libsecurity/smartcard.c, hpux, hpux_10.
26, ic5cv Revision 1.4 PATCH_10.26 (PHCO_190
42)
/usr/lib/libsec.a(map_ids.o):
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
/usr/lib/libsec.a(discr.o):
01/03/26 lib/libsecurity/discr.c, hpux, hpux_10.26,
ic5fq Revision 1.3 PATCH_10.26 (PHCO_23735)
/usr/lib/libsecurity.1:
2002/10/08 Hewlett-Packard HP-UX 10.26 TOS [ ic5gy -
DAV17 ]
99/05/21 lib/libsecurity/authcap.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_18502
)
01/03/26 lib/libsecurity/discr.c, hpux, hpux_10.26,
ic5gy Revision 1.3 PATCH_10.26 (PHCO_23735)
99/05/21 lib/libsecurity/getprpwent.c, hpux, hpux_10
.26, ic5gy Revision 1.25 PATCH_10.26 (PHCO_1
8502)
02/10/08 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_17760
) $
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
99/03/09 lib/libsecurity/psecerror.c, hpux, hpux_10.
26, ic5gy Revision 1.4 PATCH_10.26 (PHCO_178
56)
99/05/21 lib/libsecurity/chsecattr.c, hpux, hpux_10.
26, ic5gy Revision 1.3 PATCH_10.26 (PHCO_185
02)
99/06/25 lib/libsecurity/smartcard.c, hpux, hpux_10.
26, ic5gy Revision 1.4 PATCH_10.26 (PHCO_190
42)
/tcb/bin/acld:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
00/01/05 lib/libc/net/net/innetgr.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_all.c, hpux, hpux_10.26,
ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782)
01/02/01 lib/libc/core/stdio/doprnt.c, hpux, hpux_10
.26, ic5gy Revision 1.2 PATCH_10.26 (PHCO_23
181) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_bind.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782
)
00/01/05 lib/libc/net/yp/yp_match.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2)
00/01/05 lib/libc/net/rpc/xdr_mem.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
2002/10/08 Hewlett-Packard HP-UX 10.26 TOS [ ic5gy -
DAV17 ]
99/11/15 seccmd/secpolicy/spdbm.c, hpux, hpux_10.26,
ic5gy Revision 1.7 PATCH_10.26 (PHCO_20467)
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
02/10/08 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_17760
) $
ic5ae_DAV17 lib/libc/archive_pa1/libc.a_01
Oct 8 2002 12:51:39
/tcb/bin/dbck:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
02/10/08 lib/libc/core/gen/ctime.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_17823
) UNMODIFIED
00/01/05 lib/libc/net/net/innetgr.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_all.c, hpux, hpux_10.26,
ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782)
00/01/05 lib/libc/net/yp/yp_bind.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782
)
01/02/01 lib/libc/core/stdio/doprnt.c, hpux, hpux_10
.26, ic5gy Revision 1.2 PATCH_10.26 (PHCO_23
181) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_match.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2)
00/01/05 lib/libc/net/rpc/xdr_mem.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
2002/10/08 Hewlett-Packard HP-UX 10.26 TOS [ ic5gy -
DAV17 ]
99/11/15 seccmd/secpolicy/spdbm.c, hpux, hpux_10.26,
ic5gy Revision 1.7 PATCH_10.26 (PHCO_20467)
01/03/26 lib/libsecurity/discr.c, hpux, hpux_10.26,
ic5gy Revision 1.3 PATCH_10.26 (PHCO_23735)
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
02/10/08 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_17760
) $
99/05/21 lib/libsecurity/authcap.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_18502
)
ic5ae_DAV17 lib/libc/archive_pa1/libc.a_01
Oct 8 2002 12:51:39
/tcb/bin/m6d:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
02/10/08 lib/libc/core/gen/ctime.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_17823
) UNMODIFIED
00/01/05 lib/libc/net/net/innetgr.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_all.c, hpux, hpux_10.26,
ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782)
00/01/05 lib/libc/net/yp/yp_bind.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782
)
00/01/05 lib/libc/net/yp/yp_master.c, hpux, hpux_10.
26, ic5gy Revision 1.2 PATCH_10.26 (PHCO_207
82)
01/02/01 lib/libc/core/stdio/doprnt.c, hpux, hpux_10
.26, ic5gy Revision 1.2 PATCH_10.26 (PHCO_23
181) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_match.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2)
00/01/05 lib/libc/net/rpc/xdr_mem.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
2002/10/08 Hewlett-Packard HP-UX 10.26 TOS [ ic5gy -
DAV17 ]
seccmd/msix/m6d.c, m6d, hpux_mlpmp, mlpmp6 $Date: 96
/12/04 15:47:33 $Revision: 1.22 PATCH_10.16
(PHCO_7524)
99/11/15 seccmd/secpolicy/spdbm.c, hpux, hpux_10.26,
ic5gy Revision 1.7 PATCH_10.26 (PHCO_20467)
01/03/26 lib/libsecurity/discr.c, hpux, hpux_10.26,
ic5gy Revision 1.3 PATCH_10.26 (PHCO_23735)
02/10/08 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_17760
) $
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
99/05/21 lib/libsecurity/authcap.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_18502
)
ic5ae_DAV17 lib/libc/archive_pa1/libc.a_01
Oct 8 2002 12:51:39
/tcb/bin/m6dbck:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
02/10/08 lib/libc/core/gen/ctime.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_17823
) UNMODIFIED
00/01/05 lib/libc/net/net/innetgr.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_all.c, hpux, hpux_10.26,
ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782)
00/01/05 lib/libc/net/yp/yp_bind.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782
)
01/02/01 lib/libc/core/stdio/doprnt.c, hpux, hpux_10
.26, ic5gy Revision 1.2 PATCH_10.26 (PHCO_23
181) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_match.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2)
00/01/05 lib/libc/net/rpc/xdr_mem.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
2002/10/08 Hewlett-Packard HP-UX 10.26 TOS [ ic5gy -
DAV17 ]
99/11/15 seccmd/secpolicy/spdbm.c, hpux, hpux_10.26,
ic5gy Revision 1.7 PATCH_10.26 (PHCO_20467)
01/03/26 lib/libsecurity/discr.c, hpux, hpux_10.26,
ic5gy Revision 1.3 PATCH_10.26 (PHCO_23735)
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
02/10/08 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_17760
) $
99/05/21 lib/libsecurity/authcap.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_18502
)
ic5ae_DAV17 lib/libc/archive_pa1/libc.a_01
Oct 8 2002 12:51:39
/tcb/bin/m6mkdb:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
02/10/08 lib/libc/core/gen/ctime.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_17823
) UNMODIFIED
00/01/05 lib/libc/net/net/innetgr.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_all.c, hpux, hpux_10.26,
ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782)
00/01/05 lib/libc/net/yp/yp_bind.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782
)
01/02/01 lib/libc/core/stdio/doprnt.c, hpux, hpux_10
.26, ic5gy Revision 1.2 PATCH_10.26 (PHCO_23
181) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_match.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2)
00/01/05 lib/libc/net/rpc/xdr_mem.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
2002/10/08 Hewlett-Packard HP-UX 10.26 TOS [ ic5gy -
DAV17 ]
99/11/15 seccmd/secpolicy/spdbm.c, hpux, hpux_10.26,
ic5gy Revision 1.7 PATCH_10.26 (PHCO_20467)
01/03/26 lib/libsecurity/discr.c, hpux, hpux_10.26,
ic5gy Revision 1.3 PATCH_10.26 (PHCO_23735)
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
99/05/21 lib/libsecurity/authcap.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_18502
)
02/10/08 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_17760
) $
ic5ae_DAV17 lib/libc/archive_pa1/libc.a_01
Oct 8 2002 12:51:39
/tcb/bin/macilbd:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
00/01/05 lib/libc/net/net/innetgr.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_all.c, hpux, hpux_10.26,
ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782)
01/02/01 lib/libc/core/stdio/doprnt.c, hpux, hpux_10
.26, ic5gy Revision 1.2 PATCH_10.26 (PHCO_23
181) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_bind.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782
)
00/01/05 lib/libc/net/yp/yp_match.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2)
00/01/05 lib/libc/net/rpc/xdr_mem.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
2002/10/08 Hewlett-Packard HP-UX 10.26 TOS [ ic5gy -
DAV17 ]
02/10/08 seccmd/secpolicy/macilbd.c, hpux, hpux_10.2
6, ic5gy Revision 1.6 PATCH_10.26 (PHCO_1776
0)
99/11/15 seccmd/secpolicy/spdbm.c, hpux, hpux_10.26,
ic5gy Revision 1.7 PATCH_10.26 (PHCO_20467)
02/10/08 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_17760
) $
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
ic5ae_DAV17 lib/libc/archive_pa1/libc.a_01
Oct 8 2002 12:51:39
/tcb/bin/mkdb:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
02/10/08 lib/libc/core/gen/ctime.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_17823
) UNMODIFIED
00/01/05 lib/libc/net/net/innetgr.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_all.c, hpux, hpux_10.26,
ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782)
00/01/05 lib/libc/net/yp/yp_bind.c, hpux, hpux_10.26
, ic5gy Revision 1.2 PATCH_10.26 (PHCO_20782
)
01/02/01 lib/libc/core/stdio/doprnt.c, hpux, hpux_10
.26, ic5gy Revision 1.2 PATCH_10.26 (PHCO_23
181) UNMODIFIED
00/01/05 lib/libc/net/yp/yp_match.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2)
00/01/05 lib/libc/net/rpc/xdr_mem.c, hpux, hpux_10.2
6, ic5gy Revision 1.2 PATCH_10.26 (PHCO_2078
2) UNMODIFIED
2002/10/08 Hewlett-Packard HP-UX 10.26 TOS [ ic5gy -
DAV17 ]
99/11/15 seccmd/secpolicy/spdbm.c, hpux, hpux_10.26,
ic5gy Revision 1.7 PATCH_10.26 (PHCO_20467)
01/03/26 lib/libsecurity/discr.c, hpux, hpux_10.26,
ic5gy Revision 1.3 PATCH_10.26 (PHCO_23735)
02/10/04 lib/libsecurity/map_ids.c, hpux, hpux_10.26
, ic5gy Revision 1.15 PATCH_10.26 (PHCO_2782
2)
99/05/21 lib/libsecurity/authcap.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_18502
)
02/10/08 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5gy Revision 1.5 PATCH_10.26 (PHCO_17760
) $
ic5ae_DAV17 lib/libc/archive_pa1/libc.a_01
Oct 8 2002 12:51:39
/usr/include/mandatory.h:
$Revision: 1.6 include/mandatory.h, hpux, hpux_10.26
, ic5bb $ $Date: 99/02/25 16:11:03 $ Hewlett
-Packard Co. */
99/02/26 include/mandatory.h, hpux, hpux_10.26, ic5b
b Revision 1.6 PATCH_10.26 (PHCO_17760) */
/usr/lib/libsec.a(mandlib.o):
99/02/26 lib/libsecurity/mandlib.c, hpux, hpux_10.26
, ic5bb Revision 1.5 PATCH_10.26 (PHCO_17760
) $
/usr/lib/libsec.a(psecerror.o):
99/03/09 lib/libsecurity/psecerror.c, hpux, hpux_10.
26, ic5bo Revision 1.4 PATCH_10.26 (PHCO_178
56)
/usr/lib/libsec.a(getprpwent.o):
99/05/21 lib/libsecurity/getprpwent.c, hpux, hpux_10
.26, ic5cn Revision 1.25 PATCH_10.26 (PHCO_1
8502)
/usr/lib/libsec.a(authcap.o):
99/05/21 lib/libsecurity/authcap.c, hpux, hpux_10.26
, ic5cn Revision 1.5 PATCH_10.26 (PHCO_18502
)
/usr/share/man/man3.Z/mand.3:
None
/usr/share/man/man3.Z/psecerror.3:
None
/usr/share/man/man3.Z/mand_ir_to_class_er.3:
None
/usr/share/man/man3.Z/strsecerror.3:
None
cksum(1) Output:
2147740892 3872 /usr/lib/libsec.a(smartcard.o)
3074785043 25084 /usr/lib/libsec.a(map_ids.o)
2824789469 4872 /usr/lib/libsec.a(discr.o)
2304715875 380928 /usr/lib/libsecurity.1
1145806256 523008 /tcb/bin/acld
1750186366 642868 /tcb/bin/dbck
4099472277 2097288 /tcb/bin/m6d
3262622754 649592 /tcb/bin/m6dbck
1644320749 626336 /tcb/bin/m6mkdb
3626741875 559972 /tcb/bin/macilbd
3696735782 626336 /tcb/bin/mkdb
2696317173 12952 /usr/include/mandatory.h
3481558456 13080 /usr/lib/libsec.a(mandlib.o)
23154580 2072 /usr/lib/libsec.a(psecerror.o)
4289577938 17108 /usr/lib/libsec.a(getprpwent.o)
401969751 14232 /usr/lib/libsec.a(authcap.o)
11071229 10246 /usr/share/man/man3.Z/mand.3
1539658251 1088 /usr/share/man/man3.Z/psecerror.3
11071229 10246 /usr/share/man/man3.Z/mand_ir_to_class_er.3
1539658251 1088 /usr/share/man/man3.Z/strsecerror.3
Patch Conflicts: None
Patch Dependencies:
s700: 10.26: PHKL_17761 PHCO_20322 PHCO_20022
s800: 10.26: PHKL_17762 PHCO_20322 PHCO_20022
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHCO_18502 PHCO_18179 PHCO_17856 PHCO_17760 PHCO_19042 PHCO_20430
PHCO_20467 PHCO_23735
Equivalent Patches: None
Patch Package Size: 6160 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHCO_27822
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHCO_27822.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHCO_27822. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHCO_27822.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_27822.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHCO_27822------------------------------------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]