<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/deps/ntlmclient/ntlm.c, branch ethomson/test_https</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>Fix long long constants in macro in ntlmclient</title>
<updated>2021-10-19T02:32:47+00:00</updated>
<author>
<name>Calvin Buckley</name>
<email>calvin@cmpct.info</email>
</author>
<published>2021-10-19T02:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=017f38f17cc51ab1e949a14713da6ab2ec66648b'/>
<id>017f38f17cc51ab1e949a14713da6ab2ec66648b</id>
<content type='text'>
This should be propagated to upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should be propagated to upstream.
</pre>
</div>
</content>
</entry>
<entry>
<title>ntlmclient: update to ntlmclient 0.9.1</title>
<updated>2021-08-24T20:23:46+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-24T15:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5158b0b70ade89268b22b7c388802b5f5b6debce'/>
<id>5158b0b70ade89268b22b7c388802b5f5b6debce</id>
<content type='text'>
The ntlmclient dependency can now dynamically load OpenSSL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ntlmclient dependency can now dynamically load OpenSSL.
</pre>
</div>
</content>
</entry>
<entry>
<title>ntlm: update ntlm dependency for htonll</title>
<updated>2020-10-11T10:41:38+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-10-11T10:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d79bb1595ce3678b925da02542bc97f789697d97'/>
<id>d79bb1595ce3678b925da02542bc97f789697d97</id>
<content type='text'>
Update ntlm to include an htonll that is not dependent on system
libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update ntlm to include an htonll that is not dependent on system
libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make NTLMClient Memory and UndefinedBehavior Sanitizer-clean</title>
<updated>2020-06-30T13:25:43+00:00</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2020-06-30T12:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7c964416fb90d8c3cefadf036264880e6c7040f7'/>
<id>7c964416fb90d8c3cefadf036264880e6c7040f7</id>
<content type='text'>
This change makes the code pass the libgit2 tests cleanly when
MSan/UBSan are enabled. Notably:

* Changes malloc/memset combos into calloc for easier auditing.
* Makes `write_buf` return early if the buffer length is empty to avoid
  arithmetic with NULL pointers (which UBSan does not like).
* Initializes a few arrays that were sometimes being read before being
  written to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change makes the code pass the libgit2 tests cleanly when
MSan/UBSan are enabled. Notably:

* Changes malloc/memset combos into calloc for easier auditing.
* Makes `write_buf` return early if the buffer length is empty to avoid
  arithmetic with NULL pointers (which UBSan does not like).
* Initializes a few arrays that were sometimes being read before being
  written to.
</pre>
</div>
</content>
</entry>
<entry>
<title>ntlm: prevent (spurious) compiler warnings</title>
<updated>2020-01-09T21:37:18+00:00</updated>
<author>
<name>Josh Bleecher Snyder</name>
<email>josharian@gmail.com</email>
</author>
<published>2020-01-09T21:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=93def7ad643988a1a1541f62132fe53151454610'/>
<id>93def7ad643988a1a1541f62132fe53151454610</id>
<content type='text'>
Pull in commit

https://github.com/ethomson/ntlmclient/commit/e7b2583e1bc28c33c43854e7c318e859b4e83bef

to fix #5353.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull in commit

https://github.com/ethomson/ntlmclient/commit/e7b2583e1bc28c33c43854e7c318e859b4e83bef

to fix #5353.</pre>
</div>
</content>
</entry>
<entry>
<title>ntlm: add ntlmclient as a dependency</title>
<updated>2019-06-10T18:58:22+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-03-22T01:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a7f65f03bd1150f48398eaf48703f90025b41342'/>
<id>a7f65f03bd1150f48398eaf48703f90025b41342</id>
<content type='text'>
Include https://github.com/ethomson/ntlmclient as a dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include https://github.com/ethomson/ntlmclient as a dependency.
</pre>
</div>
</content>
</entry>
</feed>
