Hi Rod,<div><br></div><div>Thanks for prompt response.</div><div><br></div><div>For IIS i.e windows I have no issue with building code with my cookie handling code.</div><div><br></div><div>But I am trying same for Apache server (SLES 11) As I have to support both IIS (windows) and apache (SLES).</div>
<div><br></div><div> For Linux I have big make file and I was wondering where to make changes for customize cookie handling code.</div><div><br></div><div>These are my files </div><div><br></div><div>mod_shib.cpp</div><div>
mod_shib_22.cpp</div><div>WSLCookieHandler.cpp<br>cookie.cpp</div><div>cookie.h</div><div><br></div><div>Regards,</div><div>Maneesh<br><br><div class="gmail_quote">On Sun, Nov 18, 2012 at 6:00 PM,  <span dir="ltr">&lt;<a href="mailto:dev-request@shibboleth.net" target="_blank">dev-request@shibboleth.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send dev mailing list submissions to<br>
        <a href="mailto:dev@shibboleth.net">dev@shibboleth.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://shibboleth.net/mailman/listinfo/dev" target="_blank">http://shibboleth.net/mailman/listinfo/dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:dev-request@shibboleth.net">dev-request@shibboleth.net</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:dev-owner@shibboleth.net">dev-owner@shibboleth.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Customise make file for mod_shib (Manish Singh)<br>
   2. RE: Customise make file for mod_shib (Rod Widdowson)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 17 Nov 2012 18:44:34 +0100<br>
From: Manish Singh &lt;<a href="mailto:maneeshsingh1986@gmail.com">maneeshsingh1986@gmail.com</a>&gt;<br>
Subject: Customise make file for mod_shib<br>
To: <a href="mailto:dev@shibboleth.net">dev@shibboleth.net</a><br>
Message-ID:<br>
        &lt;CAKanszFkrwe5j46orMkvnQh9Vtado8X7eLqBUFOPxFK8UpJu=<a href="mailto:Q@mail.gmail.com">Q@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi ,<br>
<br>
I have small question for Apache module mod_shib.cpp.<br>
I was try to implement customise cookie handling for Shibboleth as per our<br>
requiremt.<br>
<br>
For VS2010 (IIS) I am able to build code for which I have included few<br>
header &amp;&amp; source files.<br>
But same code for Apache I am not able to modify makefile.<br>
I gone through make file and really wondering where to change/What to<br>
change .<br>
<br>
WSLCookieHandler.cpp<br>
cookie.cpp<br>
<br>
Appreciate your prompt response.<br>
<br>
Thanks &amp; Regards,<br>
Maneesh<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://shibboleth.net/pipermail/dev/attachments/20121117/e4700a68/attachment-0001.html" target="_blank">http://shibboleth.net/pipermail/dev/attachments/20121117/e4700a68/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 18 Nov 2012 12:12:19 -0000<br>
From: &quot;Rod Widdowson&quot; &lt;<a href="mailto:rdw@steadingsoftware.com">rdw@steadingsoftware.com</a>&gt;<br>
Subject: RE: Customise make file for mod_shib<br>
To: &quot;&#39;Shib Dev&#39;&quot; &lt;<a href="mailto:dev@shibboleth.net">dev@shibboleth.net</a>&gt;<br>
Message-ID: &lt;001a01cdc585$f6b79100$e426b300$@com&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
In the Windows builds we only use make files to build the installer and to control the complete build over all architectures and<br>
modes.  So if you are building a .dll or a .exe in Visual Studio/MsBuild it is the .vcxproj files you need to adjust, not the make<br>
files.<br>
<br>
<br>
<br>
Unless you are happy working .vcxproj files with them I&#39;d strongly suggest that you do this using the IDE.<br>
<br>
<br>
<br>
From: <a href="mailto:dev-bounces@shibboleth.net">dev-bounces@shibboleth.net</a> [mailto:<a href="mailto:dev-bounces@shibboleth.net">dev-bounces@shibboleth.net</a>] On Behalf Of Manish Singh<br>
Sent: 17 November 2012 17:45<br>
To: <a href="mailto:dev@shibboleth.net">dev@shibboleth.net</a><br>
Subject: Customise make file for mod_shib<br>
<br>
<br>
<br>
<br>
<br>
Hi ,<br>
<br>
I have small question for Apache module mod_shib.cpp.<br>
I was try to implement customise cookie handling for Shibboleth as per our requiremt.<br>
<br>
For VS2010 (IIS) I am able to build code for which I have included few header &amp;&amp; source files.<br>
But same code for Apache I am not able to modify makefile.<br>
I gone through make file and really wondering where to change/What to change .<br>
<br>
WSLCookieHandler.cpp<br>
cookie.cpp<br>
<br>
Appreciate your prompt response.<br>
<br>
Thanks &amp; Regards,<br>
Maneesh<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://shibboleth.net/pipermail/dev/attachments/20121118/c522c33b/attachment-0001.html" target="_blank">http://shibboleth.net/pipermail/dev/attachments/20121118/c522c33b/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net">dev-unsubscribe@shibboleth.net</a><br>
<br>
End of dev Digest, Vol 17, Issue 16<br>
***********************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Thanks &amp; Regards,<br>Maneesh<br><br>&quot;A winner is not the one who never fails,But one who NEVER QUITS&quot;<br>
</div>