summaryrefslogtreecommitdiff
path: root/gnu/libexec
AgeCommit message (Collapse)Author
2006-11-12goodbye uucpchristos
2006-10-24Applied patches from PR bin/24256 to pass command-line arguments as-is.cbiere
2006-05-13Fix uninitialized variable.christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
XXX: we should audit the tree for which old ones are no longer needed after getting the older compilers out of the tree..
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
socklen_t are different signness.
2006-04-03Now we use tip-as-cu, not Taylor UUCP cu.tls
These programs are no longer setuid, and now lock devices with flock, not file locks in /var/spool/. They will no longer lock against UUCP itself unless we modify UUCP to lock with flock, but this seems highly unlikely to be an issue in the present day.
2006-04-02fix coverity free model.christos
2006-03-29Add coverity annotations.christos
2006-03-29Coverity CID 2429: Don't check for NULL after deref.christos
2006-03-29Coverity CID 2496: Uninitialized var.christos
2005-09-07Allow for \H -> "address ..." substitution in PIPE ports. Usefulis
e.g. for generic UUCP over SSH or SSL... Idea and part of the patch by Joerg Durchain, has apparently been integrated in Debian for a while.
2005-04-25Use socklet_t with accept.matt
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-06-30Add missing NetBSD ID tagsjmc
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
setting NOLINT, NOPIC, NOPROFILE (etc)
2004-04-21Replace the statfs() family of system calls with statvfs().christos
Retain binary compatibility.
2004-02-03Let "cu" connect at 230400 bps, if the port supports it.fredb
2003-10-21Rework how MAKEVERBOSE operates:lukem
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
2003-10-20support MAKEVERBOSElukem
2003-10-18Allow UUCP to not be build when MKUUCP=nomatt
2003-05-17possible scanf overrunitojun
2003-04-19PR/2970: D'Arcy J.M. Cain: Eliminate trailing slashes in mkdir(2)christos
2003-03-15Correct spelling of "overridden". From PR 20718 by Igor Sobrado.wiz
2003-01-21Use a neutral error message - the details have been printed already, andis
the older message is plain wrong under some circumstances. See PR 5398, which is fixed.
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-06writable, not writeable.wiz
2003-01-06specified, not specifed.wiz
2002-12-06Avoid strict-alias warnings.scw
2002-09-19- use NETBSDSRCDIR as appropriatelukem
- makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...)
2002-07-10Spell acquire with a 'c'.wiz
2002-05-30Add -Wno-format-zero-length to CWARNFLAGS; ulog() is a printf-likethorpej
function for which "" is a perfectly reasonable argument.
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-07then -> than.wiz
2001-12-12MKfoo=no -> NOfootv
2001-11-21"than" instead of "then".wiz
2001-10-26Add:briggs
-F (default) h/w flow control -f no h/w flow control -q be quiet during downloads
2001-09-12pull patch from openbsd Errata 033:itojun
A security hole exists in uucp(1), uux(1) and uuxqt(1) that may allow an attacker on the local machine to run arbitrary commands with root privileges. Fix: Pay more attention to commandline parsing of long options. Patch from jbj@redhat.com via millert@.
2001-08-24heirarchy -> hierarchywiz
2001-08-20precede, not preceed.wiz
2001-05-03Don't divide by zero when computing timeout values, else we SIGFPE whenis
sending "long" files over pipe links. This fix closely follows the one suggested by <felix@subnet.sub.net> in an email to Ian Lance Tailor years ago.
2001-04-06Use standard comment macro (.\" instead of ''').wiz
Noted in bin/8736 by Danny Thomas. XXX: most OpenSSL man pages have this problem, too.
2001-02-10We're using /var/spool.is
2001-01-09- Use PRINTOBJDIR and .WAIT where appropriate.enami
- Define PARALLEL in gdb/Makefile since multiple yacc might run.
2001-01-09convert to using .WAITlukem
2000-12-11uuchk is not program-called; it is called by the administrator to check theis
configuration file.
2000-03-23Fix uninitialized uuconf_fcarrier and uuconf_fhardflow in the case where themycroft
port or line name was specified as an option. Fixes PR 9667.
2000-03-13Fix file format example bug. Now the example is consistent with theis
documentation a couple lines above, the source code and an experiment.
2000-01-23More .mk file fallout. *sigh*mycroft
1999-07-30Don't use GNU malloc() any more.mycroft
1999-03-31Whitespace pasto in previous.kleink