History log of /openbsd-current/gnu/usr.bin/cvs/src/client.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.14 21-Aug-2017 millert

When executing ssh, use "--" to indicate end of arguments before the
host name. Adapted from a MirBSD diff by Thorsten Glaser.


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.13 03-Dec-2013 millert

Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.12 04-Mar-2012 fgsch

In preparation for getline and getdelim additions to libc, rename getline()
occurrences to get_line().
Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.11 16-Apr-2004 otto

- a malicious server may send path names that translate out of the
local cvs tree on the client, enabling the server to overwrite files
on the client.

- a client may read files outside the repository using the -p flag
with the checkout command.

ok deraadt@


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.10 06-Jul-2002 itojun

branches: 1.10.4; 1.10.6; 1.10.8;
dont deref NULL pointer in IPv6 pserver client operation.
From: Moritz Jodeit <moritz@jodeit.org>


# 1.9 21-Jun-2002 itojun

make pserver code IPv6 ready. markus ok


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.8 29-Sep-2001 tholo

Merge remaining local changes, correct build issues


# 1.7 28-Sep-2001 tholo

Merge local changes; work in progress


Revision tags: OPENBSD_2_9_BASE
# 1.6 11-Feb-2001 tholo

Disable bogus check for whether a file in the current directory (only!)
were checked out of a different CVSROOT -- makes it very hard to have
replicated repositories.


# 1.5 11-Feb-2001 tholo

Document the fact that the wrong thing is likely to happen in many cases
here, if something is checked out from a (read-only?) replica of a repos,
and then checked in to the master, files will be skipped.

This needs to be resolved, somehow.


# 1.4 10-Feb-2001 tholo

Integrate local changes


# 1.3 12-Dec-2000 todd

rsh was changed to ssh. reflect this in error messages. ok deraadt@


# 1.2 10-Dec-2000 deraadt

change default connection protocol from "rsh" to "ssh", so that CVS_RSH
no longer needs setting.


# 1.1 19-Dec-1995 deraadt

branches: 1.1.1;
Initial revision