]> git.pld-linux.org Git - packages/openssh.git/log
packages/openssh.git
11 years ago- %%groupremove/%%userremove support, some standarization
ankry [Tue, 12 Oct 2004 12:35:25 +0000 (12:35 +0000)]
- %%groupremove/%%userremove support, some standarization

Changed files:
    openssh.spec -> 1.212

11 years ago- release 2; changed default config, see: auto/ac/openssh-3_9p1-2
Paweł Gołaszewski [Sun, 12 Sep 2004 12:09:03 +0000 (12:09 +0000)]
- release 2; changed default config, see:
  http://securitytracker.com/alerts/2004/Sep/1011143.html

Changed files:
    openssh.spec -> 1.211

11 years ago- disable Tcp forwarding, from security reasons:
Paweł Gołaszewski [Sun, 12 Sep 2004 12:06:42 +0000 (12:06 +0000)]
- disable Tcp forwarding, from security reasons:
  http://securitytracker.com/alerts/2004/Sep/1011143.html

Changed files:
    opensshd.conf -> 1.16

11 years ago- fixed 3 bugs in one line (sic!):
twittner [Thu, 9 Sep 2004 07:57:10 +0000 (07:57 +0000)]
- fixed 3 bugs in one line (sic!):
  1. use ps h ... instead ps ... | tail -n1 .
  2. redirect error msg. from ps to /dev/null (this happen
     in case when $SSH_AGENT_PID shell variable is empty).
  and most important:
  3. check whether existing ssh-agent pid belongs to user
     who login.

Changed files:
    ssh-agent.sh -> 1.5

11 years ago- typos / formatting / etc.
snurf [Thu, 2 Sep 2004 14:36:07 +0000 (14:36 +0000)]
- typos / formatting / etc.

Changed files:
    openssh.spec -> 1.210

11 years ago- moved libexecdir dir to base (used both by server and askpass)
Jakub Bogusz [Sun, 29 Aug 2004 14:18:06 +0000 (14:18 +0000)]
- moved libexecdir dir to base (used both by server and askpass)

Changed files:
    openssh.spec -> 1.209

11 years ago- added vars set with env.d
Paweł Gołaszewski [Sun, 29 Aug 2004 13:11:07 +0000 (13:11 +0000)]
- added vars set with env.d

Changed files:
    openssh.spec -> 1.208

11 years ago- rel 1 (works for me)
Arkadiusz Miśkiewicz [Tue, 17 Aug 2004 17:35:40 +0000 (17:35 +0000)]
- rel 1 (works for me)

Changed files:
    openssh.spec -> 1.207

11 years ago- restore selinux flags
Arkadiusz Miśkiewicz [Tue, 17 Aug 2004 17:35:10 +0000 (17:35 +0000)]
- restore selinux flags

Changed files:
    opensshd.init -> 1.23

11 years ago- fix format sign
Arkadiusz Miśkiewicz [Tue, 17 Aug 2004 17:30:20 +0000 (17:30 +0000)]
- fix format sign

Changed files:
    openssh-chroot.patch -> 1.4

11 years ago- no des
Arkadiusz Miśkiewicz [Tue, 17 Aug 2004 17:26:58 +0000 (17:26 +0000)]
- no des

Changed files:
    openssh-heimdal.patch -> 1.6

11 years ago- started 3.9p1
Arkadiusz Miśkiewicz [Tue, 17 Aug 2004 17:25:47 +0000 (17:25 +0000)]
- started 3.9p1

Changed files:
    openssh.spec -> 1.206

11 years ago- update
Arkadiusz Miśkiewicz [Tue, 17 Aug 2004 17:23:08 +0000 (17:23 +0000)]
- update

Changed files:
    openssh-selinux-pld.patch -> 1.3
    openssh-selinux.patch -> 1.6

11 years ago- updated
Arkadiusz Miśkiewicz [Tue, 17 Aug 2004 17:09:12 +0000 (17:09 +0000)]
- updated

Changed files:
    openssh-heimdal.patch -> 1.5
    openssh-sigpipe.patch -> 1.5

11 years ago- strict internal deps, unifications
Jakub Bogusz [Fri, 6 Aug 2004 18:12:29 +0000 (18:12 +0000)]
- strict internal deps, unifications

