The NetBSD Project

CVS log for src/crypto/external/bsd/openssh/dist/readconf.c

[BACK] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Tue May 14 05:18:11 2013 UTC (4 days, 6 hours ago) by mlelstv
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +10 -26 lines
Diff to previous 1.9 (colored)

The previous patch didn't apply cleanly, because our code doesn't
use #ifdef OPENSSL_HAS_ECC.
Apply manually.
Drop now unused len variable.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 29 17:59:50 2013 UTC (2 weeks, 4 days ago) by mlelstv
Branch: MAIN
CVS Tags: khorben-n900
Changes since 1.8: +29 -10 lines
Diff to previous 1.8 (colored)

Identityfile warnings fixes.
https://bugzilla.mindrot.org/show_bug.cgi?id=2084

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 2 02:41:08 2012 UTC (12 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, tls-maxphys-nbase, tls-maxphys-base, tls-maxphys, agc-symver-base, agc-symver
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

merge OpenSSH 6.0

Features:

 * ssh-keygen(1): Add optional checkpoints for moduli screening
 * ssh-add(1): new -k option to load plain keys (skipping certificates)
 * sshd(8): Add wildcard support to PermitOpen, allowing things like
   "PermitOpen localhost:*".  bz #1857
 * ssh(1): support for cancelling local and remote port forwards via the
   multiplex socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host"
   to request the cancellation of the specified forwardings
 * support cancellation of local/dynamic forwardings from ~C commandline

Bugfixes:

 * ssh(1): ensure that $DISPLAY contains only valid characters before
   using it to extract xauth data so that it can't be used to play local
   shell metacharacter games.
 * ssh(1): unbreak remote portforwarding with dynamic allocated listen ports
 * scp(1): uppress adding '--' to remote commandlines when the first
   argument does not start with '-'. saves breakage on some
   difficult-to-upgrade embedded/router platforms
 * ssh(1)/sshd(8): fix typo in IPQoS parsing: there is no "AF14" class,
   but there is an "AF21" class
 * ssh(1)/sshd(8): do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during
   rekeying
 * ssh(1): skip attempting to create ~/.ssh when -F is passed
 * sshd(8): unbreak stdio forwarding when ControlPersist is in use; bz#1943
 * sshd(1): send tty break to pty master instead of (probably already
   closed) slave side; bz#1859
 * sftp(1): silence error spam for "ls */foo" in directory with files;
   bz#1683
 * Fixed a number of memory and file descriptor leaks

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 27 15:45:37 2012 UTC (12 months, 2 weeks ago) by tls
Branch: MAIN
Changes since 1.6: +11 -2 lines
Diff to previous 1.6 (colored)

Add new "SendVersionFirst" option to OpenSSH client.  This option makes
the client send its version string first if it is configured to speak
v2 only (the old hack of waiting to see the server version is only
really useful if you might be speaking v1 to some servers).  The option
is on by default but can be disabled from the config file.

This aligns the OpenSSH client behavior with most other implementations
and eliminates a major source of connection delays and failures when
speaking SSH through particularly stupid proxies, of which, sadly, there
are many.

This change has also been submitted to OpenSSH as their bug #1999.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 7 17:49:19 2011 UTC (20 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: yamt-pagecache
Changes since 1.5: +87 -36 lines
Diff to previous 1.5 (colored)

merge openssh-5.9

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 25 03:03:10 2011 UTC (21 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.4: +57 -8 lines
Diff to previous 1.4 (colored)

- Merge conflicts
- WARNS=5

Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 21 18:29:49 2010 UTC (2 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.3: +74 -18 lines
Diff to previous 1.3 (colored)

Resolve conflicts

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 27 01:40:47 2009 UTC (3 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.2: +12 -4 lines
Diff to previous 1.2 (colored)

merge changes.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 7 22:38:47 2009 UTC (3 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.1: +138 -6 lines
Diff to previous 1.1 (colored)

Merge in our changes:
- conditionalize login_cap
- conditionalize bsd_auth
- bring in pam from portable
- restore krb5, krb4, afs, skey
- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
- add ignore root rhosts option
- fix ctype macro arguments
- umac is broken, disable it
- better ~homedir handling
- netbsd style tunnels
- urandom, xhome, chrootdir, rescuedir NetBSD handling
- utmp/utmpx handling
- handle tty posix_vdisable properly
- handle setuid and unsetuid the posix way instead of setresuid()
- add all missing functions
- add new moduli
- add build glue

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 7 22:19:15 2009 UTC (3 years, 11 months ago) by christos
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>