summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix i386 build of chpass after r363992Alex Richardson2020-08-081-2/+2
* Make vipw error message less crypticPiotr Pawel Stefaniak2020-06-201-5/+8
* libutil: remove extraneous ": " from error messagesPiotr Pawel Stefaniak2020-06-202-4/+4
* adduser: allow standard IFS characters in passwordsKyle Evans2020-04-051-2/+2
* pw: do not removed home directories if not ownedBaptiste Daroussin2020-03-231-1/+4
* Remove an uneeded indentation introduced in r286196 to silence gcc warngingLi-Wen Hsu2019-05-251-1/+1
* Add an example to pw.8 about how to add an existing user to a group.Benedict Reuschling2019-02-081-1/+7
* pw: fix the checks in boolean_str() after r326738. Add related testYuri Pankov2018-10-211-5/+7
* pw: (file == NULL) check is always false in read_userconfig(), removeYuri Pankov2018-10-163-5/+2
* pw: respect path specified using -V when writing pw.conf, and -C is notYuri Pankov2018-10-153-3/+8
* Remove some code that's no longer needed because it's now part of pw_scan(3).Ian Lepore2018-07-271-12/+0
* Re-apply r336625 which was reverted with r336638, now that the underlyingIan Lepore2018-07-261-3/+29
* Make pw_scan(3) more compatible with getpwent(3) et. al. when processingIan Lepore2018-07-264-1/+28
* Revert r336619, it appears to cause problems with ssh, and probably otherIan Lepore2018-07-231-2/+1
* Revert r336625 until I figure out why it worked with simple testing butIan Lepore2018-07-231-29/+3
* Make pw(8) showuser work the same with or without -R <path> for non-rootIan Lepore2018-07-221-3/+29
* Set the pw_class field to NULL when scanning the non-master passwd file.Ian Lepore2018-07-221-1/+2
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* Use __SCCSID() for SCCS IDs.John Baldwin2018-05-231-7/+3
* chpass: reject change/expiry dates beyond y2106Ed Maste2018-04-191-0/+12
* Allow the "@" and "!" characters in passwd file GECOS fields.David Bright2018-03-011-1/+1
* Remove unused includes.Xin LI2018-01-011-2/+0
* pw(8): r326738 broke expiration arithmetic in case of `-D' flag not supplied.Eugene Grosbein2017-12-151-11/+12
* pw(8): correct expiration period handling and command line overridesEugene Grosbein2017-12-096-31/+66
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2719-0/+489
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-264-1/+59
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-204-1/+9
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-185-1/+568
* Remove 'adding_user.7'Eitan Adler2017-11-011-1/+0
* chpass(1): Check crypt(3) return and handle error appropriatelyConrad Meyer2017-10-041-3/+3
* pw useradd: Validate the user name before creating the entryEd Maste2017-08-191-2/+2
* pw usermod: Properly deal with empty secondary group lists (-G '')Ed Maste2017-08-191-2/+2
* MFhead@r322057Enji Cooper2017-08-042-8/+29
|\
| * Introduce the flopenat(3) function.Mariusz Zaborski2017-08-042-8/+29
* | Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Don't depend on assert(3) getting evaluatedAlan Somers2017-05-101-1/+3
* strcpy => strlcpyAlan Somers2017-05-101-1/+3
* lib: initial use of reallocarray(3).Pedro F. Giffuni2017-04-213-3/+3
* Properly initialise with content of pw.conf(5) that was mistakenly ignored.Eugene Grosbein2017-03-241-2/+5
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-2/+2
* Convert absolute links to relative links.Rodney W. Grimes2017-03-071-5/+5
* Renumber copyright clause 4Warner Losh2017-02-285-3/+251
* Really restore the old behaviour for pw usermod -mBaptiste Daroussin2017-01-222-14/+4
* Readd a feature lost in pw(8) refactoringBaptiste Daroussin2017-01-221-0/+4
* Fix pkg groupshow <gid>Baptiste Daroussin2016-12-101-1/+1
* Remove a death threat from the FreeBSD sourcesConrad Meyer2016-12-011-5/+9
* Use malloc()ed buffers instead of stack buffers in gr_copy() and pw_copy().Dag-Erling Smørgrav2016-11-282-26/+48
* Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0Dimitry Andric2016-11-240-0/+0
|\
| * Merge ^/head r309106 through r309117.Dimitry Andric2016-11-241-0/+121
| |\ | |/ |/|