* Makefile.in (OBJS): Add setpwd.o.

* README: Explain new service to store passwords in the LSA registry
	area.
	* bsd_helper.cc (get_token_info): Make externally available.
	* bsd_helper.h (get_token_info): Declare.
	* client.cc (client_request::handle_request): Add case for
	CYGSERVER_REQUEST_SETPWD request.
	* setpwd.cc: New file implementing the CYGSERVER_REQUEST_SETPWD
	request.
This commit is contained in:
Corinna Vinschen
2008-11-26 10:18:53 +00:00
parent 51303cbd0c
commit d4db08d7a6
7 changed files with 125 additions and 2 deletions

View File

@ -308,7 +308,7 @@ is_grp_member (gid_t grp, gid_t *grplist, int listsize)
* This function mallocs the necessary buffer spcae by itself. It
* must be free'd by the calling function.
*/
static void *
void *
get_token_info (HANDLE tok, TOKEN_INFORMATION_CLASS tic)
{
void *buf;