Changed files:
    openssh.spec -> 1.205

11 years ago- move R: xinitrc in proper place (to client subpackage - noticed by arekm).
twittner [Fri, 6 Aug 2004 00:35:10 +0000 (00:35 +0000)]
- move R: xinitrc in proper place (to client subpackage - noticed by arekm).

Changed files:
    openssh.spec -> 1.204

11 years ago- add /etc/profile.d/ssh-agent.sh (in bcond, default turn off for now).
twittner [Fri, 6 Aug 2004 00:15:09 +0000 (00:15 +0000)]
- add /etc/profile.d/ssh-agent.sh (in bcond, default turn off for now).
  ssh-agent.sh starts only one copy of ssh-agent per user and exports
  SSH_AGENT_PID SSH_AUTH_SOCK environment variables for each new login
  session of given user (it has similar use to keychain).

Changed files:
    openssh.spec -> 1.203

11 years ago- system-wide configuration file for ssh-agent.sh
twittner [Fri, 6 Aug 2004 00:03:21 +0000 (00:03 +0000)]
- system-wide configuration file for ssh-agent.sh

Changed files:
    ssh-agent.conf -> 1.1

11 years ago- better description (maybe).
twittner [Fri, 6 Aug 2004 00:02:35 +0000 (00:02 +0000)]
- better description (maybe).

Changed files:
    ssh-agent.sh -> 1.4

11 years ago- removed pernicious quotation marks around $ssh_agent_flags .
twittner [Thu, 29 Jul 2004 11:20:21 +0000 (11:20 +0000)]
- removed pernicious quotation marks around $ssh_agent_flags .
- removed stderr redirections to data file.

Changed files:
    ssh-agent.sh -> 1.3

11 years ago- allow to pass flags & parameters for ssh-agent via ssh_agent_flags.
twittner [Wed, 28 Jul 2004 19:02:37 +0000 (19:02 +0000)]
- allow to pass flags & parameters for ssh-agent via ssh_agent_flags.
- read system-wide configuration from /etc/ssh/ssh-agent.conf
- changes not tested yet.

Changed files:
    ssh-agent.sh -> 1.2

11 years ago- similar to gnupg-agent-agent.sh, much simpler than keychain.
twittner [Tue, 27 Jul 2004 19:27:32 +0000 (19:27 +0000)]
- similar to gnupg-agent-agent.sh, much simpler than keychain.

Changed files:
    ssh-agent.sh -> 1.1

11 years ago- non-English man pages added, rel. 2
ankry [Fri, 11 Jun 2004 21:26:46 +0000 (21:26 +0000)]
- non-English man pages added, rel. 2

Changed files:
    openssh.spec -> 1.202

11 years ago- askpass default location symlink
Arkadiusz Miśkiewicz [Thu, 10 Jun 2004 13:36:53 +0000 (13:36 +0000)]
- askpass default location symlink

Changed files:
    openssh.spec -> 1.201

11 years ago- outdated
Jakub Bogusz [Wed, 5 May 2004 09:15:46 +0000 (09:15 +0000)]
- outdated

Changed files:
    openssh-long-utmp-line.patch -> 1.2
    openssh-pam-authctxt.patch -> 1.2

11 years ago- updated to 3.8.1p1 auto/ac/openssh-3_8_1p1-1
Arkadiusz Miśkiewicz [Wed, 28 Apr 2004 23:42:20 +0000 (23:42 +0000)]
- updated to 3.8.1p1

Changed files:
    openssh.spec -> 1.200

11 years ago- updated
Arkadiusz Miśkiewicz [Wed, 28 Apr 2004 23:42:01 +0000 (23:42 +0000)]
- updated

Changed files:
    openssh-sigpipe.patch -> 1.4

11 years ago- rel 3; fix issues with utmp lines longer than 7 characters ie pts/1000 auto/ac/openssh-3_8p1-3
Arkadiusz Miśkiewicz [Wed, 28 Apr 2004 23:13:03 +0000 (23:13 +0000)]
- rel 3; fix issues with utmp lines longer than 7 characters ie pts/1000

Changed files:
    openssh.spec -> 1.199

11 years ago- new
Arkadiusz Miśkiewicz [Wed, 28 Apr 2004 23:12:25 +0000 (23:12 +0000)]
- new

