Re: [systemd-devel] [PATCH 4/4] Add binary password agent protocol

2014-03-25 Thread David Härdeman
On Tue, Mar 25, 2014 at 01:58:27AM +0100, Lennart Poettering wrote: On Tue, 04.02.14 00:57, David Härdeman (da...@hardeman.nu) wrote: Sorry for the later review! Add binary string handling functions and extend the password agent protocol to support binary strings (using = as a string prefix

Re: [systemd-devel] [PATCH 4/4] Add binary password agent protocol

2014-03-24 Thread Lennart Poettering
On Tue, 04.02.14 00:57, David Härdeman (da...@hardeman.nu) wrote: Sorry for the later review! Add binary string handling functions and extend the password agent protocol to support binary strings (using = as a string prefix instead of +). Hmm, I wished there was a different way to implement

[systemd-devel] [PATCH 4/4] Add binary password agent protocol

2014-02-03 Thread David Härdeman
Add binary string handling functions and extend the password agent protocol to support binary strings (using = as a string prefix instead of +). --- Makefile.am|2 src/ask-password/ask-password.c| 33 +--