- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Diff in crypt.h
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 09:50 AM
03-19-2002 09:50 AM
Diff in crypt.h
l1:/usr/include 161 > diff crypt.h /a5/usr/include/crypt.h
5,13d4
< #if defined(__STDC__) || defined(__cplusplus)
< extern char *crypt(char *, char *);
< extern void setkey(char *);
< extern void encrypt(char *, int);
< #else
< extern char *crypt();
< extern void setkey();
< extern void encrypt();
< #endif
Exit 1
l1:/usr/include 162 > ll !*
ll crypt.h /a5/usr/include/crypt.h
9107 -r--r--r-- 1 bin bin 935 Oct 27 1997 /a5/usr/include/crypt.h
9083 -rw-rw-rw- 1 bin bin 1159 Jan 13 2000 crypt.h
l1:/usr/include 163 >
a5:/var/adm/sw 105 # find . -type f | xargs fgrep /crypt.h
./products/ProgSupport/C-INC/INFO:path /usr/include/crypt.h
a5:/var/adm/sw 106 #
There is no patch applied on either side that updated crypt.h
The a5 is newer
Both systems were delivered factory installed
As always, it might be my own doings long long time ago, but I for sure cannot remember
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:05 AM
03-19-2002 10:05 AM
Re: Diff in crypt.h
Interesting to say the least! That's a good reason never to "accept" a preinstalled OS, and why I reinstall it myself.
My N and A-class servers have the same crypt.h file. see attachment
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:07 AM
03-19-2002 10:07 AM
Re: Diff in crypt.h
b) 9083 -rw-rw-rw- 1 bin bin 1159 Jan 13 2000 crypt.h
b is 666, would someone be messing with it ? I agree, there is no patch that would update/change crypt.h, and it seems logical to conclude that the difference in crypt.h can only be due to OS difference, maybe architecture or even firmware level, other than that .. can't think of any ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:08 AM
03-19-2002 10:08 AM
Re: Diff in crypt.h
Mine is
[root]pbctst: ls -l crypt.h
-r--r--r-- 1 bin bin 932 Nov 14 2000 crypt.h
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:13 AM
03-19-2002 10:13 AM
Re: Diff in crypt.h
a5:/tmp 129 > diff crypt.h /usr/include/crypt.h
1c1
< /* @(#) $Revision: ../hdr/crypt.h@@/main/i80/1 $ */
---
> /* @(#) $Revision: ../hdr/crypt.h@@/main/r11ros/0 $ */
a5:/tmp 130 > ll /[al]?/usr/include/crypt.h
9107 -r--r--r-- 1 bin bin 935 Oct 27 1997 /a5/usr/include/crypt.h
9083 -rw-rw-rw- 1 bin bin 1159 Jan 13 2000 /l1/usr/include/crypt.h
a5:/tmp 131 >
There's of course the possibility that I fiddled with it building all my attempts of gcc in all different configurations, but over two years ago? I guess not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 11:15 AM
03-19-2002 11:15 AM
Re: Diff in crypt.h
/* @(#) $Revision: ../hdr/crypt.h@@/main/r11ros/0 $ */
ll shows:
-r--r--r-- 1 bin bin 935 Oct 27 1997 /usr/include/crypt.h
It appears to have been installed with the ProgSupport product and not changed by any patches.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:02 PM
03-19-2002 12:02 PM
Re: Diff in crypt.h
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:41 PM
03-19-2002 12:41 PM
Re: Diff in crypt.h
I suspect Apache, but just like to go on with the routine day.
Thanks (not looking deeper)