--------------------- PatchSet 4499 Date: 2002/07/16 09:08:54 Author: serassio Branch: cygwin-svc-2_5 Tag: (none) Log: Updated native WIN32 External ACL group helper Members: helpers/external_acl/ip_user/Makefile.am:1.1.14.1->1.1.14.2 helpers/external_acl/win32_group/Makefile.am:1.1.10.1->1.1.10.2 helpers/external_acl/win32_group/win32_check_group.c:1.1.10.1->1.1.10.2 Index: squid/helpers/external_acl/ip_user/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/ip_user/Makefile.am,v retrieving revision 1.1.14.1 retrieving revision 1.1.14.2 diff -u -r1.1.14.1 -r1.1.14.2 --- squid/helpers/external_acl/ip_user/Makefile.am 13 Jul 2002 20:08:18 -0000 1.1.14.1 +++ squid/helpers/external_acl/ip_user/Makefile.am 16 Jul 2002 09:08:54 -0000 1.1.14.2 @@ -1,7 +1,7 @@ # # Makefile for the ip_user external_acl helper by Rodrigo Campos # -# $Id: Makefile.am,v 1.1.14.1 2002/07/13 20:08:18 serassio Exp $ +# $Id: Makefile.am,v 1.1.14.2 2002/07/16 09:08:54 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -22,8 +22,6 @@ license \ README -# sysconf_DATA = \ - LDADD = @XTRA_LIBS@ INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ Index: squid/helpers/external_acl/win32_group/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/win32_group/Attic/Makefile.am,v retrieving revision 1.1.10.1 retrieving revision 1.1.10.2 diff -u -r1.1.10.1 -r1.1.10.2 --- squid/helpers/external_acl/win32_group/Makefile.am 15 Jul 2002 10:35:59 -0000 1.1.10.1 +++ squid/helpers/external_acl/win32_group/Makefile.am 16 Jul 2002 09:08:54 -0000 1.1.10.2 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.10.1 2002/07/15 10:35:59 serassio Exp $ +# $Id: Makefile.am,v 1.1.10.2 2002/07/16 09:08:54 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -11,4 +11,7 @@ win32_check_group_SOURCES = win32_check_group.c -LDADD = -lnetapi32 -ladvapi32 +INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ + -I$(top_srcdir)/src + +LDADD = -L$(top_builddir)/lib -lmiscutil -lnetapi32 -ladvapi32 Index: squid/helpers/external_acl/win32_group/win32_check_group.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/win32_group/Attic/win32_check_group.c,v retrieving revision 1.1.10.1 retrieving revision 1.1.10.2 diff -u -r1.1.10.1 -r1.1.10.2 --- squid/helpers/external_acl/win32_group/win32_check_group.c 15 Jul 2002 10:35:59 -0000 1.1.10.1 +++ squid/helpers/external_acl/win32_group/win32_check_group.c 16 Jul 2002 09:08:54 -0000 1.1.10.2 @@ -1,5 +1,5 @@ /* - * $Id: win32_check_group.c,v 1.1.10.1 2002/07/15 10:35:59 serassio Exp $ + * $Id: win32_check_group.c,v 1.1.10.2 2002/07/16 09:08:54 serassio Exp $ * * This is a helper for the external ACL interface for Squid Cache * Copyright (C) 2002 Guido Serassio @@ -165,7 +165,7 @@ */ status = LsaQueryInformationPolicy(PolicyHandle, PolicyPrimaryDomainInformation, - &ppdiDomainInfo); + (PVOID *)&ppdiDomainInfo); if (status) { debug("LsaQueryInformationPolicy Error: %d\n", status); } else {