index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
monitor_wrap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Split per-connection sshd-session binary
djm@openbsd.org
2024-10-14
1
-13
/
+68
*
upstream: put back reaping of preauth child process when writes
djm@openbsd.org
2024-06-20
1
-19
/
+24
*
upstream: reap preauth net child if it hangs up during privsep message
djm@openbsd.org
2024-06-11
1
-37
/
+24
*
upstream: reap the pre-auth [net] child if it hangs up during privsep
djm@openbsd.org
2024-06-11
1
-24
/
+37
*
upstream: reap the [net] child if it hangs up while writing privsep
djm@openbsd.org
2024-06-11
1
-4
/
+9
*
upstream: log waitpid() status for abnormal exits
djm@openbsd.org
2024-06-11
1
-2
/
+3
*
upstream: Add a facility to sshd(8) to penalise particular
djm@openbsd.org
2024-06-06
1
-1
/
+34
*
upstream: Start the process of splitting sshd into separate
djm@openbsd.org
2024-05-17
1
-39
/
+139
*
upstream: add "ext-info-in-auth@openssh.com" extension
djm@openbsd.org
2023-12-18
1
-2
/
+2
*
upstream: Check fd against >=0 instead of >0 in error path. The
dtucker@openbsd.org
2023-03-31
1
-2
/
+2
*
upstream: Remove dead code from inside if block.
dtucker@openbsd.org
2023-03-30
1
-3
/
+1
*
upstream: Implement channel inactivity timeouts
djm@openbsd.org
2023-01-06
1
-1
/
+2
*
upstream: make sure that UseDNS hostname lookup happens in the monitor
djm@openbsd.org
2022-06-15
1
-4
/
+3
*
upstream: refactor authorized_keys/principals handling
djm@openbsd.org
2022-05-27
1
-3
/
+4
*
upstream: do not pass file/func to monitor; noted by Ilja van Sprundel;
markus@openbsd.org
2021-04-16
1
-6
/
+3
*
upstream: clean up passing of struct passwd from monitor to preauth
djm@openbsd.org
2020-11-27
1
-7
/
+18
*
Use fatal_fr not fatal_r when passing r.
Darren Tucker
2020-10-19
1
-1
/
+1
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-118
/
+109
*
upstream: LogVerbose keyword for ssh and sshd
djm@openbsd.org
2020-10-16
1
-1
/
+4
*
upstream: revised log infrastructure for OpenSSH
djm@openbsd.org
2020-10-16
1
-2
/
+6
*
upstream: support for user-verified FIDO keys
djm@openbsd.org
2020-08-27
1
-2
/
+2
*
upstream: allow security keys to act as host keys as well as user
djm@openbsd.org
2019-12-16
1
-3
/
+1
*
upstream: Add new structure for signature options
djm@openbsd.org
2019-11-25
1
-4
/
+19
*
upstream: additional missing stdarg.h includes when built without
naddy@openbsd.org
2019-11-19
1
-1
/
+1
*
upstream: Refactor signing - use sshkey_sign for everything,
djm@openbsd.org
2019-10-31
1
-3
/
+5
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-2
/
+2
*
upstream: Make sshpkt_get_bignum2() allocate the bignum it is
djm@openbsd.org
2019-01-21
1
-7
/
+3
*
last bits of old packet API / active_state global
Damien Miller
2019-01-20
1
-1
/
+1
*
remove PAM dependencies on old packet API
Damien Miller
2019-01-20
1
-1
/
+1
*
upstream: remove last references to active_state
djm@openbsd.org
2019-01-19
1
-9
/
+6
*
upstream: convert monitor.c to new packet API
djm@openbsd.org
2019-01-19
1
-2
/
+1
*
upstream: convert auth.c to new packet API
djm@openbsd.org
2019-01-19
1
-3
/
+2
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-19
1
-1
/
+4
*
Remove support for S/Key
Damien Miller
2018-07-31
1
-67
/
+0
*
upstream: remove unused zlib.h
djm@openbsd.org
2018-07-20
1
-8
/
+1
*
Fallout from buffer conversion in AUDIT_EVENTS.
Darren Tucker
2018-07-13
1
-2
/
+4
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-10
/
+7
*
Fix sshbuf_new error path in skey.
Darren Tucker
2018-07-11
1
-2
/
+2
*
Supply missing third arg in skey.
Darren Tucker
2018-07-11
1
-1
/
+1
*
Supply some more missing "int r" in skey
Darren Tucker
2018-07-11
1
-1
/
+2
*
upstream: re-remove some pre-auth compression bits
sf@openbsd.org
2018-07-11
1
-3
/
+1
*
Adapt portable to legacy buffer API removal
Damien Miller
2018-07-10
1
-79
/
+113
*
upstream: kerberos/gssapi fixes for buffer removal
djm@openbsd.org
2018-07-10
1
-2
/
+2
*
upstream: sshd: switch monitor to sshbuf API; lots of help & ok
markus@openbsd.org
2018-07-10
1
-201
/
+284
*
upstream: sshd: switch loginmsg to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-4
/
+5
*
upstream: Revert previous two commits
sf@openbsd.org
2018-07-10
1
-1
/
+3
*
upstream: Remove leftovers from pre-authentication compression
sf@openbsd.org
2018-07-10
1
-3
/
+1
*
Many typo fixes from Karsten Weiss
Damien Miller
2018-04-10
1
-1
/
+1
*
upstream: switch over to the new authorized_keys options API and
djm@openbsd.org
2018-03-03
1
-17
/
+27
*
upstream commit
markus@openbsd.org
2018-01-23
1
-2
/
+1
[next]