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.bin
/
chpass
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore the 'beforeinstall' for chpass(1), so files with the
gjb
2016-01-28
1
-0
/
+7
*
Ensure mtree(8) recognizes chpass(1) is schg.
gjb
2016-01-28
1
-17
/
+6
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+21
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
1
-4
/
+2
|
|
\
|
|
/
|
/
|
|
*
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
Merge from head
sjg
2014-05-08
1
-1
/
+1
|
|
\
|
*
\
Merge head
sjg
2014-04-28
1
-2
/
+0
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
Sync with HEAD.
obrien
2013-02-08
1
-2
/
+5
|
|
\
\
\
|
*
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+22
*
|
|
|
|
Partially revert 278642
bapt
2015-02-13
1
-1
/
+12
*
|
|
|
|
Use PRECIOUSPROG instead of custom code to handle schg
bapt
2015-02-12
1
-12
/
+1
*
|
|
|
|
Convert to usr.bin/ to LIBADD
bapt
2014-11-25
1
-4
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
mdoc: minor paragraph fixes.
joel
2014-02-08
1
-2
/
+0
|
|
/
|
/
|
*
|
Avoid possible null deref if ypclnt_new returns null
eadler
2012-11-15
1
-2
/
+5
|
/
*
Remove unnecessary cast
kevlo
2012-02-14
1
-2
/
+2
*
Mark the structure fields as const.
ed
2011-11-06
2
-17
/
+14
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
2
-8
/
+0
*
mdoc: remove stray and
uqs
2010-05-11
1
-1
/
+0
*
Restore historical behaviour of only executing chflags on files that exist.
emaste
2010-05-04
1
-0
/
+2
*
Let the afterinstall target ignore failures from running chflags. This
scottl
2010-03-04
1
-1
/
+1
*
The group field is called `gid', not `group'.
ed
2010-01-14
1
-1
/
+1
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
Make the chpass Makefile honour NO_FSCHG.
ed
2009-06-15
1
-3
/
+4
*
Fix bug introduced in rev 1.23:
marck
2006-09-25
1
-1
/
+6
*
Reimplementation of world/kernel build options. For details, see:
ru
2006-03-17
1
-4
/
+6
*
Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8).
seanc
2005-08-02
1
-0
/
+1
*
Sort sections.
ru
2005-01-18
1
-2
/
+2
*
More NO_NIS cleanup: LINKS and MLINKS
ache
2004-12-29
1
-0
/
+4
*
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
bz
2004-11-13
1
-3
/
+9
*
Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)).
charnier
2004-07-26
1
-2
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-2
/
+4
*
Typo fix.
blackend
2004-03-03
1
-1
/
+1
*
Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, make
charnier
2004-01-18
4
-21
/
+39
*
Do not compare unsigned int values with ULONG_MAX. The comparison is
kan
2003-07-11
1
-2
/
+2
*
Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].
obrien
2003-05-03
2
-2
/
+3
*
Avoid clobbering the gecos field, as we intend to use the original later.
des
2003-04-09
1
-3
/
+10
*
Style cleanup.
obrien
2002-12-30
1
-11
/
+10
*
Make WARNS=5 clean.
obrien
2002-12-30
2
-5
/
+3
*
mdoc(7) police: Deal with self-xrefs.
ru
2002-12-24
1
-5
/
+5
*
mdoc(7) police: more `The .Nm utility' + markup nit.
ru
2002-12-23
1
-5
/
+5
*
Move the NOTES section to DESCRIPTION. And correct some documentation while
trhodes
2002-12-20
1
-11
/
+13
*
Don't try to dereference a NULL pw pointer. This would happen when
joerg
2002-10-29
1
-1
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
2
-3
/
+3
*
Use libutil and libypclnt for all passwd manipulation and NIS needs.
des
2002-05-08
11
-1216
/
+317
*
Use `The .Nm utility'
charnier
2002-04-19
1
-10
/
+15
[next]