<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: A tool to delete all Pathworks ACEs ? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429913#M58206</link>
    <description>Jeremy,&lt;BR /&gt;&lt;BR /&gt;this is from my rusting bio-memory, and from way back when, but&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Unfortunately it still didn't work ... &lt;BR /&gt;&lt;BR /&gt;%SET-E-NOHIDDEN, cannot modify hidden ACEs &lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;ISTR that the BYPASS privilege (ooch!) could overcome that.&lt;BR /&gt;&lt;BR /&gt;IF my memory serves me (and you) well...&lt;BR /&gt;&lt;BR /&gt;At least worth a try.&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one om me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Jun 2009 07:36:20 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2009-06-01T07:36:20Z</dc:date>
    <item>
      <title>A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429896#M58189</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Running CIFS V1.1-ECO1 PS006 on OpenVMS IA64 V8.3-1H1.&lt;BR /&gt;&lt;BR /&gt;We've discovered that CIFS is tripping up on Pathworks ACEs: if the file has a Pathworks ACE, the Windows client can't delete or rename the file.&lt;BR /&gt;&lt;BR /&gt;I've identified 13,000 files with Pathworks ACEs and now I'm wondering how to remove those ACEs.  The DCL command&lt;BR /&gt;&lt;BR /&gt;$ SET SECURITY/ACL=(ace)/DELETE&lt;BR /&gt;&lt;BR /&gt;doesn't work because the Pathworks ACEs are too long for DCL's command buffer.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a tool which can delete these ACEs?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Mon, 01 Jun 2009 02:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429896#M58189</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-06-01T02:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429897#M58190</link>
      <description>&lt;!--!*#--&gt;No bets, but Zip+UnZip might strip off the&lt;BR /&gt;ACEs without doing too much damage.  UnZip&lt;BR /&gt;(6.0) has a "-X" option to tell it to restore&lt;BR /&gt;ACLs.  The default is not to do it.  You may&lt;BR /&gt;lose the ownership UIC, too, however.  As the&lt;BR /&gt;"-h" help says:&lt;BR /&gt;&lt;BR /&gt;  -X  restore owner/ACL protection info&lt;BR /&gt;&lt;BR /&gt;Testing could be educational.</description>
      <pubDate>Mon, 01 Jun 2009 03:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429897#M58190</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-01T03:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429898#M58191</link>
      <description>&lt;!--!*#--&gt;BACKUP /INTERCHANGE?&lt;BR /&gt;&lt;BR /&gt;HELP BACKUP /INTERCHANGE says:&lt;BR /&gt;&lt;BR /&gt;     o  Access control lists are not copied.</description>
      <pubDate>Mon, 01 Jun 2009 03:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429898#M58191</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-01T03:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429899#M58192</link>
      <description>$ SET SECURITY/ACL=(ace)/DELETE&lt;BR /&gt;&lt;BR /&gt;doesn't work because the Pathworks ACEs are too long for DCL's command buffer.&lt;BR /&gt;&lt;BR /&gt;Longer than 4096 bytes ? Are you using extended DCL ?</description>
      <pubDate>Mon, 01 Jun 2009 03:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429899#M58192</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2009-06-01T03:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429900#M58193</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggestions but neither is suitable -- I need to delete the Pathworks ACEs but not any of the other ACEs on the files, and preferably without changing the file ownership or UIC-based protection, either.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Mon, 01 Jun 2009 03:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429900#M58193</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-06-01T03:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429901#M58194</link>
      <description>Jeremy,&lt;BR /&gt;&lt;BR /&gt;When you say the DCL buffer is too small, is that true if you split the command across several continuation lines (i.e. with "-" at the end of the line)?&lt;BR /&gt;&lt;BR /&gt;Can you show use what a pathworks ACL looks like?   I.e. the output of &lt;BR /&gt;&lt;BR /&gt;$ directory/security pathworks_file&lt;BR /&gt;&lt;BR /&gt;If it is ok to delete all the whole ACL, instead of just the pathworks related ACEs, then the following should work.&lt;BR /&gt;&lt;BR /&gt;$ set secruity/acl/delete&lt;BR /&gt;&lt;BR /&gt;If there are other ACEs you don't want to delete, than that won't be a good solution.&lt;BR /&gt;&lt;BR /&gt;Or if all the "extra" ACEs are the same, then a combination of a default ACE on the destination directory, and backup/interchange will work (as suggested by Steven Schweda).  That strips the ACL from the source file and applies any default ACEs from the destination directory, and had the "advantage" of not modifying the creation or modification dates on the files, where set security will update the modification date, and I am not aware of any way to avoid it if set security is used.&lt;BR /&gt;&lt;BR /&gt;The ultimate solution is to write a program, but I think you were trying to avoid that.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jun 2009 03:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429901#M58194</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-06-01T03:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429902#M58195</link>
      <description>Jeremy,&lt;BR /&gt;&lt;BR /&gt;I didn't see your response before I sent mine.  So it doesn't seem that my suggestions will work, especially if the files contain ACEs that can't be applied with default ACEs on the target directory.&lt;BR /&gt;&lt;BR /&gt;BTW, backup/interchange can be used with /owner=original, so it doesn't imply that the ownership of the files will have to change.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 01 Jun 2009 03:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429902#M58195</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-06-01T03:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429903#M58196</link>
      <description>Here is the file ...&lt;BR /&gt;&lt;BR /&gt;D2:[web_advertising]Marketing^_Calendar^_WEB^_ADVERT.xls;1 object of class FILE&lt;BR /&gt;     Owner: [305,12]&lt;BR /&gt;     Protection: (System: RWD, Owner: RWD, Group, World)&lt;BR /&gt;     Access Control List:&lt;BR /&gt;          (UNKNOWN=%X86,SIZE=%D208,FLAGS=%X0400,ACCESS=%X06900000,DATA=%X00000001,%X000000BC,%X000000BC,%X80140001,%X00000084,&lt;BR /&gt;          %X000000A0,%X00000000,%X00000014,%X00700002,%X00000004,%X00180000,%X001F01FF,%X00000201,%X05000000,%X00000020,%X00000220,&lt;BR /&gt;          %X00180000,%X001301BF,%X00000201,%X05000000,%X00000020,%X00000225,%X00240000,%X001F01FF,%X00000501,%X05000000,%X00000015,&lt;BR /&gt;          %X81001D39,%X433F040C,%X317C0A05,%X00000427,%X00140000,%X001301BF,%X00000101,%X01000000,%X00000000,%X00000501,%X05000000,&lt;BR /&gt;          %X00000015,%X81001D39,%X433F040C,%X317C0A05,%X00000427,%X00000501,%X05000000,%X00000015,%X81001D39,%X433F040C,%X317C0A05,&lt;BR /&gt;          %X00000201)&lt;BR /&gt;          (UNKNOWN=%X80,SIZE=%D46,FLAGS=%X0C00,ACCESS=%X06900000,DATA=%X00000008,%X00000001,%X0000041E,%X00000120,%X00000000,&lt;BR /&gt;          %X00000000,%X38C50000,%X38C5892E,%X38C5892E,%X00008930)&lt;BR /&gt;          (IDENTIFIER=[USER1],ACCESS=READ+WRITE+EXECUTE+DELETE)&lt;BR /&gt;          (IDENTIFIER=[305,12],ACCESS=READ+WRITE+EXECUTE+DELETE)&lt;BR /&gt;          (IDENTIFIER=WEB_AD_USER,ACCESS=READ)&lt;BR /&gt;          (IDENTIFIER=PRICES_DEPT_USER,ACCESS=READ)&lt;BR /&gt;          (IDENTIFIER=STUDIO_USER,ACCESS=READ)&lt;BR /&gt;          (IDENTIFIER=ADMIN_USER,ACCESS=READ+WRITE+EXECUTE+DELETE+CONTROL)&lt;BR /&gt;          (IDENTIFIER=WEB_AD_RW,ACCESS=READ+WRITE+EXECUTE+DELETE+CONTROL)&lt;BR /&gt;&lt;BR /&gt;And here is a little command procedure I prepared to delete the Pathworks ACEs:&lt;BR /&gt;&lt;BR /&gt;$ set security D2:[web_advertising]Marketing^_Calendar^_WEB^_ADVERT.xls;1/acl=(-&lt;BR /&gt;(UNKNOWN=%X86,SIZE=%D208,FLAGS=%X0400,ACCESS=%X06900000,DATA=%X00000001,%X000000BC,%X000000BC,%X80140001,%X00000084,-&lt;BR /&gt;%X000000A0,%X00000000,%X00000014,%X00700002,%X00000004,%X00180000,%X001F01FF,%X00000201,%X05000000,%X00000020,%X00000220,-&lt;BR /&gt;%X00180000,%X001301BF,%X00000201,%X05000000,%X00000020,%X00000225,%X00240000,%X001F01FF,%X00000501,%X05000000,%X00000015,-&lt;BR /&gt;%X81001D39,%X433F040C,%X317C0A05,%X00000427,%X00140000,%X001301BF,%X00000101,%X01000000,%X00000000,%X00000501,%X05000000,-&lt;BR /&gt;%X00000015,%X81001D39,%X433F040C,%X317C0A05,%X00000427,%X00000501,%X05000000,%X00000015,%X81001D39,%X433F040C,%X317C0A05,-&lt;BR /&gt;%X00000201),-&lt;BR /&gt;(UNKNOWN=%X80,SIZE=%D46,FLAGS=%X0C00,ACCESS=%X06900000,DATA=%X00000008,%X00000001,%X0000041E,%X00000120,%X00000000,-&lt;BR /&gt;%X00000000,%X38C50000,%X38C5892E,%X38C5892E,%X00008930))/delete&lt;BR /&gt;$ show security D2:[web_advertising]Marketing^_Calendar^_WEB^_ADVERT.xls;1&lt;BR /&gt;$ exit&lt;BR /&gt;&lt;BR /&gt;But DCL can't cope:&lt;BR /&gt;&lt;BR /&gt;@x.com&lt;BR /&gt;%DCL-W-TKNOVF, command element is too long - shorten&lt;BR /&gt; \(UNKNOWN=%X86,SIZE=%D208,FLAGS=%X0400,ACCESS=%X06900000,DATA=%X00000001,%X000000BC,%X000000BC,%X80140001,%X00000084,%X000000A0,%X0&lt;BR /&gt;0000000,%X00000014,%X00700002,%X00000004,%X00180000,%X001F01FF,%X00000201,%X05000000,%X00000020,%X00000220,%X00180000,%X001&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jeremy Begg&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jun 2009 04:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429903#M58196</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-06-01T04:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429904#M58197</link>
      <description>Jeremy,&lt;BR /&gt;&lt;BR /&gt;Google found this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/6543/6543pro_010.html#deleteace" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/6543/6543pro_010.html#deleteace&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;see if that will do what you want.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 01 Jun 2009 04:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429904#M58197</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-06-01T04:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429905#M58198</link>
      <description>Jeremy, your command line is less than 700 characters.&lt;BR /&gt;&lt;BR /&gt;With extended DCL, the length of the command line increases from 255 characters to 4096. Using hyphens the command may be extended up&lt;BR /&gt;to 8192 characters. &lt;BR /&gt;&lt;BR /&gt;I dont have a box available now, but by enabling extended DCL your procedure may work. Under 8.2+ this can be done at the process level.&lt;BR /&gt;Look at help dcl or something like that. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jun 2009 04:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429905#M58198</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2009-06-01T04:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429906#M58199</link>
      <description>Nice suggestion but unfortunately no good as that program is part of the Advanced Server kit -- and therefore has not been made available on Integrity.&lt;BR /&gt;&lt;BR /&gt;However I have a call open to HP about this one and will request they build it for Integrity.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Mon, 01 Jun 2009 04:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429906#M58199</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-06-01T04:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429907#M58200</link>
      <description>Attached is the C source for the program I used.</description>
      <pubDate>Mon, 01 Jun 2009 05:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429907#M58200</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2009-06-01T05:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429908#M58201</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Looks promising, but it needs another file "modrevdate.h" to build.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Mon, 01 Jun 2009 05:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429908#M58201</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-06-01T05:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429909#M58202</link>
      <description>Maybe $ SET PROCESS/PARSE_STYLE=extended</description>
      <pubDate>Mon, 01 Jun 2009 05:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429909#M58202</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2009-06-01T05:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429910#M58203</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;I may be wrong, but I still think there is 255 character limit on each DCL token.&lt;BR /&gt;&lt;BR /&gt;This is on Alpha OpenVMS V8.3&lt;BR /&gt;&lt;BR /&gt;$ help/mess TKNOVF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; TKNOVF,  command element is too long - shorten&lt;BR /&gt;&lt;BR /&gt;  Facility:     CLI, Command Language Interpreter (DCL)&lt;BR /&gt;&lt;BR /&gt;  Explanation:  An element (that is, any string placed between two delimiters)&lt;BR /&gt;                in the command line exceeds the maximum length of 255 bytes.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Correct and reenter the command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;David's program is the way to go, once he provides the modrevdate.h file.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 01 Jun 2009 05:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429910#M58203</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-06-01T05:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429911#M58204</link>
      <description>Well, I found the magic incantation to expand DCL's command line buffer.&lt;BR /&gt;&lt;BR /&gt;$ HELP SET PROCESS/TOKEN&lt;BR /&gt;&lt;BR /&gt;tells you all about it.  (I couldn't find this in any of the VMS 8.x "New Features" or "Release Notes" documentation.)&lt;BR /&gt;&lt;BR /&gt;Unfortunately it still didn't work ...&lt;BR /&gt;&lt;BR /&gt;%SET-E-NOHIDDEN, cannot modify hidden ACEs&lt;BR /&gt;&lt;BR /&gt;Those Pathworks engineers clearly didn't want you messing with their security! :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Mon, 01 Jun 2009 05:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429911#M58204</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-06-01T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429912#M58205</link>
      <description>Jeremy,&lt;BR /&gt;&lt;BR /&gt;If you don't care if the modification date is changed, you can probably remove #include and references to the functions that must be provided in modrevdate.h; save_revdate, format_revdate and restore_revdate.  I removed the #include modrevdate.h and compiled, and these popped out.&lt;BR /&gt;&lt;BR /&gt;Unless you are in a big hurry, I would wait for David to provide modrevdate.h, unless you really want the revision dates to be updated.&lt;BR /&gt;&lt;BR /&gt;My guess is that you have a much higher probability of getting a response from David before you get an IA64 version of PWRK$DELETEACE.EXE.  And David's program has the added benefit of being able to tweak the program to your specific needs.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you could parse the output of directory file, and generate the SET SECURITY command to delete the ACL, and recreate the non-pathworks ones.&lt;BR /&gt;&lt;BR /&gt;From help set security/delete&lt;BR /&gt;&lt;BR /&gt;o  The expression /ACL=aces/DELETE=ALL deletes the existing ACL (if any) and create a new ACL with the ACEs specifies on the /ACL qualifier.&lt;BR /&gt;&lt;BR /&gt;Note that "solution" will not be any better than David's program with all the revision date preservation code removed, and it would probably be a lot easier to modify David's code than to write DCL to parse and recreate the correct set security commands needed to delete and recreated the ACL after turning on extended DCL tokens.&lt;BR /&gt;&lt;BR /&gt;Just my opinion,&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jun 2009 06:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429912#M58205</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-06-01T06:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429913#M58206</link>
      <description>Jeremy,&lt;BR /&gt;&lt;BR /&gt;this is from my rusting bio-memory, and from way back when, but&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Unfortunately it still didn't work ... &lt;BR /&gt;&lt;BR /&gt;%SET-E-NOHIDDEN, cannot modify hidden ACEs &lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;ISTR that the BYPASS privilege (ooch!) could overcome that.&lt;BR /&gt;&lt;BR /&gt;IF my memory serves me (and you) well...&lt;BR /&gt;&lt;BR /&gt;At least worth a try.&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one om me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jun 2009 07:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429913#M58206</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2009-06-01T07:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429914#M58207</link>
      <description>Sorry about that.  I wrote it in 2005 when we dropped pathworks and started using Samba.&lt;BR /&gt;&lt;BR /&gt;I light of information on the HP support site, you might want to fixup the is_pathworks_ace() function to more accurately discern the ACEs to eliminate.</description>
      <pubDate>Mon, 01 Jun 2009 13:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429914#M58207</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2009-06-01T13:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: A tool to delete all Pathworks ACEs ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429915#M58208</link>
      <description>Dangit, brain fog this morning.  This attachment actually has all the files you need.</description>
      <pubDate>Mon, 01 Jun 2009 13:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-tool-to-delete-all-pathworks-aces/m-p/4429915#M58208</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2009-06-01T13:12:41Z</dc:date>
    </item>
  </channel>
</rss>

