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
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
---