index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servconf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
2020-01-23
1
-1
/
+8
*
upstream: Remove unsupported algorithms from list of defaults at run
dtucker@openbsd.org
2020-01-23
1
-20
/
+27
*
upstream: don't treat HostKeyAgent=none as a path either; avoids
djm@openbsd.org
2019-12-16
1
-1
/
+2
*
upstream: do not attempt to find an absolute path for sshd_config
djm@openbsd.org
2019-12-16
1
-2
/
+13
*
upstream: allow security keys to act as host keys as well as user
djm@openbsd.org
2019-12-16
1
-4
/
+14
*
upstream: Add a sshd_config PubkeyAuthOptions directive
djm@openbsd.org
2019-11-25
1
-2
/
+31
*
upstream: Separate myproposal.h userauth pubkey types
djm@openbsd.org
2019-10-31
1
-3
/
+3
*
upstream: Allow prepending a list of algorithms to the default set
naddy@openbsd.org
2019-09-08
1
-5
/
+9
*
upstream: When running sshd -T, assume any attibute not provided by
dtucker@openbsd.org
2019-05-08
1
-8
/
+10
*
upstream: whitespace
djm@openbsd.org
2019-03-26
1
-2
/
+1
*
upstream: Move checks for lists of users or groups into their own
dtucker@openbsd.org
2019-03-08
1
-6
/
+2
*
Cygwin: implement case-insensitive Unicode user and group name matching
Corinna Vinschen
2019-02-22
1
-0
/
+4
*
Revert unintended parts of previous commit.
Darren Tucker
2019-02-22
1
-4
/
+0
*
Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"
Corinna Vinschen
2019-02-22
1
-0
/
+4
*
upstream: Always initialize 2nd arg to hpdelim2. It populates that
dtucker@openbsd.org
2019-01-24
1
-5
/
+5
*
upstream: Remove support for obsolete host/port syntax.
dtucker@openbsd.org
2019-01-24
1
-8
/
+12
*
upstream: convert servconf.c to new packet API
djm@openbsd.org
2019-01-19
1
-7
/
+3
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-19
1
-1
/
+4
*
upstream: silence (to log level debug2) failure messages when
djm@openbsd.org
2018-11-19
1
-12
/
+28
*
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
djm@openbsd.org
2018-11-16
1
-2
/
+2
*
upstream: actually make CASignatureAlgorithms available as a config
djm@openbsd.org
2018-09-21
1
-1
/
+2
*
upstream: Add sshd_config CASignatureAlgorithms option to allow
djm@openbsd.org
2018-09-20
1
-3
/
+13
*
upstream: better diagnosics on alg list assembly errors; ok
djm@openbsd.org
2018-08-13
1
-14
/
+14
*
Remove support for S/Key
Damien Miller
2018-07-31
1
-1
/
+1
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-2
/
+2
*
upstream: sshd: switch config to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-14
/
+16
*
upstream: Revert previous two commits
sf@openbsd.org
2018-07-10
1
-4
/
+4
*
upstream: Rename COMP_DELAYED to COMP_ZLIB
sf@openbsd.org
2018-07-10
1
-4
/
+4
*
upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSA
djm@openbsd.org
2018-07-04
1
-9
/
+23
*
upstream: allow sshd_config PermitUserEnvironment to accept a
djm@openbsd.org
2018-07-03
1
-4
/
+36
*
upstream: allow bare port numbers to appear in PermitListen directives,
djm@openbsd.org
2018-06-19
1
-9
/
+17
*
upstream: add a SetEnv directive for sshd_config to allow an
djm@openbsd.org
2018-06-09
1
-2
/
+18
*
upstream: switch config file parsing to getline(3) as this avoids
markus@openbsd.org
2018-06-06
1
-5
/
+5
*
upstream: permitlisten option for authorized_keys; ok markus@
djm@openbsd.org
2018-06-06
1
-16
/
+16
*
upstream: Add a PermitListen directive to control which server-side
djm@openbsd.org
2018-06-06
1
-48
/
+90
*
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
djm@openbsd.org
2018-04-10
1
-3
/
+3
*
upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for
job@openbsd.org
2018-04-06
1
-3
/
+3
*
upstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by
markus@openbsd.org
2018-03-02
1
-1
/
+3
*
upstream: Add experimental support for PQC XMSS keys (Extended
markus@openbsd.org
2018-02-26
1
-1
/
+3
*
upstream: stop loading DSA keys by default, remove sshd_config
djm@openbsd.org
2018-02-16
1
-3
/
+1
*
upstream commit
dtucker@openbsd.org
2018-02-09
1
-3
/
+2
*
upstream commit
dtucker@openbsd.org
2017-12-07
1
-5
/
+5
*
upstream commit
dtucker@openbsd.org
2017-12-07
1
-1
/
+2
*
upstream commit
djm@openbsd.org@openbsd.org
2017-11-03
1
-16
/
+8
*
upstream commit
dtucker@openbsd.org@openbsd.org
2017-11-03
1
-20
/
+27
*
fix rdomain compilation errors
Damien Miller
2017-10-26
1
-1
/
+1
*
upstream commit
djm@openbsd.org
2017-10-25
1
-2
/
+4
*
provide hooks and fallbacks for rdomain support
Damien Miller
2017-10-25
1
-0
/
+7
*
upstream commit
djm@openbsd.org
2017-10-25
1
-1
/
+14
*
upstream commit
djm@openbsd.org
2017-10-25
1
-2
/
+19
[next]