aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/csup
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2013-09-052-3/+2
|\
| * Clean up -Wheader-guard warnings.Sergey Kandaurov2013-06-171-1/+1
| * Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-2/+1
* | sync from headSimon J. Gerraty2013-04-121-5/+5
|\|
| * Fix date.Joel Dahl2013-02-141-1/+1
| * Reference something which exists instead of the non-existent runsocksEitan Adler2013-02-091-5/+5
* | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* | Sync from headSimon J. Gerraty2012-11-042-5/+13
|\|
| * Fix conditional expression: previously a bitvector would be operatedEitan Adler2012-10-221-1/+1
| * Add missing va_end.Kevin Lo2012-09-291-1/+3
| * Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-09-281-3/+9
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+31
|/
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-2/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-292-13/+13
* Use srandom() to init the PRNG, not srand(), since we use random().Olivier Houchard2012-02-291-1/+1
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-303-4/+4
* On FreeBSD just use the MD5 implementation of libmd rather than that ofMarius Strobl2011-12-244-6/+12
* In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use theDimitry Andric2011-12-171-2/+2
* In usr.bin/csup/proto.c, use the correct printf length modifier to printDimitry Andric2011-12-171-1/+2
* In usr.bin/csup/auth.c, use the correct number of bytes for zeroing theDimitry Andric2011-12-171-3/+4
* Handle the situation where fixups_close() has been called but more fixupsAdrian Chadd2011-10-041-1/+1
* Update the comment to reflect what is actually going on.Adrian Chadd2011-10-041-1/+1
* Include limits.h instead of sys/limits.h to improve portability.Chris Rees2011-09-281-2/+1
* Fix typos in error messages.Christian Brueffer2011-09-131-3/+3
* Fix csup to allow case insensitive server names in the auth file,Christian Brueffer2011-09-131-1/+1
* Remove dead code.John Baldwin2011-01-251-1/+0
* - Signal that data should not be modified.Ulf Lilleengen2010-12-182-2/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+4
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* If an RCS file is truncated, rcsfile_getdelta() will return NULL. InsteadJohn Baldwin2010-09-301-0/+8
* Don't point users at the old csup homepage.Joel Dahl2010-08-052-5/+0
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-192-2/+2
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-142-2/+2
* Add and expand $FreeBSD$ keyword to allow committing to this file.Ulrich Spörlein2010-04-141-1/+1
* - Fix spelling.Ulf Lilleengen2010-03-031-1/+1
* - Include CURDIR in case the makefile is not run from the same directory.Ulf Lilleengen2010-03-031-1/+1
* - Remove unused include path.Ulf Lilleengen2010-03-031-1/+1
* - Revert Makefile to revision r203368, as the svn mv from contrib/csup replacedUlf Lilleengen2010-03-031-14/+32
* - Unmark authentication support as a TODO item.Ulf Lilleengen2010-03-021-3/+2
* - Move csup away from contrib/ and into usr.bin/. Software is no longerUlf Lilleengen2010-03-0263-33/+20847
* - Add support for CVSup authentication mechanisms to csup.Ulf Lilleengen2010-02-021-0/+4
* - Add missing rsyncfile from MakefileUlf Lilleengen2008-11-231-1/+2
* - Import csup work from p4.Ulf Lilleengen2008-10-191-0/+3
* Update make glue for csup-snap-20060313.Maxime Henrion2006-03-141-0/+1
* - Don't put the .h in SRCS.Maxime Henrion2006-03-031-25/+25
* Add make glue for building csup. Not yet connected to the build.Maxime Henrion2006-03-031-0/+35