aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* This is a FreeBSD manpage, not a NetBSD manpage. :)Nate Williams1995-10-053-6/+6
* Build secure telnetd if available and allowedAndrey A. Chernov1995-09-291-0/+2
* Fix SRCS (.c's were .o's) so that `make depend' works.Bruce Evans1995-09-281-2/+2
* Make the error message more readable when 'ld.so' cannot locate a neededNate Williams1995-09-271-13/+11
* Fixup the "ld.so failed" message for the case when ld.so finds undefinedNate Williams1995-09-271-5/+5
* Fixed bug introduced with the change of startslave()...two argumentsDavid Greenman1995-09-111-3/+3
* Move erase cleanup outside linemode conditionalPaul Traina1995-09-061-1/+1
* Properly set the erase character for the login prompt.Paul Traina1995-09-051-1/+5
* Delay starting login process until option negotiation is complete toPaul Traina1995-09-051-22/+7
* Fix ${.CURDIR} misspellingAndrey A. Chernov1995-08-291-2/+2
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-285-5/+19
* Import Paul Kranenburg's man page for ld.so (aka. rtld).Joerg Wunsch1995-08-264-2/+435
* Upgrade to 2.9Andrey A. Chernov1995-08-215-68/+236
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-1/+1
* Only build telnetd if secure telnetd is not going to be built.Mark Murray1995-08-061-1/+5
* Use data ports in the range 40000..44999 by default to enhance FTP usabilityPaul Traina1995-08-053-8/+46
* Fix some typos in a comment BUAD -> BAUD.Andreas Schulz1995-08-051-3/+3
* Back this change out. It's just not worth arguing over and any further emailsJordan K. Hubbard1995-08-032-35/+4
* Change default banner fro 4.4 BSD to FreeBSD.Paul Richards1995-08-021-1/+1
* Use the same DECODE_BAUD trick like in new telnetd to obtainAndrey A. Chernov1995-08-021-0/+17
* A useful aid.. Add support for:Jordan K. Hubbard1995-08-012-4/+35
* rexecd was not calling "setlogin()" when it should have. This was causingPeter Wemm1995-07-291-0/+2
* Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5.Bill Paul1995-07-251-2/+2
* Change hardcoded 15 (which means 38400) to B115200 which is 17Andrey A. Chernov1995-07-231-2/+1
* Change ld.so to correctly load dependant libraries for dlopen and unload themDoug Rabson1995-06-271-66/+234
* The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd codeDavid Greenman1995-06-171-19/+28
* Remove trailing whitespace.Rodney W. Grimes1995-05-3039-142/+142
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Make last change a little more robust by checking for failure of getcwd().David Greenman1995-05-221-1/+4
* Set "HOME" so that tilde expands correctly. It previously was always root'sDavid Greenman1995-05-221-0/+7
* Speed up ftpd and make it more efficient:Garrett Wollman1995-05-031-7/+62
* Fix bug:Andrey A. Chernov1995-04-261-2/+9
* Sync. up bits with Paul K. Cascade support plus some cosmetic changes.Nate Williams1995-04-211-13/+60
* Extensive updates to this package.Jordan K. Hubbard1995-04-188-33/+98
* Fix two more references to /etc/motd that I overlooked. PR #29Gary Palmer1995-04-151-2/+2
* Close PR #29. The file should be /etc/ftpmotd, not /etc/motd.Gary Palmer1995-04-151-1/+1
* Add some useful sendmail optionsAndrey A. Chernov1995-04-121-1/+2
* Upgrade.Andrey A. Chernov1995-04-123-218/+398
* The servers bootpd & bootpgw live in /usr/libexec not /etc. Correct theGary Palmer1995-04-121-3/+3
* Fix truncating hostname using MAXHOSTNAMELENAndrey A. Chernov1995-03-241-1/+2
* Fix wtmp logoutAndrey A. Chernov1995-03-201-10/+5
* Removed /usr/local/lib from the standard library search path to beNate Williams1995-03-191-2/+2
* Restore the 4.4lite version which apparently was clobbered by a repositoryBruce Evans1995-03-183-23/+20
* 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.Nate Williams1995-03-181-2/+2
* Weak symbol support from NetBSD. This should bring us in sync with theNate Williams1995-03-046-196/+132
* I think the security check to invalidate ALL write requests was just a littleJordan K. Hubbard1995-02-261-2/+2
* Add some functionality to ftpd so it logs all anonymous fileGuido van Rooij1995-02-264-3/+88
* Add a description for the np flag.Andreas Schulz1995-02-151-0/+1
* Support for >32 PTYs.Jordan K. Hubbard1995-02-091-3/+3