Commit graph

2138 commits

Author SHA1 Message Date
Andrey A. Chernov
25841be3ce Upgrade to 4.26c 2001-11-07 15:46:41 +00:00
David E. O'Brien
bf9fd8c3e2 Update to version 2.54 Beta 30. 2001-11-07 15:41:14 +00:00
Dirk Meyer
725629d24c Update to OpenSSH 3.0 and OpenSSH-portable 3.0p1
Extracted from Changelog (not complete):

20011012
   - markus@cvs.openbsd.org 2001/10/10 22:18:47
     [channels.c channels.h clientloop.c nchan.c serverloop.c]
     [session.c session.h]
     try to keep channels open until an exit-status message is sent.
     don't kill the login shells if the shells stdin/out/err is closed.
     this should now work:
     ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
   - markus@cvs.openbsd.org 2001/10/11 13:45:21
     [session.c]
     delay detach of session if a channel gets closed but the child is
     still alive.  however, release pty, since the fd's to the child are
     already closed.
   - markus@cvs.openbsd.org 2001/10/11 15:24:00
     [clientloop.c]
     clear select masks if we return before calling select().

20011010
   - markus@cvs.openbsd.org 2001/10/04 14:34:16
     [key.c]
     call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
   - markus@cvs.openbsd.org 2001/10/04 15:05:40
     [channels.c serverloop.c]
     comment out bogus conditions for selecting on connection_in
   - markus@cvs.openbsd.org 2001/10/04 15:12:37
     [serverloop.c]
     client_alive_check cleanup
   - markus@cvs.openbsd.org 2001/10/06 00:14:50
     [sshconnect.c]
     remove unused argument
   - markus@cvs.openbsd.org 2001/10/06 00:36:42
     [session.c]
     fix typo in error message, sync with do_exec_nopty
   - markus@cvs.openbsd.org 2001/10/06 11:18:19
     [sshconnect1.c sshconnect2.c sshconnect.c]
     unify hostkey check error messages, simplify prompt.
   - markus@cvs.openbsd.org 2001/10/07 10:29:52
     [authfile.c]
     grammer; Matthew_Clarke@mindlink.bc.ca
   - markus@cvs.openbsd.org 2001/10/07 17:49:40
     [channels.c channels.h]
     avoid possible FD_ISSET overflow for channels established
     during channnel_after_select() (used for dynamic channels).
   - markus@cvs.openbsd.org 2001/10/08 11:48:57
     [channels.c]
     better debug
   - markus@cvs.openbsd.org 2001/10/08 16:15:47
     [sshconnect.c]
     use correct family for -b option
   - markus@cvs.openbsd.org 2001/10/08 19:05:05
     [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
     some more IPv4or6 cleanup
   - markus@cvs.openbsd.org 2001/10/09 10:12:08
     [session.c]
     chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
   - markus@cvs.openbsd.org 2001/10/09 19:32:49
     [session.c]
     stat subsystem command before calling do_exec, and return error to client.
   - markus@cvs.openbsd.org 2001/10/09 19:51:18
     [serverloop.c]
     close all channels if the connection to the remote host has been closed,
     should fix sshd's hanging with WCHAN==wait
   - markus@cvs.openbsd.org 2001/10/09 21:59:41
     [channels.c channels.h serverloop.c session.c session.h]
     simplify session close: no more delayed session_close, no more
     blocking wait() calls.
 - (bal) seed_init() and seed_rng() required in ssh-keyscan.c

20011003
   - markus@cvs.openbsd.org 2001/09/27 11:58:16
     [compress.c]
     mem leak; chombier@mac.com
   - markus@cvs.openbsd.org 2001/09/27 11:59:37
     [packet.c]
     missing called=1; chombier@mac.com
   - markus@cvs.openbsd.org 2001/09/27 15:31:17
     [auth2.c auth2-chall.c sshconnect1.c]
     typos; from solar
   - camield@cvs.openbsd.org 2001/09/27 17:53:24
     [sshd.8]
     don't talk about compile-time options
     ok markus@
   - djm@cvs.openbsd.org 2001/09/28 12:07:09
     [ssh-keygen.c]
     bzero private key after loading to smartcard; ok markus@
   - markus@cvs.openbsd.org 2001/09/28 15:46:29
     [ssh.c]
     bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
   - markus@cvs.openbsd.org 2001/10/01 08:06:28
     [scp.c]
     skip filenames containing \n; report jdamery@chiark.greenend.org.uk
     and matthew@debian.org
   - markus@cvs.openbsd.org 2001/10/01 21:38:53
     [channels.c channels.h ssh.c sshd.c]
     remove ugliness; vp@drexel.edu via angelos
   - markus@cvs.openbsd.org 2001/10/01 21:51:16
     [readconf.c readconf.h ssh.1 sshconnect.c]
     add NoHostAuthenticationForLocalhost; note that the hostkey is
     now check for localhost, too.
   - djm@cvs.openbsd.org 2001/10/02 08:38:50
     [ssh-add.c]
     return non-zero exit code on error; ok markus@
   - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
     [sshd.c]
     #include "channels.h" for channel_set_af()
   - markus@cvs.openbsd.org 2001/10/03 10:01:20
     [auth.c]
     use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp

20011001
 - (stevesk) loginrec.c: fix type conversion problems exposed when using
   64-bit off_t.

20010928
   - djm@cvs.openbsd.org 2001/09/28 09:49:31
     [scard.c]
     Fix segv when smartcard communication error occurs during key load.
     ok markus@
 - (djm) Update spec files for new x11-askpass

20010927
 - (stevesk) session.c: declare do_pre_login() before use
   wayned@users.sourceforge.net

20010925
 - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
 - (djm) Sync $sysconfdir/moduli
 - (djm) Avoid bad and unportable sprintf usage in compat code
2001-11-07 13:47:51 +00:00
Peter Pentchev
71ffdb8e0c Update to 3.21b, fixing a Makefile bogon and a file descriptor leak.
Add a new knob, PEM_DIR, to specify the path to install the certificate
generated during the stunnel build, and later, the one generated using
the 'cert' target of the port Makefile.

Approved by:	maintainer
2001-11-07 11:01:38 +00:00
Akinori MUSHA
8cf0f515a5 Set LATEST_LINK to pgp[56]. 2001-11-07 08:32:49 +00:00
Johann Visagie
b251787008 - Update to version 1.7
- Remove patch, as this functionality now exists in distribution
- Drop maintainership

PR:		31812
Submitted by:	Mark Stosberg <mark@summersault.com>
2001-11-07 08:18:19 +00:00
Pete Fritchman
42d449e17e Install pgp_old as pgpo, as that is the symlink expected by the pgp binary.
PR:		16211
Approved by:	maintainer timeout
2001-11-07 08:11:47 +00:00
Akinori MUSHA
4e60494c67 Seems tripwire was repocopied to tripwire12, but seems no change or
removal has been made.  So add an entry for tripwire12 in a comment
for the moment so the MAINTAINER will not forget to change Makefile in
the future.
2001-11-07 06:19:32 +00:00
Pete Fritchman
1221547d56 - update to 0.06 final (not -snap6). bump PORTREVISION (PORTNAME was at
0.06, but DISTNAME had -snap6).
- give maintainership to the author, ngps@post1.com
- remove PLIST_SUB line (PYTHON_VERSION is automatically added now)
- specify full path to pinstall with ${LOCALBASE}

PR:		31496
Submitted by:	(old) maintainer
2001-11-06 10:43:13 +00:00
Pete Fritchman
433cc0ebd6 Update to 0.13
PR:		31484
Submitted by:	maintainer
2001-11-06 09:55:49 +00:00
Akinori MUSHA
79d96649db Update to 0.0.8. Now the SSLSocket (ruby-ssl) functionality has been
fully merged.  The security/ruby-ssl port will soon be retired.
2001-11-06 07:04:10 +00:00
FUJISHIMA Satsuki
091a467cc7 update to 3.0.3.
PR:		31788
Submitted by:	Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>,
		maintainer
2001-11-06 01:01:10 +00:00
Pete Fritchman
7da5cb1dcd - update to 0.3.1
- reword pkg-comment

PR:		31752
Submitted by:	maintainer
2001-11-04 19:48:49 +00:00
Clive Lin
ec5b797f16 Master site changed:
http://www.rickk.com/sslwrap/ -> http://www.quiltaholic.com/rickk/sslwrap/.

Found by: HTTP headers returned from www.rickk.com:80
2001-11-04 14:54:36 +00:00
Akinori MUSHA
3e9abfca91 Update to 0.0.7.
Ruby/OpenSSL is currently forming a merger with the SSLSocket module
(security/ruby-ssl).  The ruby-ssl port will retire when the merger is
completely done.
2001-11-03 21:34:46 +00:00
Andrey A. Chernov
0c85b2532d Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit 2001-11-02 10:04:27 +00:00
Akinori MUSHA
6a002d6440 Update to 0.0.6. 2001-11-01 19:45:19 +00:00
Peter Pentchev
e787d21d74 Update to 3.21.
Change USE_AUTOCONF to GNU_CONFIGURE; there have been no configure.in
patches for some time now.

PR:		31656
Submitted by:	maintainer
2001-11-01 08:28:38 +00:00
James E. Housley
e79438e798 Update again. This time only search of 4xxx in top 5 lines. 2001-11-01 01:27:47 +00:00
Jacques Vidrine
6ace6882e7 Bump PORTREVISION for today's updates to libgssapi and su. 2001-10-31 19:58:05 +00:00
Jacques Vidrine
8c16fd7765 su: Don't use the result of getlogin() to determine whether we are the
superuser.  Always use getuid() instead.

Submitted by:	Johan Danielsson <joda@pdc.kth.se>
2001-10-31 19:57:35 +00:00
James E. Housley
1b5fe6fbca Update to 4168 2001-10-31 17:28:30 +00:00
Jacques Vidrine
a5714880c9 Fix a heap buffer overrun in gss_get_mic(). 2001-10-31 13:50:43 +00:00
Jimmy Olgeni
da3ef84ee4 Update port suite to version 1.1.8.
PR:		31634
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
2001-10-30 12:38:42 +00:00
Pete Fritchman
8247c0e01a Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,
set ${AUTOMAKE_ARGS} to --add-missing --include-deps.

PR:		31593
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-10-30 01:49:15 +00:00
Brian Feldman
cec98ce29a Bump PORTREVISION.
Reminded by:	kkenn
2001-10-29 21:56:08 +00:00
Brian Feldman
1976a26400 Fix a possible-corruption-at-end-of-file bug.
PR:		ports/30120
Submitted by:	Scott Renfro <scott@renfro.org>
2001-10-29 19:39:39 +00:00
Jacques Vidrine
a1d4de67f0 = Add support for using cracklib with kpasswdd, the password changing
daemon.
= Fix a bug in `ktutil get' which was causing a segfault.
= Bump PORTREVISION.
2001-10-29 13:02:43 +00:00
Munechika SUMIKAWA
2e9b3e8056 Upgrade to 20011026. 2001-10-28 07:26:27 +00:00
Jimmy Olgeni
efd9805614 I forgot to add the nessus-devel ports to the category Makefile.
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-10-27 21:29:39 +00:00
Akinori MUSHA
b519877a48 Update to 0.0.5. 2001-10-27 12:02:21 +00:00
Jimmy Olgeni
bc596cfcc2 Update the nessus-*-devel ports to version 1.1.7.
PR:		31139 (+ some changes)
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
Reviewed by:	olgeni
2001-10-27 10:57:37 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Mark Pulford
cbfe00028d Spelling fix.
Submitted by:	Trevor Johnson <trevor@jpj.net>
2001-10-26 09:21:44 +00:00
Dirk Meyer
01548f5249 cvs rm'ing patch-coredump, as the current versions are safe.
It does no harm, so a second bump of PORTVERSION is not needed.
2001-10-25 20:17:43 +00:00
James E. Housley
b502458b06 Update to 4167 2001-10-24 20:20:16 +00:00
Dirk Meyer
1865c26403 - included an patch that solves a coredump in sshd
- Bumped PORTREVISION

Submitted by:	ryanb@goddamnbastard.org
2001-10-24 07:16:49 +00:00
Mark Pulford
77ca64b3a2 Spelling fix.
PR:		31395
Submitted by:	Carl Schmidt <carl@slackerbsd.org>
2001-10-23 10:04:27 +00:00
Andrey A. Chernov
fd23f8bea4 Fix argument order in mail reply message 2001-10-22 13:57:27 +00:00
Akinori MUSHA
5c10cfb691 Update to 0.0.4. 2001-10-21 20:57:07 +00:00
David W. Chapman Jr.
4688c2ff1e Update to version 11
Give Seamus Venasse maintainership

PR:		31095
Submitted by:	new maintainer
2001-10-21 18:47:20 +00:00
Andrey A. Chernov
02da81da7c Upgrade to 4.26b 2001-10-20 20:50:21 +00:00
Andrey A. Chernov
90cafd7fcc Upgrade to 4.26b 2001-10-20 19:56:17 +00:00
Clive Lin
99436422e8 New port: didentd
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.

PR: ports/31349
Submitted by: D. T. Tzeck <drt@un.brewaff.net>
2001-10-20 14:32:35 +00:00
Clive Lin
e1b6983dda New port: didentd
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.
2001-10-20 14:31:56 +00:00
Akinori MUSHA
6092cf2d58 Add ruby-openssl, a Ruby module which wraps OpenSSL. 2001-10-20 11:50:24 +00:00
Andrey A. Chernov
1a56d1f4c1 Remove user deleting from here, it still needed for drweb sub-port 2001-10-20 11:08:44 +00:00
Mark Pulford
df9f60c715 Update to 0.3.
PR:		31308
Submitted by:	Patrick Li <pat@databits.net>
2001-10-20 10:17:13 +00:00
Andrey A. Chernov
afd6dfcd46 Move user adding/deleting to pkg*install 2001-10-19 11:08:01 +00:00
Andrey A. Chernov
3279aeae0f Move user creation/deletion to pkg-*install 2001-10-19 10:55:38 +00:00