<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/realpath.c, branch pre_openssl_0_9_8h</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=pre_openssl_0_9_8h</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=pre_openssl_0_9_8h'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2008-07-28T23:44:12+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'pre_openssl_0_9_8h'.</title>
<updated>2008-07-28T23:44:12+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2008-07-28T23:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=daac2f633f49a45baa8412c5e4e71e594236e7b8'/>
<id>urn:sha1:daac2f633f49a45baa8412c5e4e71e594236e7b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>Make realpath() thread-safe. New implementation does not use chdir(2) at all.</title>
<updated>2005-03-29T19:34:14+00:00</updated>
<author>
<name>brad</name>
<email></email>
</author>
<published>2005-03-29T19:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc22824e6cee4353df96b7aeec5d080789306136'/>
<id>urn:sha1:cc22824e6cee4353df96b7aeec5d080789306136</id>
<content type='text'>
From: FreeBSD by Constantin S. Svintsoff &lt;kostik (at) iclub.nsu.ru&gt;

ok otto@ millert@
</content>
</entry>
<entry>
<title>Check strlc{py,at} return value and return NULL upon truncation instead</title>
<updated>2004-11-30T15:12:59+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-11-30T15:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0763d6b5127f254e776c4d39ecbeca9d455f1399'/>
<id>urn:sha1:0763d6b5127f254e776c4d39ecbeca9d455f1399</id>
<content type='text'>
of silently truncating.  OK deraadt@ otto@
</content>
</entry>
<entry>
<title>Rename rootd to needslash and invert its value.  This fixes the check</title>
<updated>2003-08-01T21:04:59+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-08-01T21:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=65e9b95a103acfa20254ba144a5102e765ec7f82'/>
<id>urn:sha1:65e9b95a103acfa20254ba144a5102e765ec7f82</id>
<content type='text'>
for ENAMETOOLONG, though since we use strlcpy() and strlcat() this
is not a big deal.  Problem found by vincent@
</content>
</entry>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T20:18:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-02T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=021d32a253720a2fcdb07690f59c7e08d1d661e6'/>
<id>urn:sha1:021d32a253720a2fcdb07690f59c7e08d1d661e6</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</content>
</entry>
<entry>
<title>strcat -&gt; strlcat</title>
<updated>2003-04-04T22:47:43+00:00</updated>
<author>
<name>hin</name>
<email></email>
</author>
<published>2003-04-04T22:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d80372692b946021b82c271d54cfe050c4d2fa1'/>
<id>urn:sha1:4d80372692b946021b82c271d54cfe050c4d2fa1</id>
<content type='text'>
ok deraadt@ tedu@ tdeval@
</content>
</entry>
<entry>
<title>try to use strlcpy and snprintf more; ok various</title>
<updated>2002-05-24T21:22:37+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-05-24T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2be7fb6fb1368b131cd6a8f7ee34d9c11ef25a64'/>
<id>urn:sha1:2be7fb6fb1368b131cd6a8f7ee34d9c11ef25a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If the user passes in "" as the string to resolve the lstat() will</title>
<updated>2002-01-12T16:24:35+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-01-12T16:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab193f788e40e3bc214a6c15e3bd5171dd7b163d'/>
<id>urn:sha1:ab193f788e40e3bc214a6c15e3bd5171dd7b163d</id>
<content type='text'>
fail anyway so check for that.  Also convert "." to "" since that
way we avoid the lstat() (which we don't need) and the subsequent
chdir() and some dir checks.
</content>
</entry>
<entry>
<title>use strlcpy vs strncpy+a[len-1]='\0'.  millert@ ok.</title>
<updated>2001-06-27T00:58:56+00:00</updated>
<author>
<name>lebel</name>
<email></email>
</author>
<published>2001-06-27T00:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ba6f70d7550cc513151c4bb719659d4775a9efff'/>
<id>urn:sha1:ba6f70d7550cc513151c4bb719659d4775a9efff</id>
<content type='text'>
</content>
</entry>
</feed>
