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