summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Understand new locale names and Latin15 tooache2001-06-102-2/+2
|
* Fix bug introduced by myself that often resulted in a session havingmarkm2001-06-071-9/+8
| | | | | | | SIGINTR (^C) and SIGSTP (^Z) masked. Reported by: bde, sobomax Submitted by: sobomax
* Fetch the default maximum TTL value from the net.inet.ip.ttl MIB.ru2001-06-062-10/+29
| | | | | PR: bin/19598 MFC after: 1 week
* In the same manner as getpass(3), block SIGINTR and SIGSTP while we aremarkm2001-06-041-1/+12
| | | | actually reading the line.
* Return an empty string rather than an error at EOF.markm2001-06-041-2/+4
|
* Remove this file that slipped thru FREEBSD-Xlist's actions.obrien2001-06-021-20/+0
|
* Bring back from the er, dead some useful PAM modules.markm2001-05-2915-0/+1748
|
* Support the environmental var "GCC_OPTIONS". Which can hold a set ofobrien2001-05-291-0/+52
| | | | | | default options for GCC. These options are interpreted first and can be overwritten by explicit command line parameters. This provides one way of adding [temporary] options to your world build w/o editing /etc/make.conf.
* Update for the Bintuils 2.11.0 import.obrien2001-05-282-6/+25
|
* sendmail 8.11.4 has been importedgshapiro2001-05-281-4/+4
|
* Resolve conflicts from 8.11.4 importgshapiro2001-05-2811-82/+169
|
* This commit was generated by cvs2svn to compensate for changes in r77349,gshapiro2001-05-2843-702/+1820
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.11.4gshapiro2001-05-2854-784/+1989
| |
* | Merge rev 1.2 into Binutils 2.11[.0].obrien2001-05-281-510/+801
| | | | | | | | Teach `ld' how to access FreeBSD's ld ELF hints.
* | We use the stock version of this file now.obrien2001-05-281-0/+54
| | | | | | | | | | I committed our rev 1.2 (start symbol) and 1.3 (max pagesize) fixes into the FSF/GNU source tree.
* | We use the stock version of this file.obrien2001-05-282-65/+433
| |
* | We use the stock version of this file now.obrien2001-05-281-24/+65
| | | | | | | | | | I committed all the new FreeBSD platform support (PPC, StrongARM, Sparc64) into the FSF/GNU tree.
* | Merge rev 1.2 (FreeBSD configuration support) into Binutils 2.11[.0].obrien2001-05-281-56/+162
| |
* | Use the stock version of this file now.obrien2001-05-281-17/+375
| | | | | | | | I committed our rev 1.2 fix into the FSF/GNU tree.
* | We use the stock version of this file now.obrien2001-05-281-136/+189
| | | | | | | | I folded our rev 1.2 localizations into the FSF/GNU tree.
* | Return to the vendor's version of this file.obrien2001-05-281-1178/+2392
| |
* | Add a minor tweak for us that I failed to get committed to the stock 2.11.obrien2001-05-282-403/+1243
| |
* | Return to the vendor's version of this file.obrien2001-05-281-17/+375
| | | | | | | | (have I mentioned how fscking stupid CVS can be??)
* | Return to the vendor's version of this file.obrien2001-05-282-31/+758
| | | | | | | | | | | | (CVS -j -j filled this with conflicts -- CVS it just too fscking dumb to realize this is the 3rd time we've just committed the vendor version + FreeBSD ID)
* | Return to the vendor's version of this file as in rev 1.4.obrien2001-05-281-8/+32
| | | | | | | | (CVS is too stupid to realize we've done this 3 times now...)
* | CVS is too stupid to realize we use the stock version of this file now.obrien2001-05-281-129/+351
| |
* | Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2001-05-281-59/+129
| | | | | | | | elsewhere) into Binutils 2.11[.0].
* | Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2001-05-281-213/+355
| | | | | | | | elsewhere.) into Binutils 2.11[.0].
* | Merge our ELF branding into Binutils 2.11[.0].obrien2001-05-281-380/+667
| | | | | | | | | | | | | | | | I have also turned off the older 100% against-the-gABI method[*]. If you must really have it, define "WANT_OLD_BRANDELF_METHOD". [*] but left the stretching the gABI method until I finish writing the notes section support in the ELF image loader.
* | This commit was generated by cvs2svn to compensate for changes in r77298,obrien2001-05-28475-70129/+105015
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of GNU Binutils version 2.11.0.obrien2001-05-28496-73329/+113393
| | | | | | | | | | | | Believe it or not, this is heavily stripped down.
* | | Teach gcc about '%+' so it will not warn when using '%+' in a formatobrien2001-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | string when using strftime(), since our libc supports it. PR: 26827 Submitted by: Marc Olzheim <marcolz@ilse.nl>
* | | - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+5
| | | | | | | | | | | | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* | | Oops, forgot the 'u' in the getopt for the previous commit.dillon2001-05-241-1/+1
| | |
* | | A feature to allow one to telnet to a unix domain socket. (MFC fromdillon2001-05-233-3/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | non-crypto version) Also update the crypto telnet's man page to reflect other options ported from the non-crypto version. Obtained from: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
* | | Make the PAM user-override actually override the correect thing.nsayer2001-05-171-3/+3
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r76732,peter2001-05-179-7562/+0
| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | Merge changes from vendor branch to mainline.peter2001-05-173-121/+151
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r76726,peter2001-05-17332-7861/+13642
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import ncurses-5.2-20010512 onto the vendor branchpeter2001-05-17335-7982/+13793
| | | | | | | | | | | | | | | | Obtained from: ftp://dickey.his.com/ncurses/
* | | | Back out last commit. This was already fixed. This should never havepeter2001-05-171-2/+0
| | | | | | | | | | | | | | | | | | | | happened, this is why we have commit mail expressly delivered to committers.
* | | | Fix the latest telnet breakage. Obviously this was never compiled.peter2001-05-171-4/+4
| | | |
* | | | Since the root-on-insecure-tty code was added to telnetd, a dependencynsayer2001-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | on char *line was added to libtelnet. Put a dummy one in to keep the linker happy.
* | | | Make sure the protocol actively rejects bad data rather thannsayer2001-05-161-8/+8
| | | | | | | | | | | | | | | | (potentially) not responding to an invalid SRA 'auth is' message.
* | | | srandomdev() affords us the opportunity to radically improve, and at thensayer2001-05-161-0/+7
| | | | | | | | | | | | | | | | same time simplify, the random number selection code.
* | | | Catch any attempted buffer overflows. The magic numbers in this codensayer2001-05-161-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (512) are a little distressing, but the method really needs to be extended to allow server-supplied DH parameters anyway. Submitted by: kris
* | | | Catch malloc return failures. This should help avoid dereferencing NULL onnsayer2001-05-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | low-memory situations. Submitted by: kris
* | | | Fix problem with static linking:markm2001-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Script started on Sat May 12 22:18:47 2001 > ttyp1:bde@gamplex:/usr/src/libexec/rshd> rsh localhost ls > rcmd: localhost: Undefined error: 0 Reported by: bde
* | | | Hack to work around braindeath in libtelnet:sra.c. The sra.o filepeter2001-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | references global variables from telnetd, but is also linked into telnet as well. I was tempted to back out the last sra.c change as it is 100% bogus and should be taken out and shot, but for now this bandaid should get world working again. :-(
* | | | If the uid of the attempted authentication is 0 and if the pty isnsayer2001-05-151-1/+34
| | | | | | | | | | | | | | | | | | | | insecure, do not succeed. Copied from login.c. This functionality really should be a PAM module.
OpenPOWER on IntegriCloud