Age | Commit message (Collapse) | Author |
|
let snprintf(3) decide, if the whole string fittet
into the buffer.
ok ray@
|
|
- use sig_atomic_t signal handler flag
- atoi() -> strtonum() conversion
- remove vararg without matching fmt string
- some more lint/gcc silencing
ok millert@ ray@
|
|
|
|
|
|
|
|
|
|
as normal connections; ok markus@
|
|
|
|
-h?). OK deraadt
|
|
|
|
|
|
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size.
Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago.
OK millert@.
|
|
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size.
Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago.
OK millert@.
|
|
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size.
Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago.
OK millert@.
|
|
- Pass sizeof(buf) to fgets.
- Only print what was read.
- Simplify error checking while printing bigrams.
Inspired by diff from Charles Longeau <chl at tuxfamily dot org> long ago.
OK millert@ and moritz@.
|
|
references to -i/--mime and no longer accept them on the command line.
Update the HISTORY section to be less confusing.
Based on a diff to tech@ by Mikolaj Kucharski, mikolaj (dot) kucharski
(at) gmail (dot) com.
Prompted by jmc@; input from and ok jmc@ and otto@
|
|
things. now gcc -Wall and lint are more happy. ok joris@ xsa@
|
|
This allows configurations such as permitting password authentication from
the local net only while requiring pubkey from offsite. ok djm@, man page
bits ok jmc@
|
|
with ci and co. fixes PR 5379.
OK millert@ joris@.
|
|
|
|
|
|
functionality w/ xsnprintf(); Initial diff started by thib@.
OK thib@ joris@.
|
|
|
|
|
|
From Pierre Riteau <pierre dot riteau at free dot fr>.
OK xsa@.
|
|
ok jmc@, xsa@
mostly From: Igor Sobrado <igor at string1.ciencias.uniovi.es>
|
|
|
|
|
|
ok joris@
From: Igor Sobrado <igor at string1.ciencias.uniovi.es>
|
|
which may be NULL (e.g. -e '').
- let add_pattern() decide how to deal with empty patterns, don't do
magic in read_patterns().
This unbreaks stuff like grep -e '', and makes grep -f <file> more
POSIX compliant. Semantics for grep -f /dev/null (or any other empty
file) may be questionable, but this case isn't specified by POSIX,
and matching nothing at all seems to be sane.
Thanks to otto@, who mentioned potential problems related to the
-x option with the first patch i sent.
ok jaredy@ (some time ago), otto@, millert@
|
|
Basically, on wrap, the line pointer and offset would get out of sync, leading
to incorrect line numbers or a segfault.
Deanna Phillips did all the work of spotting it tracking it down to the
right function. Thanks!
While here, add emacs-like messages for wrapped and failed incremental
searches. Tested by Deanna.
|
|
|
|
mark up of `intelligent';
|
|
started by a mail from Igor Sobrado;
ok otto
|
|
-f is used, handle errors like it should. ok'ed by deraadt@ some time
ago but then forgotten
|
|
|
|
|
|
started by a diff from Mark Lumsden
|
|
the arguments these commands take;
based on some improvements from Mark Lumsden
|
|
getdirentries(2).
ok otto@
|
|
repository, mark it as to be skipped so we do not try to
lock it on update and miserably fail... OK joris@.
|
|
in the old school days and serves no purpose what so ever now.
otto@ mentioned this to me a while ago
|
|
|
|
|
|
|
|
prevent double-freeing shstr.
Also don't free known NULL values (*pnames and *psnames).
Initially inspired by Charles Longeau's first diff to tech@; he
later sent a second diff to tech@ nearly identical to this commit.
Freaky.
OK mickey@.
|
|
so no need to check them. Removes a bitwise OR that should have
been a logical OR as well.
From Pierre Riteau <pierre dot riteau at free dot fr>.
OK joris@.
|
|
From Pierre Riteau <pierre dot riteau at free dot fr>.
OK jaredy@ and moritz@.
|
|
this fixes a bug where opencvs update would abort if a link existed that
pointed to a non-existent file/dir
ok joris@
|
|
|