* 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:
@ -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);
|
||||
|
Reference in New Issue
Block a user