marius
|
ce155038ce
|
On FreeBSD just use the MD5 implementation of libmd rather than that of
libcrypto so we don't need to relinquish csup when world is built without
OpenSSL.
|
2011-12-24 12:16:38 +00:00 |
|
dim
|
226b72cf0d
|
In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use the
corresponding printf length modifier.
Requested by: mdf
MFC after: 1 week
|
2011-12-17 22:20:46 +00:00 |
|
dim
|
bea618a3e2
|
In usr.bin/csup/auth.c, use the correct number of bytes for zeroing the
shared secret, and use long long format to snprintf a time_t.
MFC after: 1 week
|
2011-12-17 13:14:44 +00:00 |
|
brueffer
|
d35d0d3c95
|
Fix typos in error messages.
Found by: kib
Approved by: re (kib)
MFC after: 1 week
|
2011-09-13 20:35:34 +00:00 |
|
brueffer
|
a77e217ce2
|
Fix csup to allow case insensitive server names in the auth file,
just as advertised in the manpage.
PR: 158652
Submitted by: stephen
Approved by: re (kib)
MFC after: 1 week
|
2011-09-13 20:33:27 +00:00 |
|
lulf
|
8ccd6147e7
|
- Fix spelling.
Pointed out by: Pawel Worach <pawel.worach - at - gmail.com>, b. f. <bf1783 - at - googlemail.com>
|
2010-03-03 21:22:53 +00:00 |
|
lulf
|
c6aa3ac446
|
- Move csup away from contrib/ and into usr.bin/. Software is no longer
contributed, and main development is happening in the FreeBSD repo.
Suggested by: joel
|
2010-03-02 07:26:07 +00:00 |
|