summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2002-07-24Also check for snprintf() returning < 0Todd C. Miller
2002-07-24Sanity check snprintf() return values before using them. OK deraadt@Todd C. Miller
2002-07-24What on earth possessed me to use %p instead of %m in syslog() toTodd C. Miller
2002-07-24spacesTheo de Raadt
2002-07-24use real clones of the libc functionsTheo de Raadt
2002-07-24ok i found itTheo de Raadt
2002-07-24back out broken stuff until it is fixedTheo de Raadt
2002-07-24clean up docs a bitTheo de Raadt
2002-07-24spacingTheo de Raadt
2002-07-24make more _dl_*() func params like real ones in libcTheo de Raadt
2002-07-24cope with _dl_mmap() returning void *Theo de Raadt
2002-07-24make _dl_mmap() return void * like othersTheo de Raadt
2002-07-23match _dl_ syscall prototypes w/ the real syscalls prototypes, including args...Michael Shalayeff
2002-07-20Exit on setusercontext() failure; noticed by deraadt@Todd C. Miller
2002-07-17whoops, wrong typeTheo de Raadt
2002-07-16typos / double wordsJan-Uwe Finck
2002-07-16remove more junkTheo de Raadt
2002-07-16by now, this README is way out of dateTheo de Raadt
2002-07-16minor tweaks of no consequenceTheo de Raadt
2002-07-16ERROR2() is not usedTheo de Raadt
2002-07-16let BSS work to our advantageTheo de Raadt
2002-07-16delintTheo de Raadt
2002-07-16minor cleanup, and toast -VTheo de Raadt
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-15atrun is now part of cron(8)Todd C. Miller
2002-07-15don't built atrunTodd C. Miller
2002-07-14Rewrite with more (and correct!) info, based on login_passwd.8.Todd C. Miller
2002-07-14make ftpd always listen to a high tcp port for passive data connections.Jakob Schlyter
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
2002-07-07typos/grammar/better wordsJan-Uwe Finck
2002-07-03KNFTheo de Raadt
2002-07-03ansi on a file which idiots believe is not here anymoreTheo de Raadt
2002-07-03 add a missing newline to an error message.Vincent Labrecque
2002-07-02* use lostconn() as the SIGALRM handler in receive_data() as originallyDan Harnett
2002-06-30more care with utmp strings, and lseek fixes; moritz@jodeit.orgTheo de Raadt
2002-06-29screw the MLINKSTheo de Raadt
2002-06-29document /var/empty chrootTheo de Raadt
2002-06-29KNFTheo de Raadt
2002-06-28stupid bug written in the last minuteTheo de Raadt
2002-06-28correct uid handling; markusTheo de Raadt
2002-06-28go back to running these as root from inetd. however once rpc.{rusersd,rstatd}Theo de Raadt
2002-06-28minor indent cleanupTheo de Raadt
2002-06-28KNFTheo de Raadt
2002-06-28When gettytab doesn't exist, IM contains a #defined string so don'tTodd C. Miller
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-22ansiTheo de Raadt
2002-06-21o Use *_FILENO defines instead of numbersTodd C. Miller
2002-06-20fix patch; moritz@jodeit.orgTheo de Raadt
2002-06-20ansiTheo de Raadt
2002-06-19handle non-terminated things better; moritz@jodeit.orgTheo de Raadt