summaryrefslogtreecommitdiffstats
path: root/gnu/libexec
Commit message (Collapse)AuthorAgeFilesLines
* beforeinstall -> SCRIPTS.ru2001-04-072-20/+10
|
* MAN[1-9] -> MAN.ru2001-03-275-6/+5
|
* Add `_PATH_DEVZERO'.obrien2000-12-099-32/+53
| | | | Use _PATH_* where where possible.
* IPv6 support.ume2000-05-257-95/+239
| | | | Add $FreeBSD$.
* Wrap building of uucp related programs around NOUUCP knob.dan2000-03-201-0/+2
|
* $Header$ -> $FreeBSD$peter1999-08-285-7/+7
|
* $Id$ -> $FreeBSD$peter1999-08-27165-165/+165
|
* Install uuxqt sgid uucp. Since "rnews" should not be executable fortorstenb1999-03-131-2/+2
| | | | | | everyone (to prevent fake-postings) and modern Inn installs rnews as news.uucp and mode 4550 this is the only save way to allow uuxqt to process rnews batches.
* Remove Id keywords from files that are still on the vendor branchbrian1998-09-147-14/+0
| | | | | This will make life easier when upgrading. Suggested by: bde
* Add Id keywordbrian1998-09-138-0/+16
|
* Fixed printf format warnings for non-errors. This change is null unlessbde1998-08-021-0/+4
| | | | | | a system header defines a macro __printf0like() using the new printf0 format attribute. uucp's internal ulog() function isn't actually printf-like but uucp normally declares it as such.
* This is uulog.1, not uuname.1.hoek1998-03-161-2/+2
| | | | PR: docs/5980
* Eliminate duplicated lines.jkh1998-03-091-3/+1
| | | | | PR: 5956 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.j>
* 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.
OpenPOWER on IntegriCloud