summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h andDarren Tucker2004-01-083-5/+11
| | | | only define if not already. From des at freebsd.org.
* - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]Darren Tucker2004-01-056-4/+23
| | | | Only enable KerberosGetAFSToken if Heimdal's libkafs is found. with jakob@
* - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails. Patch fromDarren Tucker2004-01-042-2/+6
| | | | cjwatson at debian.org.
* - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report fromDamien Miller2004-01-021-1/+4
| | | | jakob@
* - (djm) OSX/Darwin put the PAM headers in a different place, detect this.Damien Miller2004-01-024-5/+20
| | | | Report from jakob@
* - (djm) Remove useless DNS support configure summary message. from jakob@Damien Miller2004-01-022-3/+3
|
* - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report fromDamien Miller2004-01-022-2/+7
| | | | jakob@
* - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.Darren Tucker2003-12-312-19/+24
|
* - dtucker@cvs.openbsd.org 2003/12/31 00:24:50Darren Tucker2003-12-312-7/+19
| | | | | | [auth2-passwd.c] Ignore password change request during password auth (which we currently don't support) and discard proposed new password. corrections/ok markus@
* - millert@cvs.openbsd.org 2003/12/29 16:39:50Darren Tucker2003-12-312-3/+6
| | | | | [sshd_config] KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
* - jakob@cvs.openbsd.org 2003/12/23 16:12:10Darren Tucker2003-12-315-5/+47
| | | | | [servconf.c servconf.h session.c sshd_config] implement KerberosGetAFSToken server option. ok markus@, beck@
* - markus@cvs.openbsd.org 2003/12/22 20:29:55Darren Tucker2003-12-312-2/+8
| | | | | [cipher-3des1.c] EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
* - djm@cvs.openbsd.org 2003/12/22 09:16:58Darren Tucker2003-12-314-13/+55
| | | | | | [moduli.c ssh-keygen.1 ssh-keygen.c] tidy up moduli generation debugging, add -v (verbose/debug) option to ssh-keygen; ok markus@
* - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if weDarren Tucker2003-12-192-2/+7
| | | | typedef size_t ourselves.
* Enable commented-out "if (compat20)" test. (Should not have been committed.)Darren Tucker2003-12-181-3/+3
|
* - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactiveDarren Tucker2003-12-182-14/+54
| | | | | | | | | | | | authentication. Partially fixes bug #423. Feedback & ok djm@ Some background on why this is the way it is: * Solaris 8's pam_chauthtok ignores the CHANGE_EXPIRED_AUTHTOK flag, so we must call do_pam_account() to figure out if the password is expired. * AIX 5.2 does not like having pam_acct_mgmt() called twice, once from the authentication thread and once from the main shell child, so we cache the result, which must be passed from the authentication thread back to the monitor.
* - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.Darren Tucker2003-12-182-2/+8
|
* - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we areBen Lindstrom2003-12-182-3/+5
| | | | using a real 'signal()' (Noticed by a NeXT Compile)
* - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check forDarren Tucker2003-12-174-5/+38
| | | | | setres[ug]id() present but not implemented (eg some Linux/glibc combinations).
* - markus@cvs.openbsd.org 2003/12/16 15:51:54Damien Miller2003-12-172-6/+8
| | | | | | [dh.c] use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < DH_GRP_MIN
* - markus@cvs.openbsd.org 2003/12/16 15:49:51Damien Miller2003-12-1710-24/+117
| | | | | | | | [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1] [ssh.c ssh_config.5] application layer keep alive (ServerAliveInterval ServerAliveCountMax) for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@
* - markus@cvs.openbsd.org 2003/12/14 12:37:21Damien Miller2003-12-172-5/+6
| | | | | [ssh_config.5] we don't support GSS KEX; from Simon Wilkinson
* - dtucker@cvs.openbsd.org 2003/12/09 23:45:32Damien Miller2003-12-172-2/+18
| | | | | [clientloop.c] Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@
* - markus@cvs.openbsd.org 2003/12/09 21:53:37Damien Miller2003-12-1712-76/+83
| | | | | | | [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1] [ssh_config.5 sshconnect.c sshd.c sshd_config.5] rename keepalive to tcpkeepalive; the old name causes too much confusion; ok djm, dtucker; with help from jmc@
* - markus@cvs.openbsd.org 2003/12/09 17:30:05Damien Miller2003-12-172-4/+9
| | | | | [ssh.c] don't modify argv for ssh -o; similar to sshd.c 1.283
* - markus@cvs.openbsd.org 2003/12/09 17:29:04Damien Miller2003-12-172-3/+9
| | | | | [sshd.c] fix -o and HUP; ok henning@
* 20031217Damien Miller2003-12-172-18/+25
| | | | | | | | | | - (djm) OpenBSD CVS Sync - markus@cvs.openbsd.org 2003/12/09 15:28:43 [serverloop.c] make ClientKeepAlive work for ssh -N, too (no login shell requested). 1) send a bogus channel request if we find a channel 2) send a bogus global request if we don't have a channel ok + test beck@
* - dtucker@cvs.openbsd.org 2003/12/09 13:52:55Darren Tucker2003-12-092-2/+15
| | | | | | [moduli.c] Prevent ssh-keygen -T from outputting moduli with a generator of 0, since they can't be used for Diffie-Hellman. Assistance and ok djm@
* - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.Darren Tucker2003-12-092-2/+3
|
* - djm@cvs.openbsd.org 2003/12/07 06:34:18Darren Tucker2003-12-092-11/+5
| | | | | [moduli.c] remove unused debugging #define templates
* - markus@cvs.openbsd.org 2003/12/08 11:00:47Darren Tucker2003-12-092-6/+10
| | | | | [kexgexc.c] print requested group size in debug; ok djm
* - markus@cvs.openbsd.org 2003/12/02 17:01:15Darren Tucker2003-12-096-11/+17
| | | | | [channels.c session.c ssh-agent.c ssh.h sshd.c] use SSH_LISTEN_BACKLOG (=128) in listen(2).
* - markus@cvs.openbsd.org 2003/12/02 12:15:10Darren Tucker2003-12-092-4/+15
| | | | | | | | | [progressmeter.c] improvments from andreas@: * saner speed estimate for transfers that takes less than a second by rounding the time to 1 second. * when the transfer is finished calculate the actual total speed rather than the current speed which is given during the transfer
* - djm@cvs.openbsd.org 2003/11/26 21:44:29Darren Tucker2003-12-092-2/+6
| | | | | | [cipher-aes.c] fix #ifdef before #define; ok markus@ (RCS ID sync only, Portable already had this)
* - matthieu@cvs.openbsd.org 2003/11/25 23:10:08Darren Tucker2003-12-092-4/+11
| | | | | [ssh-add.1] ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
* [configure.ac] Bug 770. Fix --without-rpath.Tim Rice2003-12-082-17/+26
|
* - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller2003-11-2431-1/+63
| | | | source file path (in OpenBSD tree).
* - dtucker@cvs.openbsd.org 2003/11/24 00:16:35Damien Miller2003-11-243-6/+8
| | | | | [ssh.1 ssh.c] Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
* - djm@cvs.openbsd.org 2003/11/23 23:18:45Damien Miller2003-11-243-3/+11
| | | | | | | | | | [ssh-keygen.c] consistency PATH_MAX -> MAXPATHLEN; ok markus@ (RCS ID sync only) - djm@cvs.openbsd.org 2003/11/23 23:21:21 [scp.c] from portable: rename clashing variable limit-> limit_rate; ok markus@ (RCS ID sync only)
* - (djm) OpenBSD CVS SyncDamien Miller2003-11-243-6/+17
| | | | | | | - djm@cvs.openbsd.org 2003/11/23 23:17:34 [ssh-keyscan.c] from portable - use sysconf to detect fd limit; ok markus@ (tidy diff by adding SSH_SSFDMAX macro to defines.h)
* - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its ownDamien Miller2003-11-242-24/+34
| | | | function and call it unconditionally
* - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled codeDamien Miller2003-11-222-6/+4
|
* - (djm) [sftp-int.c] Remove duplicated code from bogus syncDamien Miller2003-11-222-2/+2
|
* sync whitespace - no code changeDamien Miller2003-11-221-1/+0
|
* - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patchDamien Miller2003-11-222-6/+7
|
* Minor sync w/OpenBSDDarren Tucker2003-11-221-1/+0
|
* - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.Darren Tucker2003-11-223-6/+9
| | | | | Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA is enabled, rely on SIA to check for locked accounts if enabled. ok djm@
* - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]Darren Tucker2003-11-224-54/+68
| | | | | Move AIX specific password authentication code to port-aix.c, call authenticate() until reenter flag is clear.
* knf in portable-code (no code change)Damien Miller2003-11-221-1/+1
|
* - (dtucker) [channels.c] Make AIX write limit code clearer. Suggested by djm@Darren Tucker2003-11-222-3/+6
|