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