index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2006-07-17
please lint
Theo de Raadt
2006-07-17
include prompts in examples;
Jason McIntyre
2006-07-17
Fix comment wrt snprintf
Todd C. Miller
2006-07-17
Add csplit(1) from FreeBSD; with man page tweaks from jmc@.
Todd C. Miller
2006-07-17
These bugs were fixed long ago.
Kjell Wooding
2006-07-17
Better usage() wording. Add -h to mean same. Some whitespace clean
Kjell Wooding
2006-07-17
Add PermitOpen directive to sshd_config which is equivalent to the
Darren Tucker
2006-07-17
Use '\0' rather than 0 to terminates strings; ok djm@
Darren Tucker
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-15
- .Sq for single letters
Jason McIntyre
2006-07-15
- update posix spec reference
Jason McIntyre
2006-07-14
don't need incompletely-typed 'struct passwd' now with
Kevin Steves
2006-07-12
move #include <stddef.h> out of includes.h
Kevin Steves
2006-07-12
move #include <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-12
knf. no binary change.
Marcus Glocker
2006-07-12
- new sentence, new line
Jason McIntyre
2006-07-12
Add support for conditional directives to sshd_config via a "Match" keyword,
Darren Tucker
2006-07-11
need <errno.h> here also (it's also included in <openssl/err.h>)
Kevin Steves
2006-07-11
cast asterisk field precision argument to int to remove warning;
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-11
add ExitOnForwardFailure: terminate the connection if ssh(1)
Markus Friedl
2006-07-11
fix out of bound read in rcs_expand_keywords(); ok niallo
Markus Friedl
2006-07-11
Only copy the part of environment variable that we actually use. Prevents
Darren Tucker
2006-07-10
move #include <stdarg.h> out of includes.h; ok markus@
Kevin Steves
2006-07-10
s/and and/and/
Jason McIntyre
2006-07-10
buffer.h only needed in sftp-common.h and remove some unneeded
Kevin Steves
2006-07-10
if you add birth -- you add death too; also add dostoyevski dude
Michael Shalayeff
2006-07-10
Nikola Tesla
Martin Reindl
2006-07-10
Add port identifier to known_hosts for non-default ports, based originally
Darren Tucker
2006-07-10
fix misparsing of SOCKS 5 packets that could result in a crash;
Damien Miller
2006-07-10
duplicate argv at the start of main() because it gets modified later;
Damien Miller
2006-07-10
don't log variables that aren't yet set
Damien Miller
2006-07-10
remove optind - it isn't used here
Damien Miller
2006-07-10
handle 0 sized files correctly, tested by brad@ thanks
Joris Vink
2006-07-09
Two fixes:
Michael Knudsen
2006-07-09
*enty->*ently where applicable
Miod Vallat
2006-07-09
use O_RDONLY vs. 0 in open(); no binary change
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-07-09
put the sticky tag if any in the correct place in the entries line when sendi...
Joris Vink
2006-07-09
handle SIGPIPE correctly.
Joris Vink
2006-07-09
more straightforward trace (-t) output, too much is just too noisy.
Joris Vink
2006-07-08
move user includes after /usr/include files
Kevin Steves
2006-07-08
missed these from last commit:
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-07-08
Introduce a 'MODIFIED' boundary type for undo records.
Kjell Wooding
2006-07-08
Fix a trio of bugs in line numbering: adjusting linenos after undo,
Kjell Wooding
2006-07-08
XBOCT
Michael Shalayeff
2006-07-08
Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We
Ray Lai
2006-07-08
rcs_splitlines() can never return NULL, so don't check for it.
Ray Lai
2006-07-08
- plug an old memory leak in patching code.
Niall O'Higgins
[next]