Changed files:
    openssh-long-utmp-line.patch -> 1.1

11 years ago- Deprecated
adgor [Mon, 5 Apr 2004 22:25:28 +0000 (22:25 +0000)]
- Deprecated

Changed files:
    openssh-askpass.csh -> 1.3
    openssh-askpass.sh -> 1.3

11 years ago- SSH_ASKPASS value shouldn't be set per host (even You need this value
adgor [Mon, 5 Apr 2004 22:24:11 +0000 (22:24 +0000)]
- SSH_ASKPASS value shouldn't be set per host (even You need this value
  to be global - put it to /etc/env.d dir)

Changed files:
    openssh.spec -> 1.198

11 years ago- add ForwardX11Trusted
Arkadiusz Miśkiewicz [Thu, 25 Mar 2004 19:53:18 +0000 (19:53 +0000)]
- add ForwardX11Trusted

Changed files:
    openssh.conf -> 1.5

11 years ago- massive change: BR openssl-devel >= 0.9.7d
ankry [Fri, 19 Mar 2004 23:46:32 +0000 (23:46 +0000)]
- massive change: BR openssl-devel >= 0.9.7d

Changed files:
    openssh.spec -> 1.197

11 years ago- rel. 1 to rebuild with new ldap on nest builders
wrobell [Tue, 16 Mar 2004 11:21:50 +0000 (11:21 +0000)]
- rel. 1 to rebuild with new ldap on nest builders

Changed files:
    openssh.spec -> 1.196

11 years ago- tradition must be observed, PAM support was screwed w/r expired passwords auto/ac/openssh-3_8p1-0_3
Jan Rękorajski [Tue, 9 Mar 2004 14:23:52 +0000 (14:23 +0000)]
- tradition must be observed, PAM support was screwed w/r expired passwords

Changed files:
    openssh-pam-authctxt.patch -> 1.1

11 years ago- release 0.3
Jan Rękorajski [Tue, 9 Mar 2004 14:03:29 +0000 (14:03 +0000)]
- release 0.3
- not screwed version of this crap is a version lost. the horror, the horror...

Changed files:
    openssh.spec -> 1.195

11 years ago- updated heimdal,selinux,selinux-pld patches auto/ac/openssh-3_8p1-0_2
Jakub Bogusz [Thu, 26 Feb 2004 18:50:37 +0000 (18:50 +0000)]
- updated heimdal,selinux,selinux-pld patches

Changed files:
    openssh.spec -> 1.194

11 years ago- updated for new selinux patch
Jakub Bogusz [Thu, 26 Feb 2004 18:46:04 +0000 (18:46 +0000)]
- updated for new selinux patch

Changed files:
    openssh-selinux-pld.patch -> 1.2

11 years ago- updated (fixes for current libselinux)
Jakub Bogusz [Thu, 26 Feb 2004 18:45:43 +0000 (18:45 +0000)]
- updated (fixes for current libselinux)

Changed files:
    openssh-selinux.patch -> 1.5

11 years ago- updated for 3.8p1
Jakub Bogusz [Thu, 26 Feb 2004 18:41:14 +0000 (18:41 +0000)]
- updated for 3.8p1

Changed files:
    openssh-heimdal.patch -> 1.4

11 years ago- 2 entries obsolete, what about 2 remaining ones?
Jakub Bogusz [Thu, 26 Feb 2004 18:40:30 +0000 (18:40 +0000)]
- 2 entries obsolete, what about 2 remaining ones?

Changed files:
    openssh-pam-conv.patch -> 1.2

11 years ago- rel 0.2
misi3k [Wed, 25 Feb 2004 19:51:45 +0000 (19:51 +0000)]
- rel 0.2
Note: builds without krb5, NFY

Changed files:
    openssh.spec -> 1.193

11 years ago- 3.8
misi3k [Wed, 25 Feb 2004 19:32:07 +0000 (19:32 +0000)]
- 3.8

Changed files:
    openssh-sigpipe.patch -> 1.3

11 years ago- 3.8
misi3k [Wed, 25 Feb 2004 19:21:59 +0000 (19:21 +0000)]
- 3.8

Changed files:
    openssh-selinux.patch -> 1.4

