aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rdist/gram.y
Commit message (Collapse)AuthorAgeFilesLines
* Retire this ancient version of rdist.David E. O'Brien2000-12-071-523/+0
| | | | Notes: svn path=/head/; revision=69716
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Prevent rdist from dumping core: do not free() pointer before using it.Philippe Charnier1998-04-061-0/+4
| | | | | | | | Add rcsid. Document -D flag (debug mode). Remove unused includes. PR:bin/3158 (part 1) Notes: svn path=/head/; revision=35055
* Close bin/2747: rdist accesses free()d memoryPaul Traina1996-09-111-2/+2
| | | | Notes: svn path=/head/; revision=18238
* Remove the need for rdist(1) to run setuid, thus completely closing anyPeter Wemm1996-08-101-3/+3
| | | | | | | | | | | | | | | | | | | | | possibility of a security hole. It now does what rdist-6 does, and calls /usr/bin/rsh if not running as root. There are NO protocol changes, this is 100% compatable with the old rdist, except that it does not need setuid root privs. However, there are some minor differences to the base rdist-6 code in that if it is being run by root, it will call rcmd(3) directly rather than piping everything through rsh(1). This is a little more efficient as it doesn't involve context switching on pipe reads/writes. Also, the -P option was added from rdist-6.1.2, which allows an alternative rsh program to be specified, such as ssh. Note that it requires the fixes to the ssh port to disable the unconditional USE_PIPES option that was recently added. The rcmd(3) optimisation is disabled if a non-rsh program is speficied. Notes: svn path=/head/; revision=17489
* Use POSIX.2 regular expressions, kill libcompat.Garrett Wollman1995-02-211-5/+16
| | | | Notes: svn path=/head/; revision=6593
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+508
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590