summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-2/+1
| | | | | | | | | What's worse, the tzfile.h that gets installed is over 20 years old and doesn't match the real tzfile.h in libc/time. This makes the tree safe for /usr/include/tzfile.h removal. The TM_YEAR_BASE define has been moved to time.h temporarily until its usage is replaced by 1900 in the tree. Actual removal of tzfile.h is pending a ports build. Based on a diff from deraadt@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Call endusershell() at the end of ok_shell(), making a copy of themillert2009-03-051-7/+10
| | | | (possibly) expanded shell as needed. OK deraadt@
* strptime() never sets tm_isdst, so set it to -1 before passing theguenther2008-12-161-2/+3
| | | | | | | struct tm to mktime() so that the calculation will follow the local DST rules ok millert@ otto@
* remove unused variablechl2008-10-091-3/+2
| | | | ok millert@ jsing@
* Moved the unset of TZ environment variable out of atot into main, removingtobias2008-06-191-8/+2
| | | | | | an unused static var and test out of atot. With input by jsing and millert, ok millert
* - no need for pathnames.h, just use <paths.h> insteadavsm2003-07-011-3/+2
| | | | | - bump mktemp randomness slightly from 8 -> 10 millert@ ok
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* cleanup; mpech & millert okderaadt2002-06-271-15/+8
|
* Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesderaadt1998-03-301-54/+24
|
* (foo *)NULL -> NULLkstailey1997-06-171-4/+4
|
* rcsidderaadt1996-06-261-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+151