11 years ago- up 3.8p1
misi3k [Wed, 25 Feb 2004 19:19:12 +0000 (19:19 +0000)]
- up 3.8p1

Changed files:
    openssh-chroot.patch -> 1.3

11 years ago- start update to 3.8p1
misi3k [Wed, 25 Feb 2004 18:46:04 +0000 (18:46 +0000)]
- start update to 3.8p1
- rel 0.1

Changed files:
    openssh.spec -> 1.192

11 years ago- cleanups
Jakub Bogusz [Thu, 22 Jan 2004 12:21:28 +0000 (12:21 +0000)]
- cleanups

Changed files:
    openssh.spec -> 1.191

11 years ago- new auto/ac/openssh-3_7_1p2-4_5
Arkadiusz Miśkiewicz [Mon, 5 Jan 2004 14:05:09 +0000 (14:05 +0000)]
- new

Changed files:
    openssh-selinux-pld.patch -> 1.1

11 years ago- changed behaviour of selinux code in permissive mode
Arkadiusz Miśkiewicz [Mon, 5 Jan 2004 14:04:52 +0000 (14:04 +0000)]
- changed behaviour of selinux code in permissive mode

Changed files:
    openssh.spec -> 1.190

11 years ago- moved -lselinux to proper place in selinux patch, release 4.4
Jakub Bogusz [Sat, 27 Dec 2003 21:08:53 +0000 (21:08 +0000)]
- moved -lselinux to proper place in selinux patch, release 4.4

Changed files:
    openssh.spec -> 1.189

11 years ago- -lselinux moved to proper place (only server needs it)
Jakub Bogusz [Sat, 27 Dec 2003 21:08:03 +0000 (21:08 +0000)]
- -lselinux moved to proper place (only server needs it)

Changed files:
    openssh-selinux.patch -> 1.3

11 years ago- updated bcond switching magick
Jakub Bogusz [Sat, 27 Dec 2003 20:41:11 +0000 (20:41 +0000)]
- updated bcond switching magick

Changed files:
    openssh.spec -> 1.188

11 years ago- updated
Arkadiusz Miśkiewicz [Fri, 26 Dec 2003 19:16:51 +0000 (19:16 +0000)]
- updated

Changed files:
    openssh-selinux.patch -> 1.2

11 years ago- new
Arkadiusz Miśkiewicz [Fri, 26 Dec 2003 19:03:11 +0000 (19:03 +0000)]
- new

Changed files:
    openssh-selinux.patch -> 1.1

11 years ago- added selinux support
Arkadiusz Miśkiewicz [Fri, 26 Dec 2003 19:02:54 +0000 (19:02 +0000)]
- added selinux support

Changed files:
    openssh.spec -> 1.187

11 years ago- rel. up to (4.2) be greater than in Ra (4)
ankry [Thu, 25 Dec 2003 17:05:35 +0000 (17:05 +0000)]
- rel. up to (4.2) be greater than in Ra (4)

Changed files:
    openssh.spec -> 1.186

11 years ago- copy config.sub from automake
Jacek Konieczny [Mon, 22 Dec 2003 09:54:35 +0000 (09:54 +0000)]
- copy config.sub from automake

Changed files:
    openssh.spec -> 1.185

