<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ocaml-sid/misc, branch show</title>
<subtitle>Windows Security Identifiers</subtitle>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/ocaml-sid/'/>
<entry>
<title>sid: sid_test: make subauthorities mandatory</title>
<updated>2018-11-07T22:40:32+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2018-11-07T22:40:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/ocaml-sid/commit/?id=010d9d9d7f82e6d880da646c810492618476ee32'/>
<id>010d9d9d7f82e6d880da646c810492618476ee32</id>
<content type='text'>
Both the constructor “Sid.create” and the string format parser must
reject inputs lacking a subauthorities array of at least size one. Since
the array is no longer optional, reorder the the constructor arguments
to match the data representation.

It is still possible to create SIDs without subauthorities via the
“Sid.create_unsafe” constructor. Also, the packet representation will
happily accept them because their definition (as well as that that of
the identical RPC version) does not specify a minimum count.

This is all rather ambiguous and exacerbated by the fact that [MS-DTYP]
happily specifies an invalid SID “S-1-5” as the “NT_AUTHORITY”. However,
both the grammar and the Win API “ConvertStringSidToSidA()” function
reject SA-less inputs as invalid, so we should too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both the constructor “Sid.create” and the string format parser must
reject inputs lacking a subauthorities array of at least size one. Since
the array is no longer optional, reorder the the constructor arguments
to match the data representation.

It is still possible to create SIDs without subauthorities via the
“Sid.create_unsafe” constructor. Also, the packet representation will
happily accept them because their definition (as well as that that of
the identical RPC version) does not specify a minimum count.

This is all rather ambiguous and exacerbated by the fact that [MS-DTYP]
happily specifies an invalid SID “S-1-5” as the “NT_AUTHORITY”. However,
both the grammar and the Win API “ConvertStringSidToSidA()” function
reject SA-less inputs as invalid, so we should too.
</pre>
</div>
</content>
</entry>
<entry>
<title>_oasis: opam: nix: add build and env setup</title>
<updated>2018-10-28T22:07:08+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2018-10-19T21:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/ocaml-sid/commit/?id=563a444ea9f19ec55b53e82f17f5b97357e56691'/>
<id>563a444ea9f19ec55b53e82f17f5b97357e56691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
