index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
umac.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-03
Remove duplicate error on error path.
Darren Tucker
1
-1
/
+0
2021-07-03
Remove some whitespace not in upstream.
Darren Tucker
3
-3
/
+1
2021-07-03
Replace remaining references to ChallengeResponse.
Darren Tucker
2
-6
/
+6
2021-07-03
Sync remaining ChallengeResponse removal.
Darren Tucker
11
-47
/
+23
2021-07-03
Disable rocky84 to figure out why agent test fails
Darren Tucker
1
-2
/
+2
2021-07-02
Remove now-unused SSHv1 enums.
Darren Tucker
1
-1
/
+0
2021-07-02
upstream: Remove references to ChallengeResponseAuthentication in
dtucker@openbsd.org
4
-40
/
+19
2021-07-02
Fix ifdefs around get_random_bytes_prngd.
Darren Tucker
1
-2
/
+2
2021-07-02
wrap get_random_bytes_prngd() in ifdef
Damien Miller
1
-0
/
+2
2021-06-28
Add rocky84 test target.
Darren Tucker
1
-0
/
+2
2021-06-25
upstream: fix decoding of X.509 subject name; from Leif Thuresson
djm@openbsd.org
1
-2
/
+2
2021-06-25
upstream: Use better language to refer to the user. From l1ving
dtucker@openbsd.org
2
-7
/
+7
2021-06-25
upstream: Replace SIGCHLD/notify_pipe kludge with pselect.
dtucker@openbsd.org
1
-80
/
+28
2021-06-25
Move closefrom() to before first malloc.
Darren Tucker
1
-6
/
+6
2021-06-18
Put second -lssh in link line for sftp-server.
Darren Tucker
1
-1
/
+1
2021-06-18
Try EGD/PRNGD if random device fails.
Darren Tucker
1
-3
/
+9
2021-06-18
Split EGD/PRNGD interface into its own file.
Darren Tucker
4
-123
/
+164
2021-06-17
Handle GIDs > 2^31 in getgrouplist.
Darren Tucker
1
-4
/
+4
2021-06-10
upstream: Use $SUDO when reading sshd's pidfile here too.
dtucker@openbsd.org
1
-2
/
+2
2021-06-10
upstream: Use $SUDO when reading sshd's pidfile in case it was
dtucker@openbsd.org
1
-1
/
+1
2021-06-10
upstream: Set umask when creating hostkeys to prevent excessive
dtucker@openbsd.org
1
-2
/
+2
2021-06-10
upstream: Add regress test for SIGHUP restart
dtucker@openbsd.org
1
-1
/
+23
2021-06-10
upstream: Continue accept loop when pselect
dtucker@openbsd.org
1
-2
/
+2
2021-06-09
upstream: test that UserKnownHostsFile correctly accepts multiple
djm@openbsd.org
1
-3
/
+9
2021-06-09
upstream: fix regression in r1.356: for ssh_config options that
djm@openbsd.org
1
-2
/
+3
2021-06-08
upstream: test argv_split() optional termination on comments
djm@openbsd.org
1
-29
/
+69
2021-06-08
upstream: Add testcases from bz#3319 for IPQoS and TunnelDevice
dtucker@openbsd.org
1
-1
/
+12
2021-06-08
upstream: sprinkle some "# comment" at end of configuration lines
djm@openbsd.org
3
-20
/
+20
2021-06-08
upstream: more descriptive failure message
djm@openbsd.org
1
-2
/
+2
2021-06-08
upstream: test AuthenticationMethods inside a Match block as well
djm@openbsd.org
1
-5
/
+14
2021-06-08
upstream: prepare for stricter sshd_config parsing that will refuse
djm@openbsd.org
1
-5
/
+3
2021-06-08
upstream: switch sshd_config parsing to argv_split()
djm@openbsd.org
1
-283
/
+331
2021-06-08
upstream: Switch ssh_config parsing to use argv_split()
djm@openbsd.org
2
-152
/
+273
2021-06-08
upstream: Check if IPQoS or TunnelDevice are already set before
dtucker@openbsd.org
1
-3
/
+3
2021-06-08
upstream: Allow argv_split() to optionally terminate tokenisation
djm@openbsd.org
4
-12
/
+63
2021-06-07
Save logs on failure for upstream test
Darren Tucker
1
-0
/
+7
2021-06-07
Add obsdsnap-i386 upstream test target.
Darren Tucker
1
-1
/
+1
2021-06-07
upstream: fix debug message when finding a private key to match a
djm@openbsd.org
1
-3
/
+3
2021-06-06
upstream: Match host certificates against host public keys, not private
djm@openbsd.org
1
-2
/
+2
2021-06-06
upstream: Client-side workaround for a bug in OpenSSH 7.4: this release
djm@openbsd.org
3
-5
/
+16
2021-06-06
upstream: degrade gracefully if a sftp-server offers the
djm@openbsd.org
1
-2
/
+6
2021-06-06
upstream: the limits@openssh.com extension was incorrectly marked
djm@openbsd.org
1
-2
/
+2
2021-06-06
upstream: PROTOCOL.certkeys: update reference from IETF draft to
naddy@openbsd.org
1
-12
/
+11
2021-06-04
Clear notify_pipe from readset if present.
Darren Tucker
1
-1
/
+3
2021-06-04
space->tabs.
Darren Tucker
1
-83
/
+83
2021-06-04
Add pselect implementation for platforms without.
Darren Tucker
4
-1
/
+196
2021-06-04
auth_log: dont log partial successes as failures
Vincent Brillault
1
-13
/
+16
2021-06-04
upstream: The RB_GENERATE_STATIC(3) macro expands to a series of
djm@openbsd.org
1
-4
/
+4
2021-06-04
upstream: rework authorized_keys example section, removing irrelevant
djm@openbsd.org
1
-20
/
+21
2021-06-04
upstream: adjust SetEnv description to clarify $TERM handling
djm@openbsd.org
1
-3
/
+5
[next]