index
:
delta/openssh-git.git
IBS
PRIVSEP
V_2_5_2
V_2_9_9
V_2_9_P1
V_3_0_2
V_3_2_3
V_3_3
V_3_5
V_3_6
V_3_6_1
V_3_7
V_3_8
V_3_8_1
V_3_9
V_4_0
V_4_1
V_4_2
V_4_3
V_4_4
V_4_5
V_4_6
V_4_7
V_4_9
V_5_3
V_5_4
V_5_6
V_5_8
V_5_9
V_6_0
V_6_2
V_6_3
V_6_4
V_6_5
V_6_6
V_6_7
V_6_8
V_6_9
V_7_0
V_7_1
V_7_2
V_7_3
V_7_4
V_7_5
V_7_6
V_7_7
V_7_8
V_7_9
V_8_0
V_8_1
V_8_2
V_8_3
V_8_4
V_8_5
V_8_6
V_8_7
V_8_8
V_8_9
V_9_0
V_9_1
V_9_2
V_9_3
baserock/6.7-musl
baserock/morph
baserock/tiagogomes/armv8l64
master
anongit.mindrot.org: openssh.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
upstream: use RSA/SHA256 when testing usability of private key;
djm@openbsd.org
2023-03-08
1
-3
/
+5
*
upstream: refactor to be more readable top to bottom. Prompted by
djm@openbsd.org
2023-03-08
1
-11
/
+19
*
Add header changes missed in previous.
Darren Tucker
2023-03-07
1
-2
/
+5
*
upstream: Fix mem leak in environment setup.
dtucker@openbsd.org
2023-03-07
1
-1
/
+2
*
upstream: Unit test for kex_proposal_populate_entries.
dtucker@openbsd.org
2023-03-07
2
-4
/
+44
*
upstream: fix memory leak in process_read() path; Spotted by James
djm@openbsd.org
2023-03-07
1
-2
/
+2
*
upstream: correct size for array argument when changing
djm@openbsd.org
2023-03-07
1
-2
/
+3
*
upstream: Refactor creation of KEX proposal.
dtucker@openbsd.org
2023-03-06
6
-86
/
+102
*
upstream: Fix mem and FILE leaks in moduli screening.
dtucker@openbsd.org
2023-03-05
1
-1
/
+4
*
upstream: Plug mem leak in moduli checkpoint option parsing.
dtucker@openbsd.org
2023-03-05
1
-1
/
+2
*
upstream: Remove unused compat.h includes.
dtucker@openbsd.org
2023-03-05
16
-32
/
+16
*
upstream: Use time_t for x11 timeout.
dtucker@openbsd.org
2023-03-04
2
-6
/
+6
*
upstream: Ensure ms_remain is always initialized
dtucker@openbsd.org
2023-03-04
1
-2
/
+2
*
upstream: Check for non-NULL before string
dtucker@openbsd.org
2023-03-04
1
-2
/
+2
*
upstream: guard against getsockname(-1, ...) from Coverity CID
djm@openbsd.org
2023-03-03
1
-1
/
+4
*
upstream: some options are not first-match-wins. Mention that there
djm@openbsd.org
2023-03-03
1
-3
/
+15
*
upstream: actually print "channeltimeout none" in config dump mode;
djm@openbsd.org
2023-03-03
1
-3
/
+11
*
Add Coverity badges.
Darren Tucker
2023-03-03
2
-0
/
+2
*
upstream: Check return values of dup2. Spotted by Coverity, ok djm@
dtucker@openbsd.org
2023-03-03
2
-8
/
+14
*
upstream: Use time_t for x11_refuse_time timeout. We need
dtucker@openbsd.org
2023-03-03
3
-10
/
+10
*
upstream: Check return value from fctnl and warn on failure.
dtucker@openbsd.org
2023-03-03
1
-2
/
+3
*
upstream: Remove SUDO in proxy command wrapper. Anything that needs
dtucker@openbsd.org
2023-03-02
1
-5
/
+5
*
upstream: Fix breakage on dhgex test.
dtucker@openbsd.org
2023-03-02
1
-6
/
+9
*
upstream: Quote grep and log message better.
dtucker@openbsd.org
2023-03-02
1
-3
/
+3
*
upstream: Always call fclose on checkpoints.
dtucker@openbsd.org
2023-03-02
1
-5
/
+8
*
upstream: Remove old log symlinks
dtucker@openbsd.org
2023-03-02
1
-3
/
+5
*
Adjust test jobs for new log directory.
Darren Tucker
2023-03-01
4
-1
/
+4
*
upstream: Rework logging for the regression tests.
dtucker@openbsd.org
2023-03-01
9
-39
/
+128
*
upstream: fatal out if allocating banner string fails to avoid
dtucker@openbsd.org
2023-03-01
1
-2
/
+2
*
upstream: Explicitly ignore return from fchmod
dtucker@openbsd.org
2023-02-28
1
-2
/
+2
*
upstream: Plug mem leak on globbed ls error path.
dtucker@openbsd.org
2023-02-28
1
-1
/
+2
*
Cast time_t's in debug output to long long.
Darren Tucker
2023-02-27
1
-2
/
+2
*
Do shadow expiry calcs using "long long".
Darren Tucker
2023-02-27
1
-5
/
+5
*
avoid clash between for getopt's struct option
Damien Miller
2023-02-27
2
-0
/
+17
*
Revert explicit chmods on private keys.
Darren Tucker
2023-02-25
1
-3
/
+0
*
Remove extended ACLs from working dirs.
Darren Tucker
2023-02-25
1
-3
/
+3
*
Explicitly set permissions on user and host keys.
Darren Tucker
2023-02-24
1
-0
/
+3
*
upstream: fix progressmeter corruption on wide displays; bz3534
djm@openbsd.org
2023-02-22
1
-42
/
+51
*
upstream: fseek to end of known_hosts before writing to it.
dtucker@openbsd.org
2023-02-21
1
-8
/
+9
*
Also run unit tests on AIX VMs.
Darren Tucker
2023-02-21
1
-1
/
+1
*
Wrap stdint.h inside ifdef.
Darren Tucker
2023-02-21
1
-1
/
+3
*
Add includes to ptimeout test.
Mayank Sharma
2023-02-20
1
-0
/
+2
*
Always use the openssl binary configure tells us.
Darren Tucker
2023-02-20
1
-1
/
+2
*
upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code
dtucker@openbsd.org
2023-02-17
7
-54
/
+11
*
upstream: Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This
dtucker@openbsd.org
2023-02-17
2
-12
/
+4
*
whitespace fixes
Damien Miller
2023-02-17
1
-45
/
+45
*
whitespace at EOL
Damien Miller
2023-02-17
1
-7
/
+7
*
upstream: Remove SSH_BUG_PASSWORDPAD compat bit
dtucker@openbsd.org
2023-02-16
2
-14
/
+3
*
upstream: Remove SSH_BUG_IGNOREMSG compat flag
dtucker@openbsd.org
2023-02-16
2
-10
/
+3
*
upstream: space between macro and punctuation; sort usage();
jmc@openbsd.org
2023-02-16
2
-5
/
+5
[prev]
[next]