summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.fgsch1-2/+2
2002-02-20Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,...jason1-2/+2
2002-02-20err/warn strings don't need \n'sjason1-2/+2
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert8-167/+36
2002-02-19Fix gethostname() usage.mpech1-3/+3
2002-02-19Rewrite upper().mpech1-6/+7
2002-02-17Call S_ISLNK with correct variable; Peter Philippmillert1-3/+3
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert6-23/+21
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert44-354/+354
2002-02-16Deal with snprintf returning >= sizeof(buf) and simplify somemillert1-7/+12
2002-02-15slight snprintf paranoiaderaadt1-4/+6
2002-02-15Fix memory leak in get_proxy_env().mpech1-9/+3
2002-02-14Mark path via .Pampech1-2/+4
2002-02-13fix some Xrderaadt1-3/+4
2002-02-13correct -m description; wngdn@src.uchicago.eduderaadt1-6/+4
2002-02-13When you give command examples and etc., in a manual page prefix them with:mpech1-4/+4
2002-02-11libdl is no moreart1-2/+2
2002-02-10spellingderaadt2-3/+3
2002-02-06Fix for heimdal-0.4ehin1-4/+4
2002-02-01missing perioditojun1-2/+2
2002-02-01make tftpd address family independent.itojun1-9/+10
2002-02-01strlcpyitojun1-6/+6
2002-02-01make sure pw_dir is big enough for strcpy(pw->pw_dir, "/").itojun1-2/+17
2002-01-30Fix leak in `EPSV ALL`.mpech1-6/+3
2002-01-30protect `RNTO` from NULL pointer.mpech1-3/+3
2002-01-25s is pointer. 0 -> NULL.mpech1-3/+3
2002-01-25Catch not valid chmod value earlier. This make sense, before we didn'tmpech1-3/+3
2002-01-25improve yacc file management. Idea stolen from pfctl's Makefile.mpech1-3/+3
2002-01-23Plug login_cap and bsd_auth related memory leaks. Problem noticedmillert1-15/+30
2002-01-23fix potential memory leak.mpech1-3/+5
2002-01-23lookup() returns pointer. Convert 0 -> NULL.mpech1-6/+6
2002-01-23Use always '.' in the end of the fatal() message. Consistency is good.mpech2-7/+7
2002-01-23don't use \n in reply().mpech1-5/+5
2002-01-23``pathname'' can be NULL here too.mpech1-3/+4
2002-01-17reject SIZE request for ascii mode if file is larger than 10k.itojun1-3/+8
2002-01-10print proper host name for the proxy's peer; bob okmickey1-4/+4
2002-01-08Close potential memory leak wrt "fromname"; inspired by similar FreeBSDmillert1-11/+15
2002-01-08STRING is never NULL so there is no need to test it for NULL beforemillert1-12/+6
2002-01-07While I'm here (next issue):mpech1-16/+8
2002-01-07o) int -> {uid,gid}_t; %d -> %u;mpech2-11/+11
2002-01-07To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGNmillert1-3/+3
2002-01-07To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGNmillert1-3/+3
2002-01-06Don't let root change it's password via login_l?chpass(8).millert2-16/+25
2001-12-30setup stdout & stderr; marius@alchemy.franken.dederaadt1-2/+15
2001-12-28Fix memory leak with EPRT command; Hiroyuki YAMAMORImillert1-2/+4
2001-12-18Don't use sigprocmask() in signal handlers when we can just set themillert1-13/+16
2001-12-17Add missing sigaction() call from last commitmillert1-2/+3
2001-12-14RFC 959 wasn't clear about what happens around a PASV reply, and inbeck1-5/+8
2001-12-09Do not use stdio functions after a successfull call to daemon(), usemiod2-15/+12
2001-12-07Kill longjmp by not restarting system calls on receipt of SIGALRM.millert1-10/+13