summaryrefslogtreecommitdiff
path: root/gnu/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Tell stupid users to write the bootcode.release/2.0_cvsJordan K. Hubbard1994-11-22160-166/+178
| | | | | This commit was manufactured to restore the state of the 2.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'.cvs2svn1994-11-089-760/+0
| | | | Notes: svn path=/releng/ALPHA_2_0/; revision=4294
* From Johannes Stille:David Greenman1994-11-062-24/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we get an EN8 response while we're already sending the file using the i protocol, this can happen: In send.c, flocal_send_await_reply() is called. This function calls flocal_send_fail() to process the aborted transfer. After this, we run into the branch that calls ffileseekend() to force the end of the actual transfer. Now flocal_send_fail() frees qtrans, but qtrans is still used later! I propose to fix this by moving the usfree_send(qtrans) out of flocal_send_fail(), as in the patch I append to this mail. ... I have found a race condition in the uucp 1.05 code. The typical result is that the connections mysteriously fails with "conversation failed", even while all files were transmitted. This is the problem: At least for the i protocol, the code to send a packet can receive and process packets after sending. In several places in the code, we send a command and then prepare to receive an answer. Now the answer might already arrive during the call that sends the command while we aren't ready to process it. The general solution is IMHO first to do all preparations and only as a last step to send out the command. Reviewed by: John Dyson Submitted by: Johannes Stille Notes: svn path=/head/; revision=4208
* Allow '#' in address in rmail argumentsAndrey A. Chernov1994-10-223-12/+21
| | | | | | | Obtained from: taylor-uucp list Notes: svn path=/head/; revision=3773
* 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