aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw
Commit message (Collapse)AuthorAgeFilesLines
* MFC r179365 to stable/6:Antoine Brodin2008-07-281-5/+7
| | | | | | | | | | | | | | | - Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)). 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 Notes: svn path=/stable/6/; revision=180936
* MFC: Properly report failure for update operations if "pwd_mkdb -C" fails.John Baldwin2008-07-251-1/+2
| | | | Notes: svn path=/stable/6/; revision=180810
* MFC: rev. 1.42Mike Makonnen2008-01-271-1/+1
| | | | | | | | | | Clarify in what formats the grouplist for the '-G' switch may be accepted. Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/stable/6/; revision=175730
* MFC 1.61:Lukas Ertl2007-05-041-1/+1
| | | | | | | | | Accept passwords which contain whitespace. PR: bin/53434 Notes: svn path=/stable/6/; revision=169267
* MFC all changes regarding new option -M.Lukas Ertl2007-05-046-9/+63
| | | | Notes: svn path=/stable/6/; revision=169266
* MFC 1.8:Lukas Ertl2007-05-041-1/+7
| | | | | | | | | Do the right thing with symlinks in the skeleton directory. PR: bin/63659 Notes: svn path=/stable/6/; revision=169265
* MFC:Tom Rhodes2006-11-031-1/+9
| | | | | | | | | | | | Note the naming convention of files in share/skel and explain the "dot" prefix is removed. PR: 103828 Approved by: re (hrs) Notes: svn path=/stable/6/; revision=163939
* MFC rev. 1.28: make 'pw groupadd -o' work.Maxim Konovalov2006-10-081-1/+1
| | | | | | | Approved by: re (kensmith) Notes: svn path=/stable/6/; revision=163121
* MFC: pw_user.c 1.58Pawel Jakub Dawidek2005-08-051-1/+5
| | | | | | | | | | | | | | | | | Change /home symbolic link, so it will point to usr/home instead of /usr/home. Previous symlink was confusing: # cd /jails/virtual_system_1/home # realpath . /usr/home ...and slower. OK'ed by: rwatson, phk Approved by: re (kensmith) Notes: svn path=/stable/6/; revision=148748
* Remove unused variables.Stefan Farfeleder2005-04-091-4/+1
| | | | Notes: svn path=/head/; revision=144841
* The variable `arglist' has internal linkage in pw.c, don't declare it as externStefan Farfeleder2005-02-101-1/+1
| | | | | | | here. Notes: svn path=/head/; revision=141608
* Sort sections.Ruslan Ermilov2005-01-181-56/+56
| | | | Notes: svn path=/head/; revision=140442
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Don't rely on NULL being a pointer, add a cast before passing it to a variadicStefan Farfeleder2004-10-031-2/+2
| | | | | | | function. Notes: svn path=/head/; revision=136087
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131500
* Use strlcpy(3) to replace the idiomaticRobert Drehmel2004-06-173-30/+18
| | | | | | | | | | strncpy(d, s, l); d[l - 1] = '\0'; statements. Notes: svn path=/head/; revision=130633
* Fix a bug which occurred when the home directory given by theRobert Drehmel2004-06-171-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> Notes: svn path=/head/; revision=130629
* Shift file locking to source file instead of temp file. This fixesKen Smith2004-03-082-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 Notes: svn path=/head/; revision=126753
* Add a `-H <fd>' option that is like `-h <fd>', but accepts an alreadyIan Dowse2004-01-114-22/+52
| | | | | | | | | | encrypted password on the specified file descriptor. PR: bin/22033 MFC after: 2 weeks Notes: svn path=/head/; revision=124382
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=119893
* The .Xr utility. Spelling. Put NIS under .TnPhilippe Charnier2003-06-081-11/+19
| | | | Notes: svn path=/head/; revision=116051
* Add information about the log file.Tom Rhodes2003-05-081-0/+10
| | | | | | | | PR: 35575 Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version) Notes: svn path=/head/; revision=114823
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
| | | | Notes: svn path=/head/; revision=113091
* There is no sense to use random random() and arc4random() in the same program.Andrey A. Chernov2003-02-111-2/+1
| | | | | | | Switch to arc4random() completely. Notes: svn path=/head/; revision=110667
* Changes so the 'pw' command will allow '$' as the last character in a useridGarance A Drosehn2003-01-281-13/+50
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=109961
* Do not expose password if it is empty and PWF_STANDARD format is requestedMax Khon2003-01-231-1/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=109749
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* The .Nm utilityPhilippe Charnier2002-07-141-22/+45
| | | | Notes: svn path=/head/; revision=99968
* de-__P()Alfred Perlstein2002-07-113-45/+45
| | | | Notes: svn path=/head/; revision=99806
* Lists follow a colon, not a semicolon.Dima Dorfman2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=99108
* `pw useradd' could be used with -w without -D option.SADA Kenji2002-06-261-0/+1
| | | | | | | | | PR: docs/39770 Submitted by: sada Approved by: dd Notes: svn path=/head/; revision=98854
* Print a long with %ld not %d. (We possibly should be using %j here, butDavid Malone2002-06-241-1/+1
| | | | | | | | | | | that can be fixed when the many other warnings here are being fixed.) PR: 39741 Submitted by: Dan Lukes <dan@obluda.cz> MFC after: 1 week Notes: svn path=/head/; revision=98744
* In the words of the submitter:Dima Dorfman2002-04-051-1/+5
| | | | | | | | | | | | This patch explains -F for usershow and groupshow. Because "groupmod ... -F" doesn't do anything, the patch also drops that from groupmod's command line args. PR: 35955 Submitted by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org> Notes: svn path=/head/; revision=93866
* Document the -7 option for usershow.Dima Dorfman2002-04-051-0/+9
| | | | | | | | PR: 36735 Submitted by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org> Notes: svn path=/head/; revision=93865
* Merge a duplicate description of the -L option into the first one.Giorgos Keramidas2002-03-081-10/+2
| | | | | | | | PR: docs/34782 MFC after: 1 week Notes: svn path=/head/; revision=91841
* Use correct mode for temporary file.Jacques Vidrine2001-12-201-1/+1
| | | | | | | Reported by: ryan beasley <ryanb@goddamnbastard.org> Notes: svn path=/head/; revision=88280
* Change rmskey() to rmopie() - we don't have skey anymoreAndrey A. Chernov2001-10-191-6/+6
| | | | Notes: svn path=/head/; revision=85145
* For new users, create the home directory before sending the welcomeDima Dorfman2001-09-031-24/+24
| | | | | | | | | | | mail, if configured to do so. Some sites have setups where the user's mail is delivered to their home directory, so sending mail before is exists didn't work. PR: 29892 Notes: svn path=/head/; revision=82868
* Unbreak group operations by reverting previous delta which removed theDima Dorfman2001-08-301-1/+1
| | | | | | | | | | | assignment of `l' in `gr_update' to the return value of snprintf. It claimed to have fixed the case where snprintf returned -1--in fact, it broke the entire routine. Not setting `l' here causes fileupdate() to invariably fail with EINVAL because it does its own check to assert that the parameter isn't -1. Notes: svn path=/head/; revision=82551
* Properly initialize the random number generator in pw_getpass().Joerg Wunsch2001-08-211-0/+1
| | | | | | | | | | Right now, the automatically generated passwords have been rather predictable. :-( MFC after: 1 day Notes: svn path=/head/; revision=82059
* Fix a typo in a variable name that made pw(8) coredump when usingJoerg Wunsch2001-08-211-1/+1
| | | | | | | | | USE_MD5RAND. MFC after: 2 days Notes: svn path=/head/; revision=82047
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-202-3/+3
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=81982
* Handle snprintf() returning -1.Brian Somers2001-08-203-1/+7
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=81977
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+1
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
| | | | Notes: svn path=/head/; revision=80022
* Remove whitespace at EOL.Dima Dorfman2001-07-152-28/+28
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-4/+0
| | | | Notes: svn path=/head/; revision=79454
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* Don't override the default BINMODE.Ruslan Ermilov2001-07-051-2/+0
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=79328
* Fix a harmless format string bogon and mark a function as __printflike().Kris Kennaway2001-07-052-2/+2
| | | | | | | | | | There is still one instance of non-constant format string use inside that function, but it's hard to fix. MFC after: 1 week Notes: svn path=/head/; revision=79292