Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-21 | print sshd_config filename in debug2 mode. | Markus Friedl | |
2002-09-04 | default LoginGraceTime to 2m; 1m may be too short for slow systems. | Kevin Steves | |
ok markus@ | |||
2002-08-21 | change LoginGraceTime default to 1 minute; ok mouring@ markus@ | Kevin Steves | |
2002-07-30 | add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, ↵ | Markus Friedl | |
deraadt | |||
2002-06-23 | minor KNF. things the fingers do while you read | Theo de Raadt | |
2002-06-20 | allow Compression=yes/no in sshd_config | Markus Friedl | |
2002-05-15 | re-enable privsep and disable setuid for post-3.2.2 | Markus Friedl | |
2002-05-15 | disable privsep and enable setuid for the 3.2.2 release | Markus Friedl | |
2002-05-04 | enable privsep by default; provos ok | Theo de Raadt | |
2002-04-22 | do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@ | Markus Friedl | |
2002-04-20 | No, afs requires explicit enabling | Theo de Raadt | |
2002-03-20 | for unprivileged user, group do: | Kevin Steves | |
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@ | |||
2002-03-19 | _PATH_PRIVSEP_CHROOT_DIR; ok provos@ | Kevin Steves | |
2002-03-18 | UnprivUser/UnprivGroup usable now--specify numeric user/group; ok | Kevin Steves | |
provos@ | |||
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos | |
work done by me and markus@ | |||
2002-02-04 | add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, | Markus Friedl | |
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@ | |||
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl | |
2002-01-27 | add X11UseLocalhost; ok markus@ | Kevin Steves | |
2002-01-22 | typo in error message; from djast@cs.toronto.edu | Kevin Steves | |
2002-01-04 | protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and | Kevin Steves | |
/etc/ssh_host_dsa_key like we have in sshd_config. ok markus@ | |||
2002-01-04 | remove #ifdef _PATH_XAUTH/#endif; ok markus@ | Kevin Steves | |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
2001-12-06 | add -o to sshd, too. ok deraadt@ | Markus Friedl | |
2001-12-05 | minor KNF | Theo de Raadt | |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves | |
2001-11-12 | enable authorized_keys2 again. tested by fries@ | Markus Friedl | |
2001-11-11 | make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if ↵ | Markus Friedl | |
AuthorizedKeysFile is specified. | |||
2001-08-16 | deprecate CheckMail. ok markus@ | Jakob Schlyter | |
---------------------------------------------------------------------- | |||
2001-07-11 | make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong ok | Jun-ichiro itojun Hagino | |
XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and -I/usr/include/kerberosV? | |||
2001-07-08 | fix ``MaxStartups max''; ok markus@ | Kevin Steves | |
2001-06-26 | #include <kafs.h> | Dug Song | |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund ↵ | Dug Song | |
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok | |||
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino | |
TODO; cleanup headers | |||
2001-06-08 | move the path for xauth to pathnames.h | Markus Friedl | |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl | |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves | |
specify time may be expressed using a sequence of the form: time[qualifier], where time is a positive integer value and qualifier is one of the following: <none>,s,m,h,d,w Examples: 600 600 seconds (10 minutes) 10m 10 minutes 1h30m 1 hour 30 minutes (90 minutes) ok markus@ | |||
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl | |
2001-05-03 | remove "\n" from fatal() | Kevin Steves | |
2001-04-15 | use fatal() or error() vs. fprintf(); ok markus@ | Kevin Steves | |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck | |
This gives the ability to do a "keepalive" via the encrypted channel which can't be spoofed (unlike TCP keepalives). Useful for when you want to use ssh connections to authenticate people for something, and know relatively quickly when they are no longer authenticated. Disabled by default (of course). ok markus@ | |||
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves | |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl | |
similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | |||
2001-04-06 | in addition to: | Kevin Steves | |
ListenAddress host|ipv4_addr|ipv6_addr permit: ListenAddress [host|ipv4_addr|ipv6_addr]:port ListenAddress host|ipv4_addr:port sshd.8 updates coming. ok markus@ | |||
2001-04-02 | correct comment; ok markus@ | Kevin Steves | |
2001-03-25 | PrintLastLog option; from chip@valinux.com with some minor | Kevin Steves | |
changes by me. ok markus@ | |||
2001-03-05 | sync error message; ok markus@ | Kevin Steves | |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller | |
get passed on to syslog() and when logging to stderr, do_log() appends its own newline. | |||
2001-03-04 | kill obsolete RandomSeed; ok markus@ deraadt@ | Kevin Steves | |
2001-02-22 | grammar; slade@shore.net | Theo de Raadt | |
2001-02-12 | PermitRootLogin={yes,without-password,forced-commands-only,no} | Markus Friedl | |
(before this change, root could login even if PermitRootLogin==no) |