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
*
Allow comments and blank lines as advertised in passwd(5).
sheldonh
1999-07-29
2
-1
/
+12
*
More egcs warning fixes:
imp
1999-04-25
2
-3
/
+4
*
Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().
wpaul
1999-03-01
1
-1
/
+17
*
Change the prompt for the office location field from "Location:"
ghelmer
1999-02-23
3
-8
/
+13
*
Ignore errors from chflags. This makes it possible to make installworld
des
1999-02-14
1
-2
/
+2
*
Allow two digit years 1969-2068
danny
1999-01-18
1
-3
/
+6
*
Fixed disordering of cross references in previous commit.
bde
1998-12-13
1
-3
/
+3
*
Add reference to login.conf(5)
dillon
1998-12-13
1
-2
/
+3
*
PR: docs/9045
dillon
1998-12-13
1
-27
/
+31
*
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
archie
1998-12-06
5
-10
/
+11
*
Fixed printf format errors. Assume that uid_t's are representable as
bde
1998-10-17
1
-2
/
+2
*
Fixed printf format errors. Assume that time_t's are representable as
bde
1998-10-17
1
-2
/
+2
*
Remove useless `BINOWN=root' now that it is the default.
obrien
1998-09-19
1
-1
/
+0
*
Bump up the E_SHELL constant after an extra field was added, thus making
markm
1998-09-03
1
-1
/
+1
*
Submitted by: Peter Hawkins <thepish@freebsd.org>
thepish
1998-08-14
1
-5
/
+9
*
Submitted by: Peter Hawkins <thepish@FreeBSD.org>
thepish
1998-08-14
3
-4
/
+13
*
Correct the description of the last four fields.
steve
1998-06-13
1
-3
/
+3
*
Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogus
bde
1998-04-26
1
-10
/
+10
*
Add rcsid. Correct -Wall warning.
charnier
1998-03-23
1
-1
/
+5
*
Removed extra (non-trailing) arg in a call to warnx().
bde
1997-12-18
1
-2
/
+2
*
Quieten -Wall.
markm
1997-09-28
1
-1
/
+2
*
Add manpage links ypchpass.1, ypchfn.1, ypchsh.1
wosch
1997-09-13
1
-0
/
+3
*
Modify passwd and chpass to use new AF_LOCAL RPC interface instead of
wpaul
1997-07-29
2
-17
/
+23
*
Free a malloc'ed variable before exiting. Compute line number when parsing
charnier
1997-06-25
2
-5
/
+12
*
Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.
wpaul
1997-03-29
1
-2
/
+3
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-3
/
+3
*
If an administrator somehow manages to break the hardlinks
mpp
1997-02-26
1
-2
/
+4
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
3
-3
/
+3
*
Sort cross references.
wosch
1997-01-15
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
pw_scan() was being used to convert a string into a struct passwd, with
peter
1996-11-15
1
-1
/
+1
*
Add a flag to allow the 'use NIS or local?' logic to tell when NIS is
wpaul
1996-10-23
2
-5
/
+8
*
*blush* Whoops: got the format strings wrong.
wpaul
1996-10-22
1
-4
/
+4
*
Part 2 of fix for PR #1519. The problem here is similar to what
wpaul
1996-10-22
1
-8
/
+25
*
Modify the 'couldn't create udp handle' message so it tell you
wpaul
1996-10-22
1
-4
/
+5
*
Add new option to chpass: -e "expire" ; change the account expire time
peter
1996-08-12
5
-13
/
+38
*
Move setting of username to the correcft place; also initialize it.
guido
1996-07-14
1
-3
/
+3
*
Implement incremental passwd database updates. This is done by ading a '-u'
guido
1996-07-01
1
-2
/
+4
*
Add missing semicolon so that this module compiles whithout -DYP.
wpaul
1996-06-15
1
-1
/
+1
*
Fix the -l flag. For some reason I can't fathom, I left in some code
wpaul
1996-05-25
1
-8
/
+5
*
In use_yp(), call _yp_check() to make ultra, super-duper sure that NIS
wpaul
1996-05-07
1
-2
/
+3
*
Print some warnings if root invokes chpass and sets the
mpp
1996-04-11
1
-0
/
+19
*
Fix small bug in get_yp_master(): this function is used to look for
wpaul
1996-03-04
1
-1
/
+13
*
Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.
wpaul
1996-02-23
6
-144
/
+504
*
Fix typo in xref in NOTES section.
mpp
1996-02-14
1
-1
/
+1
*
Move the YP initialization earlier, so it's done before the evaluation
joerg
1996-01-06
1
-26
/
+27
*
Correct a typo :-).
ats
1995-09-02
1
-1
/
+1
*
Make use_yp() smarter about figuring out whether a user is local or
wpaul
1995-09-02
4
-30
/
+202
*
Remove bogus ${DESTDIR}s from LINKS.
bde
1995-08-17
1
-8
/
+10
*
Take the ypchfn/ypchsh stuff that was removed from passwd
wpaul
1995-08-13
7
-9
/
+421
[next]