11 years ago- s,/lib/security,, auto/ac/pwdutils-2_5_93-1 auto/ac/pwdutils-2_5_93-2 auto/ac/pwdutils-2_5_97-1 auto/ac/pwdutils-2_5_97-2 auto/ac/pwdutils-2_6-1 auto/ac/pwdutils-2_6_1-1 auto/ac/pwdutils-2_6_1-2 auto/ac/pwdutils-2_6_4-1 auto/ac/pwdutils-2_6_4-2 auto/ac/pwdutils-2_6_90-2 auto/ac/pwdutils-2_6_90-3 auto/ac/pwdutils-2_6_98-1 auto/ac/pwdutils-3_0-1 auto/ac/pwdutils-3_0-2 auto/ac/pwdutils-3_0_2-1 auto/ac/pwdutils-3_0_6-1 auto/ac/pwdutils-3_0_6-2 auto/ac/pwdutils-3_0_6-4 auto/ac/pwdutils-3_0_7-2 auto/ac/pwdutils-3_0_7-3 auto/ac/pwdutils-3_1_0-1 auto/ac/pwdutils-3_1_2-1 auto/ac/pwdutils-3_1_2-2 auto/ac/shadow-4_0_3-6 auto/ac/shadow-4_0_3-7 auto/ac/shadow-4_0_4_1-1 auto/ac/shadow-4_0_4_1-3 auto/ac/shadow-4_0_4_1-4 auto/ac/shadow-4_0_4_1-5 auto/th/pwdutils-2_6_97-2 auto/th/pwdutils-3_0_4-1 auto/th/pwdutils-3_0_6-3 auto/th/pwdutils-3_0_6-4 auto/th/pwdutils-3_0_7-1 auto/th/pwdutils-3_0_7-3 auto/th/pwdutils-3_1_0-0_3 auto/th/pwdutils-3_1_2-1 auto/th/pwdutils-3_1_2-2 auto/th/pwdutils-3_1_3-1 auto/th/shadow-4_0_7-1
Jacek Konieczny [Fri, 19 Dec 2003 10:13:36 +0000 (10:13 +0000)]
- s,/lib/security,,

Changed files:
    opensshd.pamd -> 1.4
    passwd.pamd -> 1.4

11 years ago- for new ac installations by default enable protocol 2 only
Arkadiusz Miśkiewicz [Fri, 12 Dec 2003 01:33:12 +0000 (01:33 +0000)]
- for new ac installations by default enable protocol 2 only

Changed files:
    opensshd.conf -> 1.15

11 years ago- added UseChroot option
pius [Tue, 7 Oct 2003 19:20:01 +0000 (19:20 +0000)]
- added UseChroot option

Changed files:
    opensshd.conf -> 1.14

11 years ago- enhanced openssh-chroot.patch with UseChroot configuration option
pius [Tue, 7 Oct 2003 19:17:31 +0000 (19:17 +0000)]
- enhanced openssh-chroot.patch with UseChroot configuration option
- changed the way this patch is applied and used (now applied by default)

Changed files:
    openssh.spec -> 1.184

11 years ago- patch enhanced with UseChroot configuration option
pius [Tue, 7 Oct 2003 19:13:22 +0000 (19:13 +0000)]
- patch enhanced with UseChroot configuration option

Changed files:
    openssh-chroot.patch -> 1.2

11 years ago- added conditional built with chrootssh support
pius [Mon, 6 Oct 2003 12:32:02 +0000 (12:32 +0000)]
- added conditional built with chrootssh support
- new bcond style

Changed files:
    openssh.spec -> 1.183

