Re: [Openvpn-devel] [PATCH 2/2] Add a test for auth-pam searchandreplace

2016-05-26 Thread Steffan Karger
Hi, Sorry for not noticing before, but one last nit: On Wed, May 25, 2016 at 7:57 PM, wrote: > +/* Read 'tosearch', replace all occurences of 'searchfor' with > 'replacewith' and return > + * a pointer to the NEW string. Does not modify the input strings. Will > not enter an > + * infini

[Openvpn-devel] [PATCH 2/2] Add a test for auth-pam searchandreplace

2016-05-25 Thread openvpn-devel
From: Jens Neuhalfen No functional changes. Utility functions of auth-pam are split into a dedicated file. This allows the test programs to easily test these functions without adding dependencies. Add a minimal test for searchandreplace as a proof of concept. Signed-off-by: Jens Neuhalfen ---