summaryrefslogtreecommitdiffstats
path: root/gnu/libexec
Commit message (Collapse)AuthorAgeFilesLines
...
* We do have <dirent.h>, and it was harmful to pretend that we don't.bde1994-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.
* New 2.0 specific changes.jkh1994-08-081-0/+5
| | | | | Reviewed by: Submitted by:
* Make uucp compile again in 2.0. A little perturbed about the commentjkh1994-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:
* Back out previous change and allow uucico to run by others,ache1994-05-311-3/+2
| | | | this required by several programs
* Don't need to restrict cu, it can be able to check permissions by itselfache1994-05-311-3/+2
|
* Allow uux and uucp to run by others,ache1994-05-312-6/+4
| | | | we can got problems with various mailers in other case
* I forget to add BINGRP=$(group)ache1994-05-315-6/+11
|
* Disallow uucp execution to others.ache1994-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.
* Allow group "dialer" to run cuache1994-05-311-2/+3
| | | | Disallow others to run cu
* Don't allow others to run uuconvache1994-05-311-1/+2
|
* Don't allow others run uuchkache1994-05-311-1/+2
|
* Don't allow others run uuxqtache1994-05-311-2/+2
|
* Don't allow others run uucicoache1994-05-311-2/+2
|
* Change group to uucp groupache1994-05-311-1/+1
|
* Fix -z key, patch from Taylorache1994-05-251-21/+20
|
* Documentation addedache1994-05-251-0/+4036
|
* Fix multiply slash problemache1994-05-201-1/+4
|
* We have BROKEN_SETREUID by Taylor point of viewache1994-05-171-1/+1
|
* Upgrade to version 1.05ache1994-05-07230-3691/+14752
|
* 1) Add \p\c after CONNECT for modems which give CONNECT beforeache1994-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
* Back my earlier BSD_TTY change out of -current.jkh1994-04-261-2/+2
|
* From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)jkh1994-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 ...
* From: Marko Teiste <mte@tigger.cirion.fi>jkh1994-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.
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-241-4/+4
|
* Back out previous change.jkh1994-04-021-4/+3
|
* Fix from Gene for bogus destinations.jkh1994-04-011-3/+4
|
* Partially undo prevoius fix from Ian Taylor, VTIME must be 0 hereache1994-02-071-3/+3
|
* Patches from Gunter Jung to make xchat work properly.jkh1994-02-061-40/+36
|
* Update for new organization of gnu tree.rgrimes1994-01-302-0/+8
|
* remove HAVE_SETPGRP, because it doesn't detach terminalache1993-11-181-1/+1
| | | | in POSIX (setsid() is only way to do it)
* IMAXBELL & PENDIN now cleared to satisfy new sio driver.ache1993-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
* From Ian Taylor.ache1993-11-181-56/+35
| | | | | Fix POSIX detach behaviour, based on setsid() call. stpgrp(0,0) not used for POSIX now.
* Makefile to install sample files in /etc/uucp with correct ownership andrgrimes1993-10-141-0/+15
| | | | permissions
* Add subdir samples so that the sample scripts can get installed in /etc/uucp.rgrimes1993-10-142-2/+4
| | | | Add group to Makefile.inc for use in installing sample files
* SRCS should contain *.c's, not *.o's.jtc1993-08-161-3/+3
|
* Fixed manual page names from .0 to .8.rgrimes1993-08-062-4/+4
|
* Since there are no c sources in this directory we need a null depend:rgrimes1993-08-062-2/+7
| | | | target. I added this.
* FreeBSD doesn't define sig_atomic_t in <signal.h> like it should...conklin1993-08-061-1/+1
|
* Taylor UUCP 1.04conklin1993-08-05300-0/+81211
OpenPOWER on IntegriCloud