11 years ago- chrootssh patch (http://chrootssh.sourceforge.net)
pius [Mon, 6 Oct 2003 12:27:53 +0000 (12:27 +0000)]
- chrootssh patch (http://chrootssh.sourceforge.net)

Changed files:
    openssh-chroot.patch -> 1.1

11 years ago- fix for new openssh
Arkadiusz Miśkiewicz [Sun, 5 Oct 2003 16:16:24 +0000 (16:16 +0000)]
- fix for new openssh

Changed files:
    openssh-heimdal.patch -> 1.3

11 years ago- kerberos enabled by default (of course -libs is very small); enabled ability to...
Arkadiusz Miśkiewicz [Sun, 5 Oct 2003 16:14:39 +0000 (16:14 +0000)]
- kerberos enabled by default (of course -libs is very small); enabled ability to verify host signatures in DNS records, added ssh-keysign binary (which should be suid-root but isn't for now)

Changed files:
    openssh.spec -> 1.182

11 years ago- killed orig_ver - no longer necessary
Jakub Bogusz [Wed, 1 Oct 2003 09:07:53 +0000 (09:07 +0000)]
- killed orig_ver - no longer necessary

Changed files:
    openssh.spec -> 1.181

11 years ago- fixed double "c" addition
Jakub Bogusz [Wed, 1 Oct 2003 07:28:16 +0000 (07:28 +0000)]
- fixed double "c" addition

Changed files:
    openssh.spec -> 1.180

11 years ago- ahh, what the hell: openssl 0.9.7c
eothane [Tue, 30 Sep 2003 20:18:28 +0000 (20:18 +0000)]
- ahh, what the hell: openssl 0.9.7c

Changed files:
    openssh.spec -> 1.179

11 years ago- openssl 0.9.7c auto/ac/openssh-3_7_1p2-3
eothane [Tue, 30 Sep 2003 19:32:17 +0000 (19:32 +0000)]
- openssl 0.9.7c
- next release

Changed files:
    openssh.spec -> 1.178

11 years ago- fixed multi-line descriptions auto/ac/openssh-3_7_1p2-2
ankry [Fri, 26 Sep 2003 22:37:42 +0000 (22:37 +0000)]
- fixed multi-line descriptions

Changed files:
    opensshd.init -> 1.22

11 years ago- release 2
Jan Rękorajski [Fri, 26 Sep 2003 14:23:49 +0000 (14:23 +0000)]
- release 2

Changed files:
    openssh.spec -> 1.177

11 years ago- req pam >= 0.77.3
Jan Rękorajski [Fri, 26 Sep 2003 14:20:25 +0000 (14:20 +0000)]
- req pam >= 0.77.3

Changed files:
    openssh.spec -> 1.176

11 years ago- Remove deprecated option RhostsAuthentication
areq [Wed, 24 Sep 2003 20:33:34 +0000 (20:33 +0000)]
- Remove deprecated option RhostsAuthentication

Changed files:
    opensshd.conf -> 1.13

11 years ago- add missing newline in conversation auto/ac/openssh-3_7_1p2-1
Jan Rękorajski [Tue, 23 Sep 2003 16:48:00 +0000 (16:48 +0000)]
- add missing newline in conversation

Changed files:
    openssh-pam-conv.patch -> 1.1

11 years ago- that's incredible, they got pam working :o
Jan Rękorajski [Tue, 23 Sep 2003 16:47:17 +0000 (16:47 +0000)]
- that's incredible, they got pam working :o

Changed files:
    openssh.spec -> 1.175

11 years ago- security update to 3.7.1p2 (see http://www.openssh.com/txt/sshpam.adv)
Adam Gołębiowski [Tue, 23 Sep 2003 13:21:27 +0000 (13:21 +0000)]
- security update to 3.7.1p2 (see http://www.openssh.com/txt/sshpam.adv)

Changed files:
    openssh.spec -> 1.174

11 years ago- pamauthenticationviakbdint deprecated
Jan Rękorajski [Thu, 18 Sep 2003 16:33:24 +0000 (16:33 +0000)]
- pamauthenticationviakbdint deprecated
- UsePAM yes by default

Changed files:
    opensshd.conf -> 1.12

11 years ago- do apply patch7
Jan Rękorajski [Thu, 18 Sep 2003 16:03:25 +0000 (16:03 +0000)]
- do apply patch7

Changed files:
    openssh.spec -> 1.173

11 years ago- brutally fix poor attempts at pam coding
Jan Rękorajski [Thu, 18 Sep 2003 15:53:09 +0000 (15:53 +0000)]
- brutally fix poor attempts at pam coding

Changed files:
    openssh-pam_chauthtok.patch -> 1.1

11 years ago- release 3
Jan Rękorajski [Thu, 18 Sep 2003 15:50:16 +0000 (15:50 +0000)]
- release 3
- fixed force password changing at login

Changed files:
    openssh.spec -> 1.172

11 years ago- cosmetics
Paweł Gołaszewski [Wed, 17 Sep 2003 19:27:16 +0000 (19:27 +0000)]
- cosmetics

Changed files:
    openssh.spec -> 1.171

11 years ago- Provides: ssh-clients, ssh-server
Marcin Krzyżanowski [Wed, 17 Sep 2003 18:25:34 +0000 (18:25 +0000)]
- Provides: ssh-clients, ssh-server
- rel 2

Changed files:
    openssh.spec -> 1.170

11 years ago- updated to 3.7.1p1
misi3k [Wed, 17 Sep 2003 05:24:41 +0000 (05:24 +0000)]
- updated to 3.7.1p1

Changed files:
    openssh.spec -> 1.169

11 years ago- updated to 3.7p1
Jan Rękorajski [Tue, 16 Sep 2003 17:28:55 +0000 (17:28 +0000)]
- updated to 3.7p1

Changed files:
    openssh.spec -> 1.168

11 years ago- updated for openssh 3.7
Jan Rękorajski [Tue, 16 Sep 2003 17:28:42 +0000 (17:28 +0000)]
- updated for openssh 3.7

Changed files:
    ldappubkey-ossh3.6-v2.patch -> 1.2

11 years ago- updated to 3.7p1
Jan Rękorajski [Tue, 16 Sep 2003 17:15:55 +0000 (17:15 +0000)]
- updated to 3.7p1

Changed files:
    openssh-linux-ipv6.patch -> 1.2
    openssh-no_libnsl.patch -> 1.5

11 years ago- grrr
Mariusz Mazur [Tue, 16 Sep 2003 17:06:44 +0000 (17:06 +0000)]
- grrr

Changed files:
    openssh-buffer_c_overflow.patch -> 1.2

11 years ago- newest buffer overflow fix
Mariusz Mazur [Tue, 16 Sep 2003 14:28:14 +0000 (14:28 +0000)]
- newest buffer overflow fix

Changed files:
    openssh-buffer_c_overflow.patch -> 1.1

11 years ago- Source-md5 -> NoSource-md5 (don't put text files on distfiles)
ankry [Wed, 27 Aug 2003 10:41:34 +0000 (10:41 +0000)]
- Source-md5 -> NoSource-md5 (don't put text files on distfiles)

Changed files:
    openssh.spec -> 1.167

11 years agoc78de727e1208799072be78c05d64398 connect.c
ankry [Wed, 27 Aug 2003 10:40:21 +0000 (10:40 +0000)]
c78de727e1208799072be78c05d64398  connect.c

Changed files:
    connect.c -> 1.1

11 years agof14cb61fafd067a3f5ce4eaa9643bf05 connect.html help
ankry [Wed, 27 Aug 2003 10:40:16 +0000 (10:40 +0000)]
f14cb61fafd067a3f5ce4eaa9643bf05  connect.html

Changed files:
    connect.html -> 1.1

11 years ago- updated init scripts for new rc-scripts-ulimits.patch, release 6
Jakub Bogusz [Mon, 25 Aug 2003 21:37:26 +0000 (21:37 +0000)]
- updated init scripts for new rc-scripts-ulimits.patch, release 6

Changed files:
    openssh.spec -> 1.166
    opensshd.init -> 1.21

11 years ago- removed junk (*~ files)
Michal Moskal [Sun, 24 Aug 2003 14:04:21 +0000 (14:04 +0000)]
- removed junk (*~ files)

Changed files:
    openssh-heimdal.patch -> 1.2

11 years ago- add http://www.imasy.or.jp/~gotoh/ssh/connect.html
areq [Fri, 22 Aug 2003 19:32:30 +0000 (19:32 +0000)]
- add http://www.imasy.or.jp/~gotoh/ssh/connect.html

Changed files:
    openssh.spec -> 1.165

11 years ago- mass commit: cosmetics (removed trailing white spaces)
Tomasz Pala [Mon, 18 Aug 2003 08:08:24 +0000 (08:08 +0000)]
- mass commit: cosmetics (removed trailing white spaces)

Changed files:
    openssh.spec -> 1.164

11 years ago- soft -u unlimited
Jakub Bogusz [Wed, 13 Aug 2003 12:45:52 +0000 (12:45 +0000)]
- soft -u unlimited

Changed files:
    opensshd.init -> 1.20

11 years ago- updated init script for new limits support in rc-scripts
Jakub Bogusz [Tue, 12 Aug 2003 21:41:09 +0000 (21:41 +0000)]
- updated init script for new limits support in rc-scripts
- moved "ldap" mark from version to release
- release 4

Changed files:
    openssh.spec -> 1.163
    opensshd.init -> 1.19

11 years ago- new
aredridel [Wed, 30 Jul 2003 20:16:24 +0000 (20:16 +0000)]
- new

Changed files:
    openssh-heimdal.patch -> 1.1

11 years ago- added optional kerberos support
aredridel [Tue, 29 Jul 2003 16:21:29 +0000 (16:21 +0000)]
- added optional kerberos support

Changed files:
    openssh.spec -> 1.162

This page took 0.100303 seconds and 4 git commands to generate.