Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-12 | Add DESTDIR support. | joerg | 1 | -3/+7 | |
2008-05-17 | Fix MAINTAINER address typo since initial import. | obache | 1 | -2/+2 | |
tech-pkg at jp.NetBSD.org => tech-pkg-ja at jp.NetBSD.org | |||||
2007-07-24 | Don't include a reimplementation of strdup, ANSI C is old enough. | joerg | 2 | -1/+15 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -5/+5 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2005-12-08 | Fix errno. | joerg | 2 | -1/+27 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 2 | -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-19 | The sources assume <malloc.h> exists. Create a fake one for platforms | kristerw | 1 | -1/+9 | |
that don't have it. | |||||
2005-07-17 | Regenerate so that the Mac OS X patch program undestands how | kristerw | 2 | -9/+8 | |
to apply it. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-03-25 | Fix compile problem under gcc 3.3.3. | taca | 7 | -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-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-09-21 | Hand generate the first part of this patch to avoid an RCS expansion on | jmc | 2 | -9/+4 | |
checkouts | |||||
2003-09-21 | Comment out setenv.c for NetBSD. System library has working copies and | jmc | 1 | -2/+2 | |
unsetenv conflicts anyways. | |||||
2003-09-21 | Comment out setenv.c for NetBSD. System library has working copies and | jmc | 3 | -2/+21 | |
unsetenv conflicts anyways. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-17 | now security fix contains main trunk. | jun | 1 | -22/+0 | |
2001-08-17 | Update AiSSLtelnet to 0.15 | jun | 2 | -6/+6 | |
- Fix telnetd origin security hole. | |||||
2001-07-30 | Apply: | jun | 2 | -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-19 | Move to sha1 digests, add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-14 | Initial import of "AiSSLtelnet": | jun | 4 | -0/+39 | |
AiSSL based implementation of the telnet(d). |