active questions tagged policy - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T14:30:00Zhttp://stackoverflow.com/feeds/tag/policyhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1417997/enterprise-sso-identity-management-recommendations1Enterprise SSO & Identity management / recommendationsMaxim Veksler2009-09-13T15:29:30Z2009-11-29T08:00:06Z
<p>Hello Friends,</p>
<p>We've <a href="http://stackoverflow.com/questions/780490/identity-management-sso-solution">discussed</a> SSO before. I would like to re-enhance the conversation with defined requirements, taking into consideration recent new developments.</p>
<p>In the past week I've been doing market research looking for answers to the following key issues:</p>
<p>The project should should be:</p>
<h3>Requirements</h3>
<ul>
<li>SSO solution for web applications.</li>
<li>Integrates into existing developed products.</li>
<li>has Policy based password security (Length, Complexity, Duration and co)</li>
<li>Security Policy can be managed using a web interface.</li>
<li>Customizable user interface (the password prompt and co. screens).</li>
<li>Highly available (99.9%)</li>
<li>Scalable.</li>
<li>Runs on Red Hat Linux.</li>
</ul>
<h3>Nice to have</h3>
<ul>
<li>Contains user Groups & Roles.</li>
<li>Written in Java.</li>
<li>Free Software (open source) solution.</li>
</ul>
<p>None of the solutions came up so far are "killer choice" which leads me to think I will be tooling several projects (OWASP, AcegiSecurity + X??) hence this discussion.</p>
<p>We are ISV delivering front-end & backend application suite. The frontend is broken into several modules which should act as autonomous unit, from client point of view he uses the "application" - which leads to this discussion regrading SSO.</p>
<p>I would appreciate people sharing their experience & ideas regarding the appropriete solutions.</p>
<p>Some solutions are interesting</p>
<ul>
<li><a href="http://www.jasig.org/cas" rel="nofollow">CAS</a></li>
<li><a href="http://www.sun.com/software/products/opensso%5Fenterprise/index.xml" rel="nofollow">Sun OpenSSO Enterprise</a></li>
<li><a href="http://www.jboss.org/community/wiki/JBossIdentityIDM" rel="nofollow">JBoss Identity IDM</a></li>
<li><a href="http://www.josso.org" rel="nofollow">JOSSO</a></li>
<li><a href="http://www-01.ibm.com/software/tivoli/products/access-mgr-esso/" rel="nofollow">Tivoli Access Manager for Enterprise Single Sign-On</a></li>
</ul>
<p>Or more generally speaking <a href="http://www.manageability.org/blog/stuff/single-sign-on-in-java" rel="nofollow">this list</a></p>
<p>Thank you,
Maxim.</p>
http://stackoverflow.com/questions/1789434/changing-local-security-policy-programatically0Changing Local Security Policy ProgramaticallyEhtsham2009-11-24T11:19:45Z2009-11-24T12:37:23Z
<p>hi
i want to change Local Security Policy "Interactive logon: do not require ctlr+alt+del" in c# how can i do this
Regards
Ehtsham</p>
http://stackoverflow.com/questions/1714192/policies-array-class-design-wrapper0Policies Array Class-Design wrapperPT2009-11-11T10:00:14Z2009-11-11T10:58:02Z
<p>Hi,</p>
<p>i want to write an wrapper for different Array Classes with different Policies. </p>
<p>For example: </p>
<pre><code>typedef ArrayType<useValArray,StdAllocator> Array; // one global assignment
</code></pre>
<p>I want to use the class like a blitz++ Array</p>
<p>for example:</p>
<pre><code>Array<double,2> x(2,2); //maps the Array to an Valarray or to a Blitz++ Array
Array<double,2> x2(5,6);
</code></pre>
<p>is this Posible? Which technics i need to realise that?</p>
http://stackoverflow.com/questions/1556462/wsdl-policyreference-to-an-external-file0WSDL PolicyReference to an external fileAustin2009-10-12T19:37:08Z2009-11-07T03:00:03Z
<p>I'm getting some errors when I try to deploy a web service generated using CXF's wsdl2java to generate the Java code from a WSDL file. I've managed to trace the error down to a NullPointerException being thrown by Apache Neethi when I tries to normalize a PolicyReference. The policy reference is defined in an external XML file (a lot of WSDLs reference this policy file). Here is what I see in the WSDL:</p>
<pre><code><wsp:PolicyReference URI="policy:someExternalFile.xml#PolicyName" />
</code></pre>
<p>I've tried removing the "policy:" scheme at the start of URI and getting rid of the URI scheme all together.</p>
<p>If I move the policy into the WSDL, things work fine. I'm using CXF 2.2.3 and Tomcat 6. The version of Apache Neethi that is included with this release is 2.0.4. </p>
http://stackoverflow.com/questions/1672224/install-msi-using-group-policy0install msi using group policy [closed]unknown (google)2009-11-04T07:36:59Z2009-11-04T07:36:59Z
<p>Hi,</p>
<p>1) If we install/push msi using group policy can/will we see installation steps/Wizard/options which we can see if start installtaion using setup.exe by double clicking it.</p>
<p>2)Can some provide some good link on this issue.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/748481/enterprise-library-4-1-exception-policy0Enterprise Library 4.1 Exception policyPicflight2009-04-14T16:58:08Z2009-10-25T10:00:03Z
<p>Hello,</p>
<p>I am using Enterprise Library 4.1 and want to implement Exception handling and logging.
I am able to setup one policy that handles general Exceptions of the System.Exception type. I call this policy 'Data Access Policy'.</p>
<p>In a general application development rule, how many policies should I create?
What are the best practices for catching SqlExceptions? Should a separate policy be defined?</p>
<p>What I am looking for is some suggestions from folks who develop applications using Enterprise Library and how they setup the policies for exception handling and some examples would help.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/833262/provide-assembly-with-full-trust-in-sharepoint-by-custom-policy-level-not-working1provide assembly with full trust in sharepoint by custom policy level not workingFrenske2009-05-07T07:09:03Z2009-10-13T19:00:03Z
<p>Hello All, </p>
<p>I'm building a couple of ucercontrols. These usercontrols will be hosted within the <a href="http://smartpart.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=10697" rel="nofollow">return of the smartpart</a>. The problem i'm facing is that my assembly that goes with them, is not properly provided with sufficient rights.</p>
<p>To achive this you've (basically) got three options;<br />
1. set the site to full trust level (do not want this obviously, aint working for me either. The assembly is not trusted)<br/>
2. place the assembly in the gac (tried that too, also not working).<br />
3. security wise what I would like is to grant my assembly with a special set of rights.</p>
<p>This can be done by means of a custom trust file. This is what I came up with so far, but it is not working. Can someone point me in the right direction on this one?</p>
<p>added these two clauses at the security classes element;</p>
<pre><code><SecurityClass Name="AssemblyOne" Description="MyAssemblies.AssemblyOne, Version=1.0.0.0, Culture=neutral, PublicKeyToken=132bddbb4f2e45f2"/>
<SecurityClass Name="AssemblyTwo" Description="MyAssemblies.AssemblyTwo, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e5141be41498e913" />
</code></pre>
<p>added this clause in the named permission sets</p>
<pre><code> <PermissionSet
class="NamedPermissionSet"
version="1"
Name="SPFULL"
Unrestricted="true">
<IPermission
class="AspNetHostingPermission"
version="1"
Level="Minimal"
/>
<IPermission
class="SecurityPermission"
version="1"
Flags="Execution"
/>
<IPermission class="WebPartPermission"
version="1"
Connections="True"
/>
<Assemblies>
<Assembly Name="MyAssemblies.AssemblyOne" Version="1.0.0.0" PublicKeyBlob="002400000480000094000000060200000024000052534131000400000100010015fd63eb99fee087978556fcf698fae059d75307d1ee8e44486a349ea87843344440af9051d4434bac1d219b3a219d5f0ff50e8c0ed9eb7c07eab19d9ff0494ecaafc5ce1cb65d59ddd153b0f09790d6641af0325aaceb81c2e55c4610a1c18ae9f5a476de2282918a293726bce20aa932e06666b4e8b6885775b919a93a91a9" />
<Assembly Name="MyAssemblies.AssemblyTwo" Version="1.2.0.0" PublicKeyBlob="00240000048000009400000006020000002400005253413100040000010001007da2bfd8e8ec53bd9caa8a5e3af2408cabd60b04c1df80bf8cbad447addaa8a7854818c77ea4f1ada3b73f33836b716999a5aac2475b22c676cedb3fe42cb2ebfba9dc20c04b1baab5a75ead6169b45d1dbef0bcbe82d5f862f954739ed100eaf41425eddd559aee883c055da038d0d8c2e998db799d6e1995ddea95a48eb0b4" />
</Assemblies>
</PermissionSet>
</code></pre>
<p>then I added this clause above the the existing 'default' code group;</p>
<pre><code><CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="SPFULL"
Name="My first Web Part"
Description="This code group grants the my first web part full permissions.">
<IMembershipCondition
class="StrongNameMembershipCondition"
version="1" PublicKeyBlob="002400000480000094000000060200000024000052534131000400000100010015fd63eb99fee087978556fcf698fae059d75307d1ee8e44486a349ea87843344440af9051d4434bac1d219b3a219d5f0ff50e8c0ed9eb7c07eab19d9ff0494ecaafc5ce1cb65d59ddd153b0f09790d6641af0325aaceb81c2e55c4610a1c18ae9f5a476de2282918a293726bce20aa932e06666b4e8b6885775b919a93a91a9" />
<IMembershcipCondition
Class="StrongNameMembershipCondition"
version="1"
PublicKeyBlob="00240000048000009400000006020000002400005253413100040000010001007da2bfd8e8ec53bd9caa8a5e3af2408cabd60b04c1df80bf8cbad447addaa8a7854818c77ea4f1ada3b73f33836b716999a5aac2475b22c676cedb3fe42cb2ebfba9dc20c04b1baab5a75ead6169b45d1dbef0bcbe82d5f862f954739ed100eaf41425eddd559aee883c055da038d0d8c2e998db799d6e1995ddea95a48eb0b4"/>
</CodeGroup>
</code></pre>
<p>Can anyone point out to me how to get this right?</p>
http://stackoverflow.com/questions/841984/accessing-iframe-elements-across-different-domains0Accessing iframe elements across different domainsmonkeysword2009-05-08T21:50:38Z2009-10-09T00:00:01Z
<p>I understand that cross site scripting (xss) is not good and is not supported in most browsers. However, I am building a page to be used only by about 3 or 4 people within my company. On this page I have a frame from another domain and I need the parent page to be able to access the values within that frame.</p>
<p>So my question is, is there a way (changing settings, etc), in either Firefox or IE7, to allow this to happen? Preferably (though not necessarily) any setting change would be for my domain explicitly.</p>
<p>I've found some help online that says that in FF you can add capability.policy to allow this. I haven't had any luck though, perhaps that isn't supported in FF3.</p>
http://stackoverflow.com/questions/1520475/ip-security-policy-on-windows-20030IP security policy on windows 2003Ed2009-10-05T14:34:29Z2009-10-05T14:53:16Z
<p>Does anyone know how I can:</p>
<ol>
<li>create IP security policy </li>
<li>manage IP filters and IP filter actions</li>
</ol>
<p>PROGRAMMATICALLY on windows 2003? Not use Microsoft GUI utility.</p>
<p>I tried to achieve this by programming with windows registry,
all data I need that is under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\IPSec\Policy\Local
but I have no idea with some data. e.g the value of IPsecData, </p>
<p>Thank you</p>
http://stackoverflow.com/questions/1472795/how-to-get-hudson-ci-to-execute-a-powershell-script2How to get Hudson CI to execute a Powershell script?quikdraw27002009-09-24T16:27:32Z2009-09-26T05:08:08Z
<p>I'm using Hudson version 1.324 for CI and have a couple of issues:</p>
<p>Environment:
- Windows Server 2008
- Powershell v1.0
- Hudson 1.324 running as a service
- Hudson Powershell Plugin installed
- Psake (aka. "Powershell Make/Rake" available from Github) 0.23
(All current/latest versions as of this initial post)</p>
<p>I have a Powershell (PS) script that works to compile, run NUnit tests, and if successful, create a 7z file of the output. The PS script works from the command line, on both my local development box as well as the CI server where Hudson is installed.</p>
<p>1) Execution Policy with Powershell.</p>
<p>I initially ran a PS console on the server, ran 'Set-ExecutionPolicy Unrestricted', which allows any script to be run. (Yes, I realize the security concerns here, I'm trying to get something to work and Unrestricted should remove the security issues so I can focus on other problems.)</p>
<p>[This worked, and allowed me to fire off the PS build script from Hudson yesterday. I then encountered another problem, but we'll discuss that more in item #2.]</p>
<p>Once Hudson could fire off a PS script, it complained with the following error:</p>
<p>"C:\Windows\system32\WindowsPowerShell\v1.0\powershell "& 'OzSystems.Tools\psake\psake.ps1' '.\oz-build.ps1'"
The term 'OzSystems.Tools\psake\psake.ps1' is not recognized as a cmdlet, funct
ion, operable program, or script file. Verify the term and try again.
At line:1 char:2
+ & <<<< 'OzSystems.Tools\psake\psake.ps1' '.\oz-build.ps1'"</p>
<p>Using the same command line, I am able to successfully execute the PS script from the command line manually. However Hudson is unable to get PS to do the same. After looking at additional PS documentation I also tried this:</p>
<p>"& 'OzSystems.Tools\psake\psake.ps1' '.\oz-build.ps1'"</p>
<p>and got a similar error. There does not appear to be any documentation for the Powershell plugin for Hudson. I've gone through all the Powershell plugin files and don't see anything that's configurable. I can't find a log file for Hudson to get additional information.</p>
<p>Can anyone help me past this?</p>
<p>2) I spent yesterday wrestling with #1. I came in this AM and tried to dig in again, after restarting the Hudson server/service, and now it appears that the ExecutionPolicy has been reset to Restricted. I did what worked yesterday, opened a PS console and Set-ExecutionPolicy to Unrestricted. It shows Unrestricted in the PS console, but Hudson says that it doesn't have rights to execution PS scripts. I reopened a new PS console and confirmed that the ExecutionPolicy is still Unrestriced -- it is. But Hudson evidently is not aware of this change. Restarting Hudson service again does not change Hudson's view of the policy.</p>
<p>Does anyone know what's going on here?</p>
<p>Thanks, Derek</p>
http://stackoverflow.com/questions/1444427/commercial-version-control6Commercial version controlAndrew2009-09-18T13:03:23Z2009-09-19T22:45:26Z
<p>My boss wants me to think about what to use for version control. I am a big fan of subversion, bazaar, mercurial, etc. However, we have a policy at our shop to not use open source tools!</p>
<p>Does anyone know of any good commercia/proprietary version control tools? We are a .NET shop and I know about Visual SourceSafe. However, I have heard less than favourable things about VSS. I also know about the Team Edition version of VS which I think may be too expensive.</p>
http://stackoverflow.com/questions/1440296/teachers-graders-how-do-you-handle-students-asking-homework-questions-on-so2Teachers/Graders: How do you handle students asking homework questions on SO [closed]280Z282009-09-17T17:43:25Z2009-09-17T17:57:46Z
<p>I was a TA for an undergraduate programming course and I've been considering doing it again. Since I'm sure some of my students would be requesting solutions to their homework here, I've been thinking about how I would handle it.</p>
<p>My first thought was "it would be easy to search here for people asking for answers," where the obvious course of action is approaching the student about academic integrity. However, after further thought I came to another conclusion: I teach because I want to help the students <em>who care</em> to be the most capable developers then can be. As such, I think I would simply move towards grading on "passion" when I find a student getting the answers online. Summarized, "If you're going to be asking around for other people to give significant input on your homework, you'd better be doing it for the purpose of training yourself to see elegant solutions to problems you face."</p>
<p>My personal teaching philosophy: Identify the students with a desire to learn and procede to utilize their individual stregths to maximize their learn:time ratio. Assign grades based solely on (demonstration of known subset + <em>curve</em> of the "expected to know after the course" as listed in the syllabus from the beginning of the semester), where <em>curve</em> is created to cover cases where it's clear I expected more than was reasonable for a single-semester course. Clearly, based on this I would allow the replacement of the assigned work with work of significantly greater material coverage for capable students - I don't like wasting their time and if they'll put in overtime to still make the course worthwhile for themselves I'm not going to stop them.</p>
<p>This leads me to two key questions:</p>
<ol>
<li>What would you use for a <em>written</em> policy regarding students seeking homework answers online.</li>
<li>What would you use for an <em>unwritten</em> policy "addendum" to the written policy. Personally, I think the mechanisms I use for subjective grading go here.</li>
<li>Am I <a href="http://encarta.msn.com/dictionary%5F1861705758/rocker.html" rel="nofollow">off my rocker</a> for the final philosophy paragraph?</li>
</ol>
<p><strong>Edit: Before voting to close:</strong></p>
<ol>
<li>I believe this information could be helpful to people genuinely interested in helping their students learn.</li>
<li>I'm open to feedback on how to improve this question - so try to make a suggestion before a close vote.</li>
<li>I made it community wiki and gave it proper tags.</li>
</ol>
http://stackoverflow.com/questions/1425388/why-are-you-deleting-question-posted-by-beginners-let-us-remember-we-were-all-o0Why are you deleting question posted by beginners? Let us remember, we were all once beginners! [closed]Tzury Bar Yochay2009-09-15T06:02:36Z2009-09-15T06:06:32Z
<p>While I was trying to answer a question titled: "What are generics in asp.net" I got an orange bar at the top telling me the question is deleted and no more answers are accepted.
This is annoying. it feels the same as when your m$word processor crashes in the middle of the writing. In fact, the question was neither offensive, nor off topics. I guess the guy (or girl) simply wanted to get the information from a "live" person instead of asking google about it. At work, it happened to me many times that someone asked me a question and I simply type his question in google and have him look at the results together with me. I see nothing wrong in that.</p>
<p>My answer was as follows:</p>
<blockquote>
<p>Generics are not particularly in
asp.net but in C# since version 2.0. </p>
<p>Generics allow you to define type-safe
data structures, without committing to
actual data types. This results in a
significant performance boost and
higher quality code, because you get
to reuse data processing algorithms
without duplicating type-specific
code.</p>
<p>a great introduction can be found at
<a href="http://msdn.microsoft.com/en-us/library/ms379564%28VS.80%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms379564%28VS.80%29.aspx</a></p>
</blockquote>
http://stackoverflow.com/questions/1377384/policy-on-maintenance-releases-vs-normal-releases3Policy on maintenance releases vs normal releases?Andrew Swan2009-09-04T05:33:25Z2009-09-13T21:22:10Z
<p>My company is struggling with the question of maintenance releases versus "normal" releases, in the context of an application installed on-site at large organisations who pay for support. First let me define my terms:</p>
<ul>
<li>Imagine we've released versions 1.0, 1.1, and 1.2 of the product. These are what I call "<strong>normal</strong>" releases, i.e. they are the next release from the main branch of development, incorporating all the latest and greatest bug fixes and enhancements (possibly tens of each per release).</li>
<li>Now imagine some bigshot customer on 1.0 reports a show-stopping issue that nobody's encountered before. The problem still exists in 1.2, and unfortunately 1.3 isn't due out for several weeks or months. So we branch our code at 1.0 to create a 1.0.1 "<strong>maintenance</strong>" release, containing just the one change that fixes the issue.</li>
</ul>
<p>This approach makes the customer happy because we fix their issue within a day or so, instead of making them wait weeks until the next normal release. Also, because the maintenance release only contains one small change, they don't need to go through an extensive UAT process, whereas if they upgrade to the next normal release, which could be several versions on, they would be receiving maybe 30 or 40 product changes that (in their risk-averse opinion) require extensive UAT.</p>
<p>The problem is that:</p>
<ul>
<li>It's costly for us to create and support multiple versions of our software</li>
<li>It allows stick-in-the-mud customers to fall too far behind the latest version</li>
<li>It complicates the process of eventually upgrading those customers in the future, as their installation is subtly different from every other 1.0 customer (upgrading their database is particularly complicated if the maintenance release changed it somehow)</li>
</ul>
<p>So I was wondering what is everyone else's stance on this issue? How do you keep the customer happy without making a rod for your own back through a proliferation of maintenance releases? For example, do you allow some categories of fix to be done as a maintenance release, but insist that other types are done in the next normal release?</p>
<p><em>Clarification: writing bug-free software isn't a total solution, because an "issue" in the above context could be an unforeseeable change to the behaviour of an external system upon which our product depends.</em></p>
http://stackoverflow.com/questions/1409771/c-socket-policy-file-server-for-low-level-as3-0-socket-connections0C# Socket Policy File Server for low-level AS3.0 socket connections?dan2009-09-11T08:47:32Z2009-09-11T11:05:39Z
<p>How do I go about making a socket policy file server in C#. All it has to do is listen on port 843 for the string "<policy-file-request/>" followed by a NULL byte and then return an XML string (which is the socket policy file).</p>
<p>I haven't coded this sort of thing before and am unsure of where to start. Do I create it in a windows service? Any tips or links are welcome.</p>
<p>Background:</p>
<p>To contact a web service from flash I am using the 'as3httpclient' library instead of the URLRequest/URLLoader. This is because it gives me the ability to send custom headers with GET requests. This library uses low-level sockets to do its stuff.</p>
<p>When flash uses low-level sockets to connect to a server it looks for a socket policy file - and this needs to be served up by a socket policy file server.</p>
<p><a href="http://www.adobe.com/devnet/flashplayer/articles/socket%5Fpolicy%5Ffiles.html" rel="nofollow">Socket Policy File Article from Adobe</a></p>
http://stackoverflow.com/questions/1137707/adobe-socket-policy-file-server-problems0Adobe Socket Policy File Server ProblemsMatt2009-07-16T13:44:12Z2009-09-08T21:42:06Z
<p>Has anyone been able to successfully implement a service to serve the required socket policy file to FlashPlayer?</p>
<p>I am running the Python implementation of the service provided by Adobe at </p>
<pre><code>http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html
</code></pre>
<p>and using the following policy file:</p>
<pre><code><?xml version="1.0" encoding="UTF-8"?>
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="*" to-ports="*" secure="false"/>
</cross-domain-policy>
</code></pre>
<p>and receiving this message from Flash:</p>
<pre><code>[SecurityErrorEvent type="securityError" bubbles=false
cancelable=false eventPhase=2
text="Error #2048:
Security sandbox violation: http://www.mapopolis.com/family/Tree.swf
cannot load data from www.mapopolis.com:1900."]
</code></pre>
<p>Thanks.</p>
http://stackoverflow.com/questions/1382538/how-do-you-prevent-hired-developers-from-stealing-code2How do you prevent hired developers from stealing code? danielv2009-09-05T05:22:34Z2009-09-05T05:35:14Z
<p>I'm in the process of opening up a company that will eventually hire 2-5 developers to work on a large web app. </p>
<p>My main concern is that one or more developers could steal the code. I could make them sign contracts against this type of thing, but I live in a country where the law is "bendable".</p>
<p>Is my only option to lock them up in a room without inet access and usb ports? </p>
<p>I'd love to know how others have solved this problem. </p>
http://stackoverflow.com/questions/1082676/how-to-make-my-php-socket-server-send-a-policy-file-to-flash-clients1How to make my PHP Socket Server send a policy file to flash clients?Tom2009-07-04T17:52:46Z2009-08-29T02:19:08Z
<p>My flash game needs to connect to my PHP Socket Server. Because of security things, a policy file has to be send to the flash client when it tries to connect.</p>
<p>The following is what I've done.</p>
<p>In Actionscript / Flex 3 / Flash:</p>
<pre><code>Security.loadPolicyFile("http://[SERVER.IP]:9000/crossdomain.xml");
socket.connect(hostName, port); //connect to the socket
[rest of original code]
</code></pre>
<p>To make the socket server respond on the request, I added the following to the server:</p>
<pre><code>elseif (preg_match("/policy-file-request/i", $buffer) or preg_match("/crossdomain/i", $buffer)) {
socket_write($socket, '<?xml version="1.0"?><cross-domain-policy><site-control permitted-cross-domain-policies="all"/><allow-access-from domain="*" to-ports="9000" /></cross-domain-policy>');
unset($read_sockets[array_search($socket, $read_sockets)]);
socket_shutdown($socket, 2);
socket_close($socket);
</code></pre>
<p>I however get the following error: "Ignoring policy file at (URL) due to missing Content-Type." So, I tried to fix this by adding a header right above my xml code:</p>
<pre><code>socket_write($socket, "Content-Type: text/xml\n");
</code></pre>
<p>Unfortunately, I still get the same error. Am I giving the content type in a wrong way?</p>
http://stackoverflow.com/questions/1324087/what-are-the-most-commonly-use-web-development-policies-in-software-companies1What are the most commonly use web development policies in software companies?Geo2009-08-24T18:56:33Z2009-08-24T19:22:37Z
<p>Having the best forum website among developers, I think I will find a very good consensus of what policies and best practices make good coding. I will put some of them here, so I give the idea, but I will like to hear your opinion and the votes will probably be the judge of the best policies around. </p>
<ul>
<li>Specific Indentation for coding between development teams</li>
<li>Specific comments before each method, before each variable declaration</li>
<li>Naming conventions, camel case or any other.</li>
<li>In HTML commenting after each container tag.</li>
<li>In CSS, using each declaration only once.</li>
</ul>
<p>You get the idea. I will like to know what things company ask us to do, and what of those really work to obtain maintainable and beautiful code. </p>
http://stackoverflow.com/questions/1286837/bouncycastle-install-provider-programmatically0Bouncycastle Install Provider ProgrammaticallyHamza Yerlikaya2009-08-17T08:47:43Z2009-08-17T11:46:43Z
<p>Is it possible to install Bouncycastle provider programmaticly without modifying security policy file?</p>
http://stackoverflow.com/questions/1262067/do-custom-check-in-policies-have-to-be-deployed-on-the-server-at-all1Do custom check-in policies have to be deployed on the server at all?Maxime Labelle2009-08-11T18:13:31Z2009-08-12T00:28:06Z
<p>I'm asking this question because I haven't seen it documented anywhere.
We are using a combination of Team Foundation Server 2008 and Team Explorer 2005.</p>
<p>Is it possible to deploy a custom check-in policy that works in such an environment ?</p>
<p>Obviously, the custom check-in policy contains some code that must run on the client-side (in order to display help, etc.). So it should use the Microsoft.TeamFoundation.VersionControl.Client assembly that comes with Team Explorer 2005.</p>
<p>But, my sense tells me that, in order to be effective, a check-in policy should be enforced on the server itself (for example, to support checking-in changes from the command-line or using the raw Web Services API). So, there, it would have to run against the Microsoft.TeamFoundation.VersionControl.Client that comes with Team Foundation Server 2008.</p>
<p>So, is it possible to build a single custom check-in policy that takes the most recent version the Microsoft.TeamFoundation.VersionControl.Client assembly (2005 on the client and 2008 on the server)?</p>
<p>Or do I have to build two custom check-in policies, one for the client and one for the server ? Would that even work ?</p>
<p>Or do custom check-in policies only ever exist on the client side ?</p>
http://stackoverflow.com/questions/1229145/what-guidelines-should-be-followed-for-policies-and-procedures0What guidelines should be followed for policies and procedures?Tom2009-08-04T18:32:36Z2009-08-04T18:54:39Z
<p>Our company, being rather small, doesn't have much in the way of policies and procedures for good development. When I first started, I developed some, but we now need to update these in a more formal manner. Since I don't have much experience in writing policies (I've written plenty of instruction sets, so I'm not as worried about the procedures, though still thoughtful), I want to ask the community for tips and advice on writing good policies and procedures for software development. Thanks.</p>
http://stackoverflow.com/questions/419723/do-you-have-any-commit-policies5Do you have any commit policies?Ludwig Wensauer2009-01-07T09:35:56Z2009-07-29T02:24:49Z
<p>My boss announced yesterday a new commit policies for checkins into the repository. This policies are valid for commits into head/trunk and branches.<br/>
A commit message must have the following items:</p>
<ul>
<li>Reason (Bug ID,Project ID, or non functional change)</li>
<li>Name of the reviewer</li>
</ul>
<p>After the commit we also have to create a change blog entry in our CMS.</p>
<p>I'm not a big fan of this commit policies, because I don't normally need a reviewer when I am doing new or experimental stuff in a non-productive-branch.</p>
<p>Do you have any commit policies do you have to follow? </p>
<p>I think it is a good idea to change the productive-branch only due to a Bug Report, but commits into the development branches should be less restrictive. </p>
http://stackoverflow.com/questions/1172585/list-of-websites-with-different-password-policies0List of websites with different password policies [closed]AAA2009-07-23T15:26:44Z2009-07-23T15:43:12Z
<p>can someone provide a list of websites that require different password policies. For example some websites require minimum length, maximum length, alphanumric only, alphanumric with special, numbers only....etc etc.
I would like to get for each available password policy a list of websites out there that require it.</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/1147849/security-is-offensive1Security is Offensive? [closed]mrduclaw2009-07-18T15:45:10Z2009-07-18T15:52:34Z
<p>I'm new to SO, so I'm trying to understand the rating system employed here as to what's offensive content. In particular, it seems that topics related to game enhancements made through reverse engineering are offensive like shown <a href="http://stackoverflow.com/questions/775481/keeping-address-in-c-hacking-game-code-closed">here</a>. </p>
<p>But any <a href="http://stackoverflow.com/questions/135685/how-does-the-offensive-flag-work-in-stackoverflow">guidance</a> I find on the use of the offensive flag don't seem to include that sort of thing. In fact, the accepted answer says: "The Offensive flag is meant to be used only in extreme cases, like spam, hate speech, or abuse." </p>
<p>Also, there is the <a href="http://stackoverflow.com/questions/190705/should-an-answer-that-encourages-illegal-activity-be-marked-as-offensive">legal aspect</a> that might be involved, but as that topic's accepted answer says: legalities shouldn't be a factor in using the offensive flag as laws are different everywhere.</p>
<p>So as someone that works in the security field as a software developer, I'm kind of apprehensive about posting questions related to my field on this site, as they might randomly marked as offensive. Could anyone help clear up where that line is, since it currently seems arbitrary?</p>
http://stackoverflow.com/questions/1142028/what-should-developers-have-access-to2what should developers have access to?MakkyNZ2009-07-17T08:31:29Z2009-07-17T11:05:13Z
<p>i work at a place where we build applications that process and store sensitive data.
we have 3 environments. Dev, UAT / QA (user acceptant testing) and Production</p>
<p>the developers at my work have no access to UAT or Production and have limited access to Dev. All we can do in dev is connect to a dev DB server . we have no access to the dev server itself. so we arent allowed to play with things like the web server (iis) on dev. if we want changes we must go though a formal process of submitting work requests to our network administrators (which could takes days to complete).
the same goes if a developer were to request for something to be checked in a UAT or PRod database.
this strict access restriction is really frustrating when trying to support our applications.</p>
<p>i can understand why we have these policies, as it reduces the risk of things getting screwed up. but this makes solving issues really time consuming and painful. something that could take 5 mins to fix (if a developer had access) could take days to resolve. </p>
<p>is this sort of strict access rights normal?</p>
http://stackoverflow.com/questions/1131210/work-around-for-the-same-origin-policy-problem0Work around for the same origin policy problemRichard Dorman2009-07-15T12:49:23Z2009-07-15T13:01:56Z
<p>I have a problem where I have a frameset consisting of a parent frame loaded from one domain and a contained frame from a different domain. The contained domain also sets a cookie before the frameset is loaded. However, because of the 'same orgin' policy, enforced by most browsers, a contained frame will not pass cookies if it is not from the same domain as the parent.</p>
<p>Unfortunately I have no control over the parent frame (or its url) and the url for the contained frame is effectively static. So the only way to pass information to the contained site is via cookies.</p>
<p>The only solution I have come up with is to reload the contained domain in the parent frame but this negates some of the value of using frames in the first place.</p>
<p>Does anyone have a better work around for this problem?</p>
http://stackoverflow.com/questions/991703/can-i-deny-access-to-a-jvm-class-by-configuring-java-policy-file2Can i deny access to a jvm class by configuring java.policy file ?raisercostin2009-06-13T22:50:55Z2009-06-19T19:11:48Z
<p>I wanted to create add to my <code>jdk6\jre\lib\security\java.policy</code> file an interdiction to create some classes that are blacklisted by appengine. For example I want my local jvm to throw an exception when the application tries to instantiate <code>javax.naming.NamingException</code>.</p>
<p>It is possible?</p>
<p>I will try to explain my specific problem here. Google offers an service (GAE-google app engine) that has some limitations on what classes can be used. For example doesn't instantiate JNDI classes that are in javax.naming package. They also offer an testing server that can be used to tests this application on my machine, but this server allows such classes and can exacute the code. You find out that you used a blacklisted class only after you upload your application to google. I was thinking if such class blacklist enforcement couldn't be done on the development jvm. Else i'm thinking that this would be easy they might already provide such a policy file.</p>
http://stackoverflow.com/questions/1011777/update-java-security-policy-at-runtime0Update Java security policy at runtime?consumer2009-06-18T09:39:50Z2009-06-18T11:29:11Z
<p>Is there a legal way to add/remove permissions to Java security policy at runtime?</p>
http://stackoverflow.com/questions/302239/error-adding-policy-file-to-gac0Error adding policy file to GACBen2008-11-19T15:24:51Z2009-06-17T22:18:39Z
<p>Hi all
I'm trying to add a publisher policy file to the gac as per this <a href="http://stackoverflow.com/questions/283419/how-to-just-load-the-latest-version-of-dll-from-gac">thread</a> but I'm having problems when I try and add the file on my test server. </p>
<p>I get "A module specified in the manifest of assembly 'policy.3.0.assemblyname.dll' could not be found"</p>
<p>My policy file looks like this:</p>
<pre><code><configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="*assemblyname*"
publicKeyToken="7a19eec6f55e2f84"
culture="neutral" />
<bindingRedirect oldVersion="3.0.0.0"
newVersion="3.0.0.1"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</code></pre>
<p>Please help!</p>
<p>Thanks</p>
<p>Ben</p>