History log of /freebsd-10.1-release/usr.bin/csup/auth.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 232320 29-Feb-2012 cognet

Use srandom() to init the PRNG, not srand(), since we use random().
This is harmless because srandom() is called somewhere else, with time(NULL)
as a seed, but this is more correct.

Obtained from: https://bitbucket.org/mux/csup
Pointyhat to: not mux, somebody else

MFC after: 1 week


# 228857 24-Dec-2011 marius

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.


# 228667 17-Dec-2011 dim

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


# 228625 17-Dec-2011 dim

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


# 225536 13-Sep-2011 brueffer

Fix typos in error messages.

Found by: kib
Approved by: re (kib)
MFC after: 1 week


# 225535 13-Sep-2011 brueffer

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


# 204664 03-Mar-2010 lulf

- Fix spelling.

Pointed out by: Pawel Worach <pawel.worach - at - gmail.com>, b. f. <bf1783 - at - googlemail.com>


# 204556 02-Mar-2010 lulf

- 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


# 203368 02-Feb-2010 lulf

- Add support for CVSup authentication mechanisms to csup.
- Include a cpasswd script performing the same mechanisms as the cvpasswd
utility from CVSup.

PR: bin/114129
Submitted by: Petar Zhivkov Petrov <pesho.petrov -at- gmail.com>
MFC after: 1 month