index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use arc4random_uniform() to avoid "modulo bias"
ache
2008-08-16
1
-55
/
+2
*
Before updating the password database, the pw(8) utility first performs a
jhb
2008-07-17
1
-1
/
+2
*
- Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)).
antoine
2008-05-27
1
-5
/
+7
*
Add the groupmod '-d' option to pw to allow the deletion of existing users
scf
2008-02-23
3
-16
/
+92
*
style(9) (verified no object changes)
scf
2008-02-23
2
-3
/
+2
*
Clarify in what formats the grouplist for the '-G' switch may be accepted.
mtm
2008-01-25
1
-1
/
+1
*
Do the right thing with symlinks in the skeleton directory.
le
2007-03-30
1
-1
/
+7
*
Accept passwords which contain whitespace.
le
2007-03-30
1
-1
/
+1
*
Add home directory creation mode to pw.conf(5) and be a bit
le
2007-03-30
6
-9
/
+38
*
Add -M argument to usage() output.
le
2007-03-30
1
-0
/
+2
*
Introduce the new option -M to allow to set the permissions of
le
2007-03-26
3
-8
/
+31
*
Better mdoc(7). Bump doc date.
trhodes
2006-10-09
1
-3
/
+3
*
Note the naming convention of files in share/skel and explain the "dot"
trhodes
2006-10-09
1
-0
/
+8
*
o Fix groupadd getopt line and make 'pw groupadd -o' work.
maxim
2006-09-18
1
-1
/
+1
*
Change /home symbolic link, so it will point to usr/home instead of /usr/home.
pjd
2005-07-31
1
-1
/
+5
*
Remove unused variables.
stefanf
2005-04-09
1
-4
/
+1
*
The variable `arglist' has internal linkage in pw.c, don't declare it as extern
stefanf
2005-02-10
1
-1
/
+1
*
Sort sections.
ru
2005-01-18
1
-56
/
+56
*
Added the EXIT STATUS section where appropriate.
ru
2005-01-17
1
-1
/
+1
*
Don't rely on NULL being a pointer, add a cast before passing it to a variadic
stefanf
2004-10-03
1
-2
/
+2
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-1
/
+2
*
Use strlcpy(3) to replace the idiomatic
robert
2004-06-17
3
-30
/
+18
*
Fix a bug which occurred when the home directory given by the
robert
2004-06-17
1
-1
/
+2
*
Shift file locking to source file instead of temp file. This fixes
kensmith
2004-03-08
2
-8
/
+5
*
Add a `-H <fd>' option that is like `-h <fd>', but accepts an already
iedowse
2004-01-11
4
-22
/
+52
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
The .Xr utility. Spelling. Put NIS under .Tn
charnier
2003-06-08
1
-11
/
+19
*
Add information about the log file.
trhodes
2003-05-08
1
-0
/
+10
*
style.Makefile(5)
obrien
2003-04-04
1
-1
/
+1
*
There is no sense to use random random() and arc4random() in the same program.
ache
2003-02-11
1
-2
/
+1
*
Changes so the 'pw' command will allow '$' as the last character in a userid
gad
2003-01-28
1
-14
/
+51
*
Do not expose password if it is empty and PWF_STANDARD format is requested
fjoe
2003-01-23
1
-1
/
+2
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-1
/
+1
*
The .Nm utility
charnier
2002-07-14
1
-22
/
+45
*
de-__P()
alfred
2002-07-11
3
-51
/
+51
*
Lists follow a colon, not a semicolon.
dd
2002-06-30
1
-1
/
+1
*
`pw useradd' could be used with -w without -D option.
sada
2002-06-26
1
-0
/
+1
*
Print a long with %ld not %d. (We possibly should be using %j here, but
dwmalone
2002-06-24
1
-1
/
+1
*
In the words of the submitter:
dd
2002-04-05
1
-1
/
+5
*
Document the -7 option for usershow.
dd
2002-04-05
1
-0
/
+9
*
Merge a duplicate description of the -L option into the first one.
keramida
2002-03-08
1
-10
/
+2
*
Use correct mode for temporary file.
nectar
2001-12-20
1
-1
/
+1
*
Change rmskey() to rmopie() - we don't have skey anymore
ache
2001-10-19
1
-6
/
+6
*
For new users, create the home directory before sending the welcome
dd
2001-09-03
1
-24
/
+24
*
Unbreak group operations by reverting previous delta which removed the
dd
2001-08-30
1
-1
/
+1
*
Properly initialize the random number generator in pw_getpass().
joerg
2001-08-21
1
-0
/
+1
*
Fix a typo in a variable name that made pw(8) coredump when using
joerg
2001-08-21
1
-1
/
+1
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
2
-3
/
+3
*
Handle snprintf() returning -1.
brian
2001-08-20
3
-1
/
+7
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-3
/
+1
[next]