summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-01-03the proclamation of the Soviet Socialist Zaurus PortablicMichael Shalayeff
2005-01-03use an example of nmap `outpattern' containing spaces that works;Jason McIntyre
2005-01-03don't try to demangle C symbols if we're ELF.Marc Espie
looks okay mickey@
2005-01-03a little cleanup in the nmap description;Jason McIntyre
2005-01-03need to escape lines starting w/ `...';Jason McIntyre
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2005-01-02remove misleading "client host" string;Jason McIntyre
from matthias kilian pr# 4057;
2004-12-31explicitly mention port in an example;Jason McIntyre
from fgsch@
2004-12-30add strdup() check; jfb okXavier Santolaria
2004-12-30Send files to add using `Is-Modified' instead of `add', and sendJean-Francois Brousseau
directories regardless of whether they are known or not, in case they are part of the files to add.
2004-12-30these pages already have their copyrights contained within the mainJason McIntyre
body of the page, commented out; no point in giving them their own COPYRIGHT sections, so remove them;
2004-12-30stdinit() and flush_all() are prototyped globally, no need to do itTodd C. Miller
inside functions that use them.
2004-12-30Restore error checking in tostring().Todd C. Miller
2004-12-30Update to version 20041222; OK deraadt@Todd C. Miller
2004-12-29handle snprintf -1; otto okTheo de Raadt
2004-12-28remove signedness warnings; jfb okXavier Santolaria
2004-12-28abort with an error if we can't figure out what the connectionJean-Francois Brousseau
method is
2004-12-28handler for the Set requestJean-Francois Brousseau
2004-12-28rename parameters to avoid shadowing global declarationsJean-Francois Brousseau
2004-12-28document -s;Jason McIntyre
based on a diff from jfb@
2004-12-28check the return values of rcsnum_alloc() and rcsnum_aton() onJean-Francois Brousseau
startup diff from Joris Vink, with minor changes
2004-12-28use Argument instead of Argumentx when sending a revision or dateJean-Francois Brousseau
this makes the -r and -D options work with diff
2004-12-28add more standard patterns to ignore; jfb okXavier Santolaria
2004-12-27spacingTheo de Raadt
2004-12-27be aware of snprintf potentially returning -1Theo de Raadt
2004-12-24In vmstat -i, stop walking the kernel "allevents" evcnt chain, as they areMiod Vallat
not incremented anymore. Kernel-side code will be removed in a few weeks.
2004-12-23bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.czDamien Miller
ok deraadt@
2004-12-23leak; from mpechMarkus Friedl
2004-12-23check for NULL; from mpechMarkus Friedl
2004-12-22order `cvs remove' aliases correctly;Xavier Santolaria
2004-12-22basic documentation of the `cvs remove' command;Xavier Santolaria
help and ok jmc@
2004-12-22remove fallback AES support for old OpenSSL, as OpenBSD has had it for manyDamien Miller
years now; ok deraadt@
2004-12-22spelling corrections; ok jmc@David Krause
2004-12-21s/files/file/ in `cvs remove' usage, like in the other commands;Xavier Santolaria
2004-12-21gnu CVS has an undocumented -s command-line option to set a variable,Jean-Francois Brousseau
so let's support it too. This will also be required to implement the `Set' request handler.
2004-12-21modify the directory handling portion to behave like the one in add.c,Jean-Francois Brousseau
which does not attempt to send data when running on a local repository. This will be needed to support local repository access
2004-12-21on the way to `cvs remove'; ok jfbXavier Santolaria
2004-12-21Check to make sure we have a valid CVSROOT, and check the return valueJean-Francois Brousseau
when sending the add request
2004-12-21on the way to `cvs add'; ok jfbXavier Santolaria
2004-12-20o some missing free()'s in error pathsMoritz Jodeit
o use FD_CLOEXEC instead of 1 o fix a crash when the round number of localcipher in the default section in login.conf was ommitted. noted by mpech@ ok mpech@, otto@, millert@, henning@
2004-12-19add a handler for the Gzip-stream request. The handler parses theJean-Francois Brousseau
requested compression level but does not enable compression yet.
2004-12-19Block SIGALRM during write--we only want it to interrupt read().Todd C. Miller
OK deraadt@
2004-12-19use strchr instead of indexTheo de Raadt
2004-12-19spacingTheo de Raadt
2004-12-19remove section detailing `file' operand: none of our other pages do itJason McIntyre
(well, there probably are exceptions) and it's kind of obvious; ok millert@
2004-12-18when parsing an RCS date, adjust the year by 1900 in the tm structureJean-Francois Brousseau
so we can use this data with asctime(), mktime() and friends spotted and patch by Joris Vink
2004-12-17* increase the initial parse buffer size to 16384 bytesJean-Francois Brousseau
* grow the parse buffer as required in rcs_gettok() * fix line counting offset tested by Joris Vink and myself
2004-12-16plug some memory leaks on error casesJean-Francois Brousseau
2004-12-16Add rcs_gethead() to easily retrieve the head revision of an RCSJean-Francois Brousseau
file.
2004-12-16make cvs_connect() print an error message and return with an errorJean-Francois Brousseau
code if an unsupported connection method is specified in the root specification, and warn that pserver will never be supported due to its poor security