summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r3229,pst1994-09-3050-0/+10253
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * | Rearrange bootpdpst1994-09-306-0/+287
| | | |
| * | | Rearrange bootpdpst1994-09-3044-0/+9966
| / /
* | | This commit was generated by cvs2svn to compensate for changes in r3227,pst1994-09-302-0/+687
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Rearrange bootppst1994-09-302-0/+687
| | |
* | | Use new skey access routinespst1994-09-291-7/+2
| | |
* | | First level of changes for bringing in eBones (kerberos).csgr1994-09-293-12/+29
| | | | | | | | | | | | | | | | | | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
* | | Tighen up rexecd(8) security (see manual page for details).pst1994-09-292-16/+58
| | | | | | | | | | | | | | | | | | | | | Rexecd is a crock, it never should have been written, however make it so that people who have a need to run it don't hurt themselves so badly. Obtained from: Ideas obtained from logdaemon 4.3 from Wietse Venema
* | | Forget it. pcnfsd is too ugly for words because of the hand editedpst1994-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | rpc files and other cruft. It's not important enough to have it in the source distribution and I don't feel comfortable with this, as it's below the standards of CSRG. Disable & remove pcnfsd. Either I'll rewrite this so it can all be generated with rpcgen or stuff it in ports and let it rot there.
* | | Port rpc.pcnfsd to FreeBSD and enablepst1994-09-281-1/+1
| | |
* | | Fixed bug where /etc/ftpusers was ineffective. Caused by the wrongdg1994-09-201-1/+1
| | | | | | | | | | | | pointer being passed to strcmp(). Bug noticed by Matthew Green.
OpenPOWER on IntegriCloud