History log of /src/usr.sbin/user/Makefile |
Revision | | Date | Author | Comments |
1.12 |
| 22-Apr-2009 |
lukem | 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)
|
1.11 |
| 19-Oct-2008 |
apb | branches: 1.11.4; Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
|
1.10 |
| 08-Jul-2002 |
agc | Remove user from supplementary groups when deleting a user and not preserving information.
Remove BUGS section from userdel(8) accordingly.
Make this utility compile with WARNS=3 - add const-poisoning and shadow variable name resolution.
|
1.9 |
| 01-Jun-2002 |
grant | add usermgmt.conf man page. user -e and -f now accepts "month day year" (ala chpass(1)) and seconds-since-epoch. correct man pages accordingly.
|
1.8 |
| 22-Oct-2001 |
agc | branches: 1.8.2; + 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, rather than overloading a variable that's used for something else.
|
1.7 |
| 16-Oct-2000 |
simonb | Remove unneeded skel files.
Part of fix for PR bin/10985.
|
1.6 |
| 24-Dec-1999 |
agc | branches: 1.6.2; 1.6.4; 1.6.8; 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 were appended to old ranges, rather than replacing them + Add userinfo(8) and groupinfo(8) utilities (if EXTENSIONS is defined), whereby user and group information can be displayed. Add manual 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 and group manipulation may be split out into a separate shared lib in the future + Split off main function into a separate main.c + Changed default group to be "users" + Changed despatch table for commands to work in a more sane manner + Added "default-group" target to Makefile, so that the default group can be made easily.
|
1.5 |
| 08-Dec-1999 |
soren | Add adduser(8) for compatibility.
|
1.4 |
| 06-Dec-1999 |
simonb | Use FILES= to install example files instead of home-grown install rule. Fix DPADD usage.
|
1.3 |
| 06-Dec-1999 |
simonb | Make ./etc/skel and ./usr/share/examples/usermgmt with mtree, and don't create the directory in the user(8) Makefile.
|
1.2 |
| 06-Dec-1999 |
simonb | Use LINKS+= not LINKS=.
|
1.1 |
| 06-Dec-1999 |
agc | Add SVR4/Solaris-like useradd/usermod/userdel functionality, and groupadd/groupmod/groupdel functionality, along with two front-end utilities, user(8) and group(8).
Based on the addnerd package, but most of the interface has been completely rewritten, and suggestions from simonb and mrg have been incorporated.
|
1.6.8.2 |
| 26-Jun-2002 |
he | Apply patch (requested by grant): Synchronize with recent developments: o add usermgmt.conf manual page o accept "month day year" for -e and -f option arguments of ``user'' o support multiple uid ranges o fix skeleton directory changes o improve error handling o fix varargs usage
|
1.6.8.1 |
| 20-Oct-2000 |
tv | Pullup 1.7 [simonb]: Use /etc/skel only for skeleton files for useradd. Fixes PR bin/10985.
|
1.6.4.3 |
| 25-Oct-2000 |
he | Pull up revision 1.7 (requested by simonb): Synchronize to current versions of the user management tool. Fixes PR#11100, PR#11103, PR#11123 and PR#10985.
|
1.6.4.2 |
| 20-Jan-2000 |
he | Pull up revisions 1.1-1.6 (new) (requested by agc): Add tools to manage users and groups.
|
1.6.4.1 |
| 24-Dec-1999 |
he | file Makefile was added on branch netbsd-1-4 on 2000-01-20 23:59:44 +0000
|
1.6.2.2 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.6.2.1 |
| 24-Dec-1999 |
wrstuden | file Makefile was added on branch wrstuden-devbsize on 1999-12-27 18:38:16 +0000
|
1.8.2.1 |
| 04-Jun-2002 |
lukem | Pull up revision 1.9 (requested by grant in ticket #134): add usermgmt.conf man page. user -e and -f now accepts "month day year" (ala chpass(1)) and seconds-since-epoch. correct man pages accordingly.
|
1.11.4.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|