Home | History | Annotate | Download | only in rpc.yppasswdd
History log of /src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c
RevisionDateAuthorComments
 1.18  04-May-2017  sevan Drop main() prototype.
 1.17  31-Aug-2011  plunky branches: 1.17.32;
NULL does not need a cast
 1.16  31-Aug-2011  joerg Use __dead
 1.15  30-Aug-2011  plunky Apply casts to cases where xdrproc_t is expected but is not
strictly passed, for example because the second argument is
a different kind of pointer.
 1.14  24-May-2011  joerg Properly use format strings
 1.13  20-Oct-2009  snj Follow upstream's lead and remove third and fourth clauses (except on
from usr.sbin/mopd/common/pf.c, where only the ad clause is removed,
because it has a shared UCB copyright) on Mats O Jansson's files.

thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares
copyright.
 1.12  19-Apr-2009  lukem Fix -Wsign-compare issue
 1.11  08-Nov-2002  fvdl branches: 1.11.40;
Use a non-blocking SVC for TCP connections.
 1.10  25-Jan-2002  wennmach branches: 1.10.2;
sync usage() message with realty
 1.9  19-Feb-2001  cgd convert to use getprogname()
 1.8  08-Dec-2000  tron Add a new "-d" option which allows to define the directory of the
password file as the "-d" options of "pwd_mkdb" and "vipw".
 1.7  08-Dec-2000  tron The "-m" option makes onyl sense with at least one argument. So enforce
that and update the documentation accordingly.
 1.6  08-Dec-2000  tron Remove obsolete "domake" variable.
 1.5  08-Dec-2000  tron Fix broken argument parsing:
- "-m" shouldn't option be passed to "make".
- Avoid buffer overflow while construction shell command to invoke "make".
 1.4  03-Aug-2000  ad KNF.
 1.3  06-Jun-1999  thorpej Use pidfile(3).
 1.2  18-Jul-1997  thorpej Fix compiler warnings.
 1.1  09-Aug-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1  09-Aug-1996  thorpej An rpc.yppasswdd implmentation by Mats O Jansson, with some minor
cleanup and a race condition fix by me.
 1.10.2.1  06-Jan-2003  jmc Pull up revisions 1.10-1.11 (requested by fvdl in ticket #1037)
Use a non-blocking SVC for TCP connections.
 1.11.40.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.17.32.1  11-May-2017  pgoyette Sync with HEAD

RSS XML Feed