Parses key/value pairs from a file descriptor (normally stdin) passed by an applet when the applet calls the authentication dialog of the VPN plugin.
fd |
file descriptor to read from, usually stdin (0) |
out_data |
on successful return, a hash table (mapping char* |
out_secrets |
on successful return, a hash table (mapping char* |
true if reading values was successful, false if not |