aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw
Commit message (Expand)AuthorAgeFilesLines
* groups.7: New manual page of standard group namesArtem Bunichev2026-04-281-1/+2
* pw.8: spellMaxim Konovalov2026-02-111-1/+1
* pw: make manual page more friendly for uid/gid searchDmitry Morozovsky2026-02-111-4/+7
* pw: pw_mkdb(3) does not set errnoMark Johnston2025-10-081-1/+1
* pw: Add a metalog output modeMark Johnston2025-09-188-22/+148
* pw: Use copy_file_range() when copying skeleton filesMark Johnston2025-09-181-4/+8
* pw: Add a missing chown() when creating dirs in mkdir_home_parents()Mark Johnston2025-09-181-1/+5
* pw: StyleMark Johnston2025-09-181-3/+2
* pw: Clean up a couple of errx() callsMark Johnston2025-09-181-3/+4
* pw: Print warnings when metadata updates failMark Johnston2025-09-182-3/+6
* pw: Remove duplicate lines from the pw useradd usage messageMark Johnston2025-09-181-2/+0
* pw: Skip root check with alternate rootEd Maste2025-08-194-8/+21
* pw: tests: add a test for -M with a pre-existing home directoryJose Luis Duran2024-12-011-0/+16
* pw: set the user's home directory mode if it existedKyle Evans2024-12-011-6/+21
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-2/+0
* pw: Clarify groupadd/groupmod memberlist formatsJose Luis Duran2024-07-291-2/+3
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* pw userdel: destroy home dataset if emptyMike Karels2024-05-294-18/+118
* pw: Test home directory ownership and mode.Dag-Erling Smørgrav2024-05-061-0/+17
* pw: Don't silently ignore unparsed command line arguments.Dag-Erling Smørgrav2024-05-064-14/+74
* pw: Rename some enums.Dag-Erling Smørgrav2024-05-063-15/+15
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-2513-65/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1619-19/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* pw: Add regression tests for useradd bug fixesNaman Sood2023-07-191-0/+25
* pw: Use existing group entry, even if it already has membersNaman Sood2023-07-191-2/+1
* pw: Ensure group membership is not duplicatedNaman Sood2023-07-193-1/+6
* pw: do not move /home/$user to /usr/homeMike Karels2023-05-232-24/+17
* pw: The pw_checkname function has added ';' checking.pbuff2023-05-161-1/+1
* pw: do not call system()Baptiste Daroussin2023-05-151-8/+24
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1217-17/+17
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-2/+0
* pw: Don't return a pointer to an on-stack buffer from grp_set_passwd.John Baldwin2022-12-051-1/+2
* pw(8): fix combination of modes -N and -w randomEugene Grosbein2022-11-282-7/+12
* pw: remove the inaccurate anymore information from the READMEBaptiste Daroussin2022-10-121-1/+1
* pw: exit with an error in case of using an illegal optionBaptiste Daroussin2022-10-122-0/+24
* Put OPIE to rest.Dag-Erling Smørgrav2022-10-022-37/+0
* pw.8: Refernece to openssl-passwd(1) and crypt(3)Mateusz Piotrowski2022-07-211-1/+6
* pw: reinitialize struct tm before every call to strptimeBaptiste Daroussin2022-06-071-1/+1
* pkgbase: Move pw to the runtime packageDoug Rabson2022-05-301-0/+1
* pw.8: Do not specify full path to shell in examplesMateusz Piotrowski2022-04-031-1/+1
* pw.8: Fix synopsis of NIS flagsMateusz Piotrowski2022-04-031-4/+7
* pw.8: Sorty synopsis flagMateusz Piotrowski2022-04-031-1/+1
* pw.8: Improve argument namesMateusz Piotrowski2022-04-031-37/+42
* pw.8: Sort flags in synopsisMateusz Piotrowski2022-04-011-60/+44
* pw.8: Use more appropriate mdoc macrosMateusz Piotrowski2022-04-011-49/+58