aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.yppasswdd
Commit message (Expand)AuthorAgeFilesLines
* Modify rpc.yppasswdd to use the new AF_LOCAL transport in the RPC libraryBill Paul1997-07-297-449/+104
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-229-13/+13
* Sort cross references.Wolfram Schneider1997-01-201-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-149-13/+13
* oops, forgot to commit this. the sockaddr_un init code was missingPeter Wemm1996-11-151-4/+6
* Fix harmless bugs found while hunting for chpass nis failurePeter Wemm1996-11-152-6/+6
* Uninitialised length variable passed to accept(), causing random accept()Peter Wemm1996-11-151-2/+3
* add PATH variable, use itWolfram Schneider1996-11-041-5/+6
* Add extra sanity checking to the in-place update routine. Sometimes youBill Paul1996-10-231-2/+33
* Make error messages more informative.Bill Paul1996-10-231-4/+9
* Two small changes that were in my development sources at homeBill Paul1996-10-221-25/+7
* Since rpc.yppasswdd(8) also supports adding entries to theBill Paul1996-10-221-8/+25
* Fixed DPADD.Bruce Evans1996-09-051-2/+3
* When updating a password via the standard RPC handler, reset the passwordBill Paul1996-09-051-2/+3
* Fix a couple of bogons. The first two were brought to my attentionBill Paul1996-08-041-9/+36
* Implement incremental passwd database updates. This is done by ading a '-u'Guido van Rooij1996-07-013-8/+14
* Whoops: had a couple of hardcoded instances of '/var/yp/' that shouldn'tBill Paul1996-06-233-9/+15
* Somehow, I truncated yp_dbwrite.c in the SRCS line to yp_dbwrite. Curiously,Bill Paul1996-06-061-2/+2
* Added support for in-place updates:Bill Paul1996-06-056-42/+195
* Fix 'multidomain' code. It returns a pointer to memory that it doesn'tBill Paul1996-05-081-8/+6
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-081-2/+2
* Make yppwupdate script redirect stderr to stdout; if we don't do this,Bill Paul1996-03-051-3/+3
* Add securenets support (uses same access control mechanism as ypserv,Bill Paul1996-02-245-12/+75
* Import new rpc.yppasswdd. (Note: accompanying changes to passwd(1) andBill Paul1996-02-1211-0/+2155