<?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>
    <link>http://nxr.netbsd.org/rss/src/usr.sbin/user/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Enable WARNS=4 by default, except for:<br/>	cpuctl  dumplfs  hprop  ipf  iprop-log  kadmin  kcm  kdc  kdigest<br/>	kimpersonate  kstash  ktutil  makefs  ndbootd  ntp  pppd  quot<br/>	racoon  racoonctl  rtadvd  sntp  sup  tcpdchk  tcpdmatch  tcpdump<br/>	traceroute  traceroute6  user  veriexecgen  wsmoused  zic<br/>(Mostly third-party applications)</title>
    <description>/src/usr.sbin/user/Makefile - 1.12</description>
    <pubDate>Wed Apr 22 15:23:09 UTC 2009</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.11.4;<br/>Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.<br/>Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.</title>
    <description>/src/usr.sbin/user/Makefile - 1.11</description>
    <pubDate>Sun Oct 19 22:05:24 UTC 2008</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>Remove user from supplementary groups when deleting a user and not<br/>preserving information.<br/><br/>Remove BUGS section from userdel(8) accordingly.<br/><br/>Make this utility compile with WARNS=3 - add const-poisoning and<br/>shadow variable name resolution.</title>
    <description>/src/usr.sbin/user/Makefile - 1.10</description>
    <pubDate>Mon Jul 08 22:17:47 UTC 2002</pubDate>
    <dc:creator>agc</dc:creator>
</item>

<item>
    <title>add usermgmt.conf man page.<br/>user -e and -f now accepts "month day year" (ala chpass(1)) and<br/>seconds-since-epoch.<br/>correct man pages accordingly.</title>
    <description>/src/usr.sbin/user/Makefile - 1.9</description>
    <pubDate>Sat Jun 01 06:28:06 UTC 2002</pubDate>
    <dc:creator>grant</dc:creator>
</item>

<item>
    <title>branches:  1.8.2;<br/>+ add backwards compatibility hook for old pw_mkdb() calls with no args<br/><br/>+ remove some unused code in a comment.<br/><br/>+ add F_SHELL flag in userdel<br/><br/>+ use a separate local declaration for a temporary variable, rather<br/>than overloading a variable that's used for something else.</title>
    <description>/src/usr.sbin/user/Makefile - 1.8</description>
    <pubDate>Mon Oct 22 11:00:05 UTC 2001</pubDate>
    <dc:creator>agc</dc:creator>
</item>

<item>
    <title>Remove unneeded skel files.<br/><br/>Part of fix for PR bin/10985.</title>
    <description>/src/usr.sbin/user/Makefile - 1.7</description>
    <pubDate>Mon Oct 16 13:46:48 UTC 2000</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>branches:  1.6.2;  1.6.4;  1.6.8;<br/>Add new functionality, and fix some bugs and oversights:<br/><br/>+ Moved all internal definitions from usermgmt.h to user.c<br/>+ Added prototypes to usermgmt.h<br/>+ Allow defaults to be set at build time<br/>+ Check the effective uid is 0 if any data is to be modified<br/>+ Check all numeric uids and gids really are numeric<br/>+ Fix a bug (reported by lenb at sasquatch.com) where new ranges were<br/>appended to old ranges, rather than replacing them<br/>+ Add userinfo(8) and groupinfo(8) utilities (if EXTENSIONS is<br/>defined), whereby user and group information can be displayed.  Add<br/>manual pages for new utilities.  Add front-end calling from user(8)<br/>and group(8) accordingly.<br/>+ Make all functions visible outside the user.c file again.  User and<br/>group manipulation may be split out into a separate shared lib in the<br/>future<br/>+ Split off main function into a separate main.c<br/>+ Changed default group to be "users"<br/>+ Changed despatch table for commands to work in a more sane manner<br/>+ Added "default-group" target to Makefile, so that the default group<br/>can be made easily.</title>
    <description>/src/usr.sbin/user/Makefile - 1.6</description>
    <pubDate>Fri Dec 24 09:08:48 UTC 1999</pubDate>
    <dc:creator>agc</dc:creator>
</item>

