summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Add Solar Designer's additional fixes to buffer management.nectar2003-09-1715-29/+380
|
* - Securitry Fix revision 2dinoex2003-09-176-120/+333
| | | | | http://www.openssh.com/txt/buffer.adv Approved by: lioux (portmgr)
* Do not record expanded size before attempting to reallocate associatednectar2003-09-166-0/+120
| | | | | | memory. Obtained from: OpenBSD
* The `man2html' script that krb5 uses is written in Perl.cy2003-09-134-0/+4
| | | | | Noticed by: wollman Approved by: marcus (wearing his portsmgr hat)
* - Fix the "duplicate script for target <...> ignored" warnings on -currentnetchild2003-09-108-17/+76
| | | | | | | | | | | | | | | caused by ${WRKSRC}/Makefile. - Fix the "extra tokens at end of #else directive" warnings in ${WRKSRC}/sysdep/freebsd/sysdep-os.h on -current. - Fix some format strings in ${WRKSRC}/conf.c and ${WRKSRC}/sa.c for 64 bit systems (obtained from NetBSD). - Move the delta patching ${WRKSRC}/Makefile from patch-ab (priviously patching ${WRKSRC}/samples/Makefile and ${WRKSRC}/Makefile) to patch-aa (patching ${WRKSRC}/Makefile). - Build and install certpatch(8), a quite usefull tool to add subjectAltName identities to X.509 certificates. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Crypto-publish.org is now distributing krb5-1.3.1.cy2003-09-104-24/+4
|
* Patch to fix compiles under -STABLE (RELENG_4).cy2003-09-104-8/+48
| | | | | PR: 56169 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Security update with following changes:osa2003-09-093-8/+64
| | | | | | | | | | | | Makefile: PLIST_SUB added (CONF_DIR), fix ${NOPORTDOCS}, bump ${PORTREVISION} pkg-plist: etc -> %%CONF_DIR%%, utilize ${DOCSDIR} Setuid misplaced (security fix) for main.c Thanks to cyrill@econ.krasnoyarsk.su for submitting this patch. Also makes portlint happy. Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) PR: 56614
* New port: a checkpassword compatible authenticationosa2003-09-095-0/+57
| | | | | | | program that uses CRAM-MD5 authentication mode. Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> PR: 56598
* Fix MASTER_SITEedwin2003-09-091-2/+2
| | | | Submitted by: EvilBMS@#bsdcode
* [new port] security/dropbear: a lightweight SSH2 serveredwin2003-09-085-0/+56
| | | | | | | | | | | | | | | | | Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports: * Main features of SSH 2 protocol * Implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients * Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication WWW: http://matt.ucc.asn.au/dropbear/dropbear.html PR: ports/55795 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Fix rc.d script samplelioux2003-09-071-2/+6
|
* update to amavisd-0.1,1leeym2003-09-064-120/+30
| | | | | PR: 56474 Submitted by: Mark Linimon <linimon@lonesome.com>
* PR: 56405foxfair2003-09-069-204/+207
| | | | | Submitted by: maintainer Upgrade fwbuilder to v1.0.11: this is new upstream release
* PR: 56409foxfair2003-09-069-36/+36
| | | | | Submitted by: maintainer Upgrade libfwbuilder to 1.0.1: This is an upstream bugfix release
* Chase repocopies towards ports/dnsedwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* new port: dump MSRPC informationedwin2003-09-048-0/+92
| | | | | | | | | | | One-file-port, from @stake. This dumps information from remote RPC. Much like "rpcinfo -p host" on unix hosts. Please check my patches: I removed an unused function so this wouldn't be marked as a security sensitive port, and I'm not sure my Makefile change respects CFLAGS. PR: ports/46991 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
* irc.d script for security/snortedwin2003-09-043-0/+24
| | | | | | | | | | | | | | This is a sample script for ${PREFIX}/etc/rc.d that will wake snort up on boot, and take it down on shutdown. Nothing fancy here. This is needed, because I'm planning on teaching ACID many new things, and ACID expects snort to help itself. There is only one thing that requires thinking here: This should run only after {MySQL|PostgreSQL} server is up, as snort might want to report to the local server. PR: ports/49047 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> Approved by: maintainer timeout
* New port: security/hmap - web server fingerprinting tooledwin2003-09-046-0/+99
| | | | | | | | Web server fingerprinting tool, used to identify web servers that changed thier banners. PR: ports/50754 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
* Teach security/chkrootkitedwin2003-09-042-4/+84
| | | | | | | | | | | | | | | | | | | | I finnaly got fed up with that FAQ about chkrootkit. The solution was either to add a Q+A to the FAQ or fix the port. This introduce a new variable, FreeBSD5, that is set to "yes" if we're running FreeBSD 5 or higher. This variable is used to fix the tests of the following binaries, so they would DTRT on FreeBSD 5: chfn chsh date ls ps I also fixed a bug in the cheking of vdir, but it's irrelevant for FreeBSD. Informed maintainer. PR: ports/55919 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
* Crypt::OpenSSL::Bignum provides access to OpenSSLerwin2003-09-045-0/+44
| | | | | | | | | multiprecision integer arithmetic libraries. Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to perl. In addition, this module can be used to provide access to bignum values produced by other OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
* port update: security/firewalk 1.0 -> 5.0edwin2003-09-044-38/+28
| | | | | | | | | | | | | I'll be happy to take maintainership over this one. I removed the BROKEN notice on versions older than 3, as this was completely rewritten and I feel somewhat optimistic today. Please tell me if this is proves wrong. The patch to change the Makefile is also not required anymore, I hope the configure is doing the right magic, as I haven't tested it when PREFIX!=/usr/local PR: ports/54473 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
* - Update to 20030829dinoex2003-09-044-20/+12
| | | | | | - Fix build under stable PR: 56374 Submitted by: rob@debank.tv
* Update to DAT 4291jeh2003-09-032-2/+2
|
* - Fix extra " from last commit.dinoex2003-09-031-1/+1
| | | | pointy hat to me ... commited wrong work dir
* - Update to version 0.5.2krion2003-09-023-10/+10
| | | | | | | | | o GUI rewrite to GNOME/GTK o Key accelerators to menu certificate renewal PR: 56318 Submitted by: maintainer
* Update to 2.3.0b, enabling cracklib use and installing docfiles.roam2003-09-024-31/+57
| | | | | PR: 55884 Submitted by: Roman Neuhauser <roman@bellavista.cz>
* Fixup mdoc (thanks to ru!)eivind2003-09-021-159/+256
|
* - don't clobber any given LDFLAGSdinoex2003-09-012-2/+2
| | | | | resolves conflitcs with bsd.openssl.mk Approved by: jim@corebsd.or.id
* - don't clobber any given LDFLAGSdinoex2003-09-012-4/+4
| | | | | resolves conflitcs with bsd.openssl.mk Approved by: sumikawa
* Update to 0.8.18.roam2003-09-012-3/+4
| | | | | PR: 56167 Submitted by: foxfair
* USE_OPENSSL must be set before including bsd.port.pre.mk.ume2003-09-012-10/+4
| | | | Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
* - don't clobber any given LDFLAGSdinoex2003-09-011-2/+2
| | | | | resolves conflitcs with bsd.openssl.mk Approved by: krion
* - Use LIBS in CONFIGURE_ENVkrion2003-08-311-2/+1
| | | | Reported by: kris via bento
* - New port: security/tinyca version 0.4.9krion2003-08-317-0/+120
| | | | | | | | TinyCA is a simple graphical userinterface written in Perl/Tk to manage a small CA (Certification Authority). PR: 54571 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* - use OPENSSLRPATH from bsd.openssl.mkdinoex2003-08-302-2/+4
| | | | - strip CONFIGURE_ENV, LDFLAGS is set in bsd.openssl.mk
* - strip MAKE_ENV, LDFLAGS is set in bsd.openssl.mkdinoex2003-08-301-1/+0
|
* * Add -DPIC to SHLIB_CFLAGS.obraun2003-08-291-0/+3
| | | | | | | | * Bump PORTREVISION. PR: ports/56131 Submitted by: René Scholz <scholz@kids-und-co.de> Fix obtained from: Dave Airlie <airlied@samba.org> (developer)
* - use hook for bsd.openssl.mkdinoex2003-08-291-1/+4
|
* - fixed plistmat2003-08-292-14/+14
| | | | | | | - made portlint happy PR: 55962 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Use INSTALL_MAN to install man pageerwin2003-08-291-1/+1
| | | | Submitted by: Sergei Kolobov <sergei@kolobov.com>
* PR:foxfair2003-08-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Chase makesum; the author retar the current tarball by updating these modules since its release (05.27.2003 - 08.18.2003): nikto_outdated.plugin 1.08 - Fixed nasty regex bug in the version eval, and made more efficient. Pointed out by fr0stman, thx Zeno for assistance nikto_core.plugin 1.15 - Bugfix: only scanning port 80 when multiple ports are specified by CLI argument. Thanks to Martin Macok for submitting a bug report. nikto_headers.plugin 1.07 - Added Host header back after delete in IIS Content-Location check. Thanks to Abdi Ponce for the bug report & debug. nikto_httpoptions.plugin 1.04 - Changed PROPPATCH, TRACK, TRACE messages. Changed PROPFIND message, thanks to Jericho for tracking down some good info on it. Added SEARCH message. nikto_user_enum_apache.plugin 1.02 - Bugfix: some user names not tested (zz, zzz, etc.) - Major rewrite for speed improvements Obtained from: bento
* FIXUP for possible remote DoS w/ scrub rulesedwin2003-08-292-1/+384
| | | | | | | | http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_norm.c?sortby=date PR: - Submitted by: mlaier@#bsdcode Obtained from: OpenBSD-Current
* Update to 2.0.3erwin2003-08-282-3/+5
| | | | | | PR: 56045 Submitted by: Scott Lampert <lampertsc@corp.earthlink.net>, maintainer Approved by: maintainer
* Use USE_RC_SUBR.ume2003-08-282-65/+32
|
* Use INFO macro, change maintainer address.lofi2003-08-286-18/+6
| | | | Approved by: arved (Mentor)
* Use INFO and USE_OPENLDAP macros, change maintainer address.lofi2003-08-282-13/+3
| | | | Approved by: arved (Mentor)
* Change maintainer address.lofi2003-08-281-1/+1
| | | | Approved by: arved (Mentor)
* *******************IMPORTANT*******************jeh2003-08-282-2/+2
| | | | | | | | 4290 Emergency Dat release due to: W32/Dumaru.a@MM **********************************************
* Unbreak INDEXmat2003-08-281-1/+1
| | | | Pointy Hat To: demon
OpenPOWER on IntegriCloud