This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
usr.sbin
/
keyserv
History
Stefan Farfeleder
a752604477
Remove spurious semicolons. Outside of functions they are actually errors but
...
GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5
2004-05-16 22:08:17 +00:00
..
crypt_server.c
…
keyserv.8
…
keyserv.c
Use arc4random() instead of random() when generating the master key.
2003-02-18 01:35:58 +00:00
keyserv.h
Remove spurious semicolons. Outside of functions they are actually errors but
2004-05-16 22:08:17 +00:00
Makefile
Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.
2004-01-18 09:29:47 +00:00
setkey.c
…