CVS update: gpa/src

Bernhard Herzog bherzog@guug.de
Fri Feb 9 17:57:02 2001


Date:	Friday February 9, 2001 @ 17:55
Author:	bherzog

Update of /home/koch/cvs/gpa/src
In directory sigtrap:/var/tmp/cvs-serv18375

Modified Files:
	keygenwizard.c 
Log Message:
	* keygenwizard.c (string_strip_dup): Helper function to create a
	copy of a string stripped off leading and trailing whitespace
	(gpa_keygen_wizard_simple_get_text): Return a string_strip_dup'ed
	version of the user input
	(gpa_keygen_wizard_password_action): Free the values read from the
	"simple pages" because they're now malloced copies.
	(gpa_keygen_wizard_name_validate):
	(gpa_keygen_wizard_email_validate): New functions to validate the
	user input for the name and email pages. The validation for the
	emails address could be much more thorough.
	(gpa_keygen_wizard_run): Hook up the new validation functions with
	the pages.

File: keygenwizard.c   	Status: Up-to-date