summaryrefslogtreecommitdiffstats
path: root/usr.bin/csup
Commit message (Expand)AuthorAgeFilesLines
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-2/+1
* Fix date.joel2013-02-141-1/+1
* Reference something which exists instead of the non-existent runsockseadler2013-02-091-5/+5
* Fix conditional expression: previously a bitvector would be operatedeadler2012-10-221-1/+1
* Add missing va_end.kevlo2012-09-291-1/+3
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-3/+9
* General mdoc(7) and typo fixes.gjb2012-05-101-2/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-292-13/+13
* Use srandom() to init the PRNG, not srand(), since we use random().cognet2012-02-291-1/+1
* Spelling fixes for usr.bin/uqs2011-12-303-4/+4
* On FreeBSD just use the MD5 implementation of libmd rather than that ofmarius2011-12-244-6/+12
* In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use thedim2011-12-171-2/+2
* In usr.bin/csup/proto.c, use the correct printf length modifier to printdim2011-12-171-1/+2
* In usr.bin/csup/auth.c, use the correct number of bytes for zeroing thedim2011-12-171-3/+4
* Handle the situation where fixups_close() has been called but more fixupsadrian2011-10-041-1/+1
* Update the comment to reflect what is actually going on.adrian2011-10-041-1/+1
* Include limits.h instead of sys/limits.h to improve portability.crees2011-09-281-2/+1
* Fix typos in error messages.brueffer2011-09-131-3/+3
* Fix csup to allow case insensitive server names in the auth file,brueffer2011-09-131-1/+1
* Remove dead code.jhb2011-01-251-1/+0
* - Signal that data should not be modified.lulf2010-12-182-2/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+4
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* If an RCS file is truncated, rcsfile_getdelta() will return NULL. Insteadjhb2010-09-301-0/+8
* Don't point users at the old csup homepage.joel2010-08-052-5/+0
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-192-2/+2
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-142-2/+2
* Add and expand $FreeBSD$ keyword to allow committing to this file.uqs2010-04-141-1/+1
* - Fix spelling.lulf2010-03-031-1/+1
* - Include CURDIR in case the makefile is not run from the same directory.lulf2010-03-031-1/+1
* - Remove unused include path.lulf2010-03-031-1/+1
* - Revert Makefile to revision r203368, as the svn mv from contrib/csup replacedlulf2010-03-031-14/+32
* - Unmark authentication support as a TODO item.lulf2010-03-021-3/+2
* - Move csup away from contrib/ and into usr.bin/. Software is no longerlulf2010-03-0263-33/+20847
* - Add support for CVSup authentication mechanisms to csup.lulf2010-02-021-0/+4
* - Add missing rsyncfile from Makefilelulf2008-11-231-1/+2
* - Import csup work from p4.lulf2008-10-191-0/+3
* Update make glue for csup-snap-20060313.mux2006-03-141-0/+1
* - Don't put the .h in SRCS.mux2006-03-031-25/+25
* Add make glue for building csup. Not yet connected to the build.mux2006-03-031-0/+35
OpenPOWER on IntegriCloud