aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
Commit message (Collapse)AuthorAgeFilesLines
* MFC: new bsd.lib.mk API.Ruslan Ermilov2002-07-193-15/+3
| | | | Notes: svn path=/stable/4/; revision=100377
* MFC: Fixed style of INSTALLFLAGS assignments.Ruslan Ermilov2002-07-175-28/+34
| | | | Notes: svn path=/stable/4/; revision=100238
* Work around the namespace pollution (group variable) in bsd.files.mkRuslan Ermilov2002-07-162-2/+3
| | | | | | | that will be merged in a minute. Notes: svn path=/stable/4/; revision=100190
* MFC: FILES support for bsd.prog.mk.Ruslan Ermilov2002-02-181-11/+2
| | | | Notes: svn path=/stable/4/; revision=90852
* MFC. Non-root-owned binaries in standard system paths, whether suid or not,Matthew Dillon2001-09-105-1/+5
| | | | | | | | | | | | must be chflag'd 'schg' to prevent trojans when root-cron or root or other users run the programs. This works around a root trojan that exists for uucp binaries but does not address the other issue of config-file security in uucp. Approved by: jkh Notes: svn path=/stable/4/; revision=83310
* MFC: r1.8: Silence a non-constant format string warning.Kris Kennaway2001-07-191-1/+1
| | | | Notes: svn path=/stable/4/; revision=79876
* MFC: Introduce and use SCRIPTS knob.Ruslan Ermilov2001-04-252-20/+10
| | | | Notes: svn path=/stable/4/; revision=75972
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-255-6/+5
| | | | Notes: svn path=/stable/4/; revision=75959
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-119-32/+53
| | | | Notes: svn path=/stable/4/; revision=69839
* MFC: Wrap the uucp subdirectory in the NOUUCP option.John Baldwin2000-08-171-0/+2
| | | | Notes: svn path=/stable/4/; revision=64758
* MFC: IPv6 support.Hajimu UMEMOTO2000-06-037-95/+239
| | | | Notes: svn path=/stable/4/; revision=61226
* $Header$ -> $FreeBSD$Peter Wemm1999-08-285-7/+7
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-27165-165/+165
| | | | Notes: svn path=/head/; revision=50472
* Install uuxqt sgid uucp. Since "rnews" should not be executable forTorsten Blum1999-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. Notes: svn path=/head/; revision=44724
* 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