Bug 148372

Summary: netdb.h is missing ruserpass()
Product: [openSUSE] SUSE LINUX 10.0 Reporter: a b <wharms>
Component: DevelopmentAssignee: Thorsten Kukuk <kukuk>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None CC: pth
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.