Re: [elinks-dev] pwmd patch

2007-06-11 Thread Kalle Olavi Niemitalo
Ben Kibbey [EMAIL PROTECTED] writes: +++ b/src/formhist/formhist.c @@ -355,7 +374,21 @@ get_form_history_value(unsigned char *url, unsigned char *name) + * FIXME If theres a pwmd error a message box pops up. + * src/viewer/text/form.c seems to call this

[elinks-dev] pwmd patch

2007-01-28 Thread Ben Kibbey
Here's a patch to use pwmd for form history. pwmd is a daemon that listens on a local socket and waits for commands from clients to manipulate data. The data is an encrypted XML file. The password to open/save the file is gotten with gpg-agent. Read src/formhist/README.pwmd for more info. --