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