summaryrefslogtreecommitdiff
path: root/comms/binkd
AgeCommit message (Collapse)AuthorFilesLines
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-11-29Update to 0.9.8. Fix MAINTAINER. Changelog:tv4-23/+15
0.9.5 (Thu Sep 04 2003 18:18:04) ----- 64-bit integer fix (Tobias Ernst 2:2476/418). Allow '-' and '_' in domain names (Tobias Ernst 2:2476/418). "defnode" was not work correctly in 0.9.4. binkd/win: run() fix for no inherit open files (i.e. *.bsy). @command - run in background (Dima Afanasiev <da@4u.net>) binkd/os2-emx: run() fix binkd/os2: don't send hidden files from filebox New command-line parameter '-m' - do not use MD5 authorization. If remote requests file offset more then file size, touch the file and drop session for send it from 0 next session. binkd/unix: run as daemon (Alex Semenyaka <alexs@snark.rinet.ru>). New option skipmask in binkd.cfg - don't receive (destructive skip) files by specified wildcards. getfree() bug if free space >4G fixed. NTLM proxy authotization (Dima Afanasiev <da@4u.net>). New option bindaddr in binkd.cfg - bind to specified interface (Dima Afanasiev <da@4u.net>). Run by-file events with the same command-line once after session. Bugfix in ftrans (thanks to Aleksey I Zavilohin <villain@ems.ru>). New option inboundcase in binkd.cfg - set case style for received files (Kostya Falkov 2:5014/33@fidonet) New option deletedirs in binkd.cfg - delete empty point dirs in BSO. Do not send empty (60-bytes) pkt files. New option overwrite in binkd.cfg - overwrite older file by newer. Run as service under win9x (Alexander Reznikov 2:4600/220@fidonet). Check free space on inbox if defined. Fix security vulernability (DoS) (andrew clarke <mail@ozzmosis.com>). Assume default domain for remote 4D address. Do not resolve hosts if proxy or socks5 using. Do not give unsecure mail to secure link when send-if-pwd. Amiga Style Outbound (ASO) support. New option -sip in node string: strict IP check; host need to be specified, resolved and matched. For -ip option unresolved host is ok. Crypt traffic, new option -r (disable crypt). NR- and ND-modes can be asymmetric now, options -nr and -nd sets mode only for receiving files from this node. 0.9.6 (Fri Oct 28 06:02:25 EET 2003) ----- Memory leak in event processing (Roman Trunov). Bugfixes in NT service exit (Stas Degteff). Some minor bugfixes. 0.9.7 (Sun Jun 15 08:22:58 EET 2004) ----- Fix in client manager (poll nodes queue). 0.9.8 (Mon Nov 08 12:47:00 EET 2004) ----- Fix signal handling, binkd sometimes hangs under glibc 2.3. Fixed memory leak. Fixed compilation under SuSe and OS2-emx.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-04-11Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2002-12-24Use PKGNAME_NOREV instead of replicating PKGNAME. Thanks wiz!jmmv1-2/+2
2002-12-24Make this package install its sample configuration file under the examplesjmmv4-10/+36
tree. Bump PKGREVISION to 1.
2002-11-14buildlink1 -> buildlink2jlam1-3/+3
2002-08-01Change MAINTAINER from tv at netbsd dot org to tv at pobox dot com afterjschauma1-2/+2
consulting with Todd.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-20Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic onewiz1-4/+1
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one.
2001-02-18Update to 0.9.4. There are over three years' worth of bugfixes and changestv6-36/+22
in this update from 0.9.2, far too many to list in a commit message.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-23remove bogus NO_CDROMshubertf1-2/+1
1999-08-05Rename binkd.cfg to binkd.cfg.dist so as not to overwrite a custom binkd.cfg.tv2-4/+4
1999-07-09Add package patch-sum filesagc1-0/+4
1999-06-04NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.drochner1-2/+2
Worse - it matches (almost?) everything.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-12/+12
pattern match format. Minor pkglint along the way.
1999-05-12This program is currently hopeless on LP64.tv1-1/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-3/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1998-11-22Import Binkd 0.9.2, a FidoNet-over-IP BINKP transport daemon and client.tv7-0/+69