aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Mute some warnings on uninitialized variables.Ed Schouten2010-01-021-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* While I really liked the error message one received from `passwd'Jacques Vidrine2003-04-181-6/+3
* #include <stdlib.h> for exit(3) prototype.Chris D. Faulhaber2002-05-111-0/+1
* Fix VCS inclusions.Mark Murray2002-04-281-2/+3
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* PAMified passwd(1). Some NIS-related issues remain to be solved, but thisDag-Erling Smørgrav2002-04-151-195/+110
* remove __PWarner Losh2002-03-221-2/+2
* reset uid back to the user before doing kerberised change password.Assar Westerlund2001-03-121-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.Mark Murray1998-10-091-1/+7
* Ifdefed conditionally-unused variables.Bruce Evans1998-03-231-1/+3
* Cosmetic in usage string and err() messages.Philippe Charnier1997-07-311-19/+17
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a core dump condition I discovered the other day (rightBill Paul1996-10-231-3/+3
* Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.Bill Paul1996-02-231-10/+39
* 1) Fix local_passwd to co-operate with dual-personality crypt(3).Mark Murray1995-12-161-3/+8
* Bug fix: use the use_yp() function in the chpass(1) code to determineBill Paul1995-09-021-48/+20
* Remove the ypchfn/ypchsh stuff from passwd and leave just theBill Paul1995-08-131-16/+6
* Patch to fix PR #518. In a system with no NIS, passwd will complainBill Paul1995-06-161-20/+29
* Obtained from: The NYS projectBill Paul1995-01-311-2/+102
* Update for new kpasswd interface.Garrett Wollman1995-01-201-18/+38
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+118