summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
1997-02-16cleanTheo de Raadt
1997-02-16block $ENV too, sighTheo de Raadt
1997-02-14#include <string.h>Niklas Hallqvist
1997-02-13if i find one more little problem, and have to make one more littleTheo de Raadt
1997-02-13option handling is a bitchTheo de Raadt
1997-02-13ok, i finally learned about struct ipoptionTheo de Raadt
1997-02-13Return idle time of 0, not -1 for users w/o a tty.Todd C. Miller
1997-02-12fix option argument parsing, nirva@ishiboo.comTheo de Raadt
1997-02-09save 6% diskspace by moving to tabsTheo de Raadt
1997-02-06Ok this is to work around a compiler bug in the powerpc port, butDale S. Rahn
1997-02-06expand hostname to MAXHOSTNAMELENTheo de Raadt
1997-02-06buf oflowTheo de Raadt
1997-02-05do not warn about valid options; invalid options correctly quitTheo de Raadt
1997-02-05need not clear options since bad ones cause exit; provos@ws1.physnet.uni-hamb...Theo de Raadt
1997-02-05IPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing; pointed out byTheo de Raadt
1997-01-30where did .DESTDIR come from... found by gwen@rtmx.comTheo de Raadt
1997-01-23crank version numberTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-13talk about inetd; kleink@layla.inka.deTheo de Raadt
1997-01-05Signals are now blocked while ftpd runs with euid 0, as suggested bybitblt
1997-01-02avoid SIGURG race; dg@root.comTheo de Raadt
1997-01-02Fix for the shift-reduce conflict, contributed by dholland@hcs.harvard.edu,bitblt
1996-12-24comment on why this mktemp use is safeTheo de Raadt
1996-12-23Fix assignment/truth-value compiler warning.robin
1996-12-23Eliminate assignment/truth-value compiler warning.robin
1996-12-23Add parentheses to assignment used as truth value to eliminate a compilerrobin
1996-12-23Remove redundant/incorrect switch case label: `def_case'robin
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-17Add traditional handling of all upper-case inputThorsten Lockert
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
1996-12-16strncat like THISTheo de Raadt
1996-12-16yet another strncat botchTheo de Raadt
1996-12-14stop gunique() open/fopen raceTheo de Raadt
1996-12-14solve /tmp-style race spotted by bitbltTheo de Raadt
1996-12-10"the the" purgeTheo de Raadt
1996-12-10PPP autologin code from freebsd; do not use until pppd has been checked for s...Theo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-08Add -M.Jason Downs
1996-12-07Checks to see that strdup() worked, dies with error message on failure.bitblt
1996-12-07ftpd now eventually times out if a ftp client does:bitblt
1996-12-06memsetTheo de Raadt
1996-12-06please linux people (why am i doing this?? i need a life)Theo de Raadt
1996-12-06vfork w/ exit botchTheo de Raadt
1996-12-05typoTheo de Raadt
1996-12-04Take advantage of new "-u" flag in login(1).Todd C. Miller
1996-12-03-A for anon only; from freebsdTheo de Raadt
1996-12-03\r and \n must be distinguished in some cases (telnet); netbsd pr#2969;Theo de Raadt
1996-12-03O_TRUNC when needed; freebsd pr#2112Theo de Raadt
1996-11-11compile_et belongs in usr.binThorsten Lockert