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
2002-01-11
use snprintf; mouring@
Markus Friedl
2002-01-11
use snprintf; mouring@
Markus Friedl
2002-01-11
use _PATH_TTY
Markus Friedl
2002-01-11
use strlcpy not strlcat; mouring@
Markus Friedl
2002-01-11
a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'
Markus Friedl
2002-01-11
add defines for msg type ranges
Markus Friedl
2002-01-11
handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@
Markus Friedl
2002-01-10
more unused code (with channels.c:1.156)
Markus Friedl
2002-01-10
remove dead code (skip drain)
Markus Friedl
2002-01-10
Clean up tty resizing code.
Artur Grabowski
2002-01-10
handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@
Markus Friedl
2002-01-10
skip client_alive_check until there are channels; ok beck@
Markus Friedl
2002-01-09
streams gone
Eric Jackson
2002-01-09
open RDWR only for -w, RDONLY otherwise
Michael Shalayeff
2002-01-09
replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@
Markus Friedl
2002-01-09
merge channel_pre_open_15/channel_pre_open_20; ok provos@
Markus Friedl
2002-01-09
append \n only for public keys
Markus Friedl
2002-01-08
atoi->strtoul
Eric Jackson
2002-01-08
sync with sudo 1.6.4rc2
Todd C. Miller
2002-01-08
typo; mjc@bitz.ca
Todd C. Miller
2002-01-08
deal with 32 vs 64 bit pointers. from netbsd.
Eric Jackson
2002-01-06
Do not allow root to login via an insecure tty even if the auth method
Todd C. Miller
2002-01-05
some missing and misplaced periods
Kevin Steves
2002-01-05
fix hanging x11 channels for rejected cookies (e.g. XAUTHORITY=/dev/null xbiff)
Markus Friedl
2002-01-04
protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and
Kevin Steves
2002-01-04
remove #ifdef _PATH_XAUTH/#endif; ok markus@
Kevin Steves
2002-01-04
Align the pointers when splitting up a mallocated area.
Artur Grabowski
2002-01-04
Don't longjmp(..., 0)
Artur Grabowski
2002-01-04
Don't longjmp(..., 0)
Artur Grabowski
2002-01-03
clean def_data.c and def_data.h too
Todd C. Miller
2002-01-03
grammar in comment
Kevin Steves
2002-01-03
Update to sudo 1.6.4
Todd C. Miller
2002-01-02
master.passwd alias
Theo de Raadt
2002-01-02
make usage() exit(1) and look like sysctl(8), getopt returns int
Michael Shalayeff
2002-01-01
KNF
Theo de Raadt
2001-12-30
Changes come from NetBSD, Lite-2 and me. ok deraadt
Peter Valchev
2001-12-30
update man page references to usbhid(3)
Peter Valchev
2001-12-30
libusb has been renamed
Peter Valchev
2001-12-29
Collapse two if statements into one (introduced in previous commit)
Todd C. Miller
2001-12-29
remove unneeded casts and some char->u_char cleanup; ok markus@
Kevin Steves
2001-12-29
Don't use the contents of the RSH environment variable if it is empty.
Todd C. Miller
2001-12-28
document LogLevel DEBUG[123]; ok markus@
Kevin Steves
2001-12-28
Fix hex mode (-x), based on patch from David Gullasch
Todd C. Miller
2001-12-28
remove plen from the dispatch fn. it's no longer used.
Markus Friedl
2001-12-28
packet_read* no longer return the packet length, since it's not used.
Markus Friedl
2001-12-28
buffer_get_bignum: int -> void
Markus Friedl
2001-12-28
packet_get_bignum* no longer returns a size
Markus Friedl
2001-12-28
Kill yet another hardcoded size. Ok fries@
Marc Espie
2001-12-28
s/packet_done/packet_check_eom/ (end-of-message); ok djm@
Markus Friedl
2001-12-27
get rid of packet_integrity_check, use packet_done() instead.
Markus Friedl
[next]