summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a few whitespace issues and comment typos that I found while readingJoel Dahl2010-01-141-11/+9
* The group field is called `gid', not `group'.Ed Schouten2010-01-141-1/+1
* Remove login(3), logout(3) and logwtmp(3) from libutil.Ed Schouten2010-01-131-4/+0
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Remove a dead store.Sean Farley2009-12-121-2/+2
* Make pw(8) build without <utmp.h>.Ed Schouten2009-12-061-5/+0
* Make <libutil.h> work when included by itself.Ed Schouten2009-12-021-0/+28
* sigset() is the name of function specified by SUSv4.Konstantin Belousov2009-11-261-4/+4
* It is believed the last subsystem that limited ID sizes to somethingKen Smith2009-07-221-7/+18
* Make the chpass Makefile honour NO_FSCHG.Ed Schouten2009-06-151-3/+4
* Revert (once again, and hopefully for the last time) to flock(2) locks.Dag-Erling Smørgrav2009-06-061-8/+5
* Merge support for CVSMode (aka. mirror mode) into csup. This means csup can nowUlf Lilleengen2009-01-050-0/+0
|\
| * - Import the Makefile from HEAD for building csup.Ulf Lilleengen2008-10-190-0/+0
| |\
| * | - Import the HEAD csup code which is the basis for the cvsmode work.Ulf Lilleengen2008-10-1948-12922/+0
| |/
* | Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-021-0/+6
* | Fixed style issues with variable ordering and naming, spacing andSean Farley2008-11-231-75/+97
* | style(9) fixes.Sean Farley2008-11-111-20/+14
* | Avoid assigning a const char * to a char *.Dag-Erling Smørgrav2008-11-041-4/+5
* | Diff reduction against Varnish, including one important fix: use a sharedDag-Erling Smørgrav2008-10-201-12/+12
* | Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.Dag-Erling Smørgrav2008-10-201-5/+7
* | Since in_lt() and in_lts() are not static, assume that they are intended toDag-Erling Smørgrav2008-10-201-0/+2
* | Since setclasscpumask() is not static, assume that it is intended to beDag-Erling Smørgrav2008-10-201-0/+1
* | Style and whitespace.Dag-Erling Smørgrav2008-10-201-15/+19
|/
* Use arc4random_uniform() to avoid "modulo bias"Andrey A. Chernov2008-08-161-55/+2
* The original adduser/rmuser scripts in Perl used to modify the PATHJohn Baldwin2008-07-301-2/+3
* Add support for a new login capability, cpumask which allows loginBrooks Davis2008-07-251-1/+2
* Before updating the password database, the pw(8) utility first performs aJohn Baldwin2008-07-171-1/+2
* Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doingJohn Baldwin2008-07-011-0/+8
* - Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)).Antoine Brodin2008-05-271-5/+7
* Add four utility functions related to struct grp processing modeled in-partSean Farley2008-04-232-0/+241
* In the description of the password field, -w was meant, not theChristian Brueffer2008-03-161-2/+2
* Add the groupmod '-d' option to pw to allow the deletion of existing usersSean Farley2008-02-233-16/+92
* style(9) (verified no object changes)Sean Farley2008-02-232-3/+2
* Add the -M command-line option, which will set home directory permissions.Mike Makonnen2008-01-272-1/+44
* Clarify in what formats the grouplist for the '-G' switch may be accepted.Mike Makonnen2008-01-251-1/+1
* Constify the first argument to expand_number() so that it canJohn Birrell2007-11-181-1/+1
* Allow adding a user(s) to additional groups in batch mode as well.Mike Makonnen2007-10-202-1/+2
* The POP daemon's temporary mail file has a leading dot ('.'). This wasMike Makonnen2007-10-191-3/+3
* Implement expand_number(3), which is the opposite of humanize_number(3), ie.Pawel Jakub Dawidek2007-09-011-0/+1
* Back out previous commit until I figure out why my regression test fails.Dag-Erling Smørgrav2007-08-031-7/+4
* Use fcntl(2)-style locks instead of less-portable flock(2)-style locks.Dag-Erling Smørgrav2007-08-031-4/+7
* Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf.Yaroslav Tykhiy2007-06-141-8/+18
* Nit: avoid shadowing truncate(2) with a local variable.Dag-Erling Smørgrav2007-05-231-3/+3
* Fix stupid braino in previous commit.Dag-Erling Smørgrav2007-05-231-1/+1
* If (flags & O_TRUNC), don't truncate the file until we've successfullyDag-Erling Smørgrav2007-05-231-1/+11
* Well gag me with a spoon... I'm so used to working at high WARNS levelsDag-Erling Smørgrav2007-05-102-1/+5
* Remove superfluous unexpanded RCS tag.Dag-Erling Smørgrav2007-05-101-2/+0
* DTRT when O_NONBLOCK is specified.Dag-Erling Smørgrav2007-05-101-4/+7
* I'm tired of seeing this done incorrectly and non-portably, so add aDag-Erling Smørgrav2007-05-102-0/+92