Age | Commit message (Expand) | Author |
2002-05-28 | libdl is not used anymore. Remove these as the support is now in libc. | Dale Rahn |
2002-05-28 | KNF | Theo de Raadt |
2002-05-28 | issetugid() test earlier | Theo de Raadt |
2002-05-28 | unused variable in latest commit | Theo de Raadt |
2002-05-28 | Remove LD_LIBRARY_PATH completely from environment, as per ldconfig manpage. | Dale Rahn |
2002-05-28 | proto _dl_show_objects() in one place | Theo de Raadt |
2002-05-28 | more KNF | Theo de Raadt |
2002-05-27 | KNF | Theo de Raadt |
2002-05-27 | strlcpy | Theo de Raadt |
2002-05-27 | left over __P removals | Theo de Raadt |
2002-05-27 | unsigned to unsigned int | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-25 | use _dl_strncmp() not strncmp(), _dl version is already present and used. | Dale Rahn |
2002-05-25 | _dl_strcmp() and _dl_strchr() exist, do not pull these routines | Dale Rahn |
2002-05-24 | Replace strcpy() with strlcpy(). | Dale Rahn |
2002-05-24 | Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc. | Dale Rahn |
2002-05-24 | not needed; deraadt@ ok | Federico G. Schwindt |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-05-24 | remove another unneeded function | Theo de Raadt |
2002-05-24 | replace some wrapper functions w/ no license w/ some public domain ones. | Eric Jackson |
2002-05-23 | This stuff has no license. Delete it. If someone wants it back, get the lic... | Theo de Raadt |
2002-05-23 | remove _dl_sprintf(). nothing uses it. and if it is gone, nothing can | Theo de Raadt |
2002-05-23 | no need for -lkvm anymore | Theo de Raadt |
2002-05-23 | KNF during an audit; found an improperly initialized sockaddr | Theo de Raadt |
2002-05-22 | Fix last commit. | Todd C. Miller |
2002-05-22 | Fix some ut_line manipulation pointed out by Moritz Jodeit. | Todd C. Miller |
2002-05-22 | typo; moritz@jodeit.org | Theo de Raadt |
2002-05-22 | a bunch more strcpy -> strlcpy and sprintf -> snprintf | Theo de Raadt |
2002-05-22 | snprintf, and make it compile | Theo de Raadt |
2002-05-22 | whack sprintf | Theo de Raadt |
2002-05-22 | strlcpy sprinkling | Theo de Raadt |
2002-05-21 | KNF | Theo de Raadt |
2002-05-19 | o End a sentence with a period, not a comma; Hans-Joerg Hoexer | Todd C. Miller |
2002-05-16 | KNF | Theo de Raadt |
2002-05-16 | No longer needs to be setuid root. | Todd C. Miller |
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 |