Age | Commit message (Expand) | Author |
2002-11-09 | SEE ALSO reordering. | Federico G. Schwindt |
2002-11-07 | Don't complain about missing man dirs unless in picky mode or if | Todd C. Miller |
2002-11-05 | Use define, not number. | Dale Rahn |
2002-10-25 | Some small fixes in MI code for mips backport. A new reloc md function, | Per Fogelstrom |
2002-10-23 | mips archdep stuff update while waiting for ok on mi | Per Fogelstrom |
2002-10-21 | Remove the -D__PIC__ from this, it does not affect the building | Dale Rahn |
2002-10-21 | Simplify the ld.so asm api, the data is available other ways. | Dale Rahn |
2002-10-15 | localhost variable is not needed; Peter Werner | Todd C. Miller |
2002-10-15 | Use old-style version number when requiring at least perl 5.6.0. | Todd C. Miller |
2002-10-13 | Avoid potential printf format string problem with challenge from | Todd C. Miller |
2002-10-11 | Add 'proto tcp' to example rdr rule, it's required now. | Daniel Hartmeier |
2002-10-08 | sa_family on wire is network byteorder. from Alexander Yurchenko <grange@rt.m... | Jun-ichiro itojun Hagino |
2002-10-04 | smtpd leaves the building | Theo de Raadt |
2002-10-04 | use port 8021 in examples | Henning Brauer |
2002-10-04 | Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12] | Dale Rahn |
2002-10-04 | improvements; rjmooney@aboveground.cx | Theo de Raadt |
2002-10-01 | spelling; dcfleming@speakeasy.net | Theo de Raadt |
2002-09-29 | Add login_radius back now that the license issue has been resolved | Todd C. Miller |
2002-09-29 | BSD-licensed as per Stephen Diercouff of tfm associates | Todd C. Miller |
2002-09-29 | re-add; license will be fixed by millert sometime tonight | Theo de Raadt |
2002-09-26 | disable login_radius until a license problem is resolved | Theo de Raadt |
2002-09-26 | Makefile | Theo de Raadt |
2002-09-25 | - "resposne" is used without initialization, so zero-fill | Jun-ichiro itojun Hagino |
2002-09-24 | Allocate vis_user on the stack instead of using malloc(). This | Todd C. Miller |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt |
2002-09-13 | Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@ | Damien Miller |
2002-09-12 | do not decent into ld.so if it was said NOPIC, even for elf | Michael Shalayeff |
2002-09-09 | Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@ | Dale Rahn |
2002-09-06 | use socklen_t more; henning ok | Theo de Raadt |
2002-09-06 | ansi; ok millert pvalchev | Theo de Raadt |
2002-09-06 | spaces | Theo de Raadt |
2002-09-05 | kill groups too when we revoke privs | Theo de Raadt |
2002-09-05 | safe_finger no longer installed | Theo de Raadt |
2002-09-01 | Make sure that the symbol return value is always initialized before | Dale Rahn |
2002-08-31 | argh, include prototype for dl_fdprintf(), missed by myself and reviewers. | Dale Rahn |
2002-08-31 | Add the ability to output to file descriptors besides stderr. | Dale Rahn |
2002-08-29 | remove extra arg; jmegq@post.harvard.edu | Theo de Raadt |
2002-08-28 | o) start new sentence on a new line; | Mike Pechkin |
2002-08-23 | Fix after recent changes. | Artur Grabowski |
2002-08-23 | Support for i386 ELF. Not an indication that the change is going to be made, | Dale Rahn |
2002-08-23 | Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt into | Dale Rahn |
2002-08-22 | fix int overflow in statbf.st_size, from netbsd PR#17933 | Philipp Buehler |
2002-08-21 | Split out MD makefile parts into separate files and do | Artur Grabowski |
2002-08-20 | -n: disallow anon ftp even if ftp account exists | Theo de Raadt |
2002-08-12 | Add support for REL type relocations, all currently supported arch | Dale Rahn |
2002-08-11 | The parameter dynp was never used, rather than pass in a dummy on most | Dale Rahn |
2002-08-11 | Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSD | Dale Rahn |
2002-08-09 | Various fixes. | Artur Grabowski |
2002-08-09 | Simplify. | Artur Grabowski |
2002-08-08 | - Add some missing iflush's | Jason Wright |