| Age | Commit message (Expand) | Author | Files | Lines |
| 2002-05-16 | KNF |  deraadt | 1 | -7/+7 |
| 2002-05-16 | No longer needs to be setuid root. |  millert | 1 | -2/+2 |
| 2002-05-14 | Major changes: |  millert | 1 | -76/+57 |
| 2002-05-13 | o) fix order and usage of chroot&chdir; |  mpech | 2 | -22/+20 |
| 2002-05-11 | pass -Wall |  millert | 1 | -40/+28 |
| 2002-05-11 | Use strtod() to convert string -> double, not sscanf(). |  millert | 1 | -4/+9 |
| 2002-05-11 | Deal with unknown command line options more sanely. |  millert | 1 | -8/+4 |
| 2002-05-11 | When opening jobs file, use O_NONBLOCK|O_NOFOLLOW for paranoia's sake. |  millert | 1 | -13/+12 |
| 2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) |  espie | 5 | -11/+13 |
| 2002-05-07 | wrong size of address; harding@motd.ca |  deraadt | 1 | -3/+3 |
| 2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in |  millert | 1 | -7/+3 |
| 2002-05-06 | rlogin: Lived with Joy |  deraadt | 1 | -2/+2 |
| 2002-05-06 | rlogind and rexecd go away |  deraadt | 8 | -1489/+3 |
| 2002-04-29 | Clean up RELOC_RELATIVE reloction type, do correct relocation instead |  drahn | 1 | -16/+11 |
| 2002-04-29 | wierd -> weird |  pvalchev | 1 | -1/+1 |
| 2002-04-24 | Perform full relocation for Rela bootstrap relocations, compatible |  drahn | 1 | -3/+3 |
| 2002-04-16 | skip over comment while parsing subject. |  espie | 1 | -1/+2 |
| 2002-04-09 | Add the Copyrights from the respective files the code came from. ok deraadt@ |  drahn | 3 | -2/+100 |
| 2002-04-02 | A few improvements to accommodate more ports. |  espie | 1 | -3/+12 |
| 2002-03-31 | Do not run static constructors when run from ldd. ok theo, art, espie, pefo |  drahn | 1 | -3/+5 |
| 2002-03-30 | correct an auth_close() misuse; millert ok |  deraadt | 1 | -3/+5 |
| 2002-03-29 | -Wall |  deraadt | 1 | -2/+3 |
| 2002-03-27 | From David Krause: |  millert | 1 | -7/+11 |
| 2002-03-27 | 'S' required in OpenBSD (LOCAL_MAILER_FLAGS). From lazy form@. |  mpech | 1 | -2/+2 |
| 2002-03-27 | We need ftp-proxy only on loopback. |  mpech | 1 | -2/+2 |
| 2002-03-24 | string.h |  deraadt | 1 | -2/+3 |
| 2002-03-19 | Only accept the empty string for users with no password. |  millert | 1 | -10/+13 |
| 2002-03-17 | Clean up building of debug_map. mips and non-mips can more |  art | 1 | -26/+12 |
| 2002-03-17 | Remove hackery I added to deal with dlopen(NULL), handle it in a reasonably |  drahn | 1 | -12/+5 |
| 2002-03-17 | Keep _dl_last_object in sync with reality if last element in list is deleted. |  drahn | 1 | -1/+5 |
| 2002-03-17 | Clean up the zapping of bad variables. Instead of implementing |  art | 7 | -178/+22 |
| 2002-03-16 | Add missing auth_close() and login_close() calls. |  millert | 1 | -2/+4 |
| 2002-03-16 | o Don't allow password-less accounts to login (like in 2.9 and below) |  millert | 2 | -6/+12 |
| 2002-03-16 | Avoid potential corruption of passwd pointer auth_approval(). |  millert | 1 | -4/+14 |
| 2002-03-16 | Avoid potential corruption of passwd pointer auth_approval(). |  millert | 1 | -3/+12 |
| 2002-03-16 | Add missing login_close() call. |  millert | 1 | -2/+3 |
| 2002-03-16 | auth_approval() calls getpwnam() which can modify the stashed passwd |  millert | 1 | -3/+14 |
| 2002-03-15 | Add support for binutils 2.11. Work around change in PLT generation new ld |  drahn | 2 | -17/+28 |
| 2002-03-13 | login(8) -> login(1) |  marc | 5 | -16/+16 |
| 2002-03-12 | Fix typo that prevented user's gid in passwd entry from being applied; |  millert | 1 | -2/+2 |
| 2002-03-12 | 1) user and group name may start with a number (though it is a bad idea). |  millert | 1 | -7/+10 |
| 2002-03-12 | Pass full length to strlcat(). From Brian Poole. |  dhartmei | 1 | -5/+6 |
| 2002-03-12 | bsd_auth.h requires other headers so it can't be first |  millert | 1 | -3/+3 |
| 2002-03-12 | Fix a couple mis-sorted headers and sync usage() with man page. |  millert | 1 | -9/+6 |
| 2002-03-11 | we don't need "/" after ${DESTDIR} |  mpech | 1 | -2/+2 |
| 2002-03-07 | call the r_brk function in dlopen/dloclose on all archs, |  art | 1 | -6/+2 |
| 2002-03-07 | Add a debug printf for the entry point just before returning to MD code. |  art | 1 | -1/+2 |
| 2002-03-05 | add -ldes linking |  deraadt | 5 | -10/+10 |
| 2002-02-27 | Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compile |  hin | 1 | -2/+4 |
| 2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. |  drahn | 17 | -445/+214 |