summaryrefslogtreecommitdiff
path: root/libexec/rpc.yppasswdd
AgeCommit message (Collapse)Author
2015-11-26rpc.yppasswdd goes to the bitbucket.Theo de Raadt
(The story is that some people do use YP still as a libc -> non-file lookup mechanism; some of them with standard ypbind/ypserv, but more of them with ypbind/ypldap. That however does not justify these cruddy tools dealing with passwords, which are more likely to contain problems)
2015-11-21zap the yppasswdd mlink, at ingo's behest (its original purpose being,Jason McIntyre
obviously, to provide a drunk spell test);
2015-10-22use crypt_checkpass to check passwordTed Unangst
2013-11-27unsigned char for ctypeTheo de Raadt
ok okan kettenis
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre
ok deraadt
2008-05-17documentation tweaks.Igor Sobrado
ok (some time ago) jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-04-02#ifdef lint not LINTTheo de Raadt
2005-11-26BINMODE not needed here eitherTheo de Raadt
2004-09-14remove unused variables galoreTheo de Raadt
2004-05-09de-lintTheo de Raadt
2004-04-20Adapt to new pw_copy() API, closes PR 3698.Todd C. Miller
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-07-06bring protos into scopeTheo de Raadt
2003-06-26simple protosTheo de Raadt
2003-06-25proto repair (ugly with rpc programs)Theo de Raadt
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-06-02An/Aq for author;Jason McIntyre
2003-04-26%u expands to 11 chars; ok millertPeter Valchev
2003-02-11typos;Jason McIntyre
raidctl(8) ok millert@ mknetid(8) help maja@
2002-06-20ansiTheo de Raadt
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-14Mark path via .PaMike Pechkin
deraadt@ ok
2002-02-13fix some XrTheo de Raadt
2002-02-13correct -m description; wngdn@src.uchicago.eduTheo de Raadt
2001-12-09Do not use stdio functions after a successfull call to daemon(), useMiod Vallat
syslog() instead. ok millert@
2001-11-27Use strlcat() when adding to 'make_arg' via the -m flag to avoidTodd C. Miller
overflowing. Closes PR 2201.
2001-11-07use -lrpcsvcTheo de Raadt
2001-08-17clean up after Todd.Marc Espie
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-07-08-WallTheo de Raadt
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
specify a username (and thus avoid rebuilding the while database).
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1998-07-16no yppasswdd.log file; mason@primenet.com.auTheo de Raadt
1998-01-28Added futher checks... from theo -mojMats O Jansson
1997-11-17Check if we get a valid fd from pw_lock().gene
1997-08-19$OpenBSD$Niklas Hallqvist
1997-08-05pull errno.h inTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey