<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>d877c4c3c02304002c0642d7f34a58d07138d6a9 - Enable WARNS=4 by default, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#d877c4c3c02304002c0642d7f34a58d07138d6a9</link>
        <description>Enable WARNS=4 by default, except for:	cpuctl  dumplfs  hprop  ipf  iprop-log  kadmin  kcm  kdc  kdigest	kimpersonate  kstash  ktutil  makefs  ndbootd  ntp  pppd  quot	racoon  racoonctl  rtadvd  sntp  sup  tcpdchk  tcpdmatch  tcpdump	traceroute  traceroute6  user  veriexecgen  wsmoused  zic(Mostly third-party applications)

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Wed, 22 Apr 2009 15:23:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f3f295c281596d0a09b0dc3cf37b120a616b58a1 - Use ${TOOL_AWK} instead of ${AWK} or plain &quot;awk&quot; in make commands.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#f3f295c281596d0a09b0dc3cf37b120a616b58a1</link>
        <description>Use ${TOOL_AWK} instead of ${AWK} or plain &quot;awk&quot; in make commands.Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Sun, 19 Oct 2008 22:05:23 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c24c69434fdc199e5288c063bac94c7449b43da4 - Remove user from supplementary groups when deleting a user and not</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#c24c69434fdc199e5288c063bac94c7449b43da4</link>
        <description>Remove user from supplementary groups when deleting a user and notpreserving information.Remove BUGS section from userdel(8) accordingly.Make this utility compile with WARNS=3 - add const-poisoning andshadow variable name resolution.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Mon, 08 Jul 2002 22:17:47 +0000</pubDate>
        <dc:creator>agc &lt;agc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9210200e15e0ac32402531673d731572fe2f0550 - add usermgmt.conf man page.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#9210200e15e0ac32402531673d731572fe2f0550</link>
        <description>add usermgmt.conf man page.user -e and -f now accepts &quot;month day year&quot; (ala chpass(1)) andseconds-since-epoch.correct man pages accordingly.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Sat, 01 Jun 2002 06:28:06 +0000</pubDate>
        <dc:creator>grant &lt;grant@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd27040c884def080530a3ba629df0aba78a93b5 - + add backwards compatibility hook for old pw_mkdb() calls with no args</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#cd27040c884def080530a3ba629df0aba78a93b5</link>
        <description>+ add backwards compatibility hook for old pw_mkdb() calls with no args+ remove some unused code in a comment.+ add F_SHELL flag in userdel+ use a separate local declaration for a temporary variable, ratherthan overloading a variable that&apos;s used for something else.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Mon, 22 Oct 2001 11:00:05 +0000</pubDate>
        <dc:creator>agc &lt;agc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>20fa427df42e773db332abb8124abd66886acd2d - Remove unneeded skel files.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#20fa427df42e773db332abb8124abd66886acd2d</link>
        <description>Remove unneeded skel files.Part of fix for PR bin/10985.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Mon, 16 Oct 2000 13:46:48 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7497747c602f91681693c4741f9df2be5614f7f8 - Add new functionality, and fix some bugs and oversights:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#7497747c602f91681693c4741f9df2be5614f7f8</link>
        <description>Add new functionality, and fix some bugs and oversights:+ Moved all internal definitions from usermgmt.h to user.c+ Added prototypes to usermgmt.h+ Allow defaults to be set at build time+ Check the effective uid is 0 if any data is to be modified+ Check all numeric uids and gids really are numeric+ Fix a bug (reported by lenb at sasquatch.com) where new ranges wereappended to old ranges, rather than replacing them+ Add userinfo(8) and groupinfo(8) utilities (if EXTENSIONS isdefined), whereby user and group information can be displayed.  Addmanual pages for new utilities.  Add front-end calling from user(8)and group(8) accordingly.+ Make all functions visible outside the user.c file again.  User andgroup manipulation may be split out into a separate shared lib in thefuture+ Split off main function into a separate main.c+ Changed default group to be &quot;users&quot;+ Changed despatch table for commands to work in a more sane manner+ Added &quot;default-group&quot; target to Makefile, so that the default groupcan be made easily.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Fri, 24 Dec 1999 09:08:48 +0000</pubDate>
        <dc:creator>agc &lt;agc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cc6a0344793d65c82eba09ec9186f824e344269 - Add adduser(8) for compatibility.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#6cc6a0344793d65c82eba09ec9186f824e344269</link>
        <description>Add adduser(8) for compatibility.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Wed, 08 Dec 1999 00:01:36 +0000</pubDate>
        <dc:creator>soren &lt;soren@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e919f8db3f66f113b47fa9db5ddfe401f71f95a4 - Use FILES= to install example files instead of home-grown install rule.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#e919f8db3f66f113b47fa9db5ddfe401f71f95a4</link>
        <description>Use FILES= to install example files instead of home-grown install rule.Fix DPADD usage.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Mon, 06 Dec 1999 22:52:18 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>faba922c92f544d4355816b72efe6d59e50e1c41 - Make ./etc/skel and ./usr/share/examples/usermgmt with mtree, and don&apos;t</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#faba922c92f544d4355816b72efe6d59e50e1c41</link>
        <description>Make ./etc/skel and ./usr/share/examples/usermgmt with mtree, and don&apos;tcreate the directory in the user(8) Makefile.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Mon, 06 Dec 1999 22:44:47 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75063234011d3e70207bceae9efa351da2298258 - Use LINKS+= not LINKS=.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#75063234011d3e70207bceae9efa351da2298258</link>
        <description>Use LINKS+= not LINKS=.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Mon, 06 Dec 1999 22:28:12 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af1b2fe493d29b3f933ad70765508bc7f67c3cf6 - Add SVR4/Solaris-like useradd/usermod/userdel functionality, and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/user/Makefile#af1b2fe493d29b3f933ad70765508bc7f67c3cf6</link>
        <description>Add SVR4/Solaris-like useradd/usermod/userdel functionality, andgroupadd/groupmod/groupdel functionality, along with two front-endutilities, user(8) and group(8).Based on the addnerd package, but most of the interface has beencompletely rewritten, and suggestions from simonb and mrg have beenincorporated.

            List of files:
            /netbsd-src/usr.sbin/user/Makefile</description>
        <pubDate>Mon, 06 Dec 1999 21:31:42 +0000</pubDate>
        <dc:creator>agc &lt;agc@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