<item>
    <title>Add adduser(8) for compatibility.</title>
    <description>/src/usr.sbin/user/Makefile - 1.5</description>
    <pubDate>Wed Dec 08 00:01:36 UTC 1999</pubDate>
    <dc:creator>soren</dc:creator>
</item>

<item>
    <title>Use FILES= to install example files instead of home-grown install rule.<br/>Fix DPADD usage.</title>
    <description>/src/usr.sbin/user/Makefile - 1.4</description>
    <pubDate>Mon Dec 06 22:52:18 UTC 1999</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>Make ./etc/skel and ./usr/share/examples/usermgmt with mtree, and don't<br/>create the directory in the user(8) Makefile.</title>
    <description>/src/usr.sbin/user/Makefile - 1.3</description>
    <pubDate>Mon Dec 06 22:44:47 UTC 1999</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>Use LINKS+= not LINKS=.</title>
    <description>/src/usr.sbin/user/Makefile - 1.2</description>
    <pubDate>Mon Dec 06 22:28:12 UTC 1999</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>Add SVR4/Solaris-like useradd/usermod/userdel functionality, and<br/>groupadd/groupmod/groupdel functionality, along with two front-end<br/>utilities, user(8) and group(8).<br/><br/>Based on the addnerd package, but most of the interface has been<br/>completely rewritten, and suggestions from simonb and mrg have been<br/>incorporated.</title>
    <description>/src/usr.sbin/user/Makefile - 1.1</description>
    <pubDate>Mon Dec 06 21:31:42 UTC 1999</pubDate>
    <dc:creator>agc</dc:creator>
</item>

<item>
    <title>Apply patch (requested by grant):<br/>  Synchronize with recent developments:<br/>   o add usermgmt.conf manual page<br/>   o accept "month day year" for -e and -f option arguments of ``user''<br/>   o support multiple uid ranges<br/>   o fix skeleton directory changes<br/>   o improve error handling<br/>   o fix varargs usage</title>
    <description>/src/usr.sbin/user/Makefile - 1.6.8.2</description>
    <pubDate>Wed Jun 26 17:22:26 UTC 2002</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Pullup 1.7 [simonb]:<br/>Use /etc/skel only for skeleton files for useradd.<br/>Fixes PR bin/10985.</title>
    <description>/src/usr.sbin/user/Makefile - 1.6.8.1</description>
    <pubDate>Fri Oct 20 17:03:54 UTC 2000</pubDate>
    <dc:creator>tv</dc:creator>
</item>

<item>
    <title>Pull up revision 1.7 (requested by simonb):<br/>  Synchronize to current versions of the user management tool.<br/>  Fixes PR#11100, PR#11103, PR#11123 and PR#10985.</title>
    <description>/src/usr.sbin/user/Makefile - 1.6.4.3</description>
    <pubDate>Wed Oct 25 17:04:53 UTC 2000</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Pull up revisions 1.1-1.6 (new) (requested by agc):<br/>  Add tools to manage users and groups.</title>
    <description>/src/usr.sbin/user/Makefile - 1.6.4.2</description>
    <pubDate>Thu Jan 20 23:59:44 UTC 2000</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch netbsd-1-4 on 2000-01-20 23:59:44 +0000</title>
    <description>/src/usr.sbin/user/Makefile - 1.6.4.1</description>
    <pubDate>Fri Dec 24 09:08:48 UTC 1999</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Pull up to last week's -current.</title>
    <description>/src/usr.sbin/user/Makefile - 1.6.2.2</description>
    <pubDate>Mon Dec 27 18:38:16 UTC 1999</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch wrstuden-devbsize on 1999-12-27 18:38:16 +0000</title>
    <description>/src/usr.sbin/user/Makefile - 1.6.2.1</description>
    <pubDate>Fri Dec 24 09:08:48 UTC 1999</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>Pull up revision 1.9 (requested by grant in ticket #134):<br/>add usermgmt.conf man page.<br/>user -e and -f now accepts "month day year" (ala chpass(1)) and<br/>seconds-since-epoch.<br/>correct man pages accordingly.</title>
    <description>/src/usr.sbin/user/Makefile - 1.8.2.1</description>
    <pubDate>Tue Jun 04 00:10:00 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>
</channel></rss>

