aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Rename Patches to make navigation much more easier.dinoex2002-03-1322-20/+10
|
* create ssh_config-dist and sshd_config-distdinoex2002-03-132-9/+13
| | | | | | | | | make sure that package install and deinstall don't temper existing configuration files. install sshd.sh now as sample. Package changed, but no need to update if you have PORTREVISION=2
* Add etc/moduli if it does not exist already.dinoex2002-03-113-1/+164
| | | | sshd complainied about it.
* Update to 1.9pat2002-03-112-4/+2
| | | | | PR: 35734 Submitted by: Patrik Backlund <pbacklun@cc.hut.fi>
* Extend the description for openssh-portabledinoex2002-03-103-2/+25
| | | | Fix description for openssh
* Update to 0.6.6pat2002-03-102-2/+2
|
* Add sample startup scriptpat2002-03-103-0/+26
| | | | | PR: 35701 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Allow IPv6 connection if detected by configure.dinoex2002-03-094-2/+4
| | | | Submitted by: ume
* - Fix Problem with 3des chiperdinoex2002-03-092-0/+101
| | | | | - Patch from openssh-portable, which works fine. - bump PORTREVISION
* fix patch for build on bentodinoex2002-03-092-10/+10
|
* - add defines for comatibility with older FreeBSD releases 3.x and 2.2.8dinoex2002-03-093-8/+127
| | | | | | | SHUT_RD, SHUT_WR, SHUT_RDWR INET_ADDRSTRLEN - add dirname() from FreeBSD 4.5 - use utimes instead of futimes fore FreeBSD < 4.x
* - patch to fix undefined (ulong)dinoex2002-03-092-0/+22
| | | | - builds now for FreeBSD 2.2.8
* Fix thinko and make it possible to disable Kerberos support on thewollman2002-03-092-2/+2
| | | | make command line even if KRB5_HOME is set in make.conf.
* Mark BROKEN in Kerberos case: Simon Wilkinson has not releasedwollman2002-03-092-2/+4
| | | | updated patches yet. (I hope dinoex doesn't mind my committing this.)
* - Add more INET6 #ifdef'sdinoex2002-03-091-3/+37
| | | | | | | - Suggested patch modified and extended PR: 35673 Submitted by: scheidell@secnap.net
* Pass option to generate rsa1 keys, which is now required.dinoex2002-03-091-1/+1
| | | | | PR: 35676 Submitted by: sysadmin@alexdupre.com
* Upgrade to 0.6.vanilla2002-03-085-31/+13
| | | | | | PR: ports/35665 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Some part by: me
* Removing krb5-beta port. Krb5-beta is a "test" port to allow FreeBSD userscy2002-03-0824-904/+0
| | | | | | the opportunity to use/test the upcoming krb5 before it is released. Krb5-1.2.4 was released over a week ago superceeding this port. This port will be resurrected when a new krb5-beta becomes available.
* Update to 1.4.0pat2002-03-082-2/+2
| | | | | PR: 35663 Submitted by: maintainer
* Update to OpenSSH 3.1 OpennSSH-portable 3.1p1dinoex2002-03-0815-127/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update patch-au,patch-session.c for password changes. - patch-channel.c is now integrated Excerpt from Changelog: 20020304 - OpenBSD CVS Sync - deraadt@cvs.openbsd.org 2002/02/26 18:52:32 [sftp.1] Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org - mouring@cvs.openbsd.org 2002/02/26 19:04:37 [sftp.1] > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org Last Ic on the first line should not have a space between it and the final comma. - deraadt@cvs.openbsd.org 2002/02/26 19:06:43 [sftp.1] no, look closely. the comma was highlighted. split .Ic even more - stevesk@cvs.openbsd.org 2002/02/26 20:03:51 [misc.c] use socklen_t - stevesk@cvs.openbsd.org 2002/02/27 21:23:13 [canohost.c channels.c packet.c sshd.c] remove unneeded casts in [gs]etsockopt(); ok markus@ - markus@cvs.openbsd.org 2002/02/28 15:46:33 [authfile.c kex.c kexdh.c kexgex.c key.c ssh-dss.c] add some const EVP_MD for openssl-0.9.7 - stevesk@cvs.openbsd.org 2002/02/28 19:36:28 [auth.c match.c match.h] delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers for sshd -u0; ok markus@ - stevesk@cvs.openbsd.org 2002/02/28 20:36:42 [sshd.8] DenyUsers allows user@host pattern also - stevesk@cvs.openbsd.org 2002/02/28 20:46:10 [sshd.8] -u0 DNS for user@host - stevesk@cvs.openbsd.org 2002/02/28 20:56:00 [auth.c] log user not allowed details, from dwd@bell-labs.com; ok markus@ - markus@cvs.openbsd.org 2002/03/01 13:12:10 [auth.c match.c match.h] undo the 'delay hostname lookup' change match.c must not use compress.c (via canonhost.c/packet.c) thanks to wilfried@ - markus@cvs.openbsd.org 2002/03/04 12:43:06 [auth-passwd.c auth-rh-rsa.c auth-rhosts.c] - markus@cvs.openbsd.org 2002/03/04 13:10:46 [misc.c] error-> debug, because O_NONBLOCK for /dev/null causes too many different errnos; ok stevesk@, deraadt@ unused include - stevesk@cvs.openbsd.org 2002/03/04 17:27:39 [auth-krb5.c auth-options.h auth.h authfd.h authfile.h bufaux.h buffer.h channels.h cipher.h compat.h compress.h crc32.h deattack.c getput.h groupaccess.c misc.c mpaux.h packet.h readconf.h rsa.h scard.h servconf.h ssh-agent.c ssh.h ssh2.h sshpty.h sshtty.c ttymodes.h uuencode.c xmalloc.h] $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@ - stevesk@cvs.openbsd.org 2002/03/04 18:30:23 [ssh-keyscan.c] handle connection close during read of protocol version string. fixes erroneous "bad greeting". ok markus@ - markus@cvs.openbsd.org 2002/03/04 19:37:58 [channels.c] off by one; thanks to joost@pine.nl 20020226 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney) Bug 45 [configure.ac] modify skey test to work around conflict with autoconf reported by nolan@naic.edu (Michael Nolan) patch by Pekka Savola <pekkas@netcore.fi> Bug 74 [configure.ac defines.h] add sig_atomic_t test reported by dwd@bell-labs.com (Dave Dykstra) Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com [configure.ac Makefile.in] link libwrap only with sshd based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl> Bug 123 link libpam only with sshd reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky) [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7 [acconfig.h] remove unused HAVE_REGCOMP [configure.ac] put back in search for prngd-socket - (stevesk) openbsd-compat/base64.h: typo in comment - (bal) OpenBSD CVS Sync - markus@cvs.openbsd.org 2002/02/15 23:54:10 [auth-krb5.c] krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok provos@ - markus@cvs.openbsd.org 2002/02/22 12:20:34 [log.c log.h ssh-keyscan.c] overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ - markus@cvs.openbsd.org 2002/02/23 17:59:02 [kex.c kexdh.c kexgex.c] don't allow garbage after payload. - stevesk@cvs.openbsd.org 2002/02/24 16:09:52 [sshd.c] use u_char* here; ok markus@ - markus@cvs.openbsd.org 2002/02/24 16:57:19 [sftp-client.c] early close(), missing free; ok stevesk@ - markus@cvs.openbsd.org 2002/02/24 16:58:32 [packet.c] make 'cp' unsigned and merge with 'ucp'; ok stevesk@ - markus@cvs.openbsd.org 2002/02/24 18:31:09 [uuencode.c] typo in comment - markus@cvs.openbsd.org 2002/02/24 19:14:59 [auth2.c authfd.c authfd.h authfile.c kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-dss.h ssh-keygen.c ssh-rsa.c ssh-rsa.h sshconnect2.c] signed vs. unsigned: make size arguments u_int, ok stevesk@ - stevesk@cvs.openbsd.org 2002/02/24 19:59:42 [channels.c misc.c] disable Nagle in connect_to() and channel_post_port_listener() (port forwarding endpoints). the intention is to preserve the on-the-wire appearance to applications at either end; the applications can then enable TCP_NODELAY according to their requirements. ok markus@ - markus@cvs.openbsd.org 2002/02/25 16:33:27 [ssh-keygen.c sshconnect2.c uuencode.c uuencode.h] more u_* fixes - (bal) Imported missing fatal.c and fixed up Makefile.in - (tim) [configure.ac] correction to Bug 123 fix [configure.ac] correction to sig_atomic_t test 20020224 - (tim) [loginrec.c session.c sshlogin.c sshlogin.h] Bug 84 patch by wknox@mitre.org (William Knox). [sshlogin.h] declare record_utmp_only for session.c 20020219 - (djm) OpenBSD CVS Sync - mpech@cvs.openbsd.org 2002/02/13 08:33:47 [ssh-keyscan.1] When you give command examples and etc., in a manual page prefix them with: $ command or # command - markus@cvs.openbsd.org 2002/02/14 23:27:59 [channels.c] increase the SSH v2 window size to 4 packets. comsumes a little bit more memory for slow receivers but increases througput. - markus@cvs.openbsd.org 2002/02/14 23:28:00 [channels.h session.c ssh.c] increase the SSH v2 window size to 4 packets. comsumes a little bit more memory for slow receivers but increases througput. - markus@cvs.openbsd.org 2002/02/14 23:41:01 [authfile.c cipher.c cipher.h kex.c kex.h packet.c] hide some more implementation details of cipher.[ch] and prepares for move to EVP, ok deraadt@ - stevesk@cvs.openbsd.org 2002/02/16 14:53:37 [ssh-keygen.1] -t required now for key generation - stevesk@cvs.openbsd.org 2002/02/16 20:40:08 [ssh-keygen.c] default to rsa keyfile path for non key generation operations where keyfile not specified. fixes core dump in those cases. ok markus@ - millert@cvs.openbsd.org 2002/02/16 21:27:53 [auth.h] Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. - millert@cvs.openbsd.org 2002/02/17 19:42:32 [auth.h] Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) - markus@cvs.openbsd.org 2002/02/18 13:05:32 [cipher.c cipher.h] switch to EVP, ok djm@ deraadt@ - markus@cvs.openbsd.org 2002/02/18 17:55:20 [ssh.1] -q: Fatal errors are _not_ displayed. - deraadt@cvs.openbsd.org 2002/02/19 02:50:59 [sshd_config] stategy is not an english word - (bal) OpenBSD CVS Sync - markus@cvs.openbsd.org 2002/02/15 23:11:26 [session.c] split do_child(), ok mouring@ - markus@cvs.openbsd.org 2002/02/16 00:51:44 [session.c] typo 20020218 - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess 20020213 - (djm) Bug #114 - not starting PAM for SSH protocol 1 invalid users 20020213 - (djm) OpenBSD CVS Sync - markus@cvs.openbsd.org 2002/02/11 16:10:15 [kex.c] restore kexinit handler if we reset the dispatcher, this unbreaks rekeying s/kex_clear_dispatch/kex_reset_dispatch/ - markus@cvs.openbsd.org 2002/02/11 16:15:46 [sshconnect1.c] include md5.h, not evp.h - markus@cvs.openbsd.org 2002/02/11 16:17:55 [sshd.c] do not complain about port > 1024 if rhosts-auth is disabled - markus@cvs.openbsd.org 2002/02/11 16:19:39 [sshd.c] include md5.h not hmac.h - markus@cvs.openbsd.org 2002/02/11 16:21:42 [match.c] support up to 40 algorithms per proposal - djm@cvs.openbsd.org 2002/02/12 12:32:27 [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Perform multiple overlapping read/write requests in file transfer. Mostly done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@ - djm@cvs.openbsd.org 2002/02/12 12:44:46 [sftp-client.c] Let overlapped upload path handle servers which reorder ACKs. This may be permitted by the protocol spec; ok markus@ - markus@cvs.openbsd.org 2002/02/13 00:28:13 [sftp-server.c] handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@ - markus@cvs.openbsd.org 2002/02/13 00:39:15 [readpass.c] readpass.c is not longer from UCB, since we now use readpassphrase(3) - djm@cvs.openbsd.org 2002/02/13 00:59:23 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp.h] [sftp-int.c sftp-int.h] API cleanup and backwards compat for filexfer v.0 servers; ok markus@ - (djm) Sync openbsd-compat with OpenBSD CVS too - (djm) Bug #106: Add --without-rpath configure option. Patch from Nicolas.Williams@ubsw.com 20020210 - (djm) OpenBSD CVS Sync - deraadt@cvs.openbsd.org 2002/02/09 17:37:34 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] move ssh config files to /etc/ssh - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match - deraadt@cvs.openbsd.org 2002/02/10 01:07:05 [readconf.h sshd.8] more /etc/ssh; openbsd@davidkrause.com 20020208 - (djm) OpenBSD CVS Sync - markus@cvs.openbsd.org 2002/02/04 12:15:25 [sshd.c] add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@ - stevesk@cvs.openbsd.org 2002/02/04 20:41:16 [ssh-agent.1] more sync for default ssh-add identities; ok markus@ - djm@cvs.openbsd.org 2002/02/05 00:00:46 [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Add "-B" option to specify copy buffer length (default 32k); ok markus@ - markus@cvs.openbsd.org 2002/02/05 14:32:55 [channels.c channels.h ssh.c] merge channel_request() into channel_request_start() - markus@cvs.openbsd.org 2002/02/06 14:22:42 [sftp.1] sort options; ok mpech@, stevesk@ - mpech@cvs.openbsd.org 2002/02/06 14:27:23 [sftp.c] sync usage() with manual. - markus@cvs.openbsd.org 2002/02/06 14:37:22 [session.c] minor KNF - markus@cvs.openbsd.org 2002/02/06 14:55:16 [channels.c clientloop.c serverloop.c ssh.c] channel_new never returns NULL, mouring@; ok djm@ - markus@cvs.openbsd.org 2002/02/07 09:35:39 [ssh.c] remove bogus comments 20020205 - (djm) Cleanup after sync: - :%s/reverse_mapping_check/verify_reverse_mapping/g - (djm) OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2002/01/24 21:09:25 [channels.c misc.c misc.h packet.c] add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning). no nagle changes just yet; ok djm@ markus@ - stevesk@cvs.openbsd.org 2002/01/24 21:13:23 [packet.c] need misc.h for set_nodelay() - markus@cvs.openbsd.org 2002/01/25 21:00:24 [sshconnect2.c] unused include - markus@cvs.openbsd.org 2002/01/25 21:42:11 [ssh-dss.c ssh-rsa.c] use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@ don't use evp_md->md_size, it's not public. - markus@cvs.openbsd.org 2002/01/25 22:07:40 [kex.c kexdh.c kexgex.c key.c mac.c] use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@ - stevesk@cvs.openbsd.org 2002/01/26 16:44:22 [includes.h session.c] revert code to add x11 localhost display authorization entry for hostname/unix:d and uts.nodename/unix:d if nodename was different than hostname. just add entry for unix:d instead. ok markus@ - stevesk@cvs.openbsd.org 2002/01/27 14:57:46 [channels.c servconf.c servconf.h session.c sshd.8 sshd_config] add X11UseLocalhost; ok markus@ - stevesk@cvs.openbsd.org 2002/01/27 18:08:17 [ssh.c] handle simple case to identify FamilyLocal display; ok markus@ - markus@cvs.openbsd.org 2002/01/29 14:27:57 [ssh-add.c] exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@ - markus@cvs.openbsd.org 2002/01/29 14:32:03 [auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c] [servconf.c servconf.h session.c sshd.8 sshd_config] s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ - stevesk@cvs.openbsd.org 2002/01/29 16:29:02 [session.c] limit subsystem length in log; ok markus@ - markus@cvs.openbsd.org 2002/01/29 16:41:19 [ssh-add.1] add DIAGNOSTICS; ok stevesk@ - markus@cvs.openbsd.org 2002/01/29 22:46:41 [session.c] don't depend on servconf.c; ok djm@ - markus@cvs.openbsd.org 2002/01/29 23:50:37 [scp.1 ssh.1] mention exit status; ok stevesk@ - markus@cvs.openbsd.org 2002/01/31 13:35:11 [kexdh.c kexgex.c] cross check announced key type and type from key blob - markus@cvs.openbsd.org 2002/01/31 15:00:05 [serverloop.c] no need for WNOHANG; ok stevesk@ - markus@cvs.openbsd.org 2002/02/03 17:53:25 [auth1.c serverloop.c session.c session.h] don't use channel_input_channel_request and callback use new server_input_channel_req() instead: server_input_channel_req does generic request parsing on server side session_input_channel_req handles just session specific things now ok djm@ - markus@cvs.openbsd.org 2002/02/03 17:55:55 [channels.c channels.h] remove unused channel_input_channel_request - markus@cvs.openbsd.org 2002/02/03 17:58:21 [channels.c channels.h ssh.c] generic callbacks are not really used, remove and add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION ok djm@ - markus@cvs.openbsd.org 2002/02/03 17:59:23 [sshconnect2.c] more cross checking if announced vs. used key type; ok stevesk@ - stevesk@cvs.openbsd.org 2002/02/03 22:35:57 [ssh.1 sshd.8] some KeepAlive cleanup/clarify; ok markus@ - stevesk@cvs.openbsd.org 2002/02/03 23:22:59 [ssh-agent.1] ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now. - stevesk@cvs.openbsd.org 2002/02/04 00:53:39 [ssh-agent.c] unneeded includes - markus@cvs.openbsd.org 2002/02/04 11:58:10 [auth2.c] cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok stevesk@ - markus@cvs.openbsd.org 2002/02/04 12:15:25 [log.c log.h readconf.c servconf.c] add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@ - stevesk@cvs.openbsd.org 2002/02/04 20:41:16 [ssh-add.1] more sync for default ssh-add identities; ok markus@ - djm@cvs.openbsd.org 2002/02/04 21:53:12 [sftp.1 sftp.c] Add "-P" option to directly connect to a local sftp-server. Should be useful for regression testing; ok markus@ - djm@cvs.openbsd.org 2002/02/05 00:00:46 [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Add "-B" option to specify copy buffer length (default 32k); ok markus@ 20020130 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@ - (tim) [configure.ac] fix logic on when ssh-rand-helper is installed. [sshd_config] put back in line that tells what PATH was compiled into sshd. 20020125 - (djm) Don't grab Xserver or pointer by default. x11-ssh-askpass doesn't and grabbing can cause deadlocks with kinput2. 20020124 - (stevesk) Makefile.in: bug #61; delete commented line for now. 20020123 - (djm) Fix non-standard shell syntax in autoconf. Patch from Dave Dykstra <dwd@bell-labs.com> - (stevesk) fix --with-zlib= - (djm) Use case statements in autoconf to clean up some tests 20020122 - (djm) autoconf hacking: - We don't support --without-zlib currently, so don't allow it. - Rework cryptographic random number support detection. We now detect whether OpenSSL seeds itself. If it does, then we don't bother with the ssh-rand-helper program. You can force the use of ssh-rand-helper using the --with-rand-helper configure argument - Simplify and clean up ssh-rand-helper configuration - Add OpenSSL sanity check: verify that header version matches version reported by library - (djm) Fix some bugs I introduced into ssh-rand-helper yesterday - OpenBSD CVS Sync - djm@cvs.openbsd.org 2001/12/21 08:52:22 [ssh-keygen.1 ssh-keygen.c] Remove default (rsa1) key type; ok markus@ - djm@cvs.openbsd.org 2001/12/21 08:53:45 [readpass.c] Avoid interruptable passphrase read; ok markus@ - djm@cvs.openbsd.org 2001/12/21 10:06:43 [ssh-add.1 ssh-add.c] Try all standard key files (id_rsa, id_dsa, identity) when invoked with no arguments; ok markus@ - markus@cvs.openbsd.org 2001/12/21 12:17:33 [serverloop.c] remove ifdef for USE_PIPES since fdin != fdout; ok djm@ - deraadt@cvs.openbsd.org 2001/12/24 07:29:43 [ssh-add.c] try all listed keys.. how did this get broken? - markus@cvs.openbsd.org 2001/12/25 18:49:56 [key.c] be more careful on allocation - markus@cvs.openbsd.org 2001/12/25 18:53:00 [auth1.c] be more carefull on allocation - markus@cvs.openbsd.org 2001/12/27 18:10:29 [ssh-keygen.c] -t is only needed for key generation (unbreaks -i, -e, etc). - markus@cvs.openbsd.org 2001/12/27 18:22:16 [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c] [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c] call fatal() for openssl allocation failures - stevesk@cvs.openbsd.org 2001/12/27 18:22:53 [sshd.8] clarify -p; ok markus@ - markus@cvs.openbsd.org 2001/12/27 18:26:13 [authfile.c] missing include - markus@cvs.openbsd.org 2001/12/27 19:37:23 [dh.c kexdh.c kexgex.c] always use BN_clear_free instead of BN_free - markus@cvs.openbsd.org 2001/12/27 19:54:53 [auth1.c auth.h auth-rh-rsa.c] auth_rhosts_rsa now accept generic keys. - markus@cvs.openbsd.org 2001/12/27 20:39:58 [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h] [serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c] get rid of packet_integrity_check, use packet_done() instead. - markus@cvs.openbsd.org 2001/12/28 12:14:27 [auth1.c auth2.c auth2-chall.c auth-rsa.c channels.c clientloop.c] [kex.c kexdh.c kexgex.c packet.c packet.h serverloop.c session.c] [ssh.c sshconnect1.c sshconnect2.c sshd.c] s/packet_done/packet_check_eom/ (end-of-message); ok djm@ - markus@cvs.openbsd.org 2001/12/28 13:57:33 [auth1.c kexdh.c kexgex.c packet.c packet.h sshconnect1.c sshd.c] packet_get_bignum* no longer returns a size - markus@cvs.openbsd.org 2001/12/28 14:13:13 [bufaux.c bufaux.h packet.c] buffer_get_bignum: int -> void - markus@cvs.openbsd.org 2001/12/28 14:50:54 [auth1.c auth-rsa.c channels.c dispatch.c kex.c kexdh.c kexgex.c] [packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c] [sshconnect2.c sshd.c] packet_read* no longer return the packet length, since it's not used. - markus@cvs.openbsd.org 2001/12/28 15:06:00 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c] [dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c] remove plen from the dispatch fn. it's no longer used. - stevesk@cvs.openbsd.org 2001/12/28 22:37:48 [ssh.1 sshd.8] document LogLevel DEBUG[123]; ok markus@ - stevesk@cvs.openbsd.org 2001/12/29 21:56:01 [authfile.c channels.c compress.c packet.c sftp-server.c] [ssh-agent.c ssh-keygen.c] remove unneeded casts and some char->u_char cleanup; ok markus@ - stevesk@cvs.openbsd.org 2002/01/03 04:11:08 [ssh_config] grammar in comment - stevesk@cvs.openbsd.org 2002/01/04 17:59:17 [readconf.c servconf.c] remove #ifdef _PATH_XAUTH/#endif; ok markus@ - stevesk@cvs.openbsd.org 2002/01/04 18:14:16 [servconf.c sshd.8] protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and /etc/ssh_host_dsa_key like we have in sshd_config. ok markus@ - markus@cvs.openbsd.org 2002/01/05 10:43:40 [channels.c] fix hanging x11 channels for rejected cookies (e.g. XAUTHORITY=/dev/null xbiff) bug #36, based on patch from djast@cs.toronto.edu - stevesk@cvs.openbsd.org 2002/01/05 21:51:56 [ssh.1 sshd.8] some missing and misplaced periods - markus@cvs.openbsd.org 2002/01/09 13:49:27 [ssh-keygen.c] append \n only for public keys - markus@cvs.openbsd.org 2002/01/09 17:16:00 [channels.c] merge channel_pre_open_15/channel_pre_open_20; ok provos@ - markus@cvs.openbsd.org 2002/01/09 17:26:35 [channels.c nchan.c] replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@ - markus@cvs.openbsd.org 2002/01/10 11:13:29 [serverloop.c] skip client_alive_check until there are channels; ok beck@ - markus@cvs.openbsd.org 2002/01/10 11:24:04 [clientloop.c] handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@ - markus@cvs.openbsd.org 2002/01/10 12:38:26 [nchan.c] remove dead code (skip drain) - markus@cvs.openbsd.org 2002/01/10 12:47:59 [nchan.c] more unused code (with channels.c:1.156) - markus@cvs.openbsd.org 2002/01/11 10:31:05 [packet.c] handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@ - markus@cvs.openbsd.org 2002/01/11 13:36:43 [ssh2.h] add defines for msg type ranges - markus@cvs.openbsd.org 2002/01/11 13:39:36 [auth2.c dispatch.c dispatch.h kex.c] a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED' dispatch_range(): set handler for a ranges message types use dispatch_protocol_ignore() for authentication requests after successful authentication (the drafts requirement). serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting. - markus@cvs.openbsd.org 2002/01/11 20:14:11 [auth2-chall.c auth-skey.c] use strlcpy not strlcat; mouring@ - markus@cvs.openbsd.org 2002/01/11 23:02:18 [readpass.c] use _PATH_TTY - markus@cvs.openbsd.org 2002/01/11 23:02:51 [auth2-chall.c] use snprintf; mouring@ - markus@cvs.openbsd.org 2002/01/11 23:26:30 [auth-skey.c] use snprintf; mouring@ - markus@cvs.openbsd.org 2002/01/12 13:10:29 [auth-skey.c] undo local change - provos@cvs.openbsd.org 2002/01/13 17:27:07 [ssh-agent.c] change to use queue.h macros; okay markus@ - markus@cvs.openbsd.org 2002/01/13 17:57:37 [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c] use buffer API and avoid static strings of fixed size; ok provos@/mouring@ - markus@cvs.openbsd.org 2002/01/13 21:31:20 [channels.h nchan.c] add chan_set_[io]state(), order states, state is now an u_int, simplifies debugging messages; ok provos@ - markus@cvs.openbsd.org 2002/01/14 13:22:35 [nchan.c] chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@ - markus@cvs.openbsd.org 2002/01/14 13:34:07 [nchan.c] merge chan_[io]buf_empty[12]; ok provos@ - markus@cvs.openbsd.org 2002/01/14 13:40:10 [nchan.c] correct fn names for ssh2, do not switch from closed to closed; ok provos@ - markus@cvs.openbsd.org 2002/01/14 13:41:13 [nchan.c] remove duplicated code; ok provos@ - markus@cvs.openbsd.org 2002/01/14 13:55:55 [channels.c channels.h nchan.c] remove function pointers for events, remove chan_init*; ok provos@ - markus@cvs.openbsd.org 2002/01/14 13:57:03 [channels.h nchan.c] (c) 2002 - markus@cvs.openbsd.org 2002/01/16 13:17:51 [channels.c channels.h serverloop.c ssh.c] wrapper for channel_setup_fwd_listener - stevesk@cvs.openbsd.org 2002/01/16 17:40:23 [sshd_config] The stategy now used for options in the default sshd_config shipped with OpenSSH is to specify options with their default value where possible, but leave them commented. Uncommented options change a default value. Subsystem is currently the only default option changed. ok markus@ - stevesk@cvs.openbsd.org 2002/01/16 17:42:33 [ssh.1] correct defaults for -i/IdentityFile; ok markus@ - stevesk@cvs.openbsd.org 2002/01/16 17:55:33 [ssh_config] correct some commented defaults. add Ciphers default. ok markus@ - stevesk@cvs.openbsd.org 2002/01/17 04:27:37 [log.c] casts to silence enum type warnings for bugzilla bug 37; ok markus@ - stevesk@cvs.openbsd.org 2002/01/18 17:14:16 [sshd.8] correct Ciphers default; paola.mannaro@ubs.com - stevesk@cvs.openbsd.org 2002/01/18 18:14:17 [authfd.c bufaux.c buffer.c cipher.c packet.c ssh-agent.c ssh-keygen.c] unneeded cast cleanup; ok markus@ - stevesk@cvs.openbsd.org 2002/01/18 20:46:34 [sshd.8] clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from allard@oceanpark.com; ok markus@ - markus@cvs.openbsd.org 2002/01/21 15:13:51 [sshconnect.c] use read_passphrase+ECHO in confirm(), allows use of ssh-askpass for hostkey confirm. - markus@cvs.openbsd.org 2002/01/21 22:30:12 [cipher.c compat.c myproposal.h] remove "rijndael-*", just use "aes-" since this how rijndael is called in the drafts; ok stevesk@ - markus@cvs.openbsd.org 2002/01/21 23:27:10 [channels.c nchan.c] cleanup channels faster if the are empty and we are in drain-state; ok deraadt@ - stevesk@cvs.openbsd.org 2002/01/22 02:52:41 [servconf.c] typo in error message; from djast@cs.toronto.edu - (djm) Make auth2-pam.c compile again after dispatch.h and packet.h changes - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as bogus in configure - (djm) Use local sys/queue.h if necessary in ssh-agent.c 20020121 - (djm) Rework ssh-rand-helper: - Reduce quantity of ifdef code, in preparation for ssh_rand_conf - Always seed from system calls, even when doing PRNGd seeding - Tidy and comment #define knobs - Remove unused facility for multiple runs through command list - KNF, cleanup, update copyright 20020114 - (djm) Bug #50 - make autoconf entropy path checks more robust 20020108 - (djm) Merge Cygwin copy_environment with do_pam_environment, removing fixed env var size limit in the process. Report from Corinna Vinschen <vinschen@redhat.com> - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX. does not depend on transition links. from Lutz Jaenicke. 20020106 - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u" for all platforms except HP-UX, which is "/usr/spool/sockets/X11/%u". 20020103 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from Roger Cornelius <rac@tenzing.org>
* Update to 0.6.5pat2002-03-082-2/+2
|
* Update to 0.4.4 and fix email addresspat2002-03-083-5/+5
| | | | | PR: 35630 Submitted by: maintainer
* Update to 0.2.green2002-03-082-3/+3
|
* Shortened description.green2002-03-071-1/+1
| | | | Submitted by: will
* Add pam_alreadyloggedin 0.1,green2002-03-076-0/+29
| | | | This PAM module provides authorization based on a user already being currently logged in already.
* Upgrade to 0.13. This makes PORTVERSION go backwards, but since thedes2002-03-072-6/+3
| | | | | | distfile for the previous version disappeared within hours of the port being committed, I'll just pretend that the previous commit never happened.
* Update to 4189jeh2002-03-072-2/+2
|
* Fix off-by-one error.nectar2002-03-066-0/+36
| | | | | | Obtained from: OpenBSD Bump PORTREVISION.
* upgrade to 0.9.2ijliao2002-03-063-16/+2
|
* Grab unmaintained port, and upgrade to OpenPAM-aware 0.13.pre2.des2002-03-052-4/+7
|
* Use my FreeBSD.org email address for MAINTAINER.cy2002-03-051-1/+1
|
* Fixup the line containing $FreeBSD$. It was missing a comment character.cy2002-03-052-2/+2
|
* Update 1.1.12 --> 1.1.13cy2002-03-049-8/+43
| | | | | PR: ports/35313 Submitted by: MAINTAINER: Udo Schweigert <udo.schweigert@siemens.com>
* Update to 2.4.22pat2002-03-033-32/+5
| | | | | PR: 35499 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update 1.2.3 --> 1.2.4cy2002-03-018-8/+8
|
* Update from 1.2 (academic source release) to 2.3.1-2 (open source Linuxcy2002-03-0121-645/+1653
| | | | | | | release). In relation to Tripwire 1.x, 2.x is a complete rewrite. PR: ports/29137 Submitted by: nectar (first review), cjc (second review)
* Update to 0.60.0pat2002-03-012-2/+2
| | | | | PR: 35423 Submitted by: maintainer
* Upgrade to 4188jeh2002-02-282-2/+2
|
* Update to version 1.3 - better docs, and cosmetic improvementseivind2002-02-273-16/+72
|
* Update to 1.48 and add missing dependencymharo2002-02-262-3/+4
| | | | | PR: 34978, 35122 Submitted by: Seamus Venasse <svenasse@polaris.ca>, Jason Harris <jharris@widomaker.com>
* Maintainer-update: New MASTER_SITE for the port security/bugs.cy2002-02-241-1/+2
| | | | | PR: ports/35275 Submitted by: MAINTAINER: Stephane Legrand <stephane.legrand@bigfoot.com>
* Update krb5-1.2.4-beta1 --> krb5-1.2.4-beta2cy2002-02-242-3/+3
|
* Respect CFLAGS.demon2002-02-241-3/+11
|
* Add some files installed by the port that were not included in thecjc2002-02-232-0/+8
| | | | | | pkg-plist. Approved by: obrien
* Do not try to install any parts of nmapfe from the nmap port. There iscjc2002-02-231-2/+1
| | | | | | | | | a separate port for nmapfe. Even though the attempt in the nmap port mostly fails since no nmapfe executable would have been built, files not appearing in the pkg-plist were being added to the system. PR: ports/35207 Approved by: obrien
* Only the nmap port should try to strip nmap. The nmapfe port alsocjc2002-02-231-1/+1
| | | | | | | | uses this make file. It should not try to strip the ${PREFIX}/bin/nmap executable. The install of nmapfe would fail if nmap did not exist. PR: ports/35207 Approved by: obrien
* Add configuration options to Tripwire 1.3.1 install:cy2002-02-221-2/+6
| | | | | | | | | | | | - Add the TWCONFIG variable to install a user defined tw.config instead of the one supplied with the port. - Add the NO_DB_BUILD variable to skip the database build during install for users upgrading or reinstalling the port who wish to use an existing or previously installed Tripwire database. PR: ports/35127 Submitted by: cjc Approved by: jgreco@ns.sol.net
* Add configuration options to Tripwire 1.3.1 install:cy2002-02-221-2/+6
| | | | | | | | | | | | - Add the TWCONFIG variable to install a user defined tw.config instead of the one supplied with the port. - Add the NO_DB_BUILD variable to skip the database build during install for users upgrading or reinstalling the port who wish to use an existing or previously installed Tripwire database. PR: ports/35127 Submitted by: cjc Approved by: jgreco@ns.sol.net
* - Update to 3.1.0.knu2002-02-2214-326/+45
| | | | | | | | | | | PR: ports/34740 Submitted by: larse@ISI.EDU - Add %%PORTDOCS%% to pkg-plist. - Assign MAINTAINER to the submitter. Requested by: issei (previous MAINTAINER)
* fsh -- Fast remote command executionsumikawa2002-02-226-0/+49
| | | | | | | | | | | | | | | The problem: logging in to a remote system with a cryptographic solution such as lsh or ssh takes time, due to the computationally expensive key exchanges that occur when the connection is established. It is common to trigger a lot of remote logins while using remote CVS, which makes it painfully slow compared to having the repository locally. The solution: reuse the secure tunnel once it has been established. fsh is a drop-in rsh-compatible replacement for ssh that automatically resuses ssh tunnels. WWW: http://www.lysator.liu.se/fsh/
* Fix damaged patch. Oopsie.nsayer2002-02-211-10/+10
|
* Update to 4187jeh2002-02-212-2/+2
|
* Tune for -current sendmail 8.12.2ache2002-02-214-39/+21
|
* Update to version 1.13kevlo2002-02-203-2/+3
| | | | Approved by: MAINTAINER
* Add configuration options to Tripwire 1.3.1 install:cy2002-02-201-3/+7
| | | | | | | | | | | | | | - Add the TWCONFIG variable to install a user defined tw.config instead of the one supplied with the port. - Add the NO_DB_BUILD variable to skip the database build during install for users upgrading or reinstalling the port who wish to use an existing or previously installed Tripwire database. Change MAINTAINER from me (Cy.Schubert@uumail.gov.bc.ca) to me (cy@FreeBSD.org). PR: ports/35127 Submitted by: cjc
* Update to 0.9.13.roam2002-02-204-2/+31
| | | | | | | | In the process, fix an autoconf-2.52 bug in using $target_alias as a program prefix even if it is exactly the same as $host_alias. Also, remove the installation of the library .la file. Based on a patch by: ijliao
* Fix port being broken on -currentnsayer2002-02-202-0/+11
| | | | Submitted by: tre@netlands.de
* Add ruby-hmac, a Ruby library which implements the HMAC algorithm.knu2002-02-206-0/+48
|
* Update to 0.05pat2002-02-202-2/+2
| | | | | PR: 35123 Submitted by: Jason Harris <jharris@widomaker.com>
* Update to 2.01.kuriyama2002-02-192-3/+3
| | | | | | | Change maintainer's addresss. Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> PR: ports/35086
* Add option to support patches:dinoex2002-02-174-0/+52
| | | | | | | | | | | | | | | OpenSSH supports Kerberos v5 authentication, but this is not enabled in the portable version. A patch is available to correct this deficiency for those wishing to use this port with Kerberos. In addition, a patch is also available from Simon Wilkinson to implement the GSS-API key-exchange mechanism for SSHv2, which is currently being standardized. Use of this mechanism with Kerberos v5 obviates the need for manual management of host keys, a considerable improvement for large Kerberos sites. PR: 34363 Submitted by: wollman@hergotha.lcs.mit.edu
* Add mussh 0.4, a tool for easily running the same commands on multiplemarkp2002-02-176-0/+49
| | | | | | | hosts. PR: 34217 Submitted by: Yen-Ming Lee <leeym@leeym.com>
* Update to 0.6.0pat2002-02-172-2/+2
|
* Remove myself from MAINTAINERissei2002-02-162-2/+2
|
* Update to snortsnarf 020126kris2002-02-162-2/+2
|
* Add a missing entry: "krb5-beta".knu2002-02-141-0/+1
|
* Update to 4186jeh2002-02-142-2/+2
|
* Update to 0.5.2pat2002-02-143-119/+2
|
* - Update to 0.9.6b20pat2002-02-145-90/+79
| | | | | | | | - Give maintainership back to ports@ (foxfair has not logged into freefall for over a year and email is bouncing) PR: 34862 Reviewed by: Alex George <ageorge@nts.umd.edu>
* Remove *.alias entries from plist.kuriyama2002-02-124-6/+2
| | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> and Jimmy Olgeni <olgeni@FreeBSD.org>
* Add -D_THREAD_SAFE, remove libsmutil buildingache2002-02-124-5/+36
|
* add py-openssl 0.4.1ijliao2002-02-116-0/+44
| | | | Python interface to the OpenSSL library
* add py-pow 0.6.1ijliao2002-02-117-0/+54
| | | | Python OpenSSL Wrappers
* The master site came online again, so use it.trevor2002-02-112-6/+3
| | | | | | | | Noticed by: MAINTAINER Use the re-rolled distfile from there, which appears to have been prepared with "automake -i" and therefore no longer requires GNU make.
* New port, Kerberos V 1.2.4-beta1.cy2002-02-1124-0/+904
|
* add py-mhash 1.0ijliao2002-02-116-0/+41
| | | | Python mhash module
* Update to 1.0.4. This version can accept several input files ortrevor2002-02-116-20/+224
| | | | | | | | | | | | | | | | | | | | | | | | RNG inputs, rather than just one, and can generate numerous output files, rather than just two. It now requires GNU make. Add a patch to use mkstemp() rather than tempnam() so temporary files are created with safe permissions. With the unpatched version, local users can read sensitive information if pad is run in a world-readable directory (the bug is not present in 0.x versions). Turn over maintainership to submitter. Submitted by: Jason Harris <jharris@widomaker.com> PR: 27323 and 32810 Install the man page. Fix spelling of "omitted" in pad.1 and pad.c. Clarify warning message about inputs with unequal sizes. Generate the packing list just before installation. I put the distfile on MASTER_SITE_LOCAL because the home site is offline. The checksum on my copy differs from the one in PR 27323.
* add py-twofish 0.7ijliao2002-02-097-0/+57
| | | | Twofish cryptographic module for Python
* Fix breakage on current.vanilla2002-02-082-0/+43
| | | | Obtained from: bento
* MASTER_SITE_SUBDIR is needless now.sada2002-02-081-1/+0
|
* add ccrypt 1.2ijliao2002-02-078-0/+85
| | | | A command-line utility for encrypting and decrypting files and streams
* Update to 0.1.1.knu2002-02-072-2/+2
|
* Update to 4185jeh2002-02-072-2/+2
|
* Link with shared libintl rather than static included gettext.kuriyama2002-02-052-4/+6
| | | | Suggested by: ache
* Fix the patch (a header and an empty line) and remove last mentionsmi2002-02-052-5/+4
| | | | of the shortlived pqescape.c.
* Fix bugs in my MASTER_SITES mechanismo (too bad, the MASTER_SITE_DEBIANmi2002-02-052-6/+7
| | | | | idea is not catching up), and upgrade the port to port-revision 2, which uses the newer patch from the authors 0.5.2-2.
* Update to 1.3.7pat2002-02-055-53/+10
| | | | | PR: 34592 Submitted by: maintainer
* Update to 3.00.05pat2002-02-053-12/+7
| | | | | PR: 34602 Submitted by: maintainer
* Fix typos in LIB_DEPENDS line.kuriyama2002-02-042-4/+4
| | | | Submitted by: Neil Darlow <neil@darlow.co.uk>
* Remove the p5-GPG port. It is no longer being maintained by it's author,petef2002-02-046-43/+0
| | | | and there is a much better PGP Perl interface in security/p5-Crypt-OpenPGP.
* Add (conditional) hidden dependency for iconv and gdbm.kuriyama2002-02-042-0/+14
| | | | | PR: ports/34543 Reported by: Ronald Kuehn <rk@ronald.org>
* Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.pat2002-02-036-16/+72
| | | | | PR: 34561 Submitted by: maintainer
* Fix placement of .include <bsd.port.pre.mk> which I screwed up inpat2002-02-022-16/+14
| | | | | | the last commit. Submitted by: maintainer
* Fix plist and dont use -w flag with fmt on older releases.pat2002-02-024-10/+20
| | | | | PR: 34541 Submitted by: maintainer
* upgrade to 1.5ijliao2002-02-016-22/+18
|
* Update to 0.35pat2002-02-013-20/+10
| | | | | PR: 34485 Submitted by: maintainer
* Check SENDMAIL_VERSION only if definedache2002-01-311-2/+2
|
* Update to 4184jeh2002-01-312-2/+2
|
* Update to 1.2: Single line bugfix.eivind2002-01-312-2/+2
| | | | I hope I got it right *this* time, at least.
* Upgrade this to V1.1:eivind2002-01-313-35/+54
| | | | | | | | | | | - Add support for handling different usernames - Add file-format support for different ports. There is so far no way to specify a different port, but the "database" for safesh will not need to change to accomodate it. Note that this is NOT compatible with the naming conventions used in 1.0; as 1.0 was available for 55 minutes yesterday before being marked as BROKEN, I hope nobody was too much inconvenienced.
* Mark this as broken for a couple of days; while committing it, addporteivind2002-01-301-0/+2
| | | | | triggered a problem, and I just discovered that I need to change the configuration format to properly handle it.
* safesh is an authentication manager for OpenSSH. By automatically creatingeivind2002-01-308-0/+464
| | | | | | keys and starting ssh-agents, it makes it (fairly) convenient to use one key for each host pair (authenticator and authenticatee), it avoids authentication theft by the hosts you connect to with SSH.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-2912-62/+62
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Change some defines from "YES" to "yes"dinoex2002-01-281-1/+1
| | | | See samples in the porters-handbook.
* Add patch for: readpassphrase.hdinoex2002-01-284-2/+48
| | | | | | | | | Someone in the OpenSSH world doesn't understand the difference between application and implementation namespaces. This causes conflicts with <readpassphrase.h>. PR: 34362 Submitted by: wollman@hergotha.lcs.mit.edu
* Update to 0.4.3pat2002-01-282-3/+3
| | | | | PR: 34202 Submitted by: maintainer
* o Upgrade to 0.4.3.clive2002-01-282-3/+3
| | | | | o Drop maintainership. I'll be getting busy for several months, and can only keep my eyes on specific chinese/ ports.
* Update to 0.1.0.knu2002-01-263-4/+9
|
* Update to snortsnarf 020124.1kris2002-01-262-2/+2
|
* Add p5-Crypt-Solitaire 2.0, solitaire encryption.petef2002-01-266-0/+55
| | | | | PR: 33376 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Add p5-Crypt-RC4 2.02, perl implementation of the RC4 encryptionpetef2002-01-266-0/+48
| | | | | | | algorithm. PR: 33364 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Add p5-Crypt-OTP 1.03, perl implementation of the One Time Padpetef2002-01-266-0/+42
| | | | | | | (hence, OTP) encryption method. PR: 33362 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Update to 4183jeh2002-01-252-2/+2
| | | | 4183 Emergency Dat release due to New BackDoor1 False Positive
* update to 1.6.5p2mharo2002-01-242-3/+3
|
* Upgrade to 4182jeh2002-01-242-2/+2
|
* o update to 1.12.sf2002-01-2410-14/+19
| | | | | | | o fix pkg-plist's to absorb differences between 'make install' and 'pkg_add'. PR: 34198 Submitted by: maintainer
* Fix broken pkg-plist: the docs snuck in there, but they are also addednectar2002-01-233-23/+21
| | | | | | | | | | | | by the port at build-time. Fix for FreeBSD-CURRENT: = Remove use of malloc.h = A fragment of this port actually provides its own prototype for time(), and probably only gets it right on DEC and HP systems. PR: ports/34183 Reported by: Trish Lynch <trish@bsdunix.net>
* update to 0.2.3.sf2002-01-228-12/+28
| | | | | PR: 34164 Submitted by: maintainer
* Fix build when KRB5_HOME is definedpat2002-01-222-0/+30
| | | | | PR: 34149 Submitted by: maintainer
* Update to 0.5.2, which also includes the fix for the security hole Imi2002-01-224-75/+13
| | | | | | tried to close before. Note, that the hole WAS STILL THERE in 0.5.1 -- up until today :-( Although I added the pqescape.c, I forgot to add the patch, that made use of it...
* Fix OpenLDAP v1 errorsdwcjr2002-01-2120-96/+810
| | | | | | | | Allow PAM aware pwcheck daemon Add JavaSASL PR: 34068 Submitted by: maintainer
* Fix compilation: do not redefine the strcasestr function.olgeni2002-01-201-0/+31
| | | | | PR: 33999 Submitted by: Miguel Mendez <flynn@eneryhq.homeip.net>
* upgrade to 1.6ijliao2002-01-182-3/+10
| | | | drop maintainership
* update the distfile namemharo2002-01-181-1/+1
|
* Update maintainer's email addressdwcjr2002-01-181-1/+1
| | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
* Fix mastersitespat2002-01-181-1/+2
| | | | | | PR: 33979 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Reported by: bento
* Add AUTHOR taglioux2002-01-181-0/+1
| | | | Submitted by: maintainer
* update to 1.6.5p1mharo2002-01-181-1/+2
|
* Update to version 1.5.27kevlo2002-01-1728-1264/+332
| | | | | PR: 33603 Submitted by: MAINTAINER
* correct checksumijliao2002-01-172-3/+2
| | | | | | | ps. sorry mharo PR: 33976, 33981 Submitted by: many people (including me :)
* Fix a problem with the nessus-update-plugins script, which did notpat2002-01-171-1/+3
| | | | | | | send a signal to the nessusd daemon. Bump PORTREVISION. PR: 33781 Submitted by: maintainer
* update to 1.6.5mharo2002-01-172-3/+3
|
* update to 1.6.4p2mharo2002-01-172-3/+3
|
* Update to 4181jeh2002-01-172-2/+2
|
* Add ruby-aes, a Ruby extension library which implements AES (Rijndael)knu2002-01-166-0/+56
| | | | encryption.
* Update 1.2.2 -> 1.2.3cy2002-01-1652-6400/+224
|
* fix master siteijliao2002-01-151-1/+1
| | | | | PR: 33919 Submitted by: Tilman Linneweh <tilman@arved.de>
* upgrade to 1.2ijliao2002-01-153-18/+22
| | | | | | | fix master site PR: 33918 Submitted by: Tilman Linneweh <tilman@arved.de>
* Add forgotten patch to fix pthread detectionpat2002-01-151-0/+116
|
* Update to 0.5.0pat2002-01-152-5/+4
|
* Fix mastersitespat2002-01-152-2/+2
| | | | | PR: 33888 33890 33892 33900 33901 33905 Submitted by: Tilman Linneweh <freebsdports@arved.de>
* Update to 1.6.4.1, which fixes a security hole when sending emailmharo2002-01-152-5/+6
| | | | notifications
* upgrade to 0.9.1ijliao2002-01-145-29/+11
|
* Update to version 0.3.2kevlo2002-01-133-3/+4
| | | | | PR: 33807 Submitted by: MAINTAINER
* Further avoid breakage when user has both qtlib version 1 and 2 installed.pat2002-01-121-2/+25
| | | | Reported by: Robert Huff <roberthuff@rcn.com>
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-112-32/+4
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* Fix translation install.pat2002-01-112-2/+2
| | | | | PR: 33760 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>, bento
* Hand maintainership to Anders Andersson <anders@hack.org>pat2002-01-111-1/+1
| | | | Submitted by: Anders Andersson <anders@hack.org>
* - make portlint more happydinoex2002-01-111-1/+1
|
* They added another library file, that I missed.jeh2002-01-102-0/+3
| | | | | | PORTREVISION bumped Submitted by: Andrew Stuart <elitetek@tekrealm.net>
* Update to 20020104pat2002-01-107-42/+10
| | | | | | PR: 33741 Submitted by: Anders Andersson <anders@hack.org> Obtained from: NetBSD
* Close the security hole by making it escape all of the untrusted inputmi2002-01-103-4/+71
| | | | | | | | | | | | | | | before passing it to the SQL server. The code in the added pqescape.c is going to be in the next PostgreSQL release, but it is not there yet and this port will use its own private copy for now. No REVISION bump since the port was forbidden ever since the last upgrade. Submitter reviewed my tweaks of his patch and approved them authorizing (as one of the SOs) the removal of the FORBIDDEN flag. Submitted by: nectar Reviewed by: nectar Approved by: nectar Obtained from: http://CERT.uni-stuttgart.de/doc/postgresql/escape/
* Remove the dependency on security/mhash by calling MD5Data directly.mi2002-01-103-5/+101
| | | | | | | No REVISION bump, as the port remained FORBIDDEN ever since the last upgrade. While here, clarify the FORBIDDEN message a little.
* Update the scanner to version 4.16jeh2002-01-102-4/+6
|
* Update to 4180jeh2002-01-102-2/+2
|
* Bump port revision to reflect change in November to pkg-installmharo2002-01-101-1/+1
| | | | which sets the file permissions on the sudoers file.
* Look only for qt version 2. People who have qt v1 and 2 installed atpat2002-01-092-2/+25
| | | | | | the same time will have a problem and this patch fixes that. Pointed out by: Robert Huff <roberthuff@rcn.com>
* o Update to 1.03pat2002-01-093-5/+7
| | | | | | | o add WWW to pkg-descr PR: 33669 Submitted by: maintainer
* Mark this port FORBIDDEN due to a security hole.nectar2002-01-091-0/+2
|
* Upgrade to 0.5.1. It now uses mhash, BTW.mi2002-01-093-7/+8
| | | | Submitted by: fenner's script (thanks!)
* In order to make the MIT KRB5 port compatible with FreeBSD, the portcy2002-01-0828-8/+492
| | | | | | | | | | | now makes use of login.conf and login.access. This is performed by using FreeBSD login(1) instead of MIT KRB5 login.krb5(8). The MIT KRB5 login.krb5(8) can still be used by specifying "-L" in the klogind and telnetd arguments in inetd.conf. This is documented in a new file called README.FreeBSD. Reviewed by: nectar
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-082-0/+6
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Update to 0.1.0.knu2002-01-074-7/+8
|
* This port requires automake 1.4 and cannot work with 1.5.will2002-01-072-2/+2
| | | | Submitted by: bento 4-exp
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* - make portlint happierdinoex2002-01-062-4/+4
| | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail
* PORT UPDATE : security/stunnel 3.21c -> 3.22dinoex2002-01-052-2/+2
| | | | | | | | | | | | | | - No resposnse from MAINTAINER Submitter marked this as critical because the current version of the port has security issues, see Message-ID: <20011227210538.GH3494@ifokr.org> Subject: Stunnel: Format String Bug in versions <3.22 on the bugtraq list. patch confirmed and tested. PR: 33285, 33251 Submitted by: joseph@randomnetworks.com
* PKGNAMESUFFIX set for Option OPENSSH_OVERWRITE_BASEdinoex2002-01-052-0/+2
|
* Remove extra hyphen and spaces.olgeni2002-01-051-3/+3
|
* Update to scanssh 1.6b (Renamed to 1.60b to make PORTVERSION monotonic)kris2002-01-052-2/+3
| | | | | PR: ports/33560 Submitted by: vacuum@technotronic.com
* Conditionalize use of objprelink based on whether we're running onwill2002-01-052-6/+16
| | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several
* Update to 1.0pat2002-01-052-2/+2
| | | | | PR: 33549 Submitted by: Kirby Kuehl <vacuum@12-232-21-91.client.attbi.com>
* Update to 0.21pat2002-01-052-2/+2
| | | | | PR: 33552 Submitted by: Kirby Kuehl <vacuum@12-232-21-91.client.attbi.com>
* Fix MANPREFIX, so manpages are compresseddinoex2002-01-052-2/+4
|
* Upgrade to 4.27ache2002-01-043-14/+3
|
* Upgrade to 4.27ache2002-01-046-39/+38
|
* Fix the build in the situations when minor number of ${OSREL} defined in thesobomax2002-01-031-3/+3
| | | | | | | | | bsd.port.mk is different from one detected by port's build system. This should fix the build on bento, where ${OSREL} is 4.5, while the build system detects it as 4.4. Note: this is a workarround - we should investigate and fix the real source of the problem when we have more time. Submitted by: bento
* strip trailing \dinoex2002-01-032-2/+2
|
* adding a knob to the OpenSSH port to allow peopledinoex2002-01-032-0/+12
| | | | | | | to overwrite the ssh in the base system. make OPENSSH_OVERWRITE_BASE=yes Submitted by: n@nectar.cc (Jacques A. Vidrine)
* Update to 4179jeh2002-01-032-2/+2
|
* SubWeb is a (reverse) proxy to inspect HTTP flows on the flyjmz2002-01-016-0/+44
| | | | | PR: ports/33388 Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
* Updated to 1.7.markp2001-12-302-2/+2
|
* - add missing manpage to MAN1petef2001-12-291-1/+8
| | | | | | | | - fix compile on -current and recent -stable (due to conflicting strcasestr definitions) PR: 33188 Submitted by: maintainer
* - Update MASTER-SITES, dstfiles changed, and cr-encoding has to be reverted.dinoex2001-12-282-4/+5
|
* Update to 4178jeh2001-12-272-2/+2
|
* portlint:dirk2001-12-262-2/+2
| | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters
* Update to version 0.35kevlo2001-12-252-2/+2
|
* Remove patch from last night's commit, forgot to remove it on that commitdwcjr2001-12-251-14/+0
| | | | Noticed by: rob@cyberpunkz.org
* Allow this to build on bento again where /usr/bin/bzip2 exists on bentosteve2001-12-252-4/+4
| | | | but not on gohan*.
* Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}steve2001-12-252-0/+8
| | | | instead since ${.CURDIR} can be a read-only filesystem.
* The distfile has changed. The Makefile in the original distfilembr2001-12-242-7/+2
| | | | | | | | | | | contained ^M at the end of each line. They have removed them now. This is the only change in in the distfile. Remove the pre-patch, it is not needed anymore. Change my mail-address while I'm here. Approved by: demon
* oidentd now supports masqueraded connections under FreeBSD systemsdwcjr2001-12-243-16/+14
| | | | | | | | | | running ipf Update description Update to 2.0.1 PR: 31466 Submitted by: mdl@60hz.org Approved by: trevor (according to originator)
* - PORTDOCS policepat2001-12-246-30/+38
| | | | | - DOCSDIR support to some - Brush out some lint
* Upgrade to 0.90.sada2001-12-233-11/+7
| | | | | PR: ports/32494 Submitted by: Mario Doria <madd@tecdigital.net>
* Update ports to version 1.1.11.olgeni2001-12-219-10/+20
| | | | | PR: 33052 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* refer to correct location in pkg-messageijliao2001-12-2012-36/+74
| | | | | | | | correct db filename fix pkg-install script PR: 29731 Submitted by: maintainer
* upgrade to 1.12ijliao2001-12-203-2/+14
| | | | | PR: 33011 Submitted by: maintainer
* Update to 4177jeh2001-12-202-2/+2
|
* Add nss 3.3.1, a set of libraries to support development ofsobomax2001-12-1911-0/+319
| | | | security-enabled applications.
* Add labrea 2.3, a defense mechanism against CodeRed.will2001-12-197-0/+80
| | | | | PR: 31082 Submitted by: nick@rogness.net
* Update to reflect drweb dist re-rollingache2001-12-182-3/+5
|
* Update to 1.2.9.b1pat2001-12-183-5/+6
|
* After much delay, I am finally able to test pam_smb again, which meansnsayer2001-12-1813-117/+59
| | | | | | | we can update to the latest version. Hooray! PR: ports/26913 Submitted by: dwcjr
* Upgrade to 20011215.sumikawa2001-12-174-4/+4
|
* New port ssh-gui version 0.7.1: A front-end for ssh which can openlioux2001-12-166-0/+48
| | | | | | multiple xterms Submitted by: Hammurabi Mendes <hmendes_br@yahoo.com>
* Author made the following changes and re-rolled the distfile withoutsteve2001-12-163-3/+3
| | | | | | | | | changing its name. - Fix minor security bugs in libdwclient - Fix security bug in drweb_qmail.pl - Fix minor bug in libdwclient, possible file descriptors leak - Fix bug in drweb_postfix.sh, wrong mail command for sends notifications
* add p5-Filter-CBCijliao2001-12-135-0/+63
| | | | | | | Source filter for Cipher Block Chaining PR: 32770 Submitted by: Sergey Skvortsov <skv@protey.ru>
* Update to 4176jeh2001-12-132-2/+2
|
* pass maintainership to Jos Backus <josb@cncdsl.com>ijliao2001-12-121-1/+1
| | | | Submitted by: Jos Backus <josb@cncdsl.com>
* Display TIPS (use rndcontrol(8)) message at post-install.kuriyama2001-12-114-2/+12
|
* add p5-Digest-HMACijliao2001-12-116-0/+57
| | | | | | | Perl5 interface to HMAC Message-Digest Algorithms PR: 30997 Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
* add info file to plistijliao2001-12-111-0/+3
| | | | | PR: 32691 Submitted by: Jos Backus <josb@cncdsl.com>
* upgrade to 2.03.02ijliao2001-12-112-2/+3
| | | | | PR: 32685 Submitted by: Jos Backus <jos@cncdsl.com>
* Fix formatting string bugdwcjr2001-12-094-8/+28
| | | | | | | | Remove old MASTER_SITE PR: 32555 Submitted by: alx@cii.sumy.ua Approved by: maintainer
* upgrade to 0.16ijliao2001-12-093-6/+6
| | | | | PR: 32595 Submitted by: maintainer
* Suggest user deleting command instead of using it automaticallyache2001-12-082-8/+2
|
* Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-072-2/+2
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
* upgrade to 1.10ijliao2001-12-073-13/+4
|
* add nettleijliao2001-12-0611-0/+91
| | | | A low-level cryptographic library
* Update to 0.4.2pat2001-12-064-19/+22
| | | | | PR: 32500 Submitted by: maintainer
* New port proxytunnel version 1.0.6: Connects stdin and stdout tolioux2001-12-067-0/+55
| | | | | | an origin server through an HTTPS proxy Submitted by: Hammurabi Mendes <hmendes_br@yahoo.com>
* Update to 4175jeh2001-12-062-2/+2
|
* Emergency DAT for W32/Goner@MMjeh2001-12-052-2/+2
| | | | Update to version 4174
* Upgrade KDE to 2.2.2:will2001-12-048-10/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
* Update to version 1.3.4.steve2001-12-032-2/+5
| | | | | PR: 32427 Submitted by: maintainer
* Update to 0.15.petef2001-12-032-2/+2
| | | | | PR: 31949 Submitted by: maintainer
* Update to version 1.1.10.steve2001-12-0313-28/+32
| | | | | PR: 32394 Submitted by: maintainer
* Update to version 2.4.18.steve2001-12-037-356/+52
| | | | | PR: 32315 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Argh, actually make my last commit to this patch do what was intended (don'tpetef2001-12-021-1/+1
| | | | | | | install "pgp_old", rather install "pgpo" as that is what the pgp5 binary expects to be invoked as for the old-style command line). Submitted by: kris
* - extend patch for batch mode, so no site-specifc files are installed.dinoex2001-12-022-2/+78
|
* - Udate to OpenSSH-3.0.2dinoex2001-12-028-14/+38
| | | | | | | | | | | - make batch-processing cleaner 20011202 - (djm) Syn with OpenBSD OpenSSH-3.0.2 - markus@cvs.openbsd.org [session.c sshd.8 version.h] Don't allow authorized_keys specified environment variables when UseLogin in active
* In BATCH mode - clean generated host keys.dinoex2001-12-022-2/+16
|
* Use newer patch from OpenBSD ftp site, no relevant changesdinoex2001-12-022-4/+3
| | | | (SKey is not set in this port)
* - generate now all 3 host keyes if they don't exists beforedinoex2001-12-022-5/+11
| | | | - save patchfile from openbsd, it has been removed.
* keynote(4) should really be keynote(5) since it's not a device driver :)kris2001-12-012-2/+13
| | | | | PR: ports/30796 Submitted by: John Ioannidis <ji@tla.org>
* Update to snort 1.8.3, a stability and bugfix release.kris2001-12-013-8/+16
| | | | | | | | Also install the complete set of rules files; some were missed in the last upgrade. PR: ports/32112 (rules updates) Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
* Upgrade to snortsnarf 010821kris2001-12-012-3/+3
|
* Docs go in ${PREFIX}/share/doc, not ${PREFIX}/dockris2001-12-011-0/+11
| | | | Submitted by: bento
* Docs go in ${PREFIX}/share/doc, not ${PREFIX}/dockris2001-12-011-8/+8
| | | | Submitted by: bento
* Fix PLISTkris2001-12-012-1/+4
| | | | Submitted by: bento
* upgrade to 3.21cvanilla2001-11-302-2/+2
| | | | | PR: ports/32290 Submitted by: maintainer
* Upgrade to 0.03vanilla2001-11-302-2/+2
| | | | | PR: ports/32276 Submitted by: maintainer
* Upgrade to 0.12, and fix pkg-plist.vanilla2001-11-303-6/+7
| | | | | PR: ports/32276 Submitted by: maintainer
* s/malloc/unistd/nsayer2001-11-301-0/+44
| | | | Submitted by: Harald Schmalzbauer <H.Schmalzbauer@belenus.com>
* Update to 4173jeh2001-11-292-2/+2
|
* Fix a problem linking libc too late, which caused calling the wrong getoptolgeni2001-11-272-0/+12
| | | | | | | function and broke nasl command line handling. PR: 31977 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* Correct MAINTAINER: nsayer --> nsayer@FreeBSD.org.sobomax2001-11-261-1/+1
|
* Update to 3.3.7dwcjr2001-11-233-6/+35
| | | | | | | Update maintainer's email address PR: 31994 Submitted by: maintainer
* Fix automake build problemdwcjr2001-11-232-2/+0
| | | | | PR: 32026 Submitted by: maintainer
* Bump PORTREVISION due to new patches added latelypetef2001-11-221-0/+1
|