Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plug already known security hole. (Brought over from 1.1.5): | guido | 1994-08-15 | 1 | -2/+7 |
| | | | | | | | | | | | Fixed security problem with telnetd, which allowed telnet -l -hcert.org localhost to change the user's host in utmp. Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one. Reviewed by: karl, guido Submitted by: mrgreen@@mame.mu.oz.au | ||||
* | Plug security hole that was already fixed in 1.1. It prevents | guido | 1994-08-15 | 1 | -0/+5 |
| | | | | | | | | user from specifying their hostname when rlogin()-ing in (using rlogin -f-h<host>) Reviewed by: Submitted by: | ||||
* | Remove the scary bits from telnetd - no more encryption left here. | csgr | 1994-08-12 | 6 | -274/+3 |
| | | | | | Only crypt.c in libc remains. Reviewed by: Geoff Rehmet | ||||
* | Change bogus --I to -I to make compilation happen again. | jkh | 1994-08-10 | 1 | -1/+1 |
| | | | | Submitted by: jkh | ||||
* | Update to new make macros and disable Kerberos because we haven't got it | wollman | 1994-08-05 | 15 | -27/+28 |
| | | | | set up right yet. | ||||
* | For the moment, don't build kpasswdd until we figure out what | wollman | 1994-08-04 | 1 | -1/+3 |
| | | | | to do with it. | ||||
* | Reviewed by: phk | phk | 1994-07-24 | 1 | -1/+1 |
| | | | | changed ^G to \007 | ||||
* | Changes from Paul Kranenburg which bring us into sync with his sources: | rich | 1994-06-15 | 5 | -83/+118 |
| | | | | | | | | | | | | | | handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer bugs when linking mono and nested X servers. supports a `-nostdlib' option. accept object files without a symbol table don't attempt dynamic linking when `-A' is given a few variable names have chaged (desc -> fd), and the formatting has changed which should make it much easier to track his sources. I tested 'make world' for /usr/src and X twice with these changes. | ||||
* | Disable afterinstall rule as it is broken when you have CVS files around. | rgrimes | 1994-05-30 | 1 | -1/+2 |
| | | | | | Reviewed by: Submitted by: | ||||
* | rbootd compiles on i386 too. | rgrimes | 1994-05-28 | 1 | -0/+2 |
| | | | | | Reviewed by: Submitted by: | ||||
*-. | This commit was generated by cvs2svn to compensate for changes in r1592, | rgrimes | 1994-05-27 | 107 | -0/+27749 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| | * | BSD 4.4 Lite Libexec Sources | rgrimes | 1994-05-27 | 22 | -0/+5312 |
| | | |||||
| * | BSD 4.4 Lite Libexec Sources | rgrimes | 1994-05-27 | 85 | -0/+22437 |
| | |||||
* | Change the private declarations from dlopen,dlclose,dlsym,dlctl | ats | 1994-04-13 | 1 | -10/+10 |
| | | | | | | to public. These functions are also used in /usr/include/link.h, so it looks, like they shouldn't be private. I will ask Paul about that, if this is correct. | ||||
* | Due to the deletion of the gcc support from libc we need again the | ats | 1994-03-10 | 1 | -2/+2 |
| | | | | | -lgcc_pic library. rtld uses the udivd3 routine from it. Repeat the bug by simply compiling ld on current. | ||||
* | This is Paul K's latest set of ld changes. A commit was necessary at this | jkh | 1994-02-13 | 6 | -490/+761 |
| | | | | | | | | | | late stage due to the fact that link.h was copyright Sun Microsystems. This version of ld sync's us up with NetBSD's ld and supports compatablily with NetBSD's -[zZ] flags (which we had reversed). Compiling with this new ld will give you RRS warnings for libraries which do not contain .type infomation - these wsarnings are harmless and will go away as soon as you recompile your libraries (cd /usr/src; make libraries). | ||||
* | Remove /usr/X386/lib and /usr/local/lib from the default locations, | rgrimes | 1994-02-09 | 1 | -2/+2 |
| | | | | | these are handled by /etc/rc and this was causing errors on a new install as these places do NOT exsist by default! | ||||
* | Removed dependance on EX_DYNAMIC in making decisions on the magic number. | dg | 1994-01-19 | 2 | -3/+5 |
| | |||||
* | More proper fix for for shared lib debugging support. | jkh | 1994-01-14 | 1 | -2/+2 |
| | |||||
* | 1. Fix bug where duplicate symbol warnings were suppressed. This often | jkh | 1994-01-12 | 1 | -2/+2 |
| | | | | | | caued ld to `exit silently', to general confusion. 2. Add Gary Jennejohn's fix to support debugging of shared libraries. | ||||
* | Modified Os string to be FreeBSD instead of NetBSD | nate | 1994-01-05 | 1 | -2/+2 |
| | |||||
* | Added the Linux atrun command as hacked by Chris Demetriou for NetBSD. | nate | 1994-01-05 | 4 | -0/+450 |
| | |||||
* | Implemented 'QMAGIC' a.out format correctly, and changed the default | dg | 1994-01-03 | 3 | -12/+23 |
| | | | | output to be QMAGIC. | ||||
* | C++ support changes (+misc fixes) from Paul K. | jkh | 1993-12-22 | 1 | -12/+43 |
| | |||||
* | Broke sbrk() out of rtld as part of general cleanup. | jkh | 1993-12-11 | 2 | -45/+6 |
| | |||||
* | Omitted 4th argument to findshlib() [thanks Rich!]. Our ld is a bit | jkh | 1993-12-11 | 1 | -3/+3 |
| | | | | different from NetBSD's here and it squeaked through the update. | ||||
* | Sync up with Paul K's latest ld from cesium. | jkh | 1993-12-11 | 2 | -4/+62 |
| | |||||
* | makedepend fails for ld. I think it because the .S files are | jkh | 1993-12-10 | 1 | -3/+3 |
| | | | | | preprocessed the same as when they are compiled. I just remove the single-quotes from the offending comments. Rich | ||||
* | David Greenman's latest changes to eliminate much stack-walking jazz | jkh | 1993-12-09 | 1 | -94/+8 |
| | | | | (no more sbrk_init()!). | ||||
* | More changes to bring FreeBSD in sync with Paul K's latest. | jkh | 1993-12-04 | 1 | -3/+3 |
| | |||||
* | More changes to bring FreBSD in sync with Paul K's latest. | jkh | 1993-12-04 | 1 | -27/+2 |
| | |||||
* | Second attempt to integrate Paul K's changes. | jkh | 1993-12-02 | 1 | -1/+56 |
| | |||||
* | Remove hanging #else part (with second sbrk()) without #if & #endif | ache | 1993-12-01 | 1 | -55/+3 |
| | | | | | | Add missing argument to findshlib, I am not shure, but it seems that it is 1. !!! Does anybody compile it before commit? | ||||
* | Many recent fixes from Paul K, add support for chaining of shared lib deps. | jkh | 1993-11-30 | 4 | -7/+92 |
| | |||||
* | Added -lgcc_pic back again. | jkh | 1993-11-25 | 1 | -2/+2 |
| | |||||
* | Some of the latest changes from Paul K (taken from NetBSD-current). | jkh | 1993-11-22 | 4 | -25/+80 |
| | |||||
* | Incorporated fixes from Paul to make -Z option work. Emits old-style | paul | 1993-11-15 | 1 | -2/+5 |
| | | | | ZMAGIC magic numbers in a long. | ||||
* | Added -lgcc_pic to Makefile -- Why do we need this and NetBSD don't ?? | paul | 1993-11-09 | 2 | -18/+13 |
| | | | | | Incorporated patch by Guido (inspired by Davidg) that fixes stack problem. May not be final fix but it works more than the current method. | ||||
* | Updated to newest ld from pk. | paul | 1993-11-09 | 3 | -9/+11 |
| | | | | | | | | | | | | lib.c: Pull in archives containing definitions needed by shared objects. warnings.c: Less spurious "undefined symbol" msgs for shared library defined symbols. ld.c: Do a better job of recognising data in text segments, eg. `const char []'. shlib.c,ld/rtld/{Makefile rtld.c} Use strsep() in stead of strtok() and restore colons in eg. env. vars. | ||||
* | Added -lgcc_pic to LDFLAGS in rtld/Makefile | paul | 1993-11-07 | 1 | -2/+2 |
| | |||||
* | Imported NetBSD's ld for shared libs. | paul | 1993-11-03 | 8 | -0/+1958 |
| | |||||
* | Libcrypt upgrade | nate | 1993-07-20 | 1 | -0/+5 |
| | |||||
* | New manual page system | root | 1993-07-02 | 1 | -1/+1 |
| | |||||
* | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 3 | -0/+150 |