summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
Commit message (Expand)AuthorAgeFilesLines
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-221-2/+3
* yppasswdd assumed that a struct x_master_passwd is type punable to aimp2009-02-181-3/+21
* Fix yppasswdproc_update_master_1_svc() too.mbr2003-06-151-0/+32
* Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.mbr2003-06-151-9/+47
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* Unbreak Alpha build.des2002-05-151-1/+2
* unbreak build: ditch multi-line string literalsalfred2002-05-111-1/+1
* Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify.des2002-05-081-135/+104
* ANSIfy and remove some dead code.des2002-02-061-23/+21
* Apply the following mechanical transformations in preparation fordes2002-02-061-6/+6
* Fix the breakage in rpc.yppasswd. Readded the svc_create() andalfred2002-02-051-21/+12
* Fix the type of the NULL arg to execl()brian2001-07-091-4/+4
* Correct a typo in an error message.dd2001-06-161-1/+1
* 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Protect errno in signal handlers, like in portmap.wpaul1998-06-041-1/+6
* Remove multiply defined Id string. Hide sccsid string.charnier1997-10-131-8/+7
* Modify rpc.yppasswdd to use the new AF_LOCAL transport in the RPC librarywpaul1997-07-291-34/+57
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
* Fix harmless bugs found while hunting for chpass nis failurepeter1996-11-151-3/+3
* Add extra sanity checking to the in-place update routine. Sometimes youwpaul1996-10-231-2/+33
* 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-011-4/+4
* Whoops: had a couple of hardcoded instances of '/var/yp/' that shouldn'twpaul1996-06-231-4/+4
* Added support for in-place updates:wpaul1996-06-051-7/+141
* Fix 'multidomain' code. It returns a pointer to memory that it doesn'twpaul1996-05-081-8/+6
* Add securenets support (uses same access control mechanism as ypserv,wpaul1996-02-241-2/+8
* This commit was generated by cvs2svn to compensate for changes in r14062,wpaul1996-02-121-0/+649
OpenPOWER on IntegriCloud