Age | Commit message (Expand) | Author |
2007-03-24 | Use MAXPATHLEN for buffer, which is only used for path construction | Moritz Jodeit |
2007-03-23 | correct signal handling and process waiting for the editor spawning | Theo de Raadt |
2007-03-23 | Since we now have our own program, we can export more things that | Theo de Raadt |
2007-03-23 | missing .El; | Jason McIntyre |
2007-03-23 | add -F to usage(); | Jason McIntyre |
2007-03-23 | use the proper abbreviation for second: "s" | Chris Kuethe |
2007-03-23 | Add a new flag -F to netstat restricting route display in conjuction | Pierre-Yves Ritschard |
2007-03-23 | Document temporary files. | Ray Lai |
2007-03-23 | display a timedelta of 0 in seconds, not some other unit. | Chris Kuethe |
2007-03-23 | Add more bloat to manual. | Ray Lai |
2007-03-23 | Flags belong under SYNOPSIS, not NAME. | Ray Lai |
2007-03-23 | Alphabetize flags and environment variables. | Ray Lai |
2007-03-23 | Replace `&' in gecos field with login, prodded by deraadt@. | Ray Lai |
2007-03-23 | simplify cleanup by using an atexit handler. lets us use err() instead | Ted Unangst |
2007-03-23 | re-org something for prettiness | Theo de Raadt |
2007-03-23 | support $PR_FORM environment variable | Theo de Raadt |
2007-03-23 | Don't insert double slashes ("/tmp//p.XXXXXXXXXX") if TMPDIR ends | Ray Lai |
2007-03-23 | Support command-line arguments in $EDITOR. Prodded by deraadt@. | Ray Lai |
2007-03-23 | spacing | Theo de Raadt |
2007-03-23 | -V in usage | Theo de Raadt |
2007-03-23 | document -L -V and -P options. still a bit short | Theo de Raadt |
2007-03-23 | add -V (version) support | Theo de Raadt |
2007-03-23 | Get rid of silly gcc warning. | Ray Lai |
2007-03-23 | handle the -L and -P options; ok ray | Theo de Raadt |
2007-03-23 | Enable our sendbug(1), prodded by deraadt@. | Ray Lai |
2007-03-23 | some minor KNF, including sentinals; ok ray | Theo de Raadt |
2007-03-23 | Import public domain rewrite of sendbug, written by Ray Lai. =) | Ray Lai |
2007-03-23 | cannot remember what the vax -O0 workaround in 2002 was for. wish the | Theo de Raadt |
2007-03-23 | Add a routine to scale timedelta sensors to more meaningful units, | Chris Kuethe |
2007-03-22 | use MD5_DIGEST_STRING_LENGTH instead of rolling our own lenght. | Xavier Santolaria |
2007-03-22 | Remove wrong length check, which ignored the '/' character | Moritz Jodeit |
2007-03-22 | Fix buffer overflow when parsing the .netrc file. | Moritz Jodeit |
2007-03-21 | Document the CVSROOT/config file; input and OK's niallo@ jmc@. | Xavier Santolaria |
2007-03-21 | tweaks; | Jason McIntyre |
2007-03-21 | remove extra *p tests, from charles longeau | Ted Unangst |
2007-03-21 | describe .wav support in one sentence | Uwe Stuehler |
2007-03-20 | Support for playing simple RIFF files (.wav) from Simon Effenberg, savar | Uwe Stuehler |
2007-03-20 | Set umask to 077 when saving messages in the outbox (not enabled | Todd C. Miller |
2007-03-20 | sort options; sync synopsis and usage(); | Jason McIntyre |
2007-03-20 | - let synopsis and description agree for -f | Jason McIntyre |
2007-03-20 | remove -K from usage(); | Jason McIntyre |
2007-03-20 | -l requires an argument; from Igor Sobrado | Jason McIntyre |
2007-03-20 | Add line-buffering flag (-u). | Ray Lai |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-19 | Fix check for failed read, and add another one; okay millert@ | Pedro Martelletto |
2007-03-19 | Remove the signal handler that checks if the agent's parent process | Darren Tucker |
2007-03-19 | Disable the legacy SSH protocol 1 for new installations via | Damien Miller |
2007-03-18 | /dev/rcd0d -> /dev/rcd0c; from AndrAcs | Jason McIntyre |
2007-03-18 | improve -p for C++ code: classes definition often have | Marc Espie |