| Commit message (Expand) | Author | Age | Files | Lines |
| * | When PAM support was added to rexecd in revision 1.29 (just prior to | Jacques Vidrine | 2005-03-27 | 1 | -2/+17 |
| * | If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP, | Colin Percival | 2005-03-24 | 1 | -1/+24 |
| * | Use sysconf(_SC_ARG_MAX) instead of NCARGS. | David Schultz | 2005-03-21 | 2 | -4/+14 |
| * | Add locking code for tls routines. | David Xu | 2005-03-20 | 1 | -4/+21 |
| * | Install rlogind(8). Pointy hat is available on request. | Ruslan Ermilov | 2005-03-03 | 1 | -1/+1 |
| * | Wrap BSD r* commands in NO_RCMDS. | Tom Rhodes | 2005-03-02 | 1 | -3/+9 |
| * | correct WARNS=6 fix to use cast to (void *). | Hajimu UMEMOTO | 2005-03-01 | 1 | -10/+10 |
| * | Attempt to free any static TLS space used by a shared library when it | Doug Rabson | 2005-02-27 | 3 | -0/+24 |
| * | Only provide the dummy, non-atomic atomic_cmpset_32() if | Olivier Houchard | 2005-02-26 | 1 | -0/+2 |
| * | If what we have is a struct sockaddr_storage * and what we want is a | Dag-Erling Smørgrav | 2005-02-23 | 1 | -8/+8 |
| * | Make WARNS=6-clean. | Dag-Erling Smørgrav | 2005-02-23 | 2 | -12/+13 |
| * | Add some consistency checks to the signal-related code. | Yaroslav Tykhiy | 2005-02-16 | 1 | -0/+6 |
| * | A call to maskurg() makes sense only when a transfer is under way, | Yaroslav Tykhiy | 2005-02-16 | 1 | -3/+5 |
| * | - Use socklen_t. | Stefan Farfeleder | 2005-02-14 | 1 | -8/+5 |
| * | Fix most cases where the address of an int is passed to a function expecting a | Stefan Farfeleder | 2005-02-14 | 12 | -18/+27 |
| * | Expand contractions. | Ruslan Ermilov | 2005-02-13 | 2 | -2/+2 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 4 | -4/+4 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-09 | 5 | -12/+7 |
| * | Removed Kerberos remnants. | Ruslan Ermilov | 2005-02-09 | 2 | -58/+6 |
| * | The only user of this utility (share/man/man0) was removed 2+ years ago. | Ruslan Ermilov | 2005-02-09 | 4 | -410/+0 |
| * | Description from Dan: | Matthew N. Dodd | 2005-02-04 | 4 | -13/+93 |
| * | style(9) | Matthew N. Dodd | 2005-02-04 | 1 | -4/+3 |
| * | Let bsd.prog.mk set SRCS and MAN to their default values. | Ruslan Ermilov | 2005-01-28 | 4 | -4/+0 |
| * | Respect the `logging' flag. | Yaroslav Tykhiy | 2005-01-19 | 1 | -1/+1 |
| * | Improve handling SIGURG and OOB commands on the control channel. | Yaroslav Tykhiy | 2005-01-19 | 1 | -134/+269 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 14 | -94/+94 |
| * | 64-bit clean + WARNS=6: | Xin LI | 2005-01-14 | 2 | -5/+4 |
| * | Restore these files to make ldconfig(8) happy. | Tom Rhodes | 2005-01-11 | 4 | -0/+504 |
| * | Remove a.out runtime linker. It doesn't build and was removed from the | Tom Rhodes | 2005-01-11 | 13 | -4456/+0 |
| * | Replace err(3) calls when in daemon mode by syslog(3), too. | Yaroslav Tykhiy | 2005-01-10 | 1 | -4/+8 |
| * | NOPAM -> NO_PAM | Ruslan Ermilov | 2004-12-21 | 2 | -2/+2 |
| * | NOINET6 -> NO_INET6 | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOCRYPT -> NO_CRYPT | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NODOCCOMPRESS -> NO_DOCCOMPRESS | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 3 | -3/+3 |
| * | Do a small style(9) fix before I'm hacking the code itself. | Yaroslav Tykhiy | 2004-12-16 | 1 | -1/+0 |
| * | free(3) is void already. | Yaroslav Tykhiy | 2004-12-16 | 1 | -1/+1 |
| * | Never emit a message to stderr: use syslog instead. | Yaroslav Tykhiy | 2004-12-12 | 1 | -9/+15 |
| * | Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld as | Olivier Houchard | 2004-11-23 | 1 | -0/+11 |
| * | When looking for a virtual host to handle the connection, | Yaroslav Tykhiy | 2004-11-22 | 1 | -2/+3 |
| * | Calling pam_chauthtok() isn't really needed since | Yaroslav Tykhiy | 2004-11-22 | 1 | -7/+3 |
| * | Don't log the chroot dir on every command since it's constant for a session. | Yaroslav Tykhiy | 2004-11-22 | 1 | -9/+8 |
| * | Always log remote IP. | Yaroslav Tykhiy | 2004-11-22 | 1 | -13/+9 |
| * | Treat host name buffers consistently. | Yaroslav Tykhiy | 2004-11-22 | 1 | -12/+23 |
| * | Make chrootdir global and use it in log messages | Yaroslav Tykhiy | 2004-11-18 | 1 | -9/+4 |
| * | Nitpicking on style(9) and whitespace. | Yaroslav Tykhiy | 2004-11-18 | 1 | -13/+13 |
| * | Use __FBSDID. | Yaroslav Tykhiy | 2004-11-18 | 4 | -8/+12 |
| * | Don't say, "file: permission denied," if the operation | Yaroslav Tykhiy | 2004-11-18 | 1 | -1/+1 |
| * | Use uniform punctuation, capitalization, and language style | Yaroslav Tykhiy | 2004-11-18 | 2 | -45/+44 |
| * | Apply __printflike() to the appendf() prototype so the compiler | Yaroslav Tykhiy | 2004-11-18 | 1 | -1/+1 |