summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2002-05-24Replace strcpy() with strlcpy().Dale Rahn
2002-05-24Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.Dale Rahn
2002-05-24not needed; deraadt@ okFederico G. Schwindt
2002-05-24more KNFTheo de Raadt
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2002-05-24remove another unneeded functionTheo de Raadt
2002-05-24replace some wrapper functions w/ no license w/ some public domain ones.Eric Jackson
2002-05-23This stuff has no license. Delete it. If someone wants it back, get the lic...Theo de Raadt
2002-05-23remove _dl_sprintf(). nothing uses it. and if it is gone, nothing canTheo de Raadt
2002-05-23no need for -lkvm anymoreTheo de Raadt
2002-05-23KNF during an audit; found an improperly initialized sockaddrTheo de Raadt
2002-05-22Fix last commit.Todd C. Miller
2002-05-22Fix some ut_line manipulation pointed out by Moritz Jodeit.Todd C. Miller
2002-05-22typo; moritz@jodeit.orgTheo de Raadt
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfTheo de Raadt
2002-05-22snprintf, and make it compileTheo de Raadt
2002-05-22whack sprintfTheo de Raadt
2002-05-22strlcpy sprinklingTheo de Raadt
2002-05-21KNFTheo de Raadt
2002-05-19 o End a sentence with a period, not a comma; Hans-Joerg HoexerTodd C. Miller
2002-05-16KNFTheo de Raadt
2002-05-16No longer needs to be setuid root.Todd C. Miller
2002-05-14Major changes:Todd C. Miller
2002-05-13o) fix order and usage of chroot&chdir;Mike Pechkin
2002-05-11pass -WallTodd C. Miller
2002-05-11Use strtod() to convert string -> double, not sscanf().Todd C. Miller
2002-05-11Deal with unknown command line options more sanely.Todd C. Miller
2002-05-11When opening jobs file, use O_NONBLOCK|O_NOFOLLOW for paranoia's sake.Todd C. Miller
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-07wrong size of address; harding@motd.caTheo de Raadt
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-05-06rlogin: Lived with JoyTheo de Raadt
2002-05-06rlogind and rexecd go awayTheo de Raadt
2002-04-29Clean up RELOC_RELATIVE reloction type, do correct relocation insteadDale Rahn
2002-04-29wierd -> weirdPeter Valchev
2002-04-24Perform full relocation for Rela bootstrap relocations, compatibleDale Rahn
2002-04-16skip over comment while parsing subject.Marc Espie
2002-04-09Add the Copyrights from the respective files the code came from. ok deraadt@Dale Rahn
2002-04-02A few improvements to accommodate more ports.Marc Espie
2002-03-31Do not run static constructors when run from ldd. ok theo, art, espie, pefoDale Rahn
2002-03-30correct an auth_close() misuse; millert okTheo de Raadt
2002-03-29-WallTheo de Raadt
2002-03-27From David Krause:Todd C. Miller
2002-03-27'S' required in OpenBSD (LOCAL_MAILER_FLAGS). From lazy form@.Mike Pechkin
2002-03-27We need ftp-proxy only on loopback.Mike Pechkin
2002-03-24string.hTheo de Raadt
2002-03-19Only accept the empty string for users with no password.Todd C. Miller
2002-03-17Clean up building of debug_map. mips and non-mips can moreArtur Grabowski
2002-03-17Remove hackery I added to deal with dlopen(NULL), handle it in a reasonablyDale Rahn