aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
Commit message (Expand)AuthorAgeFilesLines
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-121-12/+27
* rpc.yppasswdd: Fix dirname(3) usage after r305952.Mark Johnston2019-06-031-3/+13
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Wrap EXPAND(..) macro with a do-while(0) loop and put a single statement on e...Enji Cooper2016-05-221-1/+4
* The rpc.yppasswdd has an option to not allow shell changes (-s), but isMarcelo Araujo2015-10-021-2/+2
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-2/+3
* yppasswdd assumed that a struct x_master_passwd is type punable to aWarner Losh2009-02-181-3/+21
* Fix yppasswdproc_update_master_1_svc() too.Martin Blapp2003-06-151-0/+32
* Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.Martin Blapp2003-06-151-9/+47
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Unbreak Alpha build.Dag-Erling Smørgrav2002-05-151-1/+2
* unbreak build: ditch multi-line string literalsAlfred Perlstein2002-05-111-1/+1
* Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify.Dag-Erling Smørgrav2002-05-081-135/+104
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-23/+21
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-6/+6
* Fix the breakage in rpc.yppasswd. Readded the svc_create() andAlfred Perlstein2002-02-051-21/+12
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-4/+4
* Correct a typo in an error message.Dima Dorfman2001-06-161-1/+1
* Remove struct cmessage from sys/socket.h and reintroduce the privateAlfred Perlstein2001-03-221-0/+5
* Unbreak world by removing struct cmessage already define in sys/socket.hAndrey A. Chernov2001-03-221-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Protect errno in signal handlers, like in portmap.Bill Paul1998-06-041-1/+6
* Remove multiply defined Id string. Hide sccsid string.Philippe Charnier1997-10-131-8/+7
* Modify rpc.yppasswdd to use the new AF_LOCAL transport in the RPC libraryBill Paul1997-07-291-34/+57
* 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
* Add extra sanity checking to the in-place update routine. Sometimes youBill Paul1996-10-231-2/+33
* 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-011-4/+4
* 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-7/+141
* Fix 'multidomain' code. It returns a pointer to memory that it doesn'tBill Paul1996-05-081-8/+6
* Add securenets support (uses same access control mechanism as ypserv,Bill Paul1996-02-241-2/+8
* Import new rpc.yppasswdd. (Note: accompanying changes to passwd(1) andBill Paul1996-02-121-0/+649