Re: Updating ACE[] using jcifs
Michael B Allen <[email protected]>
| Newsgroups | gmane.network.samba.java |
|---|---|
| Message-ID | <CAGMFw4gvVjWR-_66Y2izZD7Ueaj3nMnVTxwHgqDTVAr0Ayg3ew@mail.gmail.com> |
Hi Rina, Cool. But can you please re-generate your patch to exclude changes in only white space. On Linux this would be done using the 'b' option to diff. Meaning to generate a proper patch you would use a command like like: $ diff -Nuarb oldsrcdir/ newsrcdir/ > jcifs-1.3.12-setSecurity.patch Mike -- Michael B Allen Java Active Directory Integration http://www.ioplex.com/ On Thu, Dec 1, 2011 at 2:35 AM, talis <[email protected]> wrote: > Hello Michael, > > Following my post - " Updating ACE[] using jcifs" from Nov 21 and your > answer I was "brave" and implemented the setSecurity functionality in jcifs. > It seems to work. > I would really appreciate if you could take a look at my implementation. I > attach setSecurity.patch file. This patch is for jcifs_1.3.12. Any > comments/suggestions will be more than welcomed.