summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-09-05The rewritten newfile() algorithm introduced in rev 1.12 wasTodd C. Miller
2007-09-05Cope with if counters being u_int64_t now here, too.Michael Knudsen
2007-09-05Correct the format strings after the recent rt_metrics changes.Claudio Jeker
2007-09-05Counters switched to u_int64_t so use %llu to print them.Claudio Jeker
2007-09-05- use a consistent grammatical case for the C comments sectionJason McIntyre
2007-09-05Document NORETURN, add it to the directive list and rearrange the entries.Federico G. Schwindt
2007-09-05Missing colon in optsring for 'B'Jonathan Gray
2007-09-05Replace magic numbers in calls to shutdown(2)Moritz Jodeit
2007-09-05Change some variables to their proper type size_t.Moritz Jodeit
2007-09-04Removed dead code.Tobias Stoeckmann
2007-09-04Replaced strlen() with sizeof() - 1 when #define'd strings are used.Tobias Stoeckmann
2007-09-04Handle ^D as a)bort in log message question.Tobias Stoeckmann
2007-09-04make ssh(1)'s ConnectTimeout option apply to both the TCP connection andDamien Miller
2007-09-04make file descriptor passing code return an error rather than call fatal()Damien Miller
2007-09-03move back to using malloc() instead of calloc(), because the yaccTheo de Raadt
2007-09-03OpenBSD now has memrchr(3)Todd C. Miller
2007-09-03use calloc() for the sake of regularity, prompted by deraadt@Marc Espie
2007-09-03- break "Defaults env_keep" into several lines so it is more readableAntoine Jacoutot
2007-09-03last commit broke the tree because of missing parentheses.Moritz Jodeit
2007-09-03Make use of the carp preempt counter to signal number of transitions ofJoel Knight
2007-09-03sizeof char is 1; ok djmTheo de Raadt
2007-09-02more malloc(n * m) -> calloc(n, m); from Igor ZinovikTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-09-02OpenCVS server init-support with OpenCVS and GNU cvs clients.Tobias Stoeckmann
2007-09-02Stick at GNU cvs behaviour with Root directive handling: it does not needTobias Stoeckmann
2007-09-02Handle quotation marks in .cvsrc correctly.Tobias Stoeckmann
2007-09-02Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1Tobias Stoeckmann
2007-09-02Log all commands sent with cvs_remote_output(), not justTobias Stoeckmann
2007-09-01malloc(n * m) -> calloc(n, m); from zinovikTheo de Raadt
2007-09-01Use an int, not a size_t, to store the return value of snprintf().Matthias Kilian
2007-09-01s/free/xfreeJoris Vink
2007-08-31Copy editit() from sendbug, synchronizing editor calling code.Ray Lai
2007-08-30Remove old CVSROOT caching mechanisms.Joris Vink
2007-08-30properly send our log message to the server using Argumentx, so weJoris Vink
2007-08-29correct error string in cvs_buf_load_fd() to match the function.Joris Vink
2007-08-29add lacnic and afrinic to the list in the -a descrHenning Brauer
2007-08-29more typo shizzle from Igor Zinovik.Joris Vink
2007-08-29missing xfree();Joris Vink
2007-08-29add afrinic to the list of known whois servers so that referrals areHenning Brauer
2007-08-28more typos in error messages; from Igor Zinovik.Xavier Santolaria
2007-08-28another quoteJasper Lievisse Adriaanse
2007-08-27typo in error msg; from Igor Zinovik.Xavier Santolaria
2007-08-26add a description for -ztzIgor Sobrado
2007-08-23support ArgumentX - unbreaks more gnu cvs client things.Joris Vink
2007-08-23missing 'u' option for update caused gnu cvs client to not functionJoris Vink
2007-08-23Execute ProxyCommands with $SHELL rather than /bin/sh unconditionallyDamien Miller
2007-08-23Support "Banner=none" to disable displaying of the pre-login banner;Damien Miller
2007-08-23login_cap.h doesn't belong hereDamien Miller
2007-08-23missed include bits from last commitDamien Miller
2007-08-23unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@Damien Miller