Bug 148372 - netdb.h is missing ruserpass()
Summary: netdb.h is missing ruserpass()
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Development (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Thorsten Kukuk
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-06 13:05 UTC by a b
Modified: 2006-02-06 14:25 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description a b 2006-02-06 13:05:06 UTC
the netdb.h is missing the prototype for ruserpass.
the current version in the glibc.CVS shows
Version 1.29, Sun Oct 24 09:04:34 2004 UTC
The function declaration is present.

a quick
grep ruserpass /usr/include/netdb.h
in my current 10.0 installation with shows nothing.

ruserpass() is not realy secure :) behaps this is removed intentional but i could not find any reference.
Comment 1 Thorsten Kukuk 2006-02-06 14:25:31 UTC
As documented in the glibc sources, this interface is declared as internal and should not be used.