summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [README ssh-host-config ssh-user-config Makefile] (AllDarren Tucker2003-11-134-314/+430
| | | | | | | | | | | | 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.
* - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/servicesDarren Tucker2003-11-031-16/+17
| | | | | are created correctly with CRLF line terminations. Patch from vinschen at redhat.com.
* - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is aDarren Tucker2003-10-071-1/+2
| | | | run-time switch, always build --with-md5-passwords.
* [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default option.Tim Rice2003-10-041-2/+1
|
* - (djm) Update version.h and spec files for HEADDamien Miller2003-09-243-4/+4
|
* - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX fromDarren Tucker2003-09-221-0/+20
| | | | article by genty at austin.ibm.com, included with the author's permission.
* - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] UpdateDarren Tucker2003-09-222-10/+15
| | | | | ssh-host-config to match current defaults, bump README version. Patch from vinschen at redhat.com.
* - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch fromDamien Miller2003-09-191-0/+5
| | | | jason AT devrandom.org
* - (djm) Crank RPM spec file versionsDamien Miller2003-09-163-4/+4
|
* - (djm) Sync with V_3_7 branchDamien Miller2003-09-163-7/+7
|
* - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@Darren Tucker2003-08-261-1/+2
| | | | (the original author)
* - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)Darren Tucker2003-08-253-6/+11
| | | | | Update package builder: correctly handle config variables, use lsuser rather than /etc/passwd, fix typos, add Id's.
* - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keysDarren Tucker2003-08-221-4/+4
| | | | rather that authorized_keys2. Patch from vinschen@redhat.com.
* - (dtucker) Have configure refer the user to config.log andDarren Tucker2003-06-241-0/+159
| | | | contrib/findssl.sh for OpenSSL header/library mismatches.
* - (djm) Remove "noip6" option from RedHat spec file. This may now beDamien Miller2003-06-021-12/+5
| | | | set at runtime using AddressFamily option.
* - (djm) Redhat spec: Don't install profile.d scripts when notDamien Miller2003-05-121-1/+7
| | | | building with GNOME/GTK askpass (patch from bet@rahul.net)
* - (djm) Add back radix.o (used by AFS support), after it went missing fromDamien Miller2003-04-293-5/+5
| | | | | | | 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
* - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)Damien Miller2003-04-091-2/+2
|
* - (djm) Crank spec file versionsDamien Miller2003-04-013-4/+4
|
* [contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files sectionTim Rice2003-03-211-2/+6
|
* Build gtk2 askpass by default (instead of old GNOME one)Damien Miller2003-03-201-1/+1
|
* Bump RPM versionsDamien Miller2003-03-203-4/+4
|
* - (djm) AIX package builder update from dtucker@zip.com.auDamien Miller2003-03-103-15/+64
|
* - (djm) Tweak gnome-ssh-askpass2:Damien Miller2003-02-241-17/+33
| | | | | | | | - 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.
* - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch fromDamien Miller2003-01-031-1/+6
| | | | cjwatson@debian.org
* [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is not world writable.Tim Rice2002-11-141-0/+2
|
* - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.cBen Lindstrom2002-11-091-4/+7
| | | | | ntsec now default if cygwin version beginning w/ version 56. Patch by Corinna Vinschen <vinschen@redhat.com>
* [contrib/caldera/openssh.spec] make ssh-agent setgid nobodyTim Rice2002-10-151-3/+10
|
* - (djm) Install ssh-agent setgid nobody in contrib/redhat/openssh.specDamien Miller2002-10-031-1/+4
|
* - (djm) Bump RPM spec version numbersDamien Miller2002-10-033-4/+4
|
* Avoid unpackages files warning on /usr/share/openssh/Ssh.binDamien Miller2002-09-301-0/+4
|
* Use contrib/ Makefile for building askpass programsDamien Miller2002-09-301-15/+8
|
* grrr, cut n' pasteDamien Miller2002-09-301-5/+0
|
* - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, tweak READMEDamien Miller2002-09-302-2/+22
|
* tidy, fix typos, reorderDamien Miller2002-09-301-24/+23
|
* - (djm) Made GNOME askpass programs return non-zero if cancel button isDamien Miller2002-09-122-12/+18
| | | | pressed.
* - (djm) Add support for building gtk2 password requestor from Redhat betaDamien Miller2002-09-051-0/+25
|
* - (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch fromDamien Miller2002-09-053-3/+204
| | | | Nalin Dahyabhai <nalin@redhat.com>
* - (djm) Fix Redhat RPM build dependancy testDamien Miller2002-09-041-1/+1
|
* [contrib/solaris/buildpkg.sh] create privsep user/group if needed.Tim Rice2002-07-191-8/+36
| | | | Patch by dtucker@zip.com.au
* - (bal) aixbff package updated by dtucker@zip.com.auBen Lindstrom2002-07-181-16/+13
|
* [contrib/solaris/opensshd.in] Only kill sshd if .pid file foundTim Rice2002-07-161-11/+1
|
* - (bal) Privsep user creation support in Solaris buildpkg.sh byBen Lindstrom2002-07-151-0/+40
| | | | dtucker@zip.com.au
* [contrib/cygwin/ssh-host-config] explicitely sets the permissionsTim Rice2002-07-101-0/+1
| | | | on /var/empty to 755 Patch by vinschen@redhat.com
* [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT toTim Rice2002-07-091-18/+24
| | | | work in a jumpstart environment. patch by kbrint@rufus.net
* [contrib/cygwin/ssh-host-config] sshd account creation fixesTim Rice2002-07-071-3/+3
| | | | patch from vinschen@redhat.com
* [contrib/cygwin/ssh-host-config] double slash corrctionTim Rice2002-07-061-1/+1
| | | | from vinschen@redhat.com
* - (bal) Updated contrib/cygwin/ patch by vinschen@redhat.comBen Lindstrom2002-07-042-64/+179
|
* [contrib/caldera/openssh.spec] remove 2 configure options I put in by mistakeTim Rice2002-06-261-3/+1
|
* - (djm) Update spec files for releaseDamien Miller2002-06-263-4/+4
|