summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass
Commit message (Expand)AuthorAgeFilesLines
* More egcs warning fixes:imp1999-04-252-3/+4
* Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().wpaul1999-03-011-1/+17
* Change the prompt for the office location field from "Location:"ghelmer1999-02-233-8/+13
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-141-2/+2
* Allow two digit years 1969-2068danny1999-01-181-3/+6
* Fixed disordering of cross references in previous commit.bde1998-12-131-3/+3
* Add reference to login.conf(5)dillon1998-12-131-2/+3
* PR: docs/9045dillon1998-12-131-27/+31
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-065-10/+11
* Fixed printf format errors. Assume that uid_t's are representable asbde1998-10-171-2/+2
* Fixed printf format errors. Assume that time_t's are representable asbde1998-10-171-2/+2
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
* Bump up the E_SHELL constant after an extra field was added, thus makingmarkm1998-09-031-1/+1
* Submitted by: Peter Hawkins <thepish@freebsd.org>thepish1998-08-141-5/+9
* Submitted by: Peter Hawkins <thepish@FreeBSD.org>thepish1998-08-143-4/+13
* Correct the description of the last four fields.steve1998-06-131-3/+3
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusbde1998-04-261-10/+10
* Add rcsid. Correct -Wall warning.charnier1998-03-231-1/+5
* Removed extra (non-trailing) arg in a call to warnx().bde1997-12-181-2/+2
* Quieten -Wall.markm1997-09-281-1/+2
* Add manpage links ypchpass.1, ypchfn.1, ypchsh.1wosch1997-09-131-0/+3
* Modify passwd and chpass to use new AF_LOCAL RPC interface instead ofwpaul1997-07-292-17/+23
* Free a malloc'ed variable before exiting. Compute line number when parsingcharnier1997-06-252-5/+12
* Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.wpaul1997-03-291-2/+3
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-3/+3
* If an administrator somehow manages to break the hardlinksmpp1997-02-261-2/+4
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Sort cross references.wosch1997-01-151-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* pw_scan() was being used to convert a string into a struct passwd, withpeter1996-11-151-1/+1
* Add a flag to allow the 'use NIS or local?' logic to tell when NIS iswpaul1996-10-232-5/+8
* *blush* Whoops: got the format strings wrong.wpaul1996-10-221-4/+4
* Part 2 of fix for PR #1519. The problem here is similar to whatwpaul1996-10-221-8/+25
* Modify the 'couldn't create udp handle' message so it tell youwpaul1996-10-221-4/+5
* Add new option to chpass: -e "expire" ; change the account expire timepeter1996-08-125-13/+38
* Move setting of username to the correcft place; also initialize it.guido1996-07-141-3/+3
* Implement incremental passwd database updates. This is done by ading a '-u'guido1996-07-011-2/+4
* Add missing semicolon so that this module compiles whithout -DYP.wpaul1996-06-151-1/+1
* Fix the -l flag. For some reason I can't fathom, I left in some codewpaul1996-05-251-8/+5
* In use_yp(), call _yp_check() to make ultra, super-duper sure that NISwpaul1996-05-071-2/+3
* Print some warnings if root invokes chpass and sets thempp1996-04-111-0/+19
* Fix small bug in get_yp_master(): this function is used to look forwpaul1996-03-041-1/+13
* Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.wpaul1996-02-236-144/+504
* Fix typo in xref in NOTES section.mpp1996-02-141-1/+1
* Move the YP initialization earlier, so it's done before the evaluationjoerg1996-01-061-26/+27
* Correct a typo :-).ats1995-09-021-1/+1
* Make use_yp() smarter about figuring out whether a user is local orwpaul1995-09-024-30/+202
* Remove bogus ${DESTDIR}s from LINKS.bde1995-08-171-8/+10
* Take the ypchfn/ypchsh stuff that was removed from passwdwpaul1995-08-137-9/+421
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-5/+4
OpenPOWER on IntegriCloud