summaryrefslogtreecommitdiffstats
path: root/gnu/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Include optional support for HDB-style config files, so the true masochistsjoerg1997-10-071-1/+1
| | | | | | | | | | can get their rights as well. ;-) The default remains, of course, Taylor config. Demanded by: some people on -hackers I think this is safe enough to go into RELENG_2_2 as well, if there's demand.
* Add some UUCP manpages.wosch1997-09-148-10/+217
|
* Add some UUCP manpages.wosch1997-09-136-6/+162
|
* Fix some $ Id$ in $ Log$ expansion problems. :-( (added spaces just inpeter1997-02-232-56/+8
| | | | | | case) Pointed out by: bde
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-22160-162/+198
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14162-167/+179
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add missing info section name.jmacd1997-01-111-0/+1
|
* Not have saved setuid anymoreache1996-12-061-1/+1
|
* Allow baud rate of 230400.jkh1996-12-021-1/+4
| | | | Submitted-By: Andrew L.Davydov <davydov@ns.okbmei.msk.su>
* Catch a situation where the tty speed might be 0 (in the case of UUCPjoerg1996-10-121-5/+5
| | | | | | | over TCP), but is used as a divisor later, causing uucico to abort with a SIGFPE. Reviewed by: Ian Lance Taylor <ian@cygnus.com>
* make install should not install any file in /etc.wosch1996-08-171-2/+3
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-6/+6
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-2/+2
| | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* recording cvs-1.6 file deathpeter1995-12-3012-1910/+0
|
* Toss ypxfr into the attic. The new one should be appearing shortly.wpaul1995-12-259-1872/+0
|
* Turn of ypxfr. It's about to be nuked.wpaul1995-12-251-2/+2
|
* Make it sgid dialer to read lockfilesache1995-09-151-2/+3
|
* Make cu/uucico sgid dialer to help to work with others lockfiles,ache1995-09-142-4/+6
| | | | they can't open root.dialer lockfiles in old variant.
* Upgrade 1.06 -> 1.06.1ache1995-08-2112-25/+75
|
* Fix LEGAL_GRADE determination, isalnum can return true when nationalache1995-08-191-1/+1
| | | | environment is active
* Commit delta: current -> 1.06 + FreeBSD configurationache1995-08-19227-2518/+10961
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-253-6/+6
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-3082-485/+488
|
* configuration files are in /etc/uucp and spool files are in /var/spool/uucpjmz1995-05-206-33/+33
|
* Install uuconv/uuchk with right permissionsache1995-05-142-8/+2
|
* Update other Makefiles to reflect uuconv/uuchk install place changeache1995-05-133-6/+6
|
* Install uuconv/uuchk to /usr/sbinache1995-05-133-5/+6
|
* Fix HAVE_SAVED_IDS and HAVE_BROKEN_SETREUID definesache1995-04-291-2/+2
|
* Removed code from yp_xdr.c module that now lives in libc. (Unfortunately,wpaul1995-04-021-91/+0
| | | | | | | ypxfr can't easily be reduced down to one file like yppush because it needs to do certain special things (such as binding to a specific machine (the NIS master)) which the yp_*() functions in libc don't allow.
* Rework error reporting/logging: although the SunOS documentation sayswpaul1995-03-317-44/+140
| | | | | | | | | that ypxfr is supposed to log messages to /var/yp/ypxfr.log if it exists, using syslog() makes more sense, especially since ypserv does the same thing already. Try to use stderr by default, and use syslog() if stderr is not a tty. Also update the man page to reflect this change.
* Ack... clean up the logfile name generation that I botched in the lastwpaul1995-03-301-3/+2
| | | | commit.
* Fix up the way _PATH_YP is used to put together the pathname to thewpaul1995-03-302-13/+30
| | | | | | | | | | NIS maps (get rid of extraneous slash a la /var/yp//domainname). Have ypxfr log all output to /var/yp/ypxfr.log if stdin is not a tty. This should allow logging to be done when ypxfr is called from inside ypserv in response to a yppush request. Update man page to reflect the change (and fix a typo).
* Removed annoying changelog entries from ypclnt.c, added usage() functionwpaul1995-02-062-61/+25
| | | | to ypxfr.c.
* Wrote manual page for ypxfr, modified Makefile to install it.wpaul1995-02-062-5/+198
|
* Added subdir entry for ypxfrwpaul1995-01-311-2/+2
|
* Obtained from: The NYS projectwpaul1995-01-317-0/+1694
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a ported/modified version of the ypxfr program from the yps-0.21 package from the NYS project. This program is normally invoked by ypserv when it receives a yppush command from an NIS master. It can also be run from the command line to grab copies of maps when initializing a slave server. This program has been hacked in the following ways: - rpcgen'ed new yp_xdr.c, yp_svc.c and yp_clnt.c files. The old ones were rather grody. - Changed certain function names (prefended a _ to them) to avoid conflicts with certain functions lurking within libc. One major problem here is that ypxfr needs to bind to a YP master in order to work correctly, but it can't use the _yp_bind function inside libc because that function only lets you bind to a domain, not a specific host. Lots of head scratching here. - Converted from GDBM to DB at gunpoint. - Removed lots of really nasty looking DEBUG code to try to reduce clutter. - Incorporated some of the library code supplied with yps-0.21 on which ypxfr was dependent. This program still needs to be cleaned up just as a matter of principle: I get all icky just looking at it sometimes.
* Rewrite based on send-pr/Makefile. The old Makefiles used ${PROG},bde1995-01-242-19/+18
| | | | | which is not supposed to work for shell files, but somehow did with the old `make'.
* NOOBJS -> NOOBJ - it's more consistent.jkh1995-01-241-2/+2
|
* No object here.jkh1995-01-241-2/+3
|
* Deal with this not having an object file.jkh1995-01-241-2/+3
|
* Fix the bogus depend rule - boy, NetBSD's make catches a lot ofjkh1995-01-231-2/+2
| | | | bogus Makefiles!
* Use new bsd.info.mk to avoid local rules and fix bugs in `all' and `depend'bde1995-01-021-7/+2
| | | | targets.
* Add doc to subdirsache1995-01-011-3/+3
|
* Install info pages nowache1995-01-011-0/+8
|
* Changed one occurence of rmail(1) to rmail(8).ats1994-12-111-2/+2
|
* From Johannes Stille:dg1994-11-062-24/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we get an EN8 response while we're already sending the file using the i protocol, this can happen: In send.c, flocal_send_await_reply() is called. This function calls flocal_send_fail() to process the aborted transfer. After this, we run into the branch that calls ffileseekend() to force the end of the actual transfer. Now flocal_send_fail() frees qtrans, but qtrans is still used later! I propose to fix this by moving the usfree_send(qtrans) out of flocal_send_fail(), as in the patch I append to this mail. ... I have found a race condition in the uucp 1.05 code. The typical result is that the connections mysteriously fails with "conversation failed", even while all files were transmitted. This is the problem: At least for the i protocol, the code to send a packet can receive and process packets after sending. In several places in the code, we send a command and then prepare to receive an answer. Now the answer might already arrive during the call that sends the command while we aren't ready to process it. The general solution is IMHO first to do all preparations and only as a last step to send out the command. Reviewed by: John Dyson Submitted by: Johannes Stille
* Allow '#' in address in rmail argumentsache1994-10-223-12/+21
| | | | Obtained from: taylor-uucp list
* Make ~%take work: ignore \rache1994-10-021-1/+4
| | | | Obtained from: taylor-list
* Make -a option optional, uux fails in other case with new sendmail-styleache1994-10-021-2/+2
| | | | | <> address in return-receipts Obtained from: taylor-list
OpenPOWER on IntegriCloud