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
*
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
*
Remove GCC'isms in CFLAGS.
obrien
2001-07-20
1
-1
/
+0
*
Remove whitespace at EOL.
dd
2001-07-15
2
-28
/
+28
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
2
-4
/
+0
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+1
*
Don't override the default BINMODE.
ru
2001-07-05
1
-2
/
+0
*
Fix a harmless format string bogon and mark a function as __printflike().
kris
2001-07-05
2
-2
/
+2
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+1
*
CND has been unused for two years, and RND has been unused for five
dd
2001-06-19
1
-1
/
+1
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-3
/
+1
*
Use %c for expire/change dates
ache
2001-03-21
1
-2
/
+2
*
mdoc(7) police: simplify bogus ``.Ql Fl'' constructs.
ru
2001-03-16
1
-33
/
+33
*
Document the lock and unlock commands. This fixes a segmentation fault.
dd
2001-03-14
1
-0
/
+10
*
Document the lock and unlock commands.
dd
2001-03-14
1
-0
/
+32
*
Switch from using rand() or random() to a stronger, more appropriate PRNG
kris
2001-03-05
1
-19
/
+2
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-4
/
+8
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-1
/
+1
*
Fix typo: s/memberhip/membership/
peter
2001-01-02
1
-1
/
+1
*
Convert to use the <sys/queue.h> macros rather than fiddling with the queue
ben
2000-12-29
2
-4
/
+4
*
Make the comment generated in /etc/pw.conf match reality
dougb
2000-12-18
1
-1
/
+1
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-15
/
+15
*
Add working and easy crypt(3)-switching. Yes, we need a whole new API
green
2000-08-22
2
-3
/
+22
*
Move test for -w flag outside of the code dealing with -D (defaults).
davidn
2000-07-20
1
-2
/
+2
*
Allow -g with an empty argument in the -D case. This allows -g "" to set
davidn
2000-07-20
1
-5
/
+8
*
Fix another missed case where usermod would not set the "modified" flag:
davidn
2000-07-20
1
-3
/
+6
*
Catch up to the fact that we now have tcsh in the tree.
davidn
2000-07-16
1
-1
/
+2
*
Support propogation of file flags when building a homedir from the
davidn
2000-07-13
1
-6
/
+17
*
Fix breakage introduced by bypassing update for additional 'mod'
davidn
2000-07-03
1
-0
/
+1
*
Don't dereference NULL in the userdel case.
davidn
2000-06-26
1
-1
/
+1
*
Localize ctype too.
ache
2000-06-24
2
-3
/
+3
*
Localize time/date.
ache
2000-06-22
5
-23
/
+27
*
Fix obvious braino in assignment statement. usermod -g should work again.
davidn
2000-06-18
1
-1
/
+1
[next]