summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
2017-12-05Add missing break for rdomain. Prevents spurious "Deprecated option"Darren Tucker
2017-11-03reuse parse_multistate for parse_flag (yes/no arguments). SavesDamien Miller
2017-11-03When doing a config test with sshd -T, only require the attributesDarren Tucker
2017-10-25uninitialised variable in PermitTunnel printing codeDamien Miller
2017-10-25add a "rdomain" criteria for the sshd_config Match keyword to allowDamien Miller
2017-10-25add sshd_config RDomain keyword to place sshd and the subsequentDamien Miller
2017-10-25Add optional rdomain qualifier to sshd_config's ListenAddress optionDamien Miller
2017-10-05replace statically-sized arrays in ServerOptions with dynamic onesDamien Miller
2017-10-04fix (another) problem in PermitOpen introduced during the channels.cDamien Miller
2017-10-02Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@Damien Miller
2017-09-18Add braces missing after channels refactor. ok markus@Darren Tucker
2017-09-12refactor channels.cDamien Miller
2017-06-24refactor authentication loggingDamien Miller
2017-05-17allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717Damien Miller
2017-04-27remove a static array unused since rev 1.306 spotted by clangJonathan Gray
2017-03-14Mark the sshd_config UsePrivilegeSeparation option as deprecated,Damien Miller
2017-03-10Remove old null check from config dumper. Patch from jjelen at redhat.comDarren Tucker
2017-02-03support =- for removing methods from algorithms lists, e.g.Damien Miller
2017-02-03allow form-feed characters at EOL; bz#2431 ok dtucker@Damien Miller
2017-01-06sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes byDamien Miller
2016-11-30Add a sshd_config DisableForwaring option that disables X11, agent,Damien Miller
2016-11-23allow ClientAlive{Interval,CountMax} in Match; ok dtucker, djmMarkus Friedl
2016-11-06Validate address ranges for AllowUser/DenyUsers at configuration loadDamien Miller
2016-10-24Remove dead breaks, found via opencoverage.net. ok deraadt@Darren Tucker
2016-09-28restore pre-auth compression support in the client -- the previousDamien Miller
2016-09-28Remove support for pre-authentication compression. Doing compressionDamien Miller
2016-08-25add a sIgnore opcode that silently ignores options and use it toDamien Miller
2016-08-19remove UseLogin option and support for having /bin/login manageDamien Miller
2016-08-15Remove more SSH1 server code:Christian Weisgerber
2016-06-23fix AuthenticationMethods during configuration re-parse;Damien Miller
2016-06-17ban AuthenticationMethods="" and accept AuthenticationMethods=anyDamien Miller
2016-05-04Fix inverted logic for updating StreamLocalBindMask which would cause theDarren Tucker
2016-05-03fix overriding of StreamLocalBindMask and StreamLocalBindUnlink inDamien Miller
2016-05-03don't forget to include StreamLocalBindUnlink in the configDamien Miller
2016-05-02fix signed/unsigned errors reported by clang-3.7; addDamien Miller
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2016-02-17make sandboxed privilege separation the default, not just for newDamien Miller
2016-01-29Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the returnDarren Tucker
2015-11-13Support "none" as an argument for sshd_config ForceCommand andDamien Miller
2015-10-29Fix "PubkeyAcceptedKeyTypes +..." inside a Match block; ok dtucker@Damien Miller
2015-08-21Fix expansion of HostkeyAlgorithms=+...Damien Miller
2015-08-06add prohibit-password as a synonymn for without-password, since theTheo de Raadt
2015-07-31Allow PermitRootLogin to be overridden by configChris Cappuccio
2015-07-30change default: PermitRootLogin without-passwordTheo de Raadt
2015-07-30Allow ssh_config and sshd_config kex parameters options be prefixedDamien Miller
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-07-01twiddle PermitRootLogin backDamien Miller
2015-07-01twiddle; (this commit marks the openssh-6.9 release)Damien Miller
2015-07-01put back default PermitRootLogin=noDamien Miller
2015-07-01reset default PermitRootLogin to 'yes' (momentarily, for release)Damien Miller