summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] RestoreDarren Tucker2004-02-063-13/+47
| | | | | previous authdb setting after auth calls. Fixes problems with setpcred failing on accounts that use AFS or NIS password registries.
* - (dtucker) [sshd.c] Bug #757: Clear child's environment to preventDarren Tucker2004-02-062-1/+9
| | | | accidentally inheriting from root's environment. ok djm@
* - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFODarren Tucker2004-02-062-2/+9
| | | | | for HP-UX 11.11. If there are known-good configs where this is not required, please report them. ok djm@
* - (dtucker) [session.c] Bug #789: Do not call do_pam_setcred as a non-rootDarren Tucker2004-02-062-2/+5
| | | | user, since some modules might fail due to lack of privilege. ok djm@
* - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building withDarren Tucker2004-02-063-4/+6
| | | | OpenSSL >= 0.9.7. ok djm@
* - (dtucker) [acss.c acss.h] Fix $Id tags.Darren Tucker2004-02-063-3/+6
|
* Minor wording changeDarren Tucker2004-01-301-2/+2
|
* - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]Darren Tucker2004-01-305-43/+90
| | | | Bug #775: Cray fixes from wendy at cray.com
* - (dtucker) [configure.ac] Add --without-zlib-version-check. Feedback fromDarren Tucker2004-01-302-5/+24
| | | | tim@, ok several
* - djm@cvs.openbsd.org 2004/01/13 09:49:06Darren Tucker2004-01-302-3/+6
| | | | | [sftp-batch.sh] don't delete thyself when running without obj/ ; ok markus@
* - jmc@cvs.openbsd.org 2003/11/07 10:16:44Darren Tucker2004-01-302-3/+6
| | | | | [ssh-com.sh] adress -> address, and a few more; all from Jonathon Gray;
* - dtucker@cvs.openbsd.org 2003/10/11 11:49:49Darren Tucker2004-01-303-8/+30
| | | | | | [Makefile banner.sh] Test missing banner file, suppression of banner with ssh -q, check return code from ssh. ok markus@
* - (dtucker) [moduli] Import new moduli file from OpenBSD.Darren Tucker2004-01-282-157/+186
|
* - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@Darren Tucker2004-01-282-2/+13
|
* - djm@cvs.openbsd.org 2004/01/27 10:08:10Damien Miller2004-01-272-7/+11
| | | | | | [sftp.c] reorder parsing so user:skey@host:file works (bugzilla #777) patch from admorten AT umich.edu; ok markus@
* - djm@cvs.openbsd.org 2004/01/25 03:49:09Damien Miller2004-01-272-6/+11
| | | | | | [sshconnect.c] reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785) from jclonguet AT free.fr; ok millert@
* - hshoexer@cvs.openbsd.org 2004/01/23 19:26:33Damien Miller2004-01-272-3/+7
| | | | | | [cipher.c] rename acss@opebsd.org to acss@openssh.org ok deraadt@
* - mouring@cvs.openbsd.org 2004/01/23 17:57:48Damien Miller2004-01-272-2/+13
| | | | | | [sftp-int.c] Fix issue pointed out with ls not handling large directories with embeded paths correctly. OK damien@
* - (djm) OpenBSD CVS SyncDamien Miller2004-01-276-12/+430
| | | | | | | | | - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03 [cipher.c] enable acss for ssh ok deraadt@ markus@ - (djm) [acss.c acss.h cipher-acss.c] Portable support for ACSS if libcrypto lacks it
* [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZTim Rice2004-01-263-10/+12
| | | | and T_SIG to getrrsetbyname.h
* [configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.Tim Rice2004-01-263-3/+7
|
* [defines.h] Add defines for HFIXEDSZ and T_SIGTim Rice2004-01-262-2/+11
|
* 20040126Tim Rice2004-01-262-2/+2
| | | | [regress/test-exec.sh] RhostsAuthentication is deprecated.
* Typo in regress/README.regressTim Rice2004-01-262-3/+6
|
* - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.comDamien Miller2004-01-242-2/+5
|
* [configure.ac] Remove hard coded -L/usr/local/lib andTim Rice2004-01-232-33/+27
| | | | | -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \ CPPFLAGS="-I/usr/local/include" ./configure if needed.
* - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]Darren Tucker2004-01-236-10/+13
| | | | | | | | Change AFS symbol to USE_AFS to prevent namespace collisions, do not include kafs.h unless necessary. From deengert at anl.gov. For consistency, all of the libkafs bits are now inside "#if defined(KRB5) && defined(USE_AFS)".
* - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.Darren Tucker2004-01-232-5/+9
| | | | Patch from vinschen at redhat.com.
* - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and forDarren Tucker2004-01-232-2/+24
| | | | zlib >= 1.1.4. Partly from jbasney at ncsa.uiuc.edu. ok djm@
* - (djm) Bug #776: Update contrib/redhat/openssh.spec to dynamically detectDamien Miller2004-01-232-3/+11
| | | | | Kerberos location (and thus work with Fedora Core 1); from jason AT devrandom.org
* - (djm) Do pam_session processing for systems with HAVE_LOGIN_CAP; fromDamien Miller2004-01-232-1/+11
| | | | ralf.hack AT pipex.net; ok dtucker@
* [contrib/solaris/buildpkg.sh] Allow for the possibility ofTim Rice2004-01-222-2/+11
| | | | /usr/local being a symbolic link. Fixes problem reported by Henry Grebler.
* - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 notDarren Tucker2004-01-222-2/+4
| | | | | | | | just HEIMDAL. Currently this will make no difference, as only Heimdal (which defines KRB5 anyway) has libkafs, however a libkafs that works with MIT may become available. In that case it will be used too.
* - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/Darren Tucker2004-01-222-22/+55
| | | | GSSAPI detection, libs and includes. ok djm@
* - deraadt@cvs.openbsd.org 2004/01/11 21:55:06Damien Miller2004-01-215-197/+225
| | | | | | | | [sshpty.c] for pty opening, only use the openpty() path. the other stuff only needs to be in openssh-p; markus ok - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an openpty() replacement
* - djm@cvs.openbsd.org 2004/01/21 03:07:59Damien Miller2004-01-212-3/+8
| | | | | [sftp.c] initialise infile in main, rather than statically - from portable
* - markus@cvs.openbsd.org 2004/01/19 21:25:15Damien Miller2004-01-216-18/+22
| | | | | [auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c] fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
* - markus@cvs.openbsd.org 2004/01/19 09:24:21Damien Miller2004-01-212-6/+23
| | | | | | | [channels.c] fake consumption for half closed channels since the peer is waiting for window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@ reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo'
* - markus@cvs.openbsd.org 2004/01/13 19:45:15Damien Miller2004-01-212-4/+9
| | | | | [compress.c] cast for portability; millert@
* - markus@cvs.openbsd.org 2004/01/13 19:23:15Damien Miller2004-01-213-5/+12
| | | | | [compress.c session.c] -Wall; ok henning
* - jmc@cvs.openbsd.org 2004/01/13 12:17:33Damien Miller2004-01-212-7/+12
| | | | | | | | [sftp.1] remove unnecessary Ic's; kill whitespace at EOL; ok djm@
* - djm@cvs.openbsd.org 2004/01/13 09:25:05Damien Miller2004-01-214-18/+39
| | | | | | [sftp-int.c sftp.1 sftp.c] Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and enable use of "-b -" to accept batchfile from stdin; ok markus@
* - (dtucker) [auth-pam.c] Add minor debugging.Darren Tucker2004-01-152-4/+14
|
* - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, addDarren Tucker2004-01-142-2/+7
| | | | test for case where cleanup has already run.
* - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exitsDarren Tucker2004-01-142-2/+27
| | | | unexpectedly. with & ok djm@
* - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes. NoDarren Tucker2004-01-132-13/+20
| | | | | | | functional changes. This is in preparation for a change to catch the authentication thread exitting unexpectedly, to split functional and cosmetic changes.
* - (dtucker) [configure.ac] Remove extra (typo) comma.Darren Tucker2004-01-092-3/+4
|
* - (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-052-2/+6
| | | | cjwatson at debian.org.