summaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
...
* Restore the 4.4lite version which apparently was clobbered by a repositoryBruce Evans1995-03-183-23/+20
| | | | | | | | copy. The differences are trivial. I have no backups of the clobbered history. Notes: svn path=/head/; revision=7142
* Don't rely on the shared library bringing in libmd, do it explicitly.Nate Williams1995-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. Notes: svn path=/head/; revision=7128
* Change the library order so libcrypt is the last library in the list.Nate Williams1995-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. Notes: svn path=/head/; revision=7127
* Weak symbol support from NetBSD. This should bring us in sync with theNate Williams1995-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 Notes: svn path=/head/; revision=6887
* I think the security check to invalidate ALL write requests was just a littleJordan K. Hubbard1995-02-261-2/+2
| | | | | | | excessive, and violates the specification defined in the manpage to boot. Notes: svn path=/head/; revision=6750
* Add some functionality to ftpd so it logs all anonymous fileGuido van Rooij1995-02-264-3/+88
| | | | | | | | | | transfers. It only does this when -S is set. Reviewed by: Submitted by: Obtained from: logdaemon package Notes: svn path=/head/; revision=6740
* Add a description for the np flag.Andreas Schulz1995-02-151-0/+1
| | | | Notes: svn path=/head/; revision=6440
* Support for >32 PTYs.Jordan K. Hubbard1995-02-091-3/+3
| | | | | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> Notes: svn path=/head/; revision=6264
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-071-86/+204
| | | | | | | | | handling. Reviewed by: gj Submitted by: Mark Diekhans <markd@grizzly.com> Notes: svn path=/head/; revision=6234
* fixed spelling error.Poul-Henning Kamp1995-02-041-1/+1
| | | | Notes: svn path=/head/; revision=6180
* Discard any messages which are buffered on the routing socket before usingDoug Rabson1995-01-301-2/+15
| | | | | | | | it otherwise the response to one of our routing messages could be lost due to buffer overflow. Notes: svn path=/head/; revision=6034
* Change to use RTM_CHANGE when an arp entry already exists. This closesDoug Rabson1995-01-161-2/+5
| | | | | | | | problem bin/57 which was caused when an incomplete entry was present for the host which was booting. Notes: svn path=/head/; revision=5661
* Make ldconfig and ld.so not hashing the shared lib minor number. ThisJoerg Wunsch1995-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. Notes: svn path=/head/; revision=5551
* Change toSteven Wallace1995-01-051-2/+2
| | | | | | | | #define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X11R6/lib", "/usr/local/lib" Like in 2.0R, except without /usr/X386. Notes: svn path=/head/; revision=5402
* Remove -DDIAGNOSTIC in makefile. The DIAGNOSTIC code is severly broken andJustin T. Gibbs1995-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). Notes: svn path=/head/; revision=5395
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-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 Notes: svn path=/head/; revision=5205
* Fix hostnames >32 charsAndrey A. Chernov1994-12-151-1/+2
| | | | | | | Submitted by: cstruble@singularity.bevc.blacksburg.va.us Notes: svn path=/head/; revision=5111
* Remove -u argument, does nothing for non-priviliged user.Andrey A. Chernov1994-11-251-4/+5
| | | | | | | Write LOGNAME in addition to USER as sun uucpd does. Notes: svn path=/head/; revision=4807
* mass fixes from 1.1.5.1 + better log erros and incorrect loginsAndrey A. Chernov1994-11-232-144/+109
| | | | Notes: svn path=/head/; revision=4790
* Fix uucico pathAndrey A. Chernov1994-11-231-1/+1
| | | | | | | Submitted by: Gene Stark Notes: svn path=/head/; revision=4789
* Add distribution=krb for P-HKGarrett Wollman1994-11-203-1/+4
| | | | Notes: svn path=/head/; revision=4715
* Make two variables static so that the compiler warnings areAndreas Schulz1994-11-181-3/+3
| | | | | | | | vanishing. As far as i know rpc.rusersd is single_threaded, so this shouldn't be a problem. Notes: svn path=/head/; revision=4661
* Reviewed by: Roger Holst roger@first.gmd.deAndreas Schulz1994-11-181-1/+2
| | | | | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rwalld can run under inetd. Notes: svn path=/head/; revision=4659
* Reviewed by: Roger Holst roger@first.gmd.deAndreas Schulz1994-11-181-1/+2
| | | | | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rusersd can run under inetd. Notes: svn path=/head/; revision=4657
* Reviewed by: Roger Holst roger@first.gmd.deAndreas Schulz1994-11-181-1/+2
| | | | | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rstatd can run under inetd. Notes: svn path=/head/; revision=4656
* Relativized a ".PATH:" directive.Poul-Henning Kamp1994-11-181-1/+1
| | | | Notes: svn path=/head/; revision=4593
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-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? Notes: svn path=/head/; revision=4131
* recommit rev 1.5 of ftpd, I fatfingered a commandPaul Traina1994-10-271-4/+12
| | | | Notes: svn path=/head/; revision=3938
* Printing out /etc/motd when a ftp login occurs is a security holePaul Traina1994-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. Notes: svn path=/head/; revision=3936
* Implement security fix correctly: via isprint()Andrey A. Chernov1994-10-221-5/+8
| | | | Notes: svn path=/head/; revision=3793
* A nice little security fix. Things must be rough in moscow...Poul-Henning Kamp1994-10-221-0/+5
| | | | | | | Submitted by: dima@demos.su (Dima Ruban) Notes: svn path=/head/; revision=3791
* Add xtend.Jordan K. Hubbard1994-10-221-1/+1
| | | | Notes: svn path=/head/; revision=3787
* The X-10 demon. From 1.1.5.1.Jordan K. Hubbard1994-10-229-0/+1228
| | | | Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=3779
* Figured it out, misapplied a patch, ftpd now works again.Paul Traina1994-10-221-1/+1
| | | | Notes: svn path=/head/; revision=3777
* Fix broken command parser (fall back 10 yards and scratch head).Paul Traina1994-10-221-1/+1
| | | | Notes: svn path=/head/; revision=3776
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-193-4/+5
| | | | Notes: svn path=/head/; revision=3702
* Extend message format to user@offset[:file]Andrey A. Chernov1994-10-152-11/+42
| | | | | | | Obtained from: FreeBSD 1.x Notes: svn path=/head/; revision=3618
* Updated to changes in struct vmmeter. There is a slight bogosity here:David Greenman1994-10-151-5/+5
| | | | | | | "pageins/outs" now refers to vnode paging. Notes: svn path=/head/; revision=3615
* Clean up makefilePaul Traina1994-09-301-3/+6
| | | | Notes: svn path=/head/; revision=3250
* make rexecd link against skeyaccess, not authfilePaul Traina1994-09-301-2/+2
| | | | Notes: svn path=/head/; revision=3234
* Move bootp & related stuffPaul Traina1994-09-301-1/+1
| | | | Notes: svn path=/head/; revision=3231
* Rearrange bootpdPaul Traina1994-09-3050-0/+10253
| | | | Notes: svn path=/cvs2svn/branches/MC/; revision=3229
* This commit was generated by cvs2svn to compensate for changes in r3227,Paul Traina1994-09-302-0/+687
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=3228
| * Rearrange bootpPaul Traina1994-09-302-0/+687
| | | | Notes: svn path=/vendor/NetBSD/dist/; revision=3227
* Use new skey access routinesPaul Traina1994-09-291-7/+2
| | | | Notes: svn path=/head/; revision=3206
* First level of changes for bringing in eBones (kerberos).Geoff Rehmet1994-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. Notes: svn path=/head/; revision=3197
* Tighen up rexecd(8) security (see manual page for details).Paul Traina1994-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 Notes: svn path=/head/; revision=3191
* Forget it. pcnfsd is too ugly for words because of the hand editedPaul Traina1994-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. Notes: svn path=/head/; revision=3171
* Port rpc.pcnfsd to FreeBSD and enablePaul Traina1994-09-281-1/+1
| | | | Notes: svn path=/head/; revision=3170
* Fixed bug where /etc/ftpusers was ineffective. Caused by the wrongDavid Greenman1994-09-201-1/+1
| | | | | | | pointer being passed to strcmp(). Bug noticed by Matthew Green. Notes: svn path=/head/; revision=2930