Opened 15 years ago

Last modified 14 years ago

#214 new enhancement

getpass()

Reported by: Silvan Scherrer Owned by: bird
Priority: normal Milestone: libc-0.7
Component: libc Version:
Severity: normal Keywords:
Cc:

Description

adding of the above would be great, as samba uses it and probably also some other ports. getpass() works of course, but we would need some ifdef less.

Change History (2)

comment:1 by bird, 14 years ago

Milestone: libc-0.6.4libc-0.7
Summary: getpassphrase()getpass()

If someone drops me a patch + testcase this will be considered for 0.6.x release, without it's not going to make it.

comment:2 by Silvan Scherrer, 14 years ago

according to http://docs.sun.com/app/docs/doc/816-5168/getpassphrase-3c?l=en&n=1&a=view getpass() and getpassphrase() are the same, except getpassphrase() has a value of 257. so i guess a
#define getpassphrase getpass
could be enough.

Note: See TracTickets for help on using tickets.