summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver/bsd_helper.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-11-26 10:18:53 +0000
committerCorinna Vinschen <corinna@vinschen.de>2008-11-26 10:18:53 +0000
commitd4db08d7a6e13c87ce6dd09c28917a8bea5a0be6 (patch)
treea207dfcd28b7573effcf74c235d4c0054e837c44 /winsup/cygserver/bsd_helper.cc
parent51303cbd0c22d81d20d99934c71474809e72fa1a (diff)
downloadcygnal-d4db08d7a6e13c87ce6dd09c28917a8bea5a0be6.tar.gz
cygnal-d4db08d7a6e13c87ce6dd09c28917a8bea5a0be6.tar.bz2
cygnal-d4db08d7a6e13c87ce6dd09c28917a8bea5a0be6.zip
* 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.
Diffstat (limited to 'winsup/cygserver/bsd_helper.cc')
-rw-r--r--winsup/cygserver/bsd_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygserver/bsd_helper.cc b/winsup/cygserver/bsd_helper.cc
index a137b7ea6..6dabdc87e 100644
--- a/winsup/cygserver/bsd_helper.cc
+++ b/winsup/cygserver/bsd_helper.cc
@@ -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;