Displaying 7 results from an estimated 7 matches for "abiguities".
Did you mean:
ambiguities
2016 Aug 09
2
Man page for idmap_rid
On Tue, Aug 9, 2016 at 2:48 PM, Michael Adam <obnox at samba.org> wrote:
> On 2016-08-09 at 11:58 -0300, francis picabia via samba wrote:
> > On Tue, Aug 9, 2016 at 10:21 AM, Rowland Penny <rpenny at samba.org> wrote:
> >
> > > On Tue, 9 Aug 2016 09:37:13 -0300
> > > francis picabia <fpicabia at gmail.com> wrote:
> > >
> > >
2015 Aug 25
0
sed question
On 08/25/2015 10:50 AM, Jerry Geis wrote:
> cat my_file.txt | sed 's/CANCELID/$CHANGE/' > cancel.txt
sed doesn't perform environment variable expansion. That is to say that
when you instruct sed to substitute "$CHANGE" for "CANCELID", "$CHANGE"
is a literal string that will be substituted.
bash, on the other hand, does perform environment
2005 Jun 17
0
RE: [Patch 1/2] Re-org dom0_ops.h to allow arch specificdefinition
>-----Original Message-----
>From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk]
>Sent: Friday, June 17, 2005 4:25 PM
>To: Tian, Kevin; xen-devel@lists.xensource.com
>
>It probably makes sense not to re-use arch-specific dom0_op numbers
>(though there wouldn''t be any real abiguity), but I''m not sure its
worth
>trying to carve up the number space like this.
2000 Aug 24
0
yarrow unix source
...dge.com
Damien Miller wrote:
> Has there been any movement on this release?
>
> We are keen to use Yarrow as an entropy source for OpenSSH. I would be
> willing to test and debug such code :)
This isn't a final version as there are no test vectors yet, and there
remain some spec abiguities but we've setup a mailing list for the
purpose of deriving test vectors.
send mail with body "subscribe" to
yarrow-request at zeroknowledge.com
those interested may like to participate in discovering differences
between yarrow implementations and fixing the ambiguities in the
yarr...
2016 Aug 09
0
Man page for idmap_rid
On 2016-08-09 at 11:58 -0300, francis picabia via samba wrote:
> On Tue, Aug 9, 2016 at 10:21 AM, Rowland Penny <rpenny at samba.org> wrote:
>
> > On Tue, 9 Aug 2016 09:37:13 -0300
> > francis picabia <fpicabia at gmail.com> wrote:
> >
> > > Thanks for the detailed response.
> > >
> > > It is very extensive for my purposes, but it
2015 Aug 25
5
sed question
I am trying to use sed to change a value in a pipe.
------------------- This is the two line script
CHANGE="1234"
cat my_file.txt | sed 's/CANCELID/$CHANGE/' > cancel.txt
-------------------
and the my_file.txt has:
<v1:notificationId>CANCELID</v1:notificationId>
it gets changed to $CHANGE instead of the actual value 1234 .
I tried putting a \ in front
2016 Aug 09
4
Man page for idmap_rid
On Tue, Aug 9, 2016 at 10:21 AM, Rowland Penny <rpenny at samba.org> wrote:
> On Tue, 9 Aug 2016 09:37:13 -0300
> francis picabia <fpicabia at gmail.com> wrote:
>
> > Thanks for the detailed response.
> >
> > It is very extensive for my purposes, but it still feels over
> > analytical for what we need. I believe the Unix UID doesn't exceed
>