aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/csup
Commit message (Collapse)AuthorAgeFilesLines
* Remove csup(1) and its associated cpasswd(1) tool.Gavin Atkinson2014-06-2562-20668/+0
| | | | | | | | | | | With the move by the FreeBSD Project away from CVSup as a distribution mechanism, there is no longer a need to keep this in base. Approved by: mux (around a year ago), silence on -hackers X-MFC-after: never Notes: svn path=/head/; revision=267863
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-232-4/+4
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Use the system queue.h instead of bundling its own.Eitan Adler2014-03-1511-237/+17
| | | | | | | | PR: bin/187067 Submitted by: lulf Notes: svn path=/head/; revision=263201
* Clean up -Wheader-guard warnings.Sergey Kandaurov2013-06-171-1/+1
| | | | | | | | | Submitted by: <dt71@gmx.com> MFC after: 3 days X-MFC with: r251848 Notes: svn path=/head/; revision=251862
* Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-2/+1
| | | | Notes: svn path=/head/; revision=250227
* Fix date.Joel Dahl2013-02-141-1/+1
| | | | Notes: svn path=/head/; revision=246806
* Reference something which exists instead of the non-existent runsocksEitan Adler2013-02-091-5/+5
| | | | | | | | | | | program. PR: docs/173664 Submitted by: wkoszek Approved by: bcr (mentor) Notes: svn path=/head/; revision=246594
* Fix conditional expression: previously a bitvector would be operatedEitan Adler2012-10-221-1/+1
| | | | | | | | | | on by a logical not. Approved by: cperciva MFC after: 3 days Notes: svn path=/head/; revision=241835
* Add missing va_end.Kevin Lo2012-09-291-1/+3
| | | | Notes: svn path=/head/; revision=241049
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-09-281-3/+9
| | | | | | | especially in error cases. Notes: svn path=/head/; revision=241021
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-2/+2
| | | | | | | | | PR: 167696 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235211
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-292-13/+13
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Use srandom() to init the PRNG, not srand(), since we use random().Olivier Houchard2012-02-291-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=232320
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-303-4/+4
| | | | Notes: svn path=/head/; revision=228992
* On FreeBSD just use the MD5 implementation of libmd rather than that ofMarius Strobl2011-12-244-6/+12
| | | | | | | | libcrypto so we don't need to relinquish csup when world is built without OpenSSL. Notes: svn path=/head/; revision=228857
* In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use theDimitry Andric2011-12-171-2/+2
| | | | | | | | | | corresponding printf length modifier. Requested by: mdf MFC after: 1 week Notes: svn path=/head/; revision=228667
* In usr.bin/csup/proto.c, use the correct printf length modifier to printDimitry Andric2011-12-171-1/+2
| | | | | | | | | an off_t. MFC after: 1 week Notes: svn path=/head/; revision=228626
* In usr.bin/csup/auth.c, use the correct number of bytes for zeroing theDimitry Andric2011-12-171-3/+4
| | | | | | | | | shared secret, and use long long format to snprintf a time_t. MFC after: 1 week Notes: svn path=/head/; revision=228625
* Handle the situation where fixups_close() has been called but more fixupsAdrian Chadd2011-10-041-1/+1
| | | | | | | | | | | | | are still available on the queue. Without this, the fixups producer/consumer pipeline will artifically terminate before all of the fixups have been processed, leading to incomplete updates and generally quite unhappy users. Submitted by: mux Notes: svn path=/head/; revision=225980
* Update the comment to reflect what is actually going on.Adrian Chadd2011-10-041-1/+1
| | | | | | | Submitted by: mux Notes: svn path=/head/; revision=225979
* Include limits.h instead of sys/limits.h to improve portability.Chris Rees2011-09-281-2/+1
| | | | | | | | | | PR: bin/150772 Submitted by: Derrick Brashear <shadow@gmail.com> Reviewed by: Garrett Cooper <yanegomi@gmail.com> Approved by: cognet Notes: svn path=/head/; revision=225844
* Fix typos in error messages.Christian Brueffer2011-09-131-3/+3
| | | | | | | | | Found by: kib Approved by: re (kib) MFC after: 1 week Notes: svn path=/head/; revision=225536
* Fix csup to allow case insensitive server names in the auth file,Christian Brueffer2011-09-131-1/+1
| | | | | | | | | | | | just as advertised in the manpage. PR: 158652 Submitted by: stephen Approved by: re (kib) MFC after: 1 week Notes: svn path=/head/; revision=225535
* Remove dead code.John Baldwin2011-01-251-1/+0
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=217858
* - Signal that data should not be modified.Ulf Lilleengen2010-12-182-2/+4
| | | | Notes: svn path=/head/; revision=216542
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+4
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* If an RCS file is truncated, rcsfile_getdelta() will return NULL. InsteadJohn Baldwin2010-09-301-0/+8
| | | | | | | | | | | | | of faulting, check for NULL. However, returning an error would cause csup to just abort the entire update. Instead, break out of the loop and return ok. The attempts to update the file will trigger a MD5 failure which will cause csup to download the entire file as a fixup. Reviewed by: lulf MFC after: 1 week Notes: svn path=/head/; revision=213300
* Don't point users at the old csup homepage.Joel Dahl2010-08-052-5/+0
| | | | | | | Approved by: lulf Notes: svn path=/head/; revision=210874
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-192-2/+2
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=208291
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-142-2/+2
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Add and expand $FreeBSD$ keyword to allow committing to this file.Ulrich Spörlein2010-04-141-1/+1
| | | | Notes: svn path=/head/; revision=206621
* - Fix spelling.Ulf Lilleengen2010-03-031-1/+1
| | | | | | | Pointed out by: Pawel Worach <pawel.worach - at - gmail.com>, b. f. <bf1783 - at - googlemail.com> Notes: svn path=/head/; revision=204664
* - Include CURDIR in case the makefile is not run from the same directory.Ulf Lilleengen2010-03-031-1/+1
| | | | Notes: svn path=/head/; revision=204639
* - Remove unused include path.Ulf Lilleengen2010-03-031-1/+1
| | | | Notes: svn path=/head/; revision=204629
* - Revert Makefile to revision r203368, as the svn mv from contrib/csup replacedUlf Lilleengen2010-03-031-14/+32
| | | | | | | the Makefile with a broken version. Notes: svn path=/head/; revision=204628
* - Unmark authentication support as a TODO item.Ulf Lilleengen2010-03-021-3/+2
| | | | Notes: svn path=/head/; revision=204558
* - Move csup away from contrib/ and into usr.bin/. Software is no longerUlf Lilleengen2010-03-0263-33/+20847
| | | | | | | | | contributed, and main development is happening in the FreeBSD repo. Suggested by: joel Notes: svn path=/head/; revision=204556
* - Add support for CVSup authentication mechanisms to csup.Ulf Lilleengen2010-02-021-0/+4
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=203368
* - Add missing rsyncfile from MakefileUlf Lilleengen2008-11-231-1/+2
| | | | Notes: svn path=/projects/csup_cvsmode/; revision=185215
* - Import csup work from p4.Ulf Lilleengen2008-10-191-0/+3
| | | | Notes: svn path=/projects/csup_cvsmode/; revision=184054
* Update make glue for csup-snap-20060313.Maxime Henrion2006-03-141-0/+1
| | | | Notes: svn path=/head/; revision=156704
* - Don't put the .h in SRCS.Maxime Henrion2006-03-031-25/+25
| | | | | | | | | | - Use LDADD += -lpthread and DPADD += ${LIBPTHREAD} instead of -pthread. - s/-I${.CURDIR}/-I./ to fix make obj. Submitted by: ru Notes: svn path=/head/; revision=156244
* Add make glue for building csup. Not yet connected to the build.Maxime Henrion2006-03-031-0/+35
Notes: svn path=/head/; revision=156233