aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
Commit message (Expand)AuthorAgeFilesLines
* yp*: fix -fno-common buildKyle Evans2020-04-061-2/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* - Whenever a password/shell is changed via rpc.yppasswdd, the daemon leavesRong-En Fan2008-10-301-0/+4
* Use socklen_t in place of socket operations, instead of intXin LI2005-05-021-2/+2
* Remove definition of struct dom_binding, it's non-standard C code andStefan Farfeleder2004-10-171-1/+0
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-0/+4
* unbreak build: fix multi-line string literalAlfred Perlstein2002-05-111-1/+1
* Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify.Dag-Erling Smørgrav2002-05-081-33/+54
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-8/+7
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-1/+1
* Fix the breakage in rpc.yppasswd. Readded the svc_create() andAlfred Perlstein2002-02-051-57/+39
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-1/+12
* Remove unused include.Jeroen Ruigrok van der Werven2000-04-291-1/+0
* remove extern int errno; include errno.hWarner Losh2000-04-141-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Host names are case-insensitive.Brian Somers1999-03-161-2/+2
* Remove multiply defined Id string. Hide sccsid string.Philippe Charnier1997-10-131-10/+10
* Modify rpc.yppasswdd to use the new AF_LOCAL transport in the RPC libraryBill Paul1997-07-291-54/+22
* 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-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Fix harmless bugs found while hunting for chpass nis failurePeter Wemm1996-11-151-3/+3
* 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
* Whoops: had a couple of hardcoded instances of '/var/yp/' that shouldn'tBill Paul1996-06-231-4/+4
* Added support for in-place updates:Bill Paul1996-06-051-4/+8
* Add securenets support (uses same access control mechanism as ypserv,Bill Paul1996-02-241-5/+21
* Import new rpc.yppasswdd. (Note: accompanying changes to passwd(1) andBill Paul1996-02-121-0/+362