summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd
Commit message (Expand)AuthorAgeFilesLines
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-10/+9
* Remove whitespace at EOL.dd2001-07-151-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-092-6/+7
* Correct a typo in an error message.dd2001-06-161-1/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+2
* Remove struct cmessage from sys/socket.h and reintroduce the privatealfred2001-03-221-0/+5
* Unbreak world by removing struct cmessage already define in sys/socket.hache2001-03-221-5/+0
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-1/+12
* Fix typo: seperate -> separate.asmodai2001-02-061-2/+2
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* Use Fx macro wherever possible.ru2000-11-141-2/+2
* Detect and handle comment lines in master.passwd files.davidn2000-07-121-0/+10
* Remove unused include.asmodai2000-04-291-1/+0
* remove extern int errno; include errno.himp2000-04-141-1/+0
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-5/+10
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-24/+48
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+2
* $Id$ -> $FreeBSD$peter1999-08-289-9/+9
* Host names are case-insensitive.brian1999-03-161-2/+2
* Protect errno in signal handlers, like in portmap.wpaul1998-06-041-1/+6
* Removed bogus dependencies of generated .c files on generated headers.bde1998-05-101-5/+5
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusbde1998-04-261-7/+6
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
* Remove multiply defined Id string. Hide sccsid string.charnier1997-10-136-46/+54
* Modify rpc.yppasswdd to use the new AF_LOCAL transport in the RPC librarywpaul1997-07-297-449/+104
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-229-13/+13
* Sort cross references.wosch1997-01-201-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-149-13/+13
* oops, forgot to commit this. the sockaddr_un init code was missingpeter1996-11-151-4/+6
* Fix harmless bugs found while hunting for chpass nis failurepeter1996-11-152-6/+6
* Uninitialised length variable passed to accept(), causing random accept()peter1996-11-151-2/+3
* add PATH variable, use itwosch1996-11-041-5/+6
* Add extra sanity checking to the in-place update routine. Sometimes youwpaul1996-10-231-2/+33
* Make error messages more informative.wpaul1996-10-231-4/+9
* Two small changes that were in my development sources at homewpaul1996-10-221-25/+7
* Since rpc.yppasswdd(8) also supports adding entries to thewpaul1996-10-221-8/+25
* Fixed DPADD.bde1996-09-051-2/+3
* When updating a password via the standard RPC handler, reset the passwordwpaul1996-09-051-2/+3
* Fix a couple of bogons. The first two were brought to my attentionwpaul1996-08-041-9/+36
* Implement incremental passwd database updates. This is done by ading a '-u'guido1996-07-013-8/+14
* Whoops: had a couple of hardcoded instances of '/var/yp/' that shouldn'twpaul1996-06-233-9/+15
* Somehow, I truncated yp_dbwrite.c in the SRCS line to yp_dbwrite. Curiously,wpaul1996-06-061-2/+2
* Added support for in-place updates:wpaul1996-06-056-42/+195
* Fix 'multidomain' code. It returns a pointer to memory that it doesn'twpaul1996-05-081-8/+6
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-2/+2
* Make yppwupdate script redirect stderr to stdout; if we don't do this,wpaul1996-03-051-3/+3
OpenPOWER on IntegriCloud