summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-09-16more details on X11Forwarding security issues and threats; ok markus@Kevin Steves
2002-09-16log when _PATH_NOLOGIN exists; ok markus@Kevin Steves
2002-09-13remove use of SO_LINGER, it should not be needed. error checkKevin Steves
2002-09-12add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@Kevin Steves
2002-09-12%u for uid print; ok markus@Kevin Steves
2002-09-12zap unused var introduced in last commitDamien Miller
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2002-09-11don't connect to agent to test for presence if we've previouslyKevin Steves
2002-09-11add agent and X11 forwarding warning text from ssh_config.5; ok markus@Kevin Steves
2002-09-10check the euid of the connecting process with getpeereid(2); ok provos deraad...Markus Friedl
2002-09-09signed vs unsigned from -pedantic; ok henning@Markus Friedl
2002-09-09kerberos support for privsep. confirmed to work by lha@stacken.kth.seJun-ichiro itojun Hagino
2002-09-08no comma at end of enumerator listMarkus Friedl
2002-09-04default LoginGraceTime to 2m; 1m may be too short for slow systems.Kevin Steves
2002-08-29state XAuthLocation is a full pathnameKevin Steves
2002-08-29shrink initial privilege bracket for setuid case; ok markus@Kevin Steves
2002-08-29more on UsePrivilegedPort and setuid root; ok markus@Kevin Steves
2002-08-29deprecate -P as UsePrivilegedPort defaults to no now; ok markus@Kevin Steves
2002-08-29pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>Kevin Steves
2002-08-27some warning text for ForwardAgent and ForwardX11; ok markus@Kevin Steves
2002-08-27RSA_public_decrypt() returns -1 on error so len must be signed; ok markus@Kevin Steves
2002-08-22send signal name (not signal number) in "exit-signal" message; noticedMarkus Friedl
2002-08-22auth_root_allowed() is handled by the monitor in the privsep case,Markus Friedl
2002-08-22shutdown(SHUT_RDWR) not needed before close here; ok markus@Kevin Steves
2002-08-22format with current EscapeChar; bugzilla #388 from wknox@mitre.org.Kevin Steves
2002-08-22use common close function; ok markus@Kevin Steves
2002-08-21raise listen backlog; ok markus@Kevin Steves
2002-08-21change LoginGraceTime default to 1 minute; ok mouring@ markus@Kevin Steves
2002-08-21`RSA' updated to refer to `public key', where it matters.Marc Espie
2002-08-17ordered list hereKevin Steves
2002-08-17ForwardAgent has defaulted to no for over 2 years; be more clear here.Kevin Steves
2002-08-12more PermitUserEnvironment; ok markus@Kevin Steves
2002-08-12make ssh-agent setgid, disallow ptrace.Markus Friedl
2002-08-09proxy vs. fake displayKevin Steves
2002-08-09use Op for mdoc conformance; from esr@golux.thyrsus.comKevin Steves
2002-08-08typo in commentKevin Steves
2002-08-08Use & to test if bits are set, not &&; markus@ ok.Aaron Campbell
2002-08-02replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parserMarkus Friedl
2002-08-02diff is u_int (2x); ok deraadt/provosMarkus Friedl
2002-08-02note that .ssh/environment is only read whenMarco S Hyman
2002-08-02Change mm_zalloc() sanity checks to be more in line with whatTodd C. Miller
2002-07-30add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de...Markus Friedl
2002-07-29print file:lineMarkus Friedl
2002-07-25FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.mouring
2002-07-24print out all known keys for a host if we get a unknown host key,Markus Friedl
2002-07-23utmp_len is unsigned; display error consistent with other options.Kevin Steves
2002-07-22u_int here; ok provos@Kevin Steves
2002-07-22fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;Markus Friedl
2002-07-21remove invalid commentKevin Steves
2002-07-21unneeded includesKevin Steves