summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
1998-08-11Xr uucicoTheo de Raadt
1998-08-04Fix definition of high port and tell where they come from; noted by ↵Todd C. Miller
karls@inet.no
1998-07-28change getent/getstr to gtgettent/gtgetstr, the names now usedMarco S Hyman
in libtelnet; add prototypes for both functions to ext.h
1998-07-27use old curses to avoid duplicate symbol in libtelnetTodd C. Miller
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-23delete SecurID hacksTheo de Raadt
1998-07-23add replydirname() from netbsd; fixes 257 directory replies; problem noted ↵Theo de Raadt
by kstailey
1998-07-20Spelling, and omitted words for getNAME.Marc Espie
1998-07-16no yppasswdd.log file; mason@primenet.com.auTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-07-12indentTheo de Raadt
1998-07-10Make sure port is in allowed range before trying to get a reserved port.Todd C. Miller
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-09Don't open stderr channel until after the user has authenticated themselvesTodd C. Miller
and never open a reserved port. Fix from www.infilsec.com, credited to "The South African Tiger Team". While we're in here, don't leak info about who is a valid user.
1998-07-09this is rshd, not rlogindTodd C. Miller
1998-07-08Force NUL termination of strings in request we get from client; ↵Todd C. Miller
okir@monad.swb.de
1998-07-07a big bunch of next to nothingTheo de Raadt
1998-07-05man page; mrgTheo de Raadt
1998-07-03S_IWGRPTheo de Raadt
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-23tsk tsk bob did not test his code on the alphaTheo de Raadt
1998-06-22The x option is not used if CRYPT is turned off.Artur Grabowski
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-10spellingTheo de Raadt
1998-06-10indentTheo de Raadt
1998-06-10Now uses TCPCTL_IDENT sysctl to get uid associated with a connectionBob Beck
instead of kmem. Kmem parsing functions and options removed.
1998-06-08allow ftpchroot-ed users to also be multihomedMichael Shalayeff
1998-06-03use SIG_ERRTheo de Raadt
1998-06-03 -p port option for damon modeBob Beck
-i pidfile option to write pid file for daemon mode -l address option to restrict listen address -q option and accumlog.c for on-line syslog entries multiple buglet fixes, memeset, long, formatting etc.
1998-06-03Make warnings disappear.Angelos D. Keromytis
1998-05-29gcc2.8.X.X fixes another powerpc compilation bug, workaround removed.Dale S. Rahn
1998-05-22nicerTheo de Raadt
1998-05-22use TM_YEAR_BASE; lukemTheo de Raadt
1998-05-22stop username info gathering, always go through login/passwd cycleTheo de Raadt
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.Theo de Raadt
1998-05-17Fix strncat() usage; Some from cstone@pobox.comTodd C. Miller
It would be better to detect impending oflow, log, and abort though.
1998-05-15cleanup and build with -WallArtur Grabowski
1998-05-15build with -WallArtur Grabowski
1998-05-08crank the slop; until other changes happenTheo de Raadt
1998-05-08minor indentTheo de Raadt
1998-05-08oopsTheo de Raadt
1998-05-08typoTheo de Raadt
1998-05-08tighter buf handlingTheo de Raadt
1998-05-08sprintf removalsTheo de Raadt
1998-04-25Fix casts in args to mem*. Boy am I anal.Todd C. Miller
1998-04-22buf oflow; bmartin@obscure.sekurity.orgTheo de Raadt
1998-04-01remove eavesdropping warning. Sorry, this is a no-wayTheo de Raadt
1998-03-26cleanup after artTheo de Raadt
1998-03-25cleanup and please -WallArtur Grabowski
1998-03-12Encryption from kth-krb 0.9.8 (only for those with kerberos)Artur Grabowski