summaryrefslogtreecommitdiff
path: root/security/AiSSLtelnet
AgeCommit message (Collapse)AuthorFilesLines
2008-06-12Add DESTDIR support.joerg1-3/+7
2008-05-17Fix MAINTAINER address typo since initial import.obache1-2/+2
tech-pkg at jp.NetBSD.org => tech-pkg-ja at jp.NetBSD.org
2007-07-24Don't include a reimplementation of strdup, ANSI C is old enough.joerg2-1/+15
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-5/+5
Patch provided by Sergey Svishchev in private mail.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2005-12-08Fix errno.joerg2-1/+27
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-19The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-17Regenerate so that the Mac OS X patch program undestands howkristerw2-9/+8
to apply it.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-03-25Fix compile problem under gcc 3.3.3.taca7-1/+119
- use <stdarg.h> instead of <varargs.h> - don't declare errno assuming nicluding <errno.h> is sufficient. - check strerror(3) and don't use own alternative one.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-09-21Hand generate the first part of this patch to avoid an RCS expansion onjmc2-9/+4
checkouts
2003-09-21Comment out setenv.c for NetBSD. System library has working copies andjmc1-2/+2
unsetenv conflicts anyways.
2003-09-21Comment out setenv.c for NetBSD. System library has working copies andjmc3-2/+21
unsetenv conflicts anyways.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-17now security fix contains main trunk.jun1-22/+0
2001-08-17Update AiSSLtelnet to 0.15jun2-6/+6
- Fix telnetd origin security hole.
2001-07-30Apply:jun2-1/+24
ftp://ftp.netbsd.org/pub/NetBSD/security/patches/SA2001-012-telnetd.patch see also ftp://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2001-012.txt.asc
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-14Initial import of "AiSSLtelnet":jun4-0/+39
AiSSL based implementation of the telnet(d).