summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Fix two more references to /etc/motd that I overlooked. PR #29gpalmer1995-04-151-2/+2
|
* Close PR #29. The file should be /etc/ftpmotd, not /etc/motd.gpalmer1995-04-151-1/+1
|
* Add some useful sendmail optionsache1995-04-121-1/+2
|
* Upgrade.ache1995-04-123-239/+419
| | | | Close security holes reported.
* The servers bootpd & bootpgw live in /usr/libexec not /etc. Correct thegpalmer1995-04-121-3/+3
| | | | references in the man page.
* Fix truncating hostname using MAXHOSTNAMELENache1995-03-241-1/+2
| | | | Submitted by: Jan Conard <charly@fachschaften.tu-muenchen.de>
* Fix wtmp logoutache1995-03-201-10/+5
| | | | Submitted by: Gil Kloepfer Jr. <gil@limbic.ssdl.com>
* Removed /usr/local/lib from the standard library search path to benate1995-03-191-2/+2
| | | | | | | consistant. Programs shouldn't rely on non-standard paths for bringing in default libraries. Suggested by: Andreas Schulz <ats@freebsd.first.gmd.de>
* Restore the 4.4lite version which apparently was clobbered by a repositorybde1995-03-183-23/+20
| | | | | copy. The differences are trivial. I have no backups of the clobbered history.
* Don't rely on the shared library bringing in libmd, do it explicitly.nate1995-03-181-2/+2
| | | | | | | Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-2/+2
| | | | | | libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
* Weak symbol support from NetBSD. This should bring us in sync with thenate1995-03-046-196/+132
| | | | | | | | NetBSD ld code except for local changes for dlopen() and friends and the hashing on the minor value of the shlibs. We should be binary compatible now with all their libraries. Obtained from: NetBSD
* I think the security check to invalidate ALL write requests was just a littlejkh1995-02-261-2/+2
| | | | excessive, and violates the specification defined in the manpage to boot.
* Add some functionality to ftpd so it logs all anonymous fileguido1995-02-264-3/+88
| | | | | | | transfers. It only does this when -S is set. Reviewed by: Submitted by: Obtained from: logdaemon package
* Add a description for the np flag.ats1995-02-151-0/+1
|
* Support for >32 PTYs.jkh1995-02-091-3/+3
| | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-071-87/+205
| | | | | | handling. Reviewed by: gj Submitted by: Mark Diekhans <markd@grizzly.com>
* fixed spelling error.phk1995-02-041-1/+1
|
* Discard any messages which are buffered on the routing socket before usingdfr1995-01-301-2/+15
| | | | | it otherwise the response to one of our routing messages could be lost due to buffer overflow.
* Change to use RTM_CHANGE when an arp entry already exists. This closesdfr1995-01-161-2/+5
| | | | | problem bin/57 which was caused when an incomplete entry was present for the host which was booting.
* Make ldconfig and ld.so not hashing the shared lib minor number. Thisjoerg1995-01-121-6/+5
| | | | | | | | | | misfeature caused troubles when a program attempted to access a shlib where one with a higher minor number has been hashed. Ldconfig does only include the highest-numbered shlib anyway, so this is in no way a limitation of generality. Caution: after installing the new programs, your /var/run/ld.so.hints needs to be rebuiult; run ldconfig again as it's done from /etc/rc.
* Change toswallace1995-01-051-2/+2
| | | | | #define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X11R6/lib", "/usr/local/lib" Like in 2.0R, except without /usr/X386.
* Remove -DDIAGNOSTIC in makefile. The DIAGNOSTIC code is severly broken andgibbs1995-01-044-7/+9
| | | | | will change if I have more time to look at it. Keep at least 5 segments cleaned if possible (instead of 2 which is a bare minimum for FS operation).
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-235-46/+52
| | | | | | | | | | warning handling and allows for link-time warnings with a modified version of gas. Note: Not all of the newer bits were updated such as some of the non-x86 machine-dependant code is relevant to FreeBSD right now. Obtained from: NetBSD
* Fix hostnames >32 charsache1994-12-151-1/+2
| | | | Submitted by: cstruble@singularity.bevc.blacksburg.va.us
* Remove -u argument, does nothing for non-priviliged user.ache1994-11-251-4/+5
| | | | Write LOGNAME in addition to USER as sun uucpd does.
* mass fixes from 1.1.5.1 + better log erros and incorrect loginsache1994-11-232-144/+109
|
* Fix uucico pathache1994-11-231-1/+1
| | | | Submitted by: Gene Stark
* Add distribution=krb for P-HKwollman1994-11-203-1/+4
|
* Make two variables static so that the compiler warnings areats1994-11-181-3/+3
| | | | | vanishing. As far as i know rpc.rusersd is single_threaded, so this shouldn't be a problem.
* Reviewed by: Roger Holst roger@first.gmd.deats1994-11-181-1/+2
| | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rwalld can run under inetd.
* Reviewed by: Roger Holst roger@first.gmd.deats1994-11-181-1/+2
| | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rusersd can run under inetd.
* Reviewed by: Roger Holst roger@first.gmd.deats1994-11-181-1/+2
| | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rstatd can run under inetd.
* Relativized a ".PATH:" directive.phk1994-11-181-1/+1
|
* __386BSD__ -> __FreeBSD__jkh1994-11-042-3/+3
| | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
* recommit rev 1.5 of ftpd, I fatfingered a commandpst1994-10-271-4/+12
|
* Printing out /etc/motd when a ftp login occurs is a security holepst1994-10-271-2/+1
| | | | | | | | | | | (as is printing out a version number at the telnet login banner). Don't print out /etc/motd when people login, instead if present, print out /etc/ftpmotd. It looks like 4.4lite2 has done something similar (perhaps for different reasons) because /etc/motd no longer shows up on vangogh. Folks who like the old behavior can create a symbolic link to motd.
* Implement security fix correctly: via isprint()ache1994-10-221-5/+8
|
* A nice little security fix. Things must be rough in moscow...phk1994-10-221-0/+5
| | | | Submitted by: dima@demos.su (Dima Ruban)
* Add xtend.jkh1994-10-221-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r3779,jkh1994-10-229-0/+1228
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The X-10 demon. From 1.1.5.1.jkh1994-10-229-0/+1228
| |
* | Figured it out, misapplied a patch, ftpd now works again.pst1994-10-221-1/+1
| |
* | Fix broken command parser (fall back 10 yards and scratch head).pst1994-10-221-1/+1
| |
* | Include most of the logdaemon v4.4 S/key changespst1994-10-193-4/+5
| |
* | Extend message format to user@offset[:file]ache1994-10-152-11/+42
| | | | | | | | Obtained from: FreeBSD 1.x
* | Updated to changes in struct vmmeter. There is a slight bogosity here:dg1994-10-151-5/+5
| | | | | | | | "pageins/outs" now refers to vnode paging.
* | Clean up makefilepst1994-09-301-3/+6
| |
* | make rexecd link against skeyaccess, not authfilepst1994-09-301-2/+2
| |
* | Move bootp & related stuffpst1994-09-301-1/+1
| |
OpenPOWER on IntegriCloud