<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>04426297a209717351a115def4fe33c9cbef6c02 - Move ibuf API from imsg_init.3 to ibuf_add.3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#04426297a209717351a115def4fe33c9cbef6c02</link>
        <description>Move ibuf API from imsg_init.3 to ibuf_add.3Document all new functions added and adjust examples in imsg_init.3to follow the new way of handling messages.OK tb@

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Tue, 12 Dec 2023 15:49:21 +0000</pubDate>
        <dc:creator>claudio &lt;claudio@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>696b58997f75587bd78112ed0b6cdec94a718911 - The ber_* namespace is used by liblber since time immemorial,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#696b58997f75587bd78112ed0b6cdec94a718911</link>
        <description>The ber_* namespace is used by liblber since time immemorial,so move our BER API to the unused ober_* prefix to avoid somebreakage in ports.Problem diagnosed by jmatthew with ber_free() in samba, butthere are many others as pointed out by sthen.tests &amp; ok robok sthen (who had an almost identical diff for libutil)&quot;go head hit it&quot; deraadt

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 24 Oct 2019 12:39:26 +0000</pubDate>
        <dc:creator>tb &lt;tb@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>44946945c606b51e7b038457a2337993eb9bf2bc - uucplock(3) is incorrectly named in some places, it is actually uu_lock(3)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#44946945c606b51e7b038457a2337993eb9bf2bc</link>
        <description>uucplock(3) is incorrectly named in some places, it is actually uu_lock(3)(more unclear is if anything in ports uses this, as our base no longer does)

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Fri, 30 Aug 2019 03:57:56 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>1376e1c09654177603da35e407dab285e7b5eed0 - Split ber.3 into logical parts. Further tweaking will be done in tree.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#1376e1c09654177603da35e407dab285e7b5eed0</link>
        <description>Split ber.3 into logical parts. Further tweaking will be done in tree.Discussed with and ok jmc@, schwarze@, claudio@

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Wed, 15 May 2019 03:11:52 +0000</pubDate>
        <dc:creator>rob &lt;rob@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d4b95dc4510ec3aba30ea226454b203d5350dc55 - The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#d4b95dc4510ec3aba30ea226454b203d5350dc55</link>
        <description>The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, andsnmpctl. Separate copies of ber.[ch] have existed and been maintained in syncin ldap, ldapd, ypldap and snmpd.This commit moves the BER API into /usr/lib/libutil. All current consumersalready link libutil. ldapd and snmpd regress passes, and release builds.With help from tb@ and guenther@.ok deraadt@, tb@

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sat, 11 May 2019 17:46:02 +0000</pubDate>
        <dc:creator>rob &lt;rob@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>8c897735bd05432fb28804700096a72e03c27761 - Make a few internal symbols static and add a Symbols.map version script</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#8c897735bd05432fb28804700096a72e03c27761</link>
        <description>Make a few internal symbols static and add a Symbols.map version scriptto control which symbols are exported from the shared library.ok guenther@, deraadt@, jca@

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 14 Dec 2017 09:27:44 +0000</pubDate>
        <dc:creator>kettenis &lt;kettenis@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>faa33665ab2c5a685369c10172c1a3d7555eb253 - for some time now mandoc has not required MLINKS to function</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#faa33665ab2c5a685369c10172c1a3d7555eb253</link>
        <description>for some time now mandoc has not required MLINKS to functioncorrectly - logically complete that now by removing MLINKS from base;authors need only to ensure there is an entry in NAME for any function/util being added. MLINKS will still work, and remain for perl to easeupgrades;ok nicm (curses) bcook (ssl)ok schwarze, who provided a lot of feedback and assistanceok tb natano jung

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Wed, 30 Mar 2016 06:38:40 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>41e21db3e57d5ef3698c2fe00fa94d4c4ac06d9f - merge ohash into 1 source file, then we can revisit next roadmap items.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#41e21db3e57d5ef3698c2fe00fa94d4c4ac06d9f</link>
        <description>merge ohash into 1 source file, then we can revisit next roadmap items.ok espie

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Mon, 02 Jun 2014 18:52:03 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>42dcb487124b72431b966827e39770df4dd1c0c3 - move the ohash functions into libutil by popular demand.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#42dcb487124b72431b966827e39770df4dd1c0c3</link>
        <description>move the ohash functions into libutil by popular demand.It&apos;s not a standard interface, so it doesn&apos;t belong in libc.I hate duplicating the code in client programs, so do beck@, kettenis@,schwarze@, millert@, miod@... and they agree with libutil.

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Mon, 12 May 2014 19:09:00 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>410ca83d720d21322fc83620ac59e63116438954 - Add bcrypt_pbkdf, a password based key derivation function using bcrypt.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#410ca83d720d21322fc83620ac59e63116438954</link>
        <description>Add bcrypt_pbkdf, a password based key derivation function using bcrypt.Technically, it&apos;s a slight variant of bcrypt better suited for use as apluggable hash with PKCS #5 PBKDF2.ok djm(also tweak pkcs5_pbkdf2() prototype to have consistent types.)

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Mon, 03 Jun 2013 21:07:02 +0000</pubDate>
        <dc:creator>tedu &lt;tedu@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>11dbc5f76ff6abfb5968180e7b575d06adba2bfd - move pkcs5_pbkdf5 function to libutil so everybody can play with it</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#11dbc5f76ff6abfb5968180e7b575d06adba2bfd</link>
        <description>move pkcs5_pbkdf5 function to libutil so everybody can play with itok deraadt jsing matthew

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 06 Sep 2012 19:41:59 +0000</pubDate>
        <dc:creator>tedu &lt;tedu@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444 - remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444</link>
        <description>remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.ok guenther@

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 02 Aug 2012 13:38:38 +0000</pubDate>
        <dc:creator>okan &lt;okan@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>900cde8f2abfdf43f59089538e67fa05c3e2abc3 - Document isduid(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#900cde8f2abfdf43f59089538e67fa05c3e2abc3</link>
        <description>Document isduid(3).Tweaks from jmc@ok jmc@ krw@

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Wed, 17 Nov 2010 10:10:31 +0000</pubDate>
        <dc:creator>jsing &lt;jsing@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>cf1d09751bc589a24cf8ce58d61cb85c254fd040 - Factor out DUID identification code so that it can easily be reused.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#cf1d09751bc589a24cf8ce58d61cb85c254fd040</link>
        <description>Factor out DUID identification code so that it can easily be reused.ok krw@

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Mon, 15 Nov 2010 15:07:40 +0000</pubDate>
        <dc:creator>jsing &lt;jsing@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>dfaf6462d312d9724b18729d2e1d3b6dfa593c96 - Move imsg into libutil and add a man page.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#dfaf6462d312d9724b18729d2e1d3b6dfa593c96</link>
        <description>Move imsg into libutil and add a man page.Minor bump for libutil.Previous versions of this diff and man page looked at by various people.&quot;you should just commit&quot; deraadt

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Wed, 26 May 2010 16:44:32 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>30888e9a41af0ea1f291a907bc46a8ba143a5dc9 - Do not need -DLIBC_SCCS anymore</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#30888e9a41af0ea1f291a907bc46a8ba143a5dc9</link>
        <description>Do not need -DLIBC_SCCS anymore

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Wed, 28 Oct 2009 00:04:26 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7 - use WANTLINT= (on all architectures)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7</link>
        <description>use WANTLINT= (on all architectures)

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 24 Nov 2005 20:49:14 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>0608549df42f16649e7f4385958eb9639cb376fe - passwd.conf has been deprecated since login.conf was imported.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#0608549df42f16649e7f4385958eb9639cb376fe</link>
        <description>passwd.conf has been deprecated since login.conf was imported.Today it finally dies.  Based on a diff from Gabriel Kihlman.

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Tue, 13 Jul 2004 21:09:47 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>a66699090cf8699145191095f38b06e7185d56d3 - move junk (bad code, terrible APIs) to the only program that uses it;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#a66699090cf8699145191095f38b06e7185d56d3</link>
        <description>move junk (bad code, terrible APIs) to the only program that uses it;millert ok

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Wed, 23 Jul 2003 23:10:22 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f353b857bfd3e0b8724375e78ff1891fc4177a14 - New: fmt_scaled() and scan_scaled() convert to and from &quot;human readable&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libutil/Makefile#f353b857bfd3e0b8724375e78ff1891fc4177a14</link>
        <description>New: fmt_scaled() and scan_scaled() convert to and from &quot;human readable&quot;or scaled numbers. fmt_scaled, and the format, based on Ken Stailey&apos;scode for &quot;df -h&quot;; scan_scaled is new. Significantly commented onand reworked by pjanzen@; other comments from millert@.  OK pjanzen@.

            List of files:
            /openbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 15 May 2003 01:26:26 +0000</pubDate>
        <dc:creator>ian &lt;ian@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
