summaryrefslogtreecommitdiffstats
path: root/chpass/pw_yp.c
Commit message (Expand)AuthorAgeFilesLines
* fix a serious bug where, on alpha, due to a an int/long type mismatch,Andrew Gallatin1999-10-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().Bill Paul1999-03-011-1/+17
* Fixed printf format errors. Assume that uid_t's are representable asBruce Evans1998-10-171-2/+2
* Removed extra (non-trailing) arg in a call to warnx().Bruce Evans1997-12-181-2/+2
* Modify passwd and chpass to use new AF_LOCAL RPC interface instead ofBill Paul1997-07-291-15/+18
* Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.Bill Paul1997-03-291-2/+3
* 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
* Add a flag to allow the 'use NIS or local?' logic to tell when NIS isBill Paul1996-10-231-2/+4
* Modify the 'couldn't create udp handle' message so it tell youBill Paul1996-10-221-4/+5
* In use_yp(), call _yp_check() to make ultra, super-duper sure that NISBill Paul1996-05-071-2/+3
* Fix small bug in get_yp_master(): this function is used to look forBill Paul1996-03-041-1/+13
* Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.Bill Paul1996-02-231-90/+238
* Make use_yp() smarter about figuring out whether a user is local orBill Paul1995-09-021-15/+130
* Take the ypchfn/ypchsh stuff that was removed from passwdBill Paul1995-08-131-0/+241