summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/servconf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add some optional indirection to matching of principal names listeddjm2010-05-071-1/+2
* Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatdjm2010-03-041-1/+3
* Add support for certificate key types for users and hosts.djm2010-02-261-1/+4
* avoid run-time failures when specifying hostkeys via a relativedjm2010-01-131-1/+2
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-3/+1
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-1/+3
* make a2port() return -1 when it encounters an invalid port numberdjm2009-01-221-4/+4
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-1/+3
* Add extended test mode (-T) and connection parameters for test mode (-C).dtucker2008-06-101-1/+2
* Make the maximum number of sessions run-time controllable viadjm2008-05-081-1/+3
* Enable the AllowAgentForwarding option in sshd_config (global and matchpyr2008-05-071-1/+2
* rekey arc4random and OpenSSL RNG in postauth childdjm2008-02-131-1/+4
* add sshd_config ChrootDirectory option to chroot(2) users to a directory anddjm2008-02-081-1/+3
* Teach Match how handle config directives that are used before authentication.dtucker2007-02-191-2/+2
* Add ability to match groups to Match keyword in sshd_config. Feedback djm@,dtucker2006-08-141-1/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+1
* Make PermitOpen take a list of permitted ports and act more like most otherdtucker2006-07-211-1/+3
* Add ForceCommand keyword to sshd_config, equivalent to the "command="dtucker2006-07-191-1/+3
* Add support for conditional directives to sshd_config via a "Match" keyword,dtucker2006-07-121-3/+8
* support arguments to Subsystem commands; ok markus@djm2006-07-061-1/+2
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk2005-12-061-1/+3
* bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.czdjm2004-12-231-1/+2
* re-exec sshd on accept(); initial work, final debugging and ok markus@djm2004-06-241-3/+5
* Add MaxAuthTries sshd config option; ok markus@dtucker2004-05-231-1/+3
* bz #815: implement ability to pass specified environment variables from thedjm2004-04-271-1/+5
* implement KerberosGetAFSToken server option. ok markus@, beck@jakob2003-12-231-1/+3
* rename keepalive to tcpkeepalive; the old name causes too muchmarkus2003-12-091-2/+2
* remove unused kerberos code; ok henning@markus2003-09-011-3/+1
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-1/+3
* remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,markus2003-08-131-3/+1
* remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);markus2003-07-221-2/+1
* deprecate VerifyReverseMapping since it's dangerous if combinedmarkus2003-06-021-2/+2
* always parse kerberos options. ok djm@ markus@jakob2003-05-151-7/+1
* add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, deraadtmarkus2002-07-301-1/+2
* allow Compression=yes/no in sshd_configmarkus2002-06-201-1/+2
* for unprivileged user, group do:stevesk2002-03-201-4/+1
* _PATH_PRIVSEP_CHROOT_DIR; ok provos@stevesk2002-03-191-2/+1
* integrate privilege separated openssh; its turned off by default for now.provos2002-03-181-1/+4
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-2/+2
* s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@markus2002-01-291-2/+2
* add X11UseLocalhost; ok markus@stevesk2002-01-271-1/+2
* basic KNF done while i was looking for something elsederaadt2001-12-191-4/+4
* add -o to sshd, too. ok deraadt@markus2001-12-061-1/+3
* typo in commentstevesk2001-08-171-4/+4
* deprecate CheckMail. ok markus@jakob2001-08-161-2/+1
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-14/+4
* Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ okdugsong2001-06-261-4/+6
* prototype pedant. not very creative...itojun2001-06-261-4/+4
* get rid of known_hosts2, use it for hostkey lookup, but do not modify.markus2001-06-231-3/+3