From d4db08d7a6e13c87ce6dd09c28917a8bea5a0be6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 26 Nov 2008 10:18:53 +0000 Subject: * 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. --- winsup/cygserver/bsd_helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygserver/bsd_helper.h') diff --git a/winsup/cygserver/bsd_helper.h b/winsup/cygserver/bsd_helper.h index 014b82a05..045898573 100644 --- a/winsup/cygserver/bsd_helper.h +++ b/winsup/cygserver/bsd_helper.h @@ -44,6 +44,7 @@ int win_copyout (struct thread *, const void *, void *, size_t); #define copyin(a,b,c) win_copyin((td),(a),(b),(c)) #define copyout(a,b,c) win_copyout((td),(a),(b),(c)) +void *get_token_info (HANDLE, TOKEN_INFORMATION_CLASS); int ipcperm (struct thread *, struct ipc_perm *, unsigned int); int suser (struct thread *); bool adjust_identity_info (struct proc *p); -- cgit v1.2.3