aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.yppasswdd
Commit message (Expand)AuthorAgeFilesLines
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-2/+3
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+1
* yppasswdd assumed that a struct x_master_passwd is type punable to aWarner Losh2009-02-181-3/+21
* - Whenever a password/shell is changed via rpc.yppasswdd, the daemon leavesRong-En Fan2008-10-301-0/+4
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* Use socklen_t in place of socket operations, instead of intXin LI2005-05-021-2/+2
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Utilize SCRIPTS.Ruslan Ermilov2004-10-181-5/+2
* Remove definition of struct dom_binding, it's non-standard C code andStefan Farfeleder2004-10-171-1/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* 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-033-12/+6
* style.Makefile(5)David E. O'Brien2003-04-041-2/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-0/+4
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-6/+8
* de-__P()Alfred Perlstein2002-07-111-3/+2
* Unbreak Alpha build.Dag-Erling Smørgrav2002-05-151-1/+2
* unbreak build: fix multi-line string literalAlfred Perlstein2002-05-111-1/+1
* 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-086-517/+169
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-064-42/+34
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-064-17/+17
* Do a bit more of prototype cleanup.Ruslan Ermilov2002-02-063-6/+1
* Fix the breakage in rpc.yppasswd. Readded the svc_create() andAlfred Perlstein2002-02-052-78/+51
* tab in pw_mkdb's arg for style.Alfred Perlstein2002-02-051-1/+1
* Constify things to unbreak world.Alfred Perlstein2002-02-052-3/+3
* yp(4) -> yp(8).Ruslan Ermilov2002-01-141-1/+1
* Spelling police: sucessful -> successful.Dima Dorfman2001-11-241-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-10/+9
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-092-6/+7
* Correct a typo in an error message.Dima Dorfman2001-06-161-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+2
* 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
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-1/+12
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-2/+2
* Detect and handle comment lines in master.passwd files.David Nugent2000-07-121-0/+10