aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-25170-172/+172
| | | | | | | 'RELENG_3_5_0_RELEASE'. This commit was manufactured to restore the state of the 3.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-29170-172/+172
| | | | Notes: svn path=/stable/3/; revision=50569
* MFC: Install uuxqt sgid uucp. Since "rnews" should not be executable forTorsten Blum1999-05-021-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. Notes: svn path=/stable/3/; revision=46336
* Remove Id keywords from files that are still on the vendor branchBrian Somers1998-09-147-14/+0
| | | | | | | | This will make life easier when upgrading. Suggested by: bde Notes: svn path=/head/; revision=39195
* Add Id keywordBrian Somers1998-09-138-0/+16
| | | | Notes: svn path=/head/; revision=39145
* Fixed printf format warnings for non-errors. This change is null unlessBruce Evans1998-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. Notes: svn path=/head/; revision=38019
* This is uulog.1, not uuname.1.Tim Vanderhoek1998-03-161-2/+2
| | | | | | | PR: docs/5980 Notes: svn path=/head/; revision=34627
* Eliminate duplicated lines.Jordan K. Hubbard1998-03-091-3/+1
| | | | | | | | PR: 5956 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.j> Notes: svn path=/head/; revision=34411
* Include optional support for HDB-style config files, so the true masochistsJoerg Wunsch1997-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. Notes: svn path=/head/; revision=30195
* Add some UUCP manpages.Wolfram Schneider1997-09-148-10/+217
| | | | Notes: svn path=/head/; revision=29385
* Add some UUCP manpages.Wolfram Schneider1997-09-136-6/+162
| | | | Notes: svn path=/head/; revision=29345
* Fix some $ Id$ in $ Log$ expansion problems. :-( (added spaces just inPeter Wemm1997-02-232-56/+8
| | | | | | | | | case) Pointed out by: bde Notes: svn path=/head/; revision=23035
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22996
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22160-162/+198
| | | | Notes: svn path=/head/; revision=22995
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Add missing info section name.Joshua Peck Macdonald1997-01-111-0/+1
| | | | Notes: svn path=/head/; revision=21510
* Not have saved setuid anymoreAndrey A. Chernov1996-12-061-1/+1
| | | | Notes: svn path=/head/; revision=20179
* Allow baud rate of 230400.Jordan K. Hubbard1996-12-021-1/+4
| | | | | | | Submitted-By: Andrew L.Davydov <davydov@ns.okbmei.msk.su> Notes: svn path=/head/; revision=20084
* Catch a situation where the tty speed might be 0 (in the case of UUCPJoerg Wunsch1996-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> Notes: svn path=/head/; revision=18880
* make install should not install any file in /etc.Wolfram Schneider1996-08-171-2/+3
| | | | Notes: svn path=/head/; revision=17639
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=16663
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-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. Notes: svn path=/head/; revision=13835
* recording cvs-1.6 file deathPeter Wemm1995-12-3012-1910/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Toss ypxfr into the attic. The new one should be appearing shortly.Bill Paul1995-12-259-1872/+0
| | | | Notes: svn path=/head/; revision=13006
* Turn of ypxfr. It's about to be nuked.Bill Paul1995-12-251-2/+2
| | | | Notes: svn path=/head/; revision=13005
* Make it sgid dialer to read lockfilesAndrey A. Chernov1995-09-151-2/+3
| | | | Notes: svn path=/head/; revision=10754
* Make cu/uucico sgid dialer to help to work with others lockfiles,Andrey A. Chernov1995-09-142-4/+6
| | | | | | | they can't open root.dialer lockfiles in old variant. Notes: svn path=/head/; revision=10744
* Upgrade 1.06 -> 1.06.1Andrey A. Chernov1995-08-2112-25/+75
| | | | Notes: svn path=/head/; revision=10152
* Fix LEGAL_GRADE determination, isalnum can return true when nationalAndrey A. Chernov1995-08-191-1/+1
| | | | | | | environment is active Notes: svn path=/head/; revision=10111
* Commit delta: current -> 1.06 + FreeBSD configurationAndrey A. Chernov1995-08-19227-2518/+10961
| | | | Notes: svn path=/head/; revision=10110
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-253-6/+6
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove trailing whitespace.Rodney W. Grimes1995-05-3082-485/+488
| | | | Notes: svn path=/head/; revision=8858
* configuration files are in /etc/uucp and spool files are in /var/spool/uucpJean-Marc Zucconi1995-05-206-33/+33
| | | | Notes: svn path=/head/; revision=8661
* Install uuconv/uuchk with right permissionsAndrey A. Chernov1995-05-142-8/+2
| | | | Notes: svn path=/head/; revision=8515
* Update other Makefiles to reflect uuconv/uuchk install place changeAndrey A. Chernov1995-05-133-6/+6
| | | | Notes: svn path=/head/; revision=8493
* Install uuconv/uuchk to /usr/sbinAndrey A. Chernov1995-05-133-5/+6
| | | | Notes: svn path=/head/; revision=8492
* Fix HAVE_SAVED_IDS and HAVE_BROKEN_SETREUID definesAndrey A. Chernov1995-04-291-2/+2
| | | | Notes: svn path=/head/; revision=8163
* Removed code from yp_xdr.c module that now lives in libc. (Unfortunately,Bill Paul1995-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. Notes: svn path=/head/; revision=7591
* Rework error reporting/logging: although the SunOS documentation saysBill Paul1995-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. Notes: svn path=/head/; revision=7508
* Ack... clean up the logfile name generation that I botched in the lastBill Paul1995-03-301-3/+2
| | | | | | | commit. Notes: svn path=/head/; revision=7484
* Fix up the way _PATH_YP is used to put together the pathname to theBill Paul1995-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). Notes: svn path=/head/; revision=7483
* Removed annoying changelog entries from ypclnt.c, added usage() functionBill Paul1995-02-062-61/+25
| | | | | | | to ypxfr.c. Notes: svn path=/head/; revision=6220
* Wrote manual page for ypxfr, modified Makefile to install it.Bill Paul1995-02-062-5/+198
| | | | Notes: svn path=/head/; revision=6216
* Added subdir entry for ypxfrBill Paul1995-01-311-2/+2
| | | | Notes: svn path=/head/; revision=6073
* Obtained from: The NYS projectBill Paul1995-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. Notes: svn path=/head/; revision=6072
* Rewrite based on send-pr/Makefile. The old Makefiles used ${PROG},Bruce Evans1995-01-242-19/+18
| | | | | | | | which is not supposed to work for shell files, but somehow did with the old `make'. Notes: svn path=/head/; revision=5860
* NOOBJS -> NOOBJ - it's more consistent.Jordan K. Hubbard1995-01-241-2/+2
| | | | Notes: svn path=/head/; revision=5858
* No object here.Jordan K. Hubbard1995-01-241-2/+3
| | | | Notes: svn path=/head/; revision=5857
* Deal with this not having an object file.Jordan K. Hubbard1995-01-241-2/+3
| | | | Notes: svn path=/head/; revision=5855
* Fix the bogus depend rule - boy, NetBSD's make catches a lot ofJordan K. Hubbard1995-01-231-2/+2
| | | | | | | bogus Makefiles! Notes: svn path=/head/; revision=5815