index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
auth2-hostbased.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-19
upstream: convert servconf.c to new packet API
djm@openbsd.org
4
-14
/
+11
2019-01-19
upstream: convert channels.c to new packet API
djm@openbsd.org
1
-30
/
+38
2019-01-19
upstream: convert sshconnect.c to new packet API
djm@openbsd.org
2
-24
/
+2
2019-01-19
upstream: convert ssh.c to new packet API
djm@openbsd.org
1
-26
/
+41
2019-01-19
upstream: convert mux.c to new packet API
djm@openbsd.org
1
-6
/
+13
2019-01-19
upstream: convert sshconnect2.c to new packet API
djm@openbsd.org
1
-13
/
+16
2019-01-19
upstream: convert clientloop.c to new packet API
djm@openbsd.org
1
-121
/
+166
2019-01-19
upstream: allow sshpkt_fatal() to take a varargs format; we'll
djm@openbsd.org
4
-18
/
+36
2019-01-19
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
17
-21
/
+62
2019-01-19
upstream: Print an \r in front of the password prompt so parts of
tb@openbsd.org
1
-4
/
+11
2019-01-18
Add minimal fchownat and fchmodat implementations.
Darren Tucker
3
-0
/
+72
2019-01-18
Add a minimal implementation of utimensat().
Darren Tucker
5
-1
/
+144
2019-01-17
upstream: regress bits for banner processing refactor (this test was
djm@openbsd.org
1
-3
/
+5
2019-01-17
upstream: tun_fwd_ifnames variable should b
djm@openbsd.org
1
-2
/
+2
2019-01-17
upstream: include time.h for time(3)/nanosleep(2); from Ian
djm@openbsd.org
2
-2
/
+4
2019-01-17
upstream: many of the global variables in this file can be made static;
djm@openbsd.org
1
-16
/
+16
2019-01-17
upstream: Add "-h" flag to sftp chown/chgrp/chmod commands to
djm@openbsd.org
4
-18
/
+103
2019-01-17
upstream: add support for a "lsetstat@openssh.com" extension. This
djm@openbsd.org
1
-1
/
+66
2019-01-04
upstream: eliminate function-static attempt counters for
djm@openbsd.org
1
-8
/
+10
2019-01-04
upstream: fix memory leak of ciphercontext when rekeying; bz#2942
djm@openbsd.org
1
-3
/
+3
2019-01-03
upstream: static on global vars, const on handler tables that contain
djm@openbsd.org
1
-7
/
+7
2018-12-28
upstream: Request RSA-SHA2 signatures for
djm@openbsd.org
1
-4
/
+6
2018-12-27
upstream: ssh_packet_set_state() now frees ssh->kex implicitly, so
djm@openbsd.org
1
-2
/
+1
2018-12-27
upstream: remove unused and problematic sudo clean. ok espie
tedu@openbsd.org
1
-2
/
+1
2018-12-27
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
27
-494
/
+548
2018-12-27
upstream: Fix calculation of initial bandwidth limits. Account for
dtucker@openbsd.org
2
-7
/
+8
2018-12-27
upstream: only consider the ext-info-c extension during the initial
djm@openbsd.org
2
-3
/
+6
2018-12-27
upstream: fix option letter pasto in previous
djm@openbsd.org
1
-2
/
+2
2018-12-27
upstream: mention that the ssh-keygen -F (find host in
djm@openbsd.org
1
-5
/
+7
2018-12-14
expose $SSH_CONNECTION in the PAM environment
Damien Miller
2
-4
/
+17
2018-12-13
Don't pass loginmsg by address now that it's an sshbuf*
Kevin Adler
2
-3
/
+3
2018-12-07
upstream: no need to allocate channels_pre/channels_post in
djm@openbsd.org
1
-6
/
+2
2018-12-07
upstream: don't attempt to connect to empty SSH_AUTH_SOCK; bz#293
djm@openbsd.org
1
-2
/
+2
2018-12-07
upstream: don't truncate user or host name in "user@host's
djm@openbsd.org
1
-6
/
+5
2018-12-07
upstream: tweak previous;
jmc@openbsd.org
1
-4
/
+4
2018-11-25
Include stdio.h for FILE if needed.
Darren Tucker
1
-0
/
+1
2018-11-25
Reverse order of OpenSSL init functions.
Darren Tucker
1
-3
/
+3
2018-11-25
Improve OpenSSL_add_all_algorithms check.
Darren Tucker
1
-1
/
+10
2018-11-23
upstream: add a ssh_config "Match final" predicate
djm@openbsd.org
5
-36
/
+76
2018-11-23
upstream: Remove now-unneeded ifdef SIGINFO around handler since it is
dtucker@openbsd.org
1
-3
/
+1
2018-11-23
Move RANDOM_SEED_SIZE outside ifdef.
Darren Tucker
1
-2
/
+2
2018-11-23
Resync with OpenBSD by pulling in an ifdef SIGINFO.
Darren Tucker
1
-0
/
+2
2018-11-23
fix configure test for OpenSSL version
Damien Miller
1
-1
/
+1
2018-11-23
refactor libcrypto initialisation
Damien Miller
16
-93
/
+63
2018-11-22
upstream: Output info on SIGUSR1 as well as
dtucker@openbsd.org
1
-1
/
+1
2018-11-22
upstream: Append pid to temp files in /var/run and set a cleanup
dtucker@openbsd.org
4
-13
/
+10
2018-11-22
upstream: UsePrivilegeSeparation no is deprecated
dtucker@openbsd.org
4
-9
/
+9
2018-11-22
upstream: add some knobs:
djm@openbsd.org
8
-34
/
+103
2018-11-22
Resync Makefile.inc with upstream.
Darren Tucker
1
-0
/
+17
2018-11-19
upstream: silence (to log level debug2) failure messages when
djm@openbsd.org
3
-19
/
+39
[next]