aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Make ~%take work: ignore \rAndrey A. Chernov1994-10-021-1/+4
| | | | | | | Obtained from: taylor-list Notes: svn path=/head/; revision=3322
* Make -a option optional, uux fails in other case with new sendmail-styleAndrey A. Chernov1994-10-021-2/+2
| | | | | | | | <> address in return-receipts Obtained from: taylor-list Notes: svn path=/head/; revision=3321
* We do have <dirent.h>, and it was harmful to pretend that we don't.Bruce Evans1994-08-281-1/+1
| | | | | | | | | | | | Several files in uucp/libunix included <sys/dir.h> and defined dirent as direct, but <sys/dir.h> defines direct as dirent. This macro recursion is not allowed by cpp in traditional mode. The 2.0 mkdep uses cpp in traditional mode (another bug) so cpp prints a error message and exits with a nonzero status. The error status leaks out of the pipe (another bug) so mkdep "succeeds". It may even succeed. Notes: svn path=/head/; revision=2355
* New 2.0 specific changes.Jordan K. Hubbard1994-08-081-0/+5
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=1969
* Make uucp compile again in 2.0. A little perturbed about the commentJordan K. Hubbard1994-08-081-3/+3
| | | | | | | | | | saying that 4.4 uses f_size in statfs, yet we're using b_size. Anyway, I've configured things to match our current environment. Reviewed by: Submitted by: Notes: svn path=/head/; revision=1968
* Back out previous change and allow uucico to run by others,Andrey A. Chernov1994-05-311-3/+2
| | | | | | | this required by several programs Notes: svn path=/head/; revision=1659
* Don't need to restrict cu, it can be able to check permissions by itselfAndrey A. Chernov1994-05-311-3/+2
| | | | Notes: svn path=/head/; revision=1657
* Allow uux and uucp to run by others,Andrey A. Chernov1994-05-312-6/+4
| | | | | | | we can got problems with various mailers in other case Notes: svn path=/head/; revision=1656
* I forget to add BINGRP=$(group)Andrey A. Chernov1994-05-315-6/+11
| | | | Notes: svn path=/head/; revision=1655
* Disallow uucp execution to others.Andrey A. Chernov1994-05-311-2/+3
| | | | | | | | It maybe not so nice, but if any user can easily shut up your mail feed with big file isn't nice too. Notes: svn path=/head/; revision=1654
* Allow group "dialer" to run cuAndrey A. Chernov1994-05-311-2/+3
| | | | | | | Disallow others to run cu Notes: svn path=/head/; revision=1653
* Don't allow others to run uuconvAndrey A. Chernov1994-05-311-1/+2
| | | | Notes: svn path=/head/; revision=1652
* Don't allow others run uuchkAndrey A. Chernov1994-05-311-1/+2
| | | | Notes: svn path=/head/; revision=1651
* Don't allow others run uuxqtAndrey A. Chernov1994-05-311-2/+2
| | | | Notes: svn path=/head/; revision=1650
* Don't allow others run uucicoAndrey A. Chernov1994-05-311-2/+2
| | | | Notes: svn path=/head/; revision=1649
* Change group to uucp groupAndrey A. Chernov1994-05-311-1/+1
| | | | Notes: svn path=/head/; revision=1644
* Fix -z key, patch from TaylorAndrey A. Chernov1994-05-251-21/+20
| | | | Notes: svn path=/head/; revision=1552
* Documentation addedAndrey A. Chernov1994-05-251-0/+4036
| | | | Notes: svn path=/head/; revision=1551
* Fix multiply slash problemAndrey A. Chernov1994-05-201-1/+4
| | | | Notes: svn path=/head/; revision=1522
* We have BROKEN_SETREUID by Taylor point of viewAndrey A. Chernov1994-05-171-1/+1
| | | | Notes: svn path=/head/; revision=1509
* Upgrade to version 1.05Andrey A. Chernov1994-05-07230-3672/+14733
| | | | Notes: svn path=/head/; revision=1464
* 1) Add \p\c after CONNECT for modems which give CONNECT beforeAndrey A. Chernov1994-05-031-1/+5
| | | | | | | | | | carrier up 2) Add more chat-fail codes 3) Add comment about complete/abort scripts, when modem handle DTR drop properly Notes: svn path=/head/; revision=1450
* Back my earlier BSD_TTY change out of -current.Jordan K. Hubbard1994-04-261-2/+2
| | | | Notes: svn path=/head/; revision=1418
* From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)Jordan K. Hubbard1994-04-259-2/+320
| | | | | | | | | | | | | | | | | | | Message-Id: <199404171501.LAA01245@stark.UUCP> To: freebsd-hackers@freefall.cdrom.com Subject: Make world and UUCP Sender: freebsd-hackers-owner@freefall.cdrom.com Precedence: bulk It would be much more convenient if "make world" didn't clobber my UUCP configuration files in /etc/uucp. Perhaps the easiest fix would be to change the names of the sample configuration files: config -> config.sample ports -> ports.sample ... Notes: svn path=/head/; revision=1414
* From: Marko Teiste <mte@tigger.cirion.fi>Jordan K. Hubbard1994-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199404241154.OAA00260@tigger.cirion.fi> Subject: uucp error Index: gun/libexec/uucp FreeBSD-1.1-GAMMA Apparently-To: FreeBSD-bugfiler@freefall.cdrom.com Sender: freebsd-bugs-owner@freefall.cdrom.com Precedence: bulk Description: When calling remote uucp site dialing succeeds, but standard login chat fails. Debug file shows that uucico does not see any characters send from remote. Repeat-By: use sio drivers, 16450 base serial and standard taylor configuration provided with the GAMMA release. Run uucico and observer. Fix: define HAVE_BSD_TTY instead of HAVE_POSIX_TTY in common_source/policy.h and recompile. Notes: svn path=/head/; revision=1413
* Fix gross spelling and typographical errors pointed out by Keith Bostic.Jordan K. Hubbard1994-04-241-4/+4
| | | | Notes: svn path=/head/; revision=1411
* Back out previous change.Jordan K. Hubbard1994-04-021-4/+3
| | | | Notes: svn path=/head/; revision=1322
* Fix from Gene for bogus destinations.Jordan K. Hubbard1994-04-011-3/+4
| | | | Notes: svn path=/head/; revision=1317
* Partially undo prevoius fix from Ian Taylor, VTIME must be 0 hereAndrey A. Chernov1994-02-071-3/+3
| | | | Notes: svn path=/head/; revision=1123
* Patches from Gunter Jung to make xchat work properly.Jordan K. Hubbard1994-02-061-40/+36
| | | | Notes: svn path=/head/; revision=1101
* Update for new organization of gnu tree.Rodney W. Grimes1994-01-302-0/+8
| | | | Notes: svn path=/head/; revision=1043
* remove HAVE_SETPGRP, because it doesn't detach terminalAndrey A. Chernov1993-11-181-1/+1
| | | | | | | in POSIX (setsid() is only way to do it) Notes: svn path=/head/; revision=784
* IMAXBELL & PENDIN now cleared to satisfy new sio driver.Andrey A. Chernov1993-11-181-12/+26
| | | | | | | | | From Ian Taylor. Fix POSIX CLOCAL behaviour, set controlling terminal after it. Change VTIME from 0 to 1 to fix timeouts waiting for data Notes: svn path=/head/; revision=783
* From Ian Taylor.Andrey A. Chernov1993-11-181-56/+35
| | | | | | | | Fix POSIX detach behaviour, based on setsid() call. stpgrp(0,0) not used for POSIX now. Notes: svn path=/head/; revision=782
* Makefile to install sample files in /etc/uucp with correct ownership andRodney W. Grimes1993-10-141-0/+15
| | | | | | | permissions Notes: svn path=/head/; revision=601
* Add subdir samples so that the sample scripts can get installed in /etc/uucp.Rodney W. Grimes1993-10-142-2/+4
| | | | | | | Add group to Makefile.inc for use in installing sample files Notes: svn path=/head/; revision=600
* SRCS should contain *.c's, not *.o's.J.T. Conklin1993-08-161-3/+3
| | | | Notes: svn path=/head/; revision=294
* Fixed manual page names from .0 to .8.Rodney W. Grimes1993-08-062-4/+4
| | | | Notes: svn path=/head/; revision=249
* Since there are no c sources in this directory we need a null depend:Rodney W. Grimes1993-08-062-2/+7
| | | | | | | target. I added this. Notes: svn path=/head/; revision=248
* FreeBSD doesn't define sig_atomic_t in <signal.h> like it should...J.T. Conklin1993-08-061-1/+1
| | | | Notes: svn path=/head/; revision=247
* Taylor UUCP 1.04J.T. Conklin1993-08-05300-0/+81211
Notes: svn path=/head/; revision=242