Manoj Ampalam
38d8696c91
cranked up build version
2017-02-15 21:55:00 -08:00
Manoj Ampalam
f80a467c20
Multiple Fixes ( #82 )
...
PowerShell/Win32-OpenSSH#524
PowerShell/Win32-OpenSSH#518
PowerShell/Win32-OpenSSH#517
2017-02-15 21:32:50 -08:00
Yanbing
8e9236b03b
Groupaccess support ( https://github.com/PowerShell/Win32-OpenSSH/issues/463 )
2017-02-14 13:43:06 -08:00
bagajjal
c4a9f83682
Fixed copy paste Terminal related issues ( #80 )
...
PowerShell/Win32-OpenSSH#527
PowerShell/Win32-OpenSSH#515
2017-02-14 13:02:15 -08:00
Manoj Ampalam
a73b5d6def
Cleaned up core sources for upstream PR ( #78 )
2017-02-10 14:02:02 -08:00
bagajjal
4d0c1db166
Fixed wstat fix for file permission issue
...
https://github.com/PowerShell/Win32-OpenSSH/issues/176
1.If there are no sufficient permissions to open a file then _wstat64() is returning file not present but it should return the accessed denied.Fixed this.
2.Code cleanup in the posix compat files to align with the openbsd coding standard.
2017-02-09 11:30:40 -08:00
bagajjal
73180c876d
Cleaned up shell-host and terminal related code
2017-02-07 12:21:01 -08:00
Manoj Ampalam
ce03c08333
Removed take ownership privilege on auth tokens resulting from key based auth
...
https://github.com/PowerShell/Win32-OpenSSH/issues/494
2017-02-06 21:56:32 -08:00
Manoj Ampalam
776151cfac
Fixed: crtheaders.h not getting regenerated on Clean Build
...
https://github.com/PowerShell/Win32-OpenSSH/issues/516
2017-02-06 11:19:26 -08:00
bagajjal
35ea56a9a7
Cleaned up shell-host.c, termio.c, tncon.c, tnnet.c
2017-02-04 00:37:08 -08:00
Manoj Ampalam
f5b88d422e
Fixed: ssh-shellhost.exe is orphaned when sshd.exe aborts unexpectedly ( #73 )
...
https://github.com/PowerShell/Win32-OpenSSH/issues/512
2017-02-03 12:22:00 -08:00
bagajjal
70784d5606
Fixed Denyusers issue when logging in with ssh username@domain@serverip ( https://github.com/PowerShell/Win32-OpenSSH/issues/511 )
2017-02-02 23:54:02 -08:00
Manoj Ampalam
9906e0515d
Tidied do_exex_windows in session.c ( https://github.com/PowerShell/Win32-OpenSSH/issues/510 )
2017-02-02 15:03:21 -08:00
Yanbing
47c4ec917b
SCP bug fix: SCP does not copy file exceeds 2,147,483,648 bytes. ( https://github.com/PowerShell/Win32-OpenSSH/issues/145 ) ( #70 )
...
* SCP bug fix: https://github.com/PowerShell/Win32-OpenSSH/issues/145
1. update the install-sshd does not failed when log folder exists.
2. enable to copy files larger than 2G
* update the new-item usage
* exclude unittest-sshkey.exe temperately
* move declaration to top
* update white spaces
* Remove the memset
2017-01-31 20:07:29 -08:00
Manoj Ampalam
affdad94cd
Fixed progress meter issue ( https://github.com/PowerShell/Win32-OpenSSH/issues/505 ) ( #68 )
...
Resulted due to off_t defined as long in Windows headers. Fix - override
as long long.
2017-01-29 23:54:24 -08:00
Manoj Ampalam
8124c3a40c
cranked up build version
2017-01-29 23:48:18 -08:00
bagajjal
073eadfc98
Bug fixes ( #58 )
...
PowerShell/Win32-OpenSSH#458
PowerShell/Win32-OpenSSH#497
a) Deleted the unwanted file (conio.c)
b) Added more debug logs to get_passwd()
c) Removed ReadThread() in termio.c
2017-01-28 11:52:02 -08:00
Manoj Ampalam
9bc3da7fa7
Cleaned up unittests ( https://github.com/PowerShell/Win32-OpenSSH/issues/477 )
...
unittest-sshkey.exe failures still need investigation
2017-01-27 14:11:27 -08:00
Yanbing
e3bec44766
Improvements to CI build and validation output
2017-01-27 10:47:20 -08:00
Manoj Ampalam
fb51120093
Fixed: Regression in command exit code ( https://github.com/PowerShell/Win32-OpenSSH/issues/485 )
2017-01-25 20:54:21 -08:00
Manoj Ampalam
c6b57c018c
Got rid of w32posix.h and defs.h ( https://github.com/PowerShell/Win32-OpenSSH/issues/498 )
2017-01-25 14:43:55 -08:00
bagajjal
e4da8db4d2
Multiple Fixes
...
https://github.com/PowerShell/Win32-OpenSSH/issues/496
https://github.com/PowerShell/Win32-OpenSSH/issues/488
https://github.com/PowerShell/Win32-OpenSSH/issues/495
2017-01-24 10:18:42 -08:00
Ray Hayes
d10d8a8f36
Remove passthru, fix check for ansi console support. Removed VT52. ( https://github.com/PowerShell/Win32-OpenSSH/issues/430 )
2017-01-23 16:45:41 -08:00
Manoj Ampalam
d34edc89db
Added provision to intercept crt header inclusion ( https://github.com/PowerShell/Win32-OpenSSH/issues/490 )
2017-01-21 20:14:08 -08:00
Manoj Ampalam
282e45472a
cranked version
2017-01-15 16:39:15 -08:00
Manoj Ampalam
efa7d82bbd
Fixed issue: Wrong log message when key type is not allowed ( https://github.com/PowerShell/Win32-OpenSSH/issues/472 )
2017-01-14 23:25:12 -08:00
bagajjal
039f2eca7a
SFTP bug fixes ( #53 )
...
https://github.com/PowerShell/Win32-OpenSSH/issues/479
https://github.com/PowerShell/Win32-OpenSSH/issues/476
https://github.com/PowerShell/Win32-OpenSSH/issues/474
https://github.com/PowerShell/Win32-OpenSSH/issues/467
bug #479 - "ls c:" is not working
sanitized_path() is modified to handle the edge case "\x:"
2.bug #476 - "cd c:" is not working
If "c:" is passed to _fullpath() then it is returning existing path but not "c:", so if we append "\" to "c:" then it is working fine.
3.bug #474 - code cleanup MAX_PATH
Using PATH_MAX variable instead of MAX_PATH
In dirent.h, used PATH_MAX instead of hardcoding 256 characters
In readdir(), changed the pdirentry to be a static variable. Before this, we are leaking the memory.
4.bug #467 - SFTP rename failed if the newpath already exists.
The _wrename throws error if the newpath exists.
To make it consistent with the linux behavrior,
a) if the newpath is a file and if it exists then delete it so that _wrename will succeed.
b) if the newpath is a directory and if it is empty then delete it so that _wrename will succeed.
2017-01-14 22:12:19 -08:00
Manoj Ampalam
e95aef2cf3
Fixed issue: wrong message when connection refused ( https://github.com/PowerShell/Win32-OpenSSH/issues/216 )
2017-01-14 08:10:28 -08:00
Manoj Ampalam
adbe5a2f2e
Fixed issue: sshd service terminates after a brief period of time ( https://github.com/PowerShell/Win32-OpenSSH/issues/241 )
2017-01-13 13:25:31 -08:00
Yanbing
2017ffdff0
Reduce the console output of build ( #54 )
...
1. Reduce the console output of build
2. move to use powershell core 6.0.0.14
3. one minor fix in pester tests.
* Update the path of unittest results and build log. suppress the warning message.
* limitoutput of choco installation.
* fix of quotes
* remove redundant log
* Set x64 Release build as default
2017-01-13 12:03:42 -08:00
Yanbing
6c049683d7
Cleaned up win32_log.c
2017-01-10 20:18:44 -08:00
Yanbing
6608961bb0
SCP issue fixes: setting the timestamp of directory and enable run_err to report error back to client ( #42 )
...
* SCP bug fixes
https://github.com/PowerShell/Win32-OpenSSH/issues/465
https://github.com/PowerShell/Win32-OpenSSH/issues/464
* remove one comment
* remove redundent code for mode update.
* update the mode setting when mkdir per the info from main page
* change to follow the BSD coding style
* change naming convention
* add static
2017-01-09 19:07:51 -08:00
Manoj Ampalam
9b8902443e
Fix to https://github.com/PowerShell/Win32-OpenSSH/issues/421 ( #43 )
2017-01-06 23:00:27 -08:00
Yanbing
cfd88df671
Fix the hanging issue when file already exists and -p is used. ( #41 )
2017-01-06 10:03:06 -08:00
bagajjal
144ece5347
SFTP fixes
...
1.Fixed df command that shows the disk space utilization.
2.Fixed the realpath to take care of edge cases where path size is less than 2.
3.Fixed the "dir " bug
4.Fixed the "dir e:\test" bug
5.Fixed the memory leak in wmain_sshd.c
2017-01-05 15:01:36 -08:00
Manoj Ampalam
743a94da26
cranked version ( #40 )
2017-01-03 14:14:52 -08:00
Manoj Ampalam
f207a12b78
Fixed openssl=no build issues ( #38 )
2016-12-27 13:47:09 -08:00
Manoj Ampalam
d67c7e7c85
:Missed earlier fix to spawn_child
2016-12-21 21:39:43 -08:00
Manoj Ampalam
9333a08637
SCP Fixes (from Yanbing), realpath_win cleanup and spawn_child fix (that broke progfiles installation)
2016-12-21 21:17:14 -08:00
bagajjal
0c98fdf059
Merge branch 'latestw_all' of https://github.com/PowerShell/openssh-portable into latestw_all
2016-12-21 19:51:34 -08:00
bagajjal
79e00ae7de
realpath fix
2016-12-21 19:51:27 -08:00
Yanbing
5cdec2bc35
Enablebuildlatestw_all ( #35 )
...
Update build script to download OpenSSL libs from win32_openssh
2016-12-21 17:34:20 -08:00
bagajjal
07a658c2b7
Making forwardslash/backslash converter methods available in posix layer
2016-12-21 11:51:37 -08:00
Manoj Ampalam
50ddd23474
Added credits to install-sshd.ps1
2016-12-20 13:50:02 -08:00
Manoj Ampalam
4adde42f61
Fix to SDDL issue in install-sshd.ps1
2016-12-20 10:16:50 -08:00
Manoj Ampalam
6aa5b815c2
To be cleaned sources from Win32 Fork
2016-12-19 14:48:14 -08:00
Manoj Ampalam
5ad8a2c358
Sources Merged from Win32 Fork
2016-12-19 14:46:28 -08:00
Damien Miller
4a354fc231
crank version numbers for release
2016-12-19 15:59:41 +11:00
Damien Miller
c9792783a9
Add a gnome-ssh-askpass3 target for GTK+3 version
...
Based on patch from Colin Watson via bz#2640
2016-12-06 18:43:37 +11:00
Damien Miller
7be85ae02b
Make gnome-ssh-askpass2.c GTK+3-friendly
...
Patch from Colin Watson via bz#2640
2016-12-06 18:43:37 +11:00
Darren Tucker
461f50e7ab
Update links to https.
...
www.openssh.com now supports https and ftp.openbsd.org no longer
supports ftp. Make all links to these https.
2016-10-21 06:55:58 +11:00
Damien Miller
80e766fb08
crank version numbers
2016-07-24 21:50:13 +10:00
Darren Tucker
1842420016
Add missing ssh-host-config --name option
...
Patch from vinschen@redhat.com .
2016-05-30 19:35:28 +10:00
Damien Miller
cff26f373c
remove slogin from *.spec
2016-03-15 04:30:21 +11:00
Darren Tucker
8ff20ec95f
Quote variables that may contain whitespace.
...
The variable $L_TMP_ID_FILE needs to be surrounded by quotes in order to
survive paths containing whitespace. bz#2551, from Corinna Vinschen via
Philip Hands.
2016-03-14 09:24:03 +11:00
Damien Miller
99135c764f
update spec/README versions ahead of release
2016-02-23 20:17:23 +11:00
Damien Miller
ef39e8c049
sync ssh-copy-id with upstream 783ef08b0a75
2016-02-16 10:34:39 +11:00
Damien Miller
8d7b523b96
bump version numbers
2016-01-27 16:39:01 +11:00
Darren Tucker
ee607cccb6
Increase robustness of redhat/openssh.spec
...
- remove configure --with-rsh, because this option isn't supported anymore
- replace last occurrence of BuildPreReq by BuildRequires
- update grep statement to query the krb5 include directory
Patch from CarstenGrohmann via github, ok djm.
2015-12-15 15:23:49 +11:00
Damien Miller
a4f5b507c7
fix URL for connect.c
2015-08-21 14:43:55 +10:00
Damien Miller
d026a8d3da
update version numbers for 7.1
2015-08-21 13:47:10 +10:00
Damien Miller
318c377435
update versions in *.spec
2015-08-11 13:53:48 +10:00
Damien Miller
66295e0e1b
crank version numbers for release
2015-07-01 11:49:12 +10:00
Damien Miller
be8f658e55
update version numbers to match version.h
2015-03-04 15:39:22 -08:00
Damien Miller
2048f85a5e
include CFLAGS in gnome askpass targets
...
from Fedora
2014-12-18 10:15:49 +11:00
Damien Miller
867f49c666
Avoid Cygwin ssh-host-config reading /etc/group
...
Patch from Corinna Vinschen
2014-11-26 13:22:41 +11:00
Damien Miller
8b66f36291
allow custom service name for sshd on Cygwin
...
Permits the use of multiple sshd running with different service names.
Patch by Florian Friesdorf via Corinna Vinschen
2014-11-26 13:20:35 +11:00
Damien Miller
0e4cff5f35
Prepare scripts for next Cygwin release
...
Makes the Cygwin-specific ssh-user-config script independent of the
existence of /etc/passwd. The next Cygwin release will allow to
generate passwd and group entries from the Windows account DBs, so the
scripts have to adapt.
from Corinna Vinschen
2014-11-05 11:01:31 +11:00
Damien Miller
81d18ff7c9
delete contrib/caldera directory
2014-10-07 21:24:25 +11:00
Damien Miller
44988defb1
- (djm) [contrib/cygwin/ssh-host-config] Fix old code leading to
...
permissions/ACLs; from Corinna Vinschen
2014-09-03 05:35:32 +10:00
Damien Miller
54703e3cf6
- (djm) [contrib/cygwin/README] Correct build instructions; from Corinna
2014-08-20 11:10:51 +10:00
Damien Miller
a75aca1bbc
- (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README]
...
[contrib/redhat/openssh.spec contrib/suse/openssh.spec] Remove mentions
of TCP wrappers.
2014-08-19 11:36:07 +10:00
Damien Miller
9eaeea2cf2
- (djm) [README contrib/caldera/openssh.spec]
...
[contrib/redhat/openssh.spec contrib/suse/openssh.spec] Update versions
2014-08-10 11:35:05 +10:00
Damien Miller
f9eb5e0734
- (djm) [contrib/cygwin/ssh-host-config] Updated Cygwin ssh-host-config
...
from Corinna Vinschen, fixing a number of bugs and preparing for
Cygwin 1.7.30.
2014-05-27 14:31:58 +10:00
Damien Miller
6486f16f1c
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Crank version numbers
2014-02-28 10:03:52 +11:00
Damien Miller
2ae77e64f8
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Crank RPM spec version numbers.
2014-01-16 18:51:07 +11:00
Darren Tucker
aff7ef1bb8
- (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation:
...
rather than testing and generating each key, call ssh-keygen -A.
Patch from vinschen at redhat.com.
2013-11-09 00:19:22 +11:00
Damien Miller
3420a50169
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update version numbers following release.
2013-11-08 16:48:13 +11:00
Damien Miller
e9e936d33b
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update version numbers
2013-07-25 12:34:00 +10:00
Darren Tucker
b7482cff46
- (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config
...
contrib/cygwin/ssh-user-config] Modernizes and improve readability of
the Cygwin README file (which hasn't been updated for ages), drop
unsupported OSes from the ssh-host-config help text, and drop an
unneeded option from ssh-user-config. Patch from vinschen at redhat com.
2013-07-02 20:06:46 +10:00
Darren Tucker
b4e00949f0
- (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.
...
Patch from cjwatson at debian.
2013-06-05 22:48:44 +10:00
Damien Miller
6aa3eacc5e
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
...
executed if mktemp failed; bz#2105 ok dtucker@
2013-05-16 11:10:17 +10:00
Damien Miller
83efe7c861
- (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
...
Hands' greatly revised version.
2013-03-22 10:17:36 +11:00
Damien Miller
c0cc7ce166
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Crank version numbers
2013-02-27 10:48:18 +11:00
Damien Miller
91edc1ce2b
- (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from
...
Iain Morgan
2013-02-15 10:23:44 +11:00
Damien Miller
e7f50e1c18
- (djm) [contrib/redhat/sshd.init] treat RETVAL as an integer;
...
patch from Iain Morgan in bz#2059
2013-02-08 10:49:37 +11:00
Damien Miller
39a9d2c933
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update version numbers
2012-08-22 21:57:13 +10:00
Darren Tucker
62dcd63f5e
- (dtucker) [contrib/cygwin/ssh-host-config] Ensure that user sshd runs as
...
can logon as a service. Patch from vinschen at redhat com.
2012-06-22 22:02:42 +10:00
Darren Tucker
593538911a
- (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to find
...
pkg-config so it does the right thing when cross-compiling. Patch from
cjwatson at debian org.
2012-05-19 15:24:37 +10:00
Damien Miller
8beb320390
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update for release 6.0
2012-04-20 10:58:34 +10:00
Darren Tucker
67ccc86506
- (dtucker) [contrib/redhat/openssh.spec] Bug #1992 : remove now-gone WARNING
...
file from spec file. From crighter at nuclioss com.
2012-03-30 10:19:56 +11:00
Darren Tucker
9f157abbb6
- (dtucker) [contrib/cygwin/Makefile] Continue if installing a doc file
...
fails. Patch from Corinna Vinschen.
2011-10-25 09:37:57 +11:00
Damien Miller
022ee24197
- (djm) [contrib/redhat/openssh.spec] Correct restorcon => restorecon
2011-09-07 09:15:02 +10:00
Damien Miller
86dcd3e45a
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update version numbers.
2011-09-05 10:29:04 +10:00
Damien Miller
44a6c9340a
- (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by
...
bisson AT archlinux.org
2011-08-17 12:01:44 +10:00
Damien Miller
d1eb1dd5ed
- (djm) [contrib/ssh-copy-id] Fix failure for cases where the path to the
...
identify file contained whitespace. bz#1828 patch from gwenael.lambrouin
AT gmail.com; ok dtucker@
2011-08-12 11:22:47 +10:00
Damien Miller
2db9977c06
- (djm) [contrib/redhat/openssh.spec contrib/redhat/sshd.init]
...
[contrib/suse/openssh.spec contrib/suse/rc.sshd] Updated RHEL and SLES
init scrips from imorgan AT nas.nasa.gov
2011-08-12 11:02:35 +10:00
Darren Tucker
c412c1567b
- (dtucker) [README version.h contrib/caldera/openssh.spec
...
contrib/redhat/openssh.spec contrib/suse/openssh.spec] Pull the version
bumps from the 5.8p2 branch into HEAD. ok djm.
2011-06-03 10:35:23 +10:00
Damien Miller
f22019bdbf
- (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]
...
[entropy.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c]
[ssh-keysign.c ssh-pkcs11-helper.c ssh-rand-helper.8 ssh-rand-helper.c]
[ssh.c ssh_prng_cmds.in sshd.c contrib/aix/buildbff.sh]
[regress/README.regress] Remove ssh-rand-helper and all its
tentacles. PRNGd seeding has been rolled into entropy.c directly.
Thanks to tim@ for testing on affected platforms.
2011-05-05 13:48:37 +10:00
Darren Tucker
e541aaaf0f
- (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the
...
Cygwin-specific service installer script ssh-host-config. The actual
functionality is the same, the revisited version is just more
exact when it comes to check for problems which disallow to run
certain aspects of the script. So, part of this script and the also
rearranged service helper script library "csih" is to check if all
the tools required to run the script are available on the system.
The new script also is more thorough to inform the user why the
script failed. Patch from vinschen at redhat com.
2011-02-21 21:41:29 +11:00
Darren Tucker
ea676a6422
- (dtucker) [contrib/cygwin/ssh-{host,user}-config] Add ECDSA key
...
generation and simplify. Patch from Corinna Vinschen.
2011-02-06 13:31:23 +11:00
Damien Miller
0d30b092ce
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] update versions in docs and spec files.
- Release OpenSSH 5.8p1
2011-02-04 12:43:36 +11:00
Damien Miller
966accc533
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] update versions in docs and spec files.
2011-01-22 20:23:10 +11:00
Tim Rice
15e1b4dea7
- (tim) [contrib/caldera/openssh.spec] Use CFLAGS from Makefile instead
...
of RPM so build completes. Signatures were changed to .asc since 4.1p1.
2011-01-18 20:47:04 -08:00
Darren Tucker
6889abd9ad
- (dtucker) [contrib/redhat/sshd.init] Bug #1810 : initlog is deprecated,
...
remove. Patch from martynas at venck us.
2010-08-27 10:12:54 +10:00
Darren Tucker
02c47341a2
- (dtucker) bug #1530 : strip trailing ":" from hostname in ssh-copy-id.
...
based in part on a patch from Colin Watson, ok djm@
2010-08-10 13:36:09 +10:00
Damien Miller
792010bafd
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Crank version numbers
2010-08-09 02:32:05 +10:00
Darren Tucker
12b29dbd8a
- (dtucker) [contrib/ssh-copy-ud.1] Bug #1786 : update ssh-copy-id.1 with more
...
details about its behaviour WRT existing directories. Patch from
asguthrie at gmail com, ok djm.
2010-07-19 21:24:13 +10:00
Tim Rice
cfbdc28ffe
- (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass
...
(line 77) should have been for no_x11_askpass.
2010-07-14 13:42:28 -07:00
Damien Miller
ea909791c5
- (djm) [contrib/ssh-copy-id] Update key file explicitly under ~
...
rather than assuming that $CWD == $HOME. bz#1500, patch from
timothy AT gelter.com
2010-06-18 11:09:24 +10:00
Tim Rice
b9ae4ec556
- (tim) [contrib/cygwin/README] Remove a reference to the obsolete
...
minires-devel package, and to add the reference to the libedit-devel
package since CYgwin now provides libedit. Patch from Corinna Vinschen.
2010-06-17 11:11:44 -07:00
Darren Tucker
e25a9bd740
- (dtucker) [contrib/aix/buildbff.sh] Fix creation of ssh_prng_cmds.default
...
file.
2010-04-18 13:35:00 +10:00
Darren Tucker
537d4dcfa0
- (dtucker) [contrib/cygwin/Makefile] Don't overwrite files with the wrong
...
ones. Based on a patch from Roumen Petrov.
2010-04-09 13:35:23 +10:00
Damien Miller
df08341060
- (djm) [contrib/ssh-copy-id] Don't blow up when the agent has no keys;
...
bz#1723 patch from Adeodato Simó via Colin Watson; ok dtucker@
2010-03-26 11:18:27 +11:00
Darren Tucker
ffd1eaadb0
- (dtucker) Bug #1725 : explicitly link libX11 into gnome-ssh-askpass2 using
...
pkg-config, patch from Colin Watson. Needed for newer linkers (ie gold).
2010-03-26 11:16:39 +11:00
Darren Tucker
62131dc6e2
- (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory
...
containing the services file explicitely case-insensitive. This allows to
tweak the Windows services file reliably. Patch from vinschen at redhat.
2010-03-24 13:03:32 +11:00
Damien Miller
b086d4ac70
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Crank version numbers
2010-03-22 06:11:55 +11:00
Tim Rice
4e0cea82dd
- (tim) [contrib/cygwin/Makefile] Fix list of documentation files to install
...
on a Cygwin installation. Patch from Corinna Vinschen.
2010-03-11 22:35:19 -08:00
Tim Rice
fa233ba73b
- (tim) [contrib/suse/openssh.spec] crank version number here too.
...
report by imorgan AT nas.nasa.gov
2010-03-10 16:12:02 -08:00
Damien Miller
6bf31786cf
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
crank version numbers
2010-03-08 09:41:02 +11:00
Damien Miller
661ffc1fd6
- (djm) [contrib/redhat/openssh.spec] Replace obsolete BuildPreReq
...
on XFree86-devel with neutral /usr/include/X11/Xlib.h;
imorgan AT nas.nasa.gov in bz#1731
2010-03-04 21:09:24 +11:00
Damien Miller
d27d85d532
contrib/caldera/openssh.spec
...
contrib/redhat/openssh.spec
contrib/suse/openssh.spec
2010-02-24 18:21:45 +11:00
Tim Rice
880ab0d84e
- (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1
...
Gzip all man pages. Patch from Corinna Vinschen.
2009-12-26 15:40:47 -08:00
Darren Tucker
d35e0ef616
- (dtucker) Bug #1677 : add conditionals around the source for ssh-askpass.
2009-12-07 11:32:36 +11:00
Damien Miller
2191e04549
- (djm) [contrib/gnome-ssh-askpass2.c] Make askpass dialog desktop-modal.
...
bz#1645, patch from jchadima AT redhat.com
2009-11-18 17:51:59 +11:00
Damien Miller
ea43742e77
pull in 5.3 release changes from branch:
...
20090926
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
[contrib/suse/openssh.spec] Update for release
- (djm) [README] update relnotes URL
- (djm) [packet.c] Restore EWOULDBLOCK handling that got lost somewhere
- (djm) Release 5.3p1
2009-10-02 11:49:03 +10:00
Tim Rice
caeb164984
- (tim) [contrib/cygwin/ssh-user-config] Change script to call correct error
...
function. Patch from Corinna Vinschen.
2009-07-29 07:21:13 -07:00
Darren Tucker
8fdcba5caf
- (dtucker [contrib/cygwin/ssh-{host,user}-config] Add license text. Patch
...
from Corinna Vinschen.
2009-07-12 21:58:42 +10:00
Darren Tucker
4d4fdc0f7d
- (dtucker) [contrib/cygwin/ssh-host-config] better support for automated
...
scripts and fix usage of eval. Patch from Corinna Vinschen.
2009-07-07 21:19:11 +10:00
Darren Tucker
558d6ca949
- (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it
...
exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS
has a /dev/random).
2009-03-07 10:22:10 +11:00
Damien Miller
7691e5fa44
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Prepare for 5.2p1
2009-02-21 18:03:04 +11:00
Tim Rice
0d8f2f3afa
- (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.
2009-01-29 12:40:30 -08:00
Tim Rice
6a32534968
- (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
...
If the CYGWIN environment variable is empty, the installer script
should not install the service with an empty CYGWIN variable, but
rather without setting CYGWNI entirely.
2009-01-29 12:30:01 -08:00
Tim Rice
ca3692d1a9
- (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
...
Changes to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x.
The information given for the setting of the CYGWIN environment variable
is wrong for both releases so I just removed it, together with the
unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting.
2009-01-28 12:50:04 -08:00
Damien Miller
0266677f0f
- (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Make
...
ssh-copy-id copy id_rsa.pub by default (instead of the legacy "identity"
key). Patch from cjwatson AT debian.org
2009-01-21 20:29:20 +11:00
Darren Tucker
83795d61d2
- (dtucker) [contrib/cygwin/{Makefile,ssh-host-config}] Add new doc files
...
and tweak the is-sshd-running check in ssh-host-config. Patch from
vinschen at redhat com.
2008-12-01 21:34:28 +11:00
Damien Miller
250071fd77
- (djm) [contrib/sshd.pam.generic contrib/caldera/sshd.pam]
...
[contrib/redhat/sshd.pam] Move pam_nologin to account group from
incorrect auth group in example files;
patch from imorgan AT nas.nasa.gov
2008-11-03 20:18:12 +11:00
Damien Miller
85dec73463
- (djm) [contrib/caldera/ssh-host-keygen contrib/suse/rc.sshd]
...
Make example scripts generate keys with default sizes rather than fixed,
non-default 1024 bits; patch from imorgan AT nas.nasa.gov
2008-11-03 20:16:01 +11:00
Damien Miller
1f8909c2c2
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update version number in README and RPM specs
2008-07-21 18:21:52 +10:00
Damien Miller
1fc231cbb5
- (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]
...
[contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd]
Revamped and simplified Cygwin ssh-host-config script that uses
unified csih configuration tool. Requires recent Cygwin.
Patch from vinschen AT redhat.com
2008-07-14 12:12:52 +10:00
Damien Miller
493f032440
- (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]
...
RFC.nroff lacks a license, remove it (it is long gone in OpenBSD).
2008-06-28 16:01:35 +10:00
Damien Miller
f299ff8c1f
- (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Include moduli.5 in RPM spec files.
2008-06-26 16:01:56 +10:00
Damien Miller
5a4b6468de
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Crank version numbers in RPM spec files
2008-04-03 20:55:44 +11:00
Damien Miller
949fb9033c
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Crank version numbers in RPM spec files
2008-03-27 17:43:45 +11:00
Damien Miller
baf7c3d33a
- (djm) [contrib/gnome-ssh-askpass2.h] Keep askpass windown on top. From
...
Debian patch via bernd AT openbsd.org
2008-02-29 22:53:40 +11:00
Tim Rice
401a27a307
[contrib/cygwin/ssh-host-config]
...
Grammar changes on SYSCONFDIR LOCALSTATEDIR messages.
Check more thoroughly that it's possible to create the /var/empty directory.
Patch by vinschen AT redhat.com
2008-02-23 14:47:37 -08:00
Damien Miller
e27220eb5b
- (djm) Silence noice from expr in ssh-copy-id; patch from
...
mikel AT mikelward.com
2008-01-20 05:52:04 +11:00
Darren Tucker
9d81fdc664
- (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec
...
contrib/suse/openssh.spec] Crank version.
2007-08-15 19:22:20 +10:00
Damien Miller
d91cfab088
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] crank spec files for release
2007-03-06 21:23:24 +11:00
Darren Tucker
53ced25d61
- (dtucker) [contrib/findssl.sh] Add "which" as a shell function since some
...
platforms don't have it. Patch from dleonard at vintela.com.
2007-02-19 22:44:25 +11:00
Darren Tucker
c2820c5822
- (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump
...
versions.
2006-11-07 23:25:45 +11:00
Darren Tucker
f376669328
- (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available.
2006-09-10 13:24:18 +10:00
Darren Tucker
19a66dbf4f
- (dtucker) [contrib/aix/buildbff.sh] Always create privsep user.
2006-09-09 20:34:15 +10:00
Darren Tucker
9fdeb66f67
- (dtucker) [README contrib/{caldera,redhat,suse}/openssh.spec] Crank
...
versions.
2006-09-01 21:32:53 +10:00
Darren Tucker
288cbbd59e
- (dtucker) [contrib/cygwin/ssh-host-config] Add SeTcbPrivilege privilege
...
while setting up the ssh service account. Patch from Corinna Vinschen.
2006-08-31 11:28:49 +10:00
Damien Miller
73b42d2bb0
- (djm) [Makefile.in configure.ac session.c sshpty.c]
...
[contrib/redhat/sshd.init openbsd-compat/Makefile.in]
[openbsd-compat/openbsd-compat.h openbsd-compat/port-linux.c]
[openbsd-compat/port-linux.h] Add support for SELinux, setting
the execution and TTY contexts. based on patch from Daniel Walsh,
bz #880 ; ok dtucker@
2006-04-22 21:26:08 +10:00
Darren Tucker
18614c254d
- (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as a
...
file rather than directory, required as Cygwin will be importing lastlog(1).
Also tightens up permissions on the file. Patch from vinschen@redhat.com .
2006-03-04 08:50:31 +11:00
Darren Tucker
6163350eb9
- (dtucker) [README version.h contrib/caldera/openssh.spec
...
contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version
strings to match 4.3p2 release.
2006-02-12 16:48:56 +11:00
Damien Miller
0d689568a4
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update versions ahead of release
2006-02-01 22:10:47 +11:00
Darren Tucker
e78c6ce8cf
- (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
...
tcpip service so it's always started after IP is up. Patch from
vinschen at redhat.com.
2006-01-10 00:02:44 +11:00
Damien Miller
88edf6255b
- (djm) [contrib/suse/openssh.spec contrib/suse/rc.
...
sshd contrib/suse/sysconfig.ssh] Bug #1106 : Updated SuSE spec and init
files from imorgan AT nas.nasa.gov
2005-10-30 11:55:45 +11:00
Darren Tucker
a841dceb4c
- (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
...
prompt. Patch from vinschen at redhat.com.
2005-10-25 18:55:00 +10:00
Damien Miller
c8ab8ceacb
- (djm) Update RPM spec file versions
2005-09-01 19:10:48 +10:00
Darren Tucker
11fb0f290f
- (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at
...
vintela.com.
2005-05-31 16:51:07 +10:00
Damien Miller
4d8f560c39
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update spec file versions to 4.1p1
2005-05-25 14:43:47 +10:00
Darren Tucker
fa2211d93d
- (dtucker) [contrib/cygwin/ssh-host-config] Add a test and warning for a
...
user-mode mounts in Cygwin installation. Patch from vinschen at redhat.com.
2005-05-09 23:48:17 +10:00
Darren Tucker
6e1defdc5a
- (dtucker) [contrib/aix/buildbff.sh] Bug #1005 : Look up only the user we're
...
interested in which is much faster in large (eg LDAP or NIS) environments.
Patch from dleonard at vintela.com.
2005-03-29 23:24:12 +10:00
Tim Rice
c3939e22fd
- (tim) [contrib/caldera/openssh.spec] links in rc?.d were getting trashed
...
with a rpm -F
2005-03-14 17:24:51 -08:00
Darren Tucker
a21380b70e
- (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the
...
localized name of the local administrators group more reliable. From
vinschen at redhat.com.
2005-03-13 21:20:18 +11:00
Damien Miller
6f632bf2aa
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
...
[contrib/suse/openssh.spec] Update spec file versions
2005-03-09 11:02:41 +11:00
Damien Miller
7ffa367a93
- (djm) [contrib/cygwin/README] Improve Cygwin build documentation. Patch
...
from vinschen at redhat.com
2005-03-05 11:20:40 +11:00
Darren Tucker
442a383418
- (dtucker) [contrib/findssh.sh] Clean up on interrupt; from
...
amarendra.godbole at ge com.
2004-12-13 18:08:32 +11:00
Darren Tucker
5d596139d4
- (dtucker) [contrib/cygwin/ssh-host-config] Update to match current Cygwin
...
install process. Patch from vinschen at redhat.com.
2004-09-21 21:35:55 +10:00
Darren Tucker
25a1234ef7
- (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894 : Improve portability
...
of shell constructs. Patch from cjwatson at debian.org.
2004-08-30 21:33:02 +10:00
Damien Miller
d545285ec1
- (djm) Crank RPM spec version numbers
2004-08-17 22:49:12 +10:00
Damien Miller
8fe0105be4
- (djm) [contrib/redhat/sshd.pam] bz #903 : Remove redundant entries; from
...
peak AT argo.troja.mff.cuni.cz
2004-07-21 11:01:41 +10:00
Tim Rice
3b376f08fb
- (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
...
vinschen AT redhat.com
2004-07-09 10:45:26 -07:00
Tim Rice
5287902643
Minor updates to some README files.
2004-06-27 20:50:35 -07:00
Ben Lindstrom
ca37219d75
- (bal) [contrib/README] Removed "mdoc2man.pl" reference and added
...
reference to "findssl.sh"
Also corrected my ChangeLog entries since I placed them in the wrong place.
2004-06-23 04:04:45 +00:00
Tim Rice
5af9db9e0c
- (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd
...
init script to top level directory.
2004-06-19 19:31:06 -07:00
Darren Tucker
0ffe638bbb
- (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec
...
contrib/README CREDITS INSTALL] Bug #873 : Correct URLs for x11-ssh-askpass
and Jim Knoble's email address , from Jim himself.
2004-05-27 09:59:31 +10:00
Damien Miller
154e8b82ef
- (djm) Crank RPM spec versions
2004-03-22 09:40:01 +11:00
Damien Miller
124055dd3b
- (djm) Don't specify path to PAM modules in Redhat sshd.pam; from Fedora
2004-02-25 10:57:45 +11:00
Damien Miller
9fc475f0c3
- (djm) Crank RPM spec versions
2004-02-24 16:00:02 +11:00
Darren Tucker
6369958301
- (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
...
Patch from vinschen at redhat.com.
2004-01-23 21:35:44 +11:00
Damien Miller
84938141d4
- (djm) Bug #776 : Update contrib/redhat/openssh.spec to dynamically detect
...
Kerberos location (and thus work with Fedora Core 1);
from jason AT devrandom.org
2004-01-23 16:30:03 +11:00
Tim Rice
c900128e55
[contrib/solaris/buildpkg.sh] Allow for the possibility of
...
/usr/local being a symbolic link. Fixes problem reported by Henry Grebler.
2004-01-22 16:10:03 -08:00
Darren Tucker
e918318f2b
- (dtucker) [contrib/ssh-copy-id] Bug #781 : exit if ssh fails. Patch from
...
cjwatson at debian.org.
2004-01-05 08:16:34 +11:00
Damien Miller
a8e06cef35
- djm@cvs.openbsd.org 2003/11/21 11:57:03
...
[everything]
unexpand and delete whitespace at EOL; ok markus@
(done locally and RCS IDs synced)
2003-11-21 23:48:55 +11:00
Darren Tucker
798ca84d60
- (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
...
contrib/cygwin). Major update from vinschen at redhat.com.
- Makefile provides a `cygwin-postinstall' target to run right after
`make install'.
- Better support for Windows 2003 Server.
- Try to get permissions as correct as possible.
- New command line options to allow full automated host configuration.
- Create configs from skeletons in /etc/defaults/etc.
- Use /bin/bash, allows reading user input with readline support.
- Remove really old configs from /usr/local.
2003-11-13 11:28:49 +11:00
Darren Tucker
7c582db74b
- (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
...
are created correctly with CRLF line terminations. Patch from vinschen at
redhat.com.
2003-11-03 18:59:29 +11:00
Darren Tucker
dfe6d914b7
- (dtucker) [contrib/redhat/openssh.spec] Bug #714 : Now that UsePAM is a
...
run-time switch, always build --with-md5-passwords.
2003-10-07 17:40:56 +10:00
Tim Rice
30aa44cf0a
[contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default option.
2003-10-03 22:30:23 -07:00
Damien Miller
dbb104791b
- (djm) Update version.h and spec files for HEAD
2003-09-24 08:30:18 +10:00
Darren Tucker
220bf133b6
- (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
...
article by genty at austin.ibm.com, included with the author's permission.
2003-09-22 20:41:40 +10:00
Darren Tucker
8daf4b45ea
- (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
...
ssh-host-config to match current defaults, bump README version. Patch from
vinschen at redhat.com.
2003-09-22 12:32:00 +10:00
Damien Miller
968c8d25e9
- (djm) Bug #641 : Allow RedHat RPM building without GTK-2; Patch from
...
jason AT devrandom.org
2003-09-19 16:58:21 +10:00
Damien Miller
e007cf7fa4
- (djm) Crank RPM spec file versions
2003-09-17 07:32:17 +10:00
Damien Miller
f2728099ba
- (djm) Sync with V_3_7 branch
2003-09-17 07:24:25 +10:00
Darren Tucker
2fae867806
- (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@
...
(the original author)
2003-08-26 13:43:12 +10:00
Darren Tucker
36ca53a5a0
- (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
...
Update package builder: correctly handle config variables, use lsuser
rather than /etc/passwd, fix typos, add Id's.
2003-08-25 15:01:04 +10:00
Darren Tucker
49d32566c2
- (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
...
rather that authorized_keys2. Patch from vinschen@redhat.com .
2003-08-22 18:43:48 +10:00
Darren Tucker
a0472e095d
- (dtucker) Have configure refer the user to config.log and
...
contrib/findssl.sh for OpenSSL header/library mismatches.
2003-06-24 20:22:09 +10:00
Damien Miller
dba5950820
- (djm) Remove "noip6" option from RedHat spec file. This may now be
...
set at runtime using AddressFamily option.
2003-06-02 17:43:19 +10:00
Damien Miller
75d3b05c57
- (djm) Redhat spec: Don't install profile.d scripts when not
...
building with GNOME/GTK askpass (patch from bet@rahul.net )
2003-05-12 18:15:49 +10:00
Damien Miller
eab4bae038
- (djm) Add back radix.o (used by AFS support), after it went missing from
...
Makefile many moons ago
- (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
- (djm) Fix blibpath specification for AIX/gcc
- (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
2003-04-29 23:22:40 +10:00
Damien Miller
a92a589e97
- (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
2003-04-09 19:41:25 +10:00
Damien Miller
b80e52ab6f
- (djm) Crank spec file versions
2003-04-01 21:46:53 +10:00
Tim Rice
009b23f6ab
[contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files section
2003-03-20 20:50:41 -08:00
Damien Miller
5efd43088b
Build gtk2 askpass by default (instead of old GNOME one)
2003-03-20 11:05:10 +11:00
Damien Miller
334821518e
Bump RPM versions
2003-03-20 10:52:14 +11:00
Damien Miller
c9c1d3757f
- (djm) AIX package builder update from dtucker@zip.com.au
2003-03-10 12:10:45 +11:00
Damien Miller
0775976dc6
- (djm) Tweak gnome-ssh-askpass2:
...
- Retry kb and mouse grab a couple of times, so passphrase dialog doesn't
immediately fail if you are doing something else when it appears (e.g.
dragging a window)
- Perform server grab after we have the keyboard and/or pointer to avoid
races.
2003-02-24 11:48:22 +11:00
Damien Miller
8aff5cbed7
- (djm) Bug #461 : ssh-copy-id fails with no arguments. Patch from
...
cjwatson@debian.org
2003-01-03 14:34:06 +11:00
Tim Rice
748fcf9881
[contrib/solaris/opensshd.in] add umask 022 so sshd.pid is not world writable.
2002-11-13 15:50:04 -08:00
Ben Lindstrom
224313cdae
- (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.c
...
ntsec now default if cygwin version beginning w/ version 56. Patch
by Corinna Vinschen <vinschen@redhat.com>
2002-11-09 15:59:27 +00:00
Tim Rice
94f628f0ab
[contrib/caldera/openssh.spec] make ssh-agent setgid nobody
2002-10-15 13:16:55 -07:00
Damien Miller
7e659de6f9
- (djm) Install ssh-agent setgid nobody in contrib/redhat/openssh.spec
2002-10-03 12:08:19 +10:00
Damien Miller
510d51300e
- (djm) Bump RPM spec version numbers
2002-10-03 11:56:58 +10:00
Damien Miller
aeaf2bee19
Avoid unpackages files warning on /usr/share/openssh/Ssh.bin
2002-09-30 11:39:22 +10:00
Damien Miller
d087562041
Use contrib/ Makefile for building askpass programs
2002-09-30 11:09:54 +10:00
Damien Miller
e81a65b1aa
grrr, cut n' paste
2002-09-30 10:44:40 +10:00
Damien Miller
50f6123eef
- (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, tweak README
2002-09-30 10:40:39 +10:00
Damien Miller
cd501ec30b
tidy, fix typos, reorder
2002-09-30 10:34:05 +10:00
Damien Miller
10f3085137
- (djm) Made GNOME askpass programs return non-zero if cancel button is
...
pressed.
2002-09-12 14:49:00 +10:00
Damien Miller
005d4560ed
- (djm) Add support for building gtk2 password requestor from Redhat beta
2002-09-05 16:53:20 +10:00
Damien Miller
44d5b60336
- (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch from
...
Nalin Dahyabhai <nalin@redhat.com>
2002-09-05 16:46:24 +10:00
Damien Miller
6b09792a55
- (djm) Fix Redhat RPM build dependancy test
2002-09-04 17:19:04 +10:00
Tim Rice
f1a1001f0e
[contrib/solaris/buildpkg.sh] create privsep user/group if needed.
...
Patch by dtucker@zip.com.au
2002-07-19 11:57:57 -07:00
Ben Lindstrom
2faabf3d79
- (bal) aixbff package updated by dtucker@zip.com.au
2002-07-18 01:04:50 +00:00
Tim Rice
ffaf445371
[contrib/solaris/opensshd.in] Only kill sshd if .pid file found
2002-07-16 14:24:38 -07:00
Ben Lindstrom
104c3feb69
- (bal) Privsep user creation support in Solaris buildpkg.sh by
...
dtucker@zip.com.au
2002-07-15 18:49:20 +00:00
Tim Rice
6827395b07
[contrib/cygwin/ssh-host-config] explicitely sets the permissions
...
on /var/empty to 755 Patch by vinschen@redhat.com
2002-07-10 07:40:11 -07:00
Tim Rice
88177245cb
[openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
...
work in a jumpstart environment. patch by kbrint@rufus.net
2002-07-08 19:02:10 -07:00
Tim Rice
e475a3cf3b
[contrib/cygwin/ssh-host-config] sshd account creation fixes
...
patch from vinschen@redhat.com
2002-07-07 14:07:46 -07:00
Tim Rice
b66e292912
[contrib/cygwin/ssh-host-config] double slash corrction
...
from vinschen@redhat.com
2002-07-05 16:22:32 -07:00
Ben Lindstrom
6dbf3001ec
- (bal) Updated contrib/cygwin/ patch by vinschen@redhat.com
2002-07-03 23:33:19 +00:00
Tim Rice
a8959ae2b7
[contrib/caldera/openssh.spec] remove 2 configure options I put in by mistake
2002-06-26 11:05:32 -07:00
Damien Miller
d4b11d62e9
- (djm) Update spec files for release
2002-06-26 23:57:12 +10:00
Damien Miller
f49035a0bb
- (djm) Require krb5 devel for RPM build w/ KrbV
2002-06-26 19:42:52 +10:00
Tim Rice
6de3dfd929
[contrib/caldera/openssh.spec] add support for privsep
2002-06-25 19:28:55 -07:00
Ben Lindstrom
5223727672
- (bal) Updated AIX package build. Patch by dtucker@zip.com.au
2002-06-25 23:38:47 +00:00
Tim Rice
78688d7a45
Sync with Caldera
2002-06-25 10:07:25 -07:00
Damien Miller
c7d6d55521
unbreak
2002-06-21 17:12:24 +10:00
Damien Miller
04d062850a
unbreak
2002-06-21 17:11:02 +10:00
Damien Miller
53baddb775
- (djm) contrib/redhat/openssh.spec hacking:
...
- Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
- Add new {ssh,sshd}_config.5 manpages
- Add new ssh-keysign program and remove setuid from ssh client
2002-06-21 16:42:41 +10:00
Damien Miller
23dc10ddac
crank rpm spec versions
2002-05-22 14:14:54 +10:00
Damien Miller
8ae0d8c185
p1
2002-05-16 09:25:38 +10:00
Ben Lindstrom
4e67d38a7e
- (bal) OpenBSD CVS Sync
...
- markus@cvs.openbsd.org 2002/05/15 21:05:29
[version.h]
enter OpenSSH_3.2.2
- (bal) Caldara, Suse, and Redhat openssh.specs updated.
2002-05-15 21:50:14 +00:00
Tim Rice
8dd6febf73
update version.
2002-05-14 09:03:46 -07:00
Damien Miller
d81c02d653
unbreak
2002-05-13 13:30:17 +10:00
Damien Miller
b7cb96934e
- (djm) Update RPM spec file: different superuser path, use
...
/var/empty/sshd for privsep
2002-05-13 13:26:57 +10:00
Damien Miller
cfe4a89eef
- (djm) Rework RedHat RPM files. Based on spec from Nalin
...
Dahyabhai <nalin@redhat.com> and patches from
Pekka Savola <pekkas@netcore.fi>
2002-05-10 12:19:23 +10:00
Tim Rice
2f09289e74
[contrib/caldera/openssh.spec] update fixUP to reflect changes in sshd_config.
...
[contrib/cygwin/README] remove reference to regex.
patch from Corinna Vinschen <vinschen@redhat.com>
2002-04-29 20:53:12 -07:00
Damien Miller
654a4ef969
- (djm) Redhat spec enables KrbV by default
2002-04-23 21:17:17 +10:00
Damien Miller
0b3894d5b5
- (djm) Update RPM spec file versions
2002-04-23 21:15:31 +10:00
Ben Lindstrom
c42f7cfd16
- (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
...
Corinna Vinschen <vinschen@redhat.com>
2002-04-12 17:44:13 +00:00
Damien Miller
12db56ba2f
- (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann
...
<carsten.grohmann@dr-baldeweg.de>
2002-04-06 11:12:52 +10:00
Tim Rice
3a4234699e
[contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
...
build fixes. Patch by Darren Tucker <dtucker@zip.com.au>
[contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
postinstall check for $piddir and add if necessary.
2002-03-17 14:05:24 -08:00
Tim Rice
29bdd2c9bc
[contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
...
build on all platforms that support SVR4 style package tools. Now runs
from build dir. Parts are based on patches from Antonio Navarro, and
Darren Tucker.
2002-03-11 20:55:53 -08:00
Damien Miller
6e96c88c16
- (djm) Update RPM spec files with new version number
2002-03-07 13:04:37 +11:00
Ben Lindstrom
01e7fa13b4
- (bal) Added contrib/aix/ to support BFF package generation provided
...
by Darren Tucker <dtucker@zip.com.au>
2002-03-05 03:38:35 +00:00
Damien Miller
f1cec392ed
Fix spec file version numbers
2002-01-26 17:45:15 +11:00
Damien Miller
6677d419de
- (djm) Don't grab Xserver or pointer by default. x11-ssh-askpass doesn't
...
and grabbing can cause deadlocks with kinput2.
2002-01-25 00:59:25 +11:00
Damien Miller
414642b26f
- (djm) Don't grab Xserver by default. x11-ssh-askpass doesn't and grabbing
...
can cause deadlocks with kinput2
2002-01-25 00:46:04 +11:00
Damien Miller
6a568f3ca9
- (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
...
<vinschen@redhat.com>
2001-12-29 14:10:09 +11:00
Ben Lindstrom
2ad31ee68a
- (bal) Removed contrib/chroot.diff and noted in contrib/README that it
...
was not being maintained.
2001-12-24 02:59:19 +00:00
Damien Miller
faf2f6483a
- (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
...
server. I have found this necessary to avoid server hangs with X input
extensions (e.g. kinput2). Enable by setting the environment variable
"GNOME_SSH_ASKPASS_NOGRAB"
2001-12-21 10:28:07 +11:00
Tim Rice
fe1d100ffd
[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
...
openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c]
Allow SSHD to install as service under WIndows 9x/Me
[configure.ac] Fix to allow linking against PCRE on Cygwin
Patches by Corinna Vinschen <vinschen@redhat.com>
2001-11-26 17:19:43 -08:00
Damien Miller
353f608740
- (djm) Bump RPM package versions
2001-11-14 00:05:57 +11:00
Damien Miller
aba690c100
- (djm) Cygwin config patch from Corinna Vinschen <vinschen@redhat.com>
2001-11-12 10:36:21 +11:00
Tim Rice
e589a299a1
[ contrib/caldera/openssh.spec contrib/caldera/sshd.init]
...
Updates from Raymund Will <ray@caldera.de>
[acconfig.h configure.in] Clean up login checks.
Problem reported by Jim Knoble <jmknoble@pobox.com>
2001-11-03 11:09:32 -08:00
Damien Miller
12eceb2efc
- (djm) Unsmoke drugs: config files should be noreplace.
2001-10-31 10:31:13 +11:00
Damien Miller
1c61324728
- (djm) Redhat RPM spec: remove noreplace from config files, allow IPv6
...
by default (can force IPv4 using --define "noipv6 1")
2001-10-30 22:03:51 +11:00
Ben Lindstrom
3a78c84535
- (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already.
2001-10-24 21:06:07 +00:00
Tim Rice
17b93e5d65
[configure.in] Fix test for broken dirname. Based on patch from
...
Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
[contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
contrib/suse/openssh.spec] Update version to match version.h
2001-10-23 22:36:54 -07:00
Ben Lindstrom
f2366b5a7d
- (bal) Fixed up init.d symlink issue and piddir stuff. Patches by
...
Zoran Milojevic <Zoran.Milojevic@SS8.com> and j.petersen@msh.de
2001-10-19 20:36:23 +00:00
Ben Lindstrom
368211ee47
Forgot to check in before.
2001-10-19 20:24:14 +00:00
Ben Lindstrom
7a97339359
- (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
...
set right.
2001-10-12 21:52:39 +00:00
Ben Lindstrom
8b5ba1c39a
- (bal) First wave of contrib/solaris/ package upgrades. Still more
...
work needs to be done, but it is a 190% better then the stuff we
had before!
2001-10-12 20:30:52 +00:00
Ben Lindstrom
f16c81f900
- (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
...
Prompted by Matthew Vernon <matthew@sel.cam.ac.uk>
2001-10-08 01:54:24 +00:00
Damien Miller
0a8a0f4b51
Sync version numbers with stable branch
2001-09-28 20:05:08 +10:00
Damien Miller
bccb5a9338
- (djm) Update spec files for new x11-askpass
2001-09-28 20:03:25 +10:00
Damien Miller
cf7635c15b
We are a "SSH protocol implementation" not a "SSH implementation"
2001-09-27 00:24:21 +10:00
Ben Lindstrom
8b16c0e67a
- (bal) Updated all *.specs for 2.9.9p1 and updated version.h
2001-09-24 23:15:15 +00:00
Damien Miller
99b8febe11
double doh
2001-09-18 15:37:50 +10:00
Damien Miller
cf8cadf6f7
doh
2001-09-18 15:35:04 +10:00
Damien Miller
f2bd06c21e
- (djm) Make smartcard support conditional in Redhat RPM spec
2001-09-18 15:33:07 +10:00
Damien Miller
2c1e1cb135
oops
2001-09-18 15:23:58 +10:00
Damien Miller
7948d93173
- (djm) Specify --datadir in RPM spec files so smartcard applet gets
...
put somewhere sane. Add Ssh.bin to manifest.
2001-09-18 15:12:10 +10:00
Damien Miller
c3bd7eccac
double doh
2001-09-17 15:49:36 +10:00
Damien Miller
500c790090
doh
2001-09-17 15:43:46 +10:00
Damien Miller
01ebad06db
- (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
2001-09-17 15:07:23 +10:00
Damien Miller
0b9278e923
- (djm) Workaround XFree breakage in RPM spec file
2001-09-16 17:13:45 +10:00
Damien Miller
85085cb96d
rewrite descriptions
2001-09-15 21:23:11 +10:00
Damien Miller
ba6f9f9e49
- (djm) Redhat initscript config sanity checking from Pekka Savola
...
<pekkas@netcore.fi>
2001-09-15 21:03:10 +10:00
Damien Miller
0c217b74e2
C - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
...
Redhat
VS: ----------------------------------------------------------------------
2001-09-15 21:01:41 +10:00
Damien Miller
f7c256a706
Use x11-ssh-askpass 1.2.2
2001-07-25 10:11:15 +10:00
Ben Lindstrom
a5820295c3
*** empty log message ***
2001-07-18 16:25:41 +00:00
Tim Rice
7281a9bc8c
[contrib/caldera/openssh.spec] sync with Caldera
2001-07-04 17:45:28 -07:00