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
...
*
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
*
Be a little more strict about handling command line args. This allows user and
davidn
2000-06-18
1
-4
/
+6
*
Fix a long-standing bug in the rename case previously masked by another bug
davidn
2000-06-18
1
-2
/
+10
*
Second and hopefully final fix to .db sync when renaming a user; we must run
davidn
2000-06-18
1
-4
/
+12
*
Fix db syncronization when username is changed with -l under usermod.
davidn
2000-06-06
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Remove more single-space hard sentence breaks.
sheldonh
2000-03-02
1
-1
/
+2
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
2
-3
/
+6
*
Portability fixes for other bsd4.4 derivatives.
davidn
2000-01-15
6
-20
/
+33
*
Revert the libcrypt/libmd stuff back to how it was. This should not have
peter
1999-12-18
1
-2
/
+2
*
Add libmd (or move it after libcrypt). We don't want the linker to be
marcel
1999-12-16
1
-2
/
+2
*
Don't try updating the passwd file if no data has changed. This allows things
davidn
1999-10-26
1
-39
/
+102
*
Add new functionality "lock" and "unlock" to provide a simple password
davidn
1999-10-26
4
-8
/
+47
*
Missed statement in password update relating to the previous change
davidn
1999-10-26
1
-1
/
+1
*
Clean up error handling in fileupdate(), which now returns 0 on success
davidn
1999-10-26
5
-62
/
+117
*
Only do a full pwd_mkdb for deletions; other operations may use the -u
sheldonh
1999-08-30
1
-2
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
23
-23
/
+23
*
Remove some more warnings.
davidn
1999-07-28
2
-4
/
+6
*
Fix date parsing to allow '0' (none) date value.
davidn
1999-03-15
1
-3
/
+2
*
Add the ability to print user records in unix version 7 (old) format.
davidn
1999-03-02
2
-11
/
+19
*
Fix minor nit with command line parsing for pw -V DIR action.
davidn
1999-02-23
1
-2
/
+2
*
Fix tpyo (sic) and missing 'else' (bad cut n' paste).
davidn
1999-02-23
1
-13
/
+13
*
1) Do not blindly ignore file update errors which may occur due to concurrent
davidn
1999-02-23
14
-155
/
+725
*
Don't assume a_name is a number just because the first character
des
1999-02-08
1
-2
/
+4
[prev]
[next]