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
/
ssh
/
uuencode.c
Age
Commit message (
Expand
)
Author
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-05
move #include <netinet/in.h> out of includes.h; ok deraadt@
Kevin Steves
2006-03-26
typo
Theo de Raadt
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2003-11-10
constify. ok markus@ & djm@
Jakob Schlyter
2002-09-09
signed vs unsigned from -pedantic; ok henning@
Markus Friedl
2002-03-04
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
Kevin Steves
2002-02-25
more u_* fixes
Markus Friedl
2002-02-24
typo in comment
Markus Friedl
2001-03-01
oops
Theo de Raadt
2001-03-01
get rid of extra header
Theo de Raadt
2001-02-08
sync with netbsd tree changes.
Jun-ichiro itojun Hagino
2001-02-07
indent
Theo de Raadt
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-22
Missing CVS idents; ok markus
Damien Miller
2000-05-05
remote trailing comments before calling __b64_pton
Markus Friedl
2000-05-04
replace broken uuencode w/ libc b64_ntop
Markus Friedl
2000-04-27
remove debug
Markus Friedl
2000-04-26
add trailing =
Markus Friedl
2000-04-26
add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
Markus Friedl