Patch Name: PHNE_29462 Patch Description: s700_800 11.22 ftpd(1M) and ftp(1) patch Creation Date: 04/06/01 Post Date: 04/06/03 Hardware Platforms - OS Releases: s700: 11.22 s800: 11.22 Products: N/A Filesets: InternetSrvcs.INETSVCS2-RUN,fr=B.11.22,fa=HP-UX_B.11.22_IA,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair general_release Path Name: /hp-ux_patches/s700_800/11.X/PHNE_29462 Symptoms: PHNE_29462: ( SR:8606360143 CR:JAGaf20839 ) ftp does not work properly under certain situations. ( SR:8606350655 CR:JAGaf11467 ) ftpd does not work correctly with certain group IDs. ( SR:8606323128 CR:JAGae85593 ) Under certain conditions ftpd does not work properly. ( SR:8606294799 CR:JAGae58493 ) 'get' command of ftp does not function properly. Defect Description: PHNE_29462: ( SR:8606360143 CR:JAGaf20839 ) ftp does not work properly under certain situations. Resolution: Code has been modified to fix the problem. ( SR:8606350655 CR:JAGaf11467 ) ftpd does not handle certain group IDs properly. Resolution: ftpd code has been modified to handle all group IDs properly. ( SR:8606323128 CR:JAGae85593 ) Under certain conditions ftpd does not work properly. Resolution: Code has been modified to rectify the problem. ( SR:8606294799 CR:JAGae58493 ) 'get' command of ftp does not function properly. Resolution: Code changes have been made to fix the problem. Enhancement: No SR: 8606294799 8606323128 8606350655 8606360143 Patch Files: InternetSrvcs.INETSVCS2-RUN,fr=B.11.22,fa=HP-UX_B.11.22_IA, v=HP: /usr/bin/ftp /usr/lbin/ftpd what(1) Output: InternetSrvcs.INETSVCS2-RUN,fr=B.11.22,fa=HP-UX_B.11.22_IA, v=HP: /usr/bin/ftp: Copyright (c) 1985, 1989 Regents of the University o f California. Revision 1.1.214.5(PHNE_29462) Tue Jun 1 23:59:41 GMT 2004 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) /usr/lbin/ftpd: Copyright (c) 1999,2000 WU-FTPD Development Group. $Id: ftpd.c,v 1.111 2000/07/01 18:17:39 wuftpd Exp $ based on ftpd.c 5.40 (Berkeley) 7/2/91 Revision 1.1(PHNE_29462) Version wuftpd-2.6.1 Wed J un 2 00:01:37 GMT 2004 HP-UX/General Millicode B.11.20.00 (IPF TOT): (MILLI - 05/01/01) cksum(1) Output: InternetSrvcs.INETSVCS2-RUN,fr=B.11.22,fa=HP-UX_B.11.22_IA, v=HP: 2714223707 386116 /usr/bin/ftp 3714650689 553288 /usr/lbin/ftpd Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 420 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_29462 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHNE_29462.depot By default swinstall will archive the original software in /var/adm/sw/save/PHNE_29462. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHNE_29462.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHNE_29462.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHNE_29462.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: This patch kills all the instances of ftpd but it does not restart ftpd after the patch installation, because ftpd is usually invoked by inetd. Therefore, if ftpd is running in standalone mode (that is, ftpd is started manually with the '-S' or '-s' option), ftpd must be restarted manually after installing this patch.