| Commit message (Expand) | Author | Age | Files | Lines |
* | keyserv(8): unifdef out __FreeBSD__ and KEYSERV_RANDOM | Conrad Meyer | 2019-12-13 | 2 | -31/+1 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP. | Bryan Drewery | 2017-06-19 | 1 | -1/+1 |
* | keyserv(1): drop useless comparison. | Pedro F. Giffuni | 2016-05-30 | 1 | -4/+5 |
* | Cleanup unnecessary semicolons from utilities we all love. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
* | DIRDEPS_BUILD: Regenerate without local dependencies. | Bryan Drewery | 2016-02-24 | 1 | -6/+0 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+29 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -2/+1 |
| |\
| |/
|/| |
|
| * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -0/+1 |
| * | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | Sync from head | Simon J. Gerraty | 2012-11-04 | 1 | -2/+2 |
| |\ |
|
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+30 |
* | | | Convert usr.sbin to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| |/
|/| |
|
* | | Rework all non-contributed files that use `struct timezone'. | Ed Schouten | 2012-09-01 | 1 | -2/+2 |
|/ |
|
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | Dimitry Andric | 2012-02-07 | 1 | -1/+1 |
* | In usr.sbin/keyserv, fix some implicit enum conversions, and use the | Dimitry Andric | 2011-12-17 | 2 | -12/+12 |
* | Rename all symbols in libmp(3) to mp_*, just like Solaris. | Ed Schouten | 2009-02-26 | 2 | -20/+22 |
* | Cleanup of userland __P use | Kevin Lo | 2007-11-07 | 3 | -26/+26 |
* | The variable `ROOTKEY' has internal linkage in keyserv.c, don't declare it as | Stefan Farfeleder | 2005-02-10 | 1 | -3/+0 |
* | Join the 21st century: Cryptography is no longer an optional component | Colin Percival | 2004-08-06 | 1 | -1/+0 |
* | Remove spurious semicolons. Outside of functions they are actually errors but | Stefan Farfeleder | 2004-05-16 | 1 | -1/+1 |
* | Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution. | Ruslan Ermilov | 2004-01-18 | 1 | -0/+1 |
* | Use arc4random() instead of random() when generating the master key. | Kris Kennaway | 2003-02-18 | 1 | -2/+3 |
* | Use sranddev()/srandomdev() for FreeBSD | Andrey A. Chernov | 2003-02-11 | 1 | -2/+10 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 2 | -32/+0 |
* | mdoc(7) police: Removed redundant .Ns calls. | Ruslan Ermilov | 2002-08-13 | 1 | -2/+2 |
* | Port to TI/RPC and/or IPV6. | Alfred Perlstein | 2002-07-15 | 1 | -3/+3 |
* | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -6/+8 |
* | Use libcrypto.so.2 instead of .1, since we have it now. It should enable | Juli Mallett | 2002-07-09 | 1 | -3/+3 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | Dag-Erling Smørgrav | 2002-04-28 | 1 | -24/+24 |
* | Readded the svc_create() and the registering of the local transport, | Alfred Perlstein | 2002-02-06 | 1 | -1/+35 |
* | Fixed bitrot in DPADD in previous commit. | Bruce Evans | 2001-07-30 | 1 | -1/+1 |
* | Enable the new libmp in the build, and disable libgmp and its | Dima Dorfman | 2001-07-29 | 1 | -1/+1 |
* | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -2/+1 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -5/+5 |
* | Nuke unused variables. | Dima Dorfman | 2001-06-24 | 2 | -6/+0 |
* | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+2 |
* | Hopefully fix some of the bugs in passing credentials over UNIX ... | Alfred Perlstein | 2001-03-22 | 4 | -80/+5 |
* | Set the default manual section for usr.sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -2/+0 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | Alfred Perlstein | 2001-03-19 | 1 | -36/+13 |
* | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -3/+3 |
* | Use libcrypto instead of libdes. | Mark Murray | 2000-02-24 | 1 | -6/+6 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 6 | -6/+6 |
* | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
* | Remove irrelevant section. | Joseph Koshy | 1998-10-13 | 1 | -2/+0 |
* | Apply patch from Stefan Esser to close PR #7941: add code to handle | Bill Paul | 1998-09-16 | 2 | -2/+17 |
* | Fixed the usual dependency bugs. This Makefile accidentally usually | Bruce Evans | 1998-05-09 | 1 | -3/+3 |