summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2000-12-30Log the actual bytes transfered, rather than the original file size.Angelos D. Keromytis
2000-12-24Xr shells(5), not getusershell(3).Aaron Campbell
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@Markus Friedl
2000-12-20Fix a warning.Todd C. Miller
2000-12-20correct copyright noticeTodd C. Miller
2000-12-20Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDiTodd C. Miller
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-12skey login script; authenticates the user via S/KeyTodd C. Miller
2000-12-12reject login script; rejects attempted authenticationTodd C. Miller
2000-12-12passwd login script; authenticates the user via passwd/ypTodd C. Miller
2000-12-12lchpass login script; changes local passwordTodd C. Miller
2000-12-12kerberos/passwd login script; authenticates the user via kerberosTodd C. Miller
2000-12-12kerberos login script; authenticates the user via kerberosTodd C. Miller
2000-12-12chpass login script; changes local, yp, or kerberos passwordTodd C. Miller
2000-12-08strip sequences of spaces AFTER stripping other weird characters.Marc Espie
2000-12-08Oops.Hans Insulander
2000-12-08Bring recent kerberos fix into -stable.Hans Insulander
2000-12-06Be more paranoid about passed KRB environment variables.Hans Insulander
2000-12-05asprintf can safe time doing character countsTheo de Raadt
2000-12-04in replydirname(), avoid one-byte overrun.Jun-ichiro itojun Hagino
2000-12-02The man page says the default umask is 027 but it is really 022 sinceTodd C. Miller
2000-11-26setusercontext should not set umask as this interferes with theTodd C. Miller
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
2000-11-23typo in LPSV printing. From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp>Jun-ichiro itojun Hagino
2000-11-22More tweaks to recognize more weird cases:Marc Espie
2000-11-19Handle more manpages oddities:Marc Espie
2000-11-16Don't use sizeof() a pointer as a length parameter. This change makesTodd C. Miller
2000-11-14cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo).Jun-ichiro itojun Hagino
2000-11-13combine check_epsvall + check_login into check_login_epsvall.Jun-ichiro itojun Hagino
2000-11-13make sure to check_login on EPSV/LPSV. move epvsall check into check_epsvall.Jun-ichiro itojun Hagino
2000-11-10tiny fix on getaddrinfo error handlingJun-ichiro itojun Hagino
2000-11-10correct call to freeaddrinfo. do not free region before referenced.Jun-ichiro itojun Hagino
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-10-24When calling setupterm() pass in an int* for the error code soTodd C. Miller
2000-10-19close pr 1429, sendmail doesn't use EX_UNAVAILABLE for this anymore.Bob Beck
2000-10-19Fix bug in dl_strcmp, it is not always legal to access a pointerDale Rahn
2000-10-19Update: check malloc() returns, simplify, be a little more paranoid.Paul Janzen
2000-10-14tcp wrapper support for IPv6. from netbsd.Jun-ichiro itojun Hagino
2000-10-13Clean up static constructor/destructor discovery and calling. InsteadDale Rahn
2000-10-13Add secondary c++ shared library for testing purposes to verifyDale Rahn
2000-10-13Makefile:Dale Rahn
2000-10-10Link with curses, not ocurses and use setupterm(). For now, telnet(1)Todd C. Miller
2000-10-10Prune the following environment variables:Todd C. Miller
2000-10-10need more size to big_buf for line termination (\r\n).Jun-ichiro itojun Hagino
2000-10-10use poll to avoid fd_set overflowTheo de Raadt
2000-10-06use fd_set instead of intTheo de Raadt
2000-10-06Work around a shared library/pmap bug on the powerpc arch. SomehowDale S. Rahn