aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.yppasswdd
Commit message (Expand)AuthorAgeFilesLines
* Detect and handle comment lines in master.passwd files.David Nugent2000-07-121-0/+10
* Remove unused include.Jeroen Ruigrok van der Werven2000-04-291-1/+0
* remove extern int errno; include errno.hWarner Losh2000-04-141-1/+0
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-5/+10
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-24/+48
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
* Host names are case-insensitive.Brian Somers1999-03-161-2/+2
* Protect errno in signal handlers, like in portmap.Bill Paul1998-06-041-1/+6
* Removed bogus dependencies of generated .c files on generated headers.Bruce Evans1998-05-101-5/+5
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusBruce Evans1998-04-261-7/+6
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* Remove multiply defined Id string. Hide sccsid string.Philippe Charnier1997-10-136-46/+54
* 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