| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do not treat empty name as an uid 0 | Baptiste Daroussin | 2012-10-01 | 1 | -1/+2 |
| | | | | | Reported by: Robert Bonomi <bonomi@mail.r-bonomi.com> | ||||
| * | Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is a | Baptiste Daroussin | 2012-10-01 | 1 | -2/+1 |
| | | | | | | | | | | number. This also allow pw user show to work as expected. PR: bin/172112 Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru> MFC after: 1 month | ||||
| * | Make sure that each va_start has one and only one matching va_end, | Kevin Lo | 2012-09-28 | 1 | -0/+214 |
| | | | | | especially in error cases. | ||||
| * | Handle NULL return from crypt(3). Mostly from DragonFly | Kevin Lo | 2012-02-22 | 1 | -1/+5 |
| | | |||||
| * | readlink len-1 | Kevin Lo | 2012-02-14 | 1 | -1/+1 |
| | | |||||
| * | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 1 | -0/+131 |
| | | |||||
| * | - document the -l option to usermod | Eitan Adler | 2011-12-22 | 1 | -0/+1008 |
| | | | | | | | | PR: docs/161588 Submitted by: "Luchesar V. ILIEV" <luchesar.iliev@gmail.com> Approved by: gjb MFC after: 1 week | ||||
| * | In usr.sbin/pw/pw_user.c, use the correct printf length modifier for a | Dimitry Andric | 2011-12-17 | 1 | -1/+1 |
| | | | | | | | ptrdiff_t. MFC after: 1 week | ||||
| * | Backout r223115 which potentially caused a POLA violation, by restoring | Xin LI | 2011-07-31 | 1 | -1/+1 |
| | | | | | | | | | historic behavior (create the default base directory in pw.conf) before I came up with a better fix for this. Requested by: nwhitehorn Approved by: re (kib) | ||||
| * | Don't attempt to create the base directory when -d is specified. | Xin LI | 2011-06-15 | 1 | -0/+1272 |
| | | | | | MFC after: 1 month | ||||
| * | Create the altix project branch. The altix project will add support | Marcel Moolenaar | 2010-03-10 | 23 | -6310/+0 |
| | | | | | | | | for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting is a two-module system, consisting of a base compute module and a CPU expansion module. SGI's NUMAFlex architecture can be an excellent platform to test CPU affinity and NUMA-aware features in FreeBSD. | ||||
| * | The last big commit: let usr.sbin/ use WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| | | |||||
| * | Make pw(8) build without <utmp.h>. | Ed Schouten | 2009-12-06 | 1 | -5/+0 |
| | | | | | | | The size of the username record in utmp files should not influence the maximum username length. Right now ut_user/ut_name is big enough, so in this case it's dead code anyway. | ||||
| * | Use arc4random_uniform() to avoid "modulo bias" | Andrey A. Chernov | 2008-08-16 | 1 | -55/+2 |
| | | | | | | | Remove pw_getrand() unneded now: arc4random_uniform() is stronger then pw_getrand()'s MD5 tricks (inactive) and its active version, mixing arc4random() bytes in one, not make things better at all. | ||||
| * | Before updating the password database, the pw(8) utility first performs a | John Baldwin | 2008-07-17 | 1 | -1/+2 |
| | | | | | | | | | sanity check by invoking "pwd_mkdb -C". However, if this failed it silently returned success. Fix this so it fails the update operation instead. MFC after: 1 week | ||||
| * | - Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)). | Antoine Brodin | 2008-05-27 | 1 | -5/+7 |
| | | | | | | | | | | | | This makes blowfish password hashes look normal when set using pw(8)/adduser(8). [1] - Make it possible to have a '/' in the salt. PR: 121146 [1] Submitted by: Jaakko Heinonen [1] Approved by: rwatson (mentor) MFC after: 1 month | ||||
| * | Add the groupmod '-d' option to pw to allow the deletion of existing users | Sean Farley | 2008-02-23 | 3 | -16/+92 |
| | | | | | | | | | | | from a group without the need to perform the same operation by replacing the existing list via the '-M' option. The '-M' option requires someone to fetch the existing members with pw, deleting the undesired members from the list and sending the altered list back to pw. Approved by: wes (mentor) MFC after: 5 days | ||||
| * | style(9) (verified no object changes) | Sean Farley | 2008-02-23 | 2 | -3/+2 |
| | | | | | | Approved by: wes (mentor) MFC after: 5 days | ||||
| * | Clarify in what formats the grouplist for the '-G' switch may be accepted. | Mike Makonnen | 2008-01-25 | 1 | -1/+1 |
| | | | | | Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> | ||||
| * | Do the right thing with symlinks in the skeleton directory. | Lukas Ertl | 2007-03-30 | 1 | -1/+7 |
| | | | | | PR: bin/63659 | ||||
| * | Accept passwords which contain whitespace. | Lukas Ertl | 2007-03-30 | 1 | -1/+1 |
| | | | | | PR: bin/53434 | ||||
| * | Add home directory creation mode to pw.conf(5) and be a bit | Lukas Ertl | 2007-03-30 | 6 | -9/+38 |
| | | | | | more specific about the effect of the current umask on -M. | ||||
| * | Add -M argument to usage() output. | Lukas Ertl | 2007-03-30 | 1 | -0/+2 |
| | | |||||
| * | Introduce the new option -M to allow to set the permissions of | Lukas Ertl | 2007-03-26 | 3 | -8/+31 |
| | | | | | | | | | the user's newly created home directory. If omitted, it's derived from the current umask. PR: bin/16880, bin/83253 (partially), bin/104248 MFC in: 1 month | ||||
| * | Better mdoc(7). Bump doc date. | Tom Rhodes | 2006-10-09 | 1 | -3/+3 |
| | | | | | Kicked by: ru | ||||
| * | Note the naming convention of files in share/skel and explain the "dot" | Tom Rhodes | 2006-10-09 | 1 | -0/+8 |
| | | | | | | | prefix is removed. PR: 103828 | ||||
| * | o Fix groupadd getopt line and make 'pw groupadd -o' work. | Maxim Konovalov | 2006-09-18 | 1 | -1/+1 |
| | | | | | | | PR: bin/100684 Submitted by: Devon H. O'Dell MFC after: 3 weeks | ||||
| * | Change /home symbolic link, so it will point to usr/home instead of /usr/home. | Pawel Jakub Dawidek | 2005-07-31 | 1 | -1/+5 |
| | | | | | | | | | | | | | Previous symlink was confusing: # cd /jails/virtual_system_1/home # realpath . /usr/home ...and slower. OK'ed by: rwatson, phk | ||||
| * | Remove unused variables. | Stefan Farfeleder | 2005-04-09 | 1 | -4/+1 |
| | | |||||
| * | The variable `arglist' has internal linkage in pw.c, don't declare it as extern | Stefan Farfeleder | 2005-02-10 | 1 | -1/+1 |
| | | | | | here. | ||||
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -56/+56 |
| | | |||||
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
| | | |||||
| * | Don't rely on NULL being a pointer, add a cast before passing it to a variadic | Stefan Farfeleder | 2004-10-03 | 1 | -2/+2 |
| | | | | | function. | ||||
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+2 |
| | | |||||
| * | Use strlcpy(3) to replace the idiomatic | Robert Drehmel | 2004-06-17 | 3 | -30/+18 |
| | | | | | | | | strncpy(d, s, l); d[l - 1] = '\0'; statements. | ||||
| * | Fix a bug which occurred when the home directory given by the | Robert Drehmel | 2004-06-17 | 1 | -1/+2 |
| | | | | | | | | | -d option was equal to the one already saved and which caused the pw utility to avoid updating values passed by other options processed before the -d option in the code path. Spotted by: Richard Caley <rjc@interactive.co.uk> | ||||
| * | Shift file locking to source file instead of temp file. This fixes | Ken Smith | 2004-03-08 | 2 | -8/+5 |
| | | | | | | | | | | | | data buffering issue that corrupts files if two pw(8)'s run at the same time as well as changing pw(8) so it uses the same locking mechanism as PAM, vipw(8), pwd_mkdb(8), etc. PR: bin/23501 Submitted by: Alex Kapranoff <alex (at) kapran (dot) bitmcnit (dot) bryansk (dot) su> Approved by: rwatson (mentor) MFC after: 5 days | ||||
| * | Add a `-H <fd>' option that is like `-h <fd>', but accepts an already | Ian Dowse | 2004-01-11 | 4 | -22/+52 |
| | | | | | | | | encrypted password on the specified file descriptor. PR: bin/22033 MFC after: 2 weeks | ||||
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
| | | |||||
| * | The .Xr utility. Spelling. Put NIS under .Tn | Philippe Charnier | 2003-06-08 | 1 | -11/+19 |
| | | |||||
| * | Add information about the log file. | Tom Rhodes | 2003-05-08 | 1 | -0/+10 |
| | | | | | | PR: 35575 Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version) | ||||
| * | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -1/+1 |
| | | |||||
| * | There is no sense to use random random() and arc4random() in the same program. | Andrey A. Chernov | 2003-02-11 | 1 | -2/+1 |
| | | | | | Switch to arc4random() completely. | ||||
| * | Changes so the 'pw' command will allow '$' as the last character in a userid | Garance A Drosehn | 2003-01-28 | 1 | -14/+51 |
| | | | | | | | | | | | | or group name (mainly for the benefit of samba). This pretty much rewrites he pw_checkname() routine, but should work exactly the same except for the above change, and that error messages are somewhat more informative. PR: 28733 46890 Inspired by: example patch written by Terry Lambert Reviewed by: no objections on freebsd-arch and freebsd-current MFC plans: no plans, but will do if people want it in stable. | ||||
| * | Do not expose password if it is empty and PWF_STANDARD format is requested | Max Khon | 2003-01-23 | 1 | -1/+2 |
| | | | | | MFC after: 1 week | ||||
| * | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -1/+1 |
| | | | | | Approved by: re | ||||
| * | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -22/+45 |
| | | |||||
| * | de-__P() | Alfred Perlstein | 2002-07-11 | 3 | -51/+51 |
| | | |||||
| * | Lists follow a colon, not a semicolon. | Dima Dorfman | 2002-06-30 | 1 | -1/+1 |
| | | |||||
| * | `pw useradd' could be used with -w without -D option. | SADA Kenji | 2002-06-26 | 1 | -0/+1 |
| | | | | | | | PR: docs/39770 Submitted by: sada Approved by: dd | ||||
