Age | Commit message (Expand) | Author |
2015-09-12 | use .Cm for fixed string arguments | Ingo Schwarze |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-04-24 | read_defaults has the thing for strtonum to chew on in cp, not | David Gwynne |
2015-04-23 | Replace atoi() usage with strtonum(). OK deraadt@ | Todd C. Miller |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-01 | use reallocarray() deep inside an macro ugly as sin | Theo de Raadt |
2014-08-27 | Add missing capability to handle new $2b version of blowfish password | Sebastian Reitenbach |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2013-11-23 | unsigned char casts for ctype; ok jca | Theo de Raadt |
2013-09-10 | Move the chown and chmod out of copydotfiles() and add an explicit | Todd C. Miller |
2013-08-06 | Write uids/gids as unsigned in the passwd file and error messages. | Todd C. Miller |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-04-02 | for parsing time values, fall back to atoll() for time_t | Theo de Raadt |
2013-03-04 | When locking/unlocking an account, never touch passwords that are "*" | Antoine Jacoutot |
2013-02-16 | Fix unlocking on 32bits arch where it would fuck up the shell... | Antoine Jacoutot |
2012-09-20 | Be consistent with what the installer and useradd(8) do and put newly | Antoine Jacoutot |
2012-09-18 | Add 2 new knobs to usermod(8): | Antoine Jacoutot |
2012-01-29 | fix previous: grp is unused here just check the return value | Antoine Jacoutot |
2012-01-28 | Make it possible to remove a user from all secondary groups by using: | Antoine Jacoutot |
2012-01-28 | When setting the groups (`-S'), make sure all provided groups exist in | Antoine Jacoutot |
2012-01-12 | fgets(3) returns a pointer, so compare against NULL, not integer 0. | Antoine Jacoutot |
2011-12-31 | Remove the EXTENSIONS ifdef danse; it might have made sense in the past | Antoine Jacoutot |
2011-12-30 | Fix a warning. | Antoine Jacoutot |
2011-12-27 | Follow adduser(8) behaviour (as well as what the pkg tools and our | Antoine Jacoutot |
2011-12-24 | -p requires an argument; from Stefan Pettersson | Jason McIntyre |
2011-12-04 | Add a new '-S' option to _set_ the user's secondary group(s) (which also | Antoine Jacoutot |
2011-07-18 | Sync user(8) SYNOPSIS to useradd(8) and userinfo(8) | Ingo Schwarze |
2011-04-17 | improve line breaking in the SYNOPSIS section. | Igor Sobrado |
2011-04-16 | remove trailing whitespace, no binary change. | Igor Sobrado |
2011-04-16 | rephrase argument to -g for consistency not only with useradd(8) | Igor Sobrado |
2011-04-08 | - avoid nasty line wrap in SYNOPSIS | Jason McIntyre |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2010-07-26 | - use warnx instead of warn when skipping large lines, as errno is | Miod Vallat |
2009-02-08 | deal with potential empty string fgets can return | Charles Longeau |
2009-01-21 | paragraphs and sentences start with uppercase letters; synchronize | Igor Sobrado |
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado |
2008-12-20 | - various improvements from Ingo Schwarze; | Jason McIntyre |
2008-12-16 | strptime() never sets tm_isdst, so set it to -1 before passing the | Philip Guenthe |
2008-10-09 | When adding a new user, do not move a potential yp line (+:*:::0:0::::) to the | Miod Vallat |
2007-08-02 | catch a few truncation cases instead of silently ignoring them. one of the | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-05 | remove some extra tests, from charles longeau | Ted Unangst |
2007-03-02 | Check if group exists before checking if group is local. | Ray Lai |
2007-03-02 | Replace regex(3) routines with simple string searching and comparison | Ray Lai |
2007-02-21 | put -L and -G in the right place; | Jason McIntyre |
2007-02-21 | put -G in the right place; from Igor Sobrado | Jason McIntyre |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |