summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - stevesk@cvs.openbsd.org 2006/07/06 16:03:53Damien Miller2006-07-1037-38/+132
| | | | | | | | | | | [auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c] [auth-rhosts.c auth-rsa.c auth.c auth.h auth2-hostbased.c] [auth2-pubkey.c auth2.c includes.h misc.c misc.h monitor.c] [monitor_wrap.c monitor_wrap.h scp.c serverloop.c session.c] [session.h sftp-common.c ssh-add.c ssh-keygen.c ssh-keysign.c] [ssh.c sshconnect.c sshconnect.h sshd.c sshpty.c sshpty.h uidswap.c] [uidswap.h] move #include <pwd.h> out of includes.h; ok markus@
* - djm@cvs.openbsd.org 2006/07/06 10:47:57Damien Miller2006-07-103-58/+295
| | | | | [sftp-server.8 sftp-server.c] add commandline options to enable logging of transactions; ok markus@
* - djm@cvs.openbsd.org 2006/07/06 10:47:05Damien Miller2006-07-105-11/+28
| | | | | [servconf.c servconf.h session.c sshd_config.5] support arguments to Subsystem commands; ok markus@
* - stevesk@cvs.openbsd.org 2006/07/05 02:42:09Damien Miller2006-07-1013-11/+54
| | | | | | | [canohost.c hostfile.c includes.h misc.c packet.c readconf.c] [serverloop.c sshconnect.c uuencode.c] move #include <netinet/in.h> out of includes.h; ok deraadt@ (also ssh-rand-helper.c logintest.c loginrec.c)
* - stevesk@cvs.openbsd.org 2006/07/03 17:59:32Damien Miller2006-07-104-4/+12
| | | | | | [channels.c includes.h] move #include <arpa/inet.h> out of includes.h; old ok djm@ (portable needed session.c too)
* - stevesk@cvs.openbsd.org 2006/07/03 08:54:20Damien Miller2006-07-105-6/+11
| | | | | [includes.h ssh.c sshconnect.c sshd.c] move #include "version.h" out of includes.h; ok markus@
* - stevesk@cvs.openbsd.org 2006/07/02 23:01:55Damien Miller2006-07-103-5/+10
| | | | | [clientloop.c ssh.1] use -KR[bind_address:]port here; ok djm@
* - stevesk@cvs.openbsd.org 2006/07/02 22:45:59Damien Miller2006-07-108-8/+22
| | | | | | [groupaccess.c groupaccess.h includes.h session.c sftp-common.c sshpty.c] move #include <grp.h> out of includes.h (portable needed uidswap.c too)
* - stevesk@cvs.openbsd.org 2006/07/02 18:36:47Damien Miller2006-07-103-4/+7
| | | | | | [gss-serv-krb5.c gss-serv.c] no "servconf.h" needed here (gss-serv-krb5.c change not applied, portable needs the server options)
* - stevesk@cvs.openbsd.org 2006/07/02 17:12:58Damien Miller2006-07-105-29/+72
| | | | | | [ssh.1 ssh.c ssh_config.5 sshd_config.5] more details and clarity for tun(4) device forwarding; ok and help jmc@
* - djm@cvs.openbsd.org 2006/06/26 10:36:15Damien Miller2006-07-102-6/+14
| | | | | | [clientloop.c] mention optional bind_address in runtime port forwarding setup command-line help. patch from santhi.amirta AT gmail.com
* - OpenBSD CVS SyncDamien Miller2006-07-102-4/+10
| | | | | | - djm@cvs.openbsd.org 2006/06/14 10:50:42 [sshconnect.c] limit the number of pre-banner characters we will accept; ok markus@
* - (dtucker) [INSTALL] New autoconf version: 2.60.Darren Tucker2006-07-102-3/+6
|
* - (dtucker) [INSTALL] A bit more info on autoconf.Darren Tucker2006-07-062-3/+5
|
* - (dtucker) [configure.ac] Try AIX blibpath test in different order whenDarren Tucker2006-07-062-4/+14
| | | | | compiling with gcc. gcc 4.1.x will accept (but ignore) -b flags so configure would not select the correct libpath linker flags.
* whitespaceDamien Miller2006-07-051-2/+1
|
* whitespaceDamien Miller2006-07-051-1/+2
|
* - (dtucker) [ssh-rand-helper.c] Don't exit if mkdir fails because theDarren Tucker2006-07-052-3/+7
| | | | target already exists.
* - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and whichDarren Tucker2006-06-302-2/+14
| | | | version.
* - (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it,Darren Tucker2006-06-302-1/+6
| | | | prevents warnings on platforms where _res is in the system headers.
* - (dtucker) [openbsd-compat/openbsd-compat.h] SNPRINTF_CONST for snprintfDarren Tucker2006-06-302-3/+7
| | | | declaration too. Patch from russ at sludge.net.
* - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problemsDarren Tucker2006-06-272-3/+8
| | | | with autoconf 2.60. Patch from vapier at gentoo.org.
* - (dtucker) [channels.c serverloop.c] Apply the bug #1102 workaround to ptysDarren Tucker2006-06-253-4/+11
| | | | only, otherwise sshd can hang exiting non-interactive sessions.
* - (dtucker) [serverloop.c] Get ifdef/ifndef the right way around for the bugDarren Tucker2006-06-242-3/+5
| | | | #1102 workaround.
* - (dtucker) [configure.ac] Bug #1193: Define PASSWD_NEEDS_USERNAME on Solaris.Darren Tucker2006-06-242-3/+10
| | | | | Works around limitation in Solaris' passwd program for changing passwords where the username is longer than 8 characters. ok djm@
* - (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIXDarren Tucker2006-06-234-3/+26
| | | | | | | | | 4.3.3 ML3 or so, the AIX pty layer starting passing zero-length writes on the pty slave as zero-length reads on the pty master, which sshd interprets as the descriptor closing. Since most things don't do zero length writes this rarely matters, but occasionally it happens, and when it does the SSH pty session appears to hang, so we add a special case for this condition. ok djm@
* - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] AddDarren Tucker2006-06-235-9/+38
| | | | | tunnel support for Mac OS X/Darwin via a third-party tun driver. Patch from reyk@, tested by anil@
* - (djm) [getput.h] This file has been replaced by functions in misc.cDamien Miller2006-06-132-59/+2
|
* - djm@cvs.openbsd.org 2006/06/13 01:18:36Damien Miller2006-06-132-2/+8
| | | | | | | | [ssh-agent.c] always use a format string, even when printing a constant - djm@cvs.openbsd.org 2006/06/13 02:17:07 [ssh-agent.c] revert; i am on drugs. spotted by alexander AT beard.se
* - markus@cvs.openbsd.org 2006/06/08 14:45:49Damien Miller2006-06-136-9/+48
| | | | | [readpass.c sshconnect.c sshconnect2.c uidswap.c uidswap.h] do not set the gid, noted by solar; ok djm
* - markus@cvs.openbsd.org 2006/06/06 10:20:20Damien Miller2006-06-136-20/+29
| | | | | | [readpass.c sshconnect.c sshconnect.h sshconnect2.c uidswap.c] replace remaining setuid() calls with permanently_set_uid() and check seteuid() return values; report Marcus Meissner; ok dtucker djm
* - markus@cvs.openbsd.org 2006/06/01 09:21:48Damien Miller2006-06-132-3/+13
| | | | | | [sshd.c] call get_remote_ipaddr() early; fixes logging after client disconnects; report mpf@; ok dtucker@
* - mk@cvs.openbsd.org 2006/05/30 11:46:38Damien Miller2006-06-132-3/+7
| | | | | | [ssh-add.c] Sync usage() with man page and reality. ok deraadt dtucker
* - jmc@cvs.openbsd.org 2006/05/29 16:13:23Damien Miller2006-06-132-2/+10
| | | | | [ssh.1] add GSSAPI to the list of authentication methods supported;
* - jmc@cvs.openbsd.org 2006/05/29 16:10:03Damien Miller2006-06-132-5/+13
| | | | | [ssh_config.5] oops - previous was too long; split the list of auths up
* - dtucker@cvs.openbsd.org 2006/05/29 12:56:33Damien Miller2006-06-132-2/+8
| | | | | | [ssh_config] Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample ssh_config. ok markus@
* - dtucker@cvs.openbsd.org 2006/05/29 12:54:08Damien Miller2006-06-132-3/+6
| | | | | [ssh_config.5] Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
* - miod@cvs.openbsd.org 2006/05/18 21:27:25Damien Miller2006-06-133-5/+8
| | | | | [kexdhc.c kexgexc.c] paramter -> parameter
* - markus@cvs.openbsd.org 2006/05/17 12:43:34Damien Miller2006-06-136-11/+18
| | | | | [scp.c sftp.c ssh-agent.c ssh-keygen.c sshconnect.c] fix leak; coverity via Kylene Jo Hall
* - markus@cvs.openbsd.org 2006/05/16 09:00:00Damien Miller2006-06-132-2/+6
| | | | | [clientloop.c] missing free; from Kylene Hall
* - djm@cvs.openbsd.org 2006/05/08 10:49:48Damien Miller2006-06-132-2/+9
| | | | | | [sshconnect2.c] uint32_t -> u_int32_t (which we use everywhere else) (Id sync only - portable already had this)
* - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitorDarren Tucker2006-05-213-40/+13
| | | | | and slave, we can remove the special-case handling in the audit hook in auth_log.
* - (dtucker) [ssh-rand-helper.c] Check return code of mkdir and fix fileDarren Tucker2006-05-172-2/+8
| | | | pointer leak. From kjhall at us.ibm.com, found by coverity.
* typoDarren Tucker2006-05-151-2/+2
|
* - (dtucker) [auth-pam.c] Bug #1188: pass result of do_pam_account back andDarren Tucker2006-05-152-6/+19
| | | | do not allow kbdint again after the PAM account check fails. ok djm@
* - (dtucker) [defines.h] Find a value for IOV_MAX or use a conservativeDarren Tucker2006-05-152-2/+14
| | | | default. Patch originally from tim@, ok djm
* - (dtucker) [openbsd-compat/getrrsetbyname.c] Use _compat_res instead ofDarren Tucker2006-05-152-1/+11
| | | | | | _res, prevents problems on some platforms that have _res as a global but don't have getrrsetbyname(), eg IRIX 5.3. Found and tested by georg.schwarz at freenet.de, ok djm@.
* - dtucker@cvs.openbsd.org 2006/05/06 08:35:40Darren Tucker2006-05-062-1/+5
| | | | | [auth-krb5.c] Add $OpenBSD$ in comment here too
* - djm@cvs.openbsd.org 2006/04/01 05:37:46Darren Tucker2006-05-062-3/+6
| | | | | [OVERVIEW] $OpenBSD$ in here too
* - djm@cvs.openbsd.org 2006/05/04 14:55:23Darren Tucker2006-05-062-3/+23
| | | | | [dh.c] tighter DH exponent checks here too; feedback and ok markus@