Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-04 | Align the pointers when splitting up a mallocated area. | Artur Grabowski | |
Cures alignment faults on alpha and sparc64. OK: niklas@ ericj@ millert@ | |||
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 | |
od(1): - Enable support for printing 8-byte integers. - Added -C option for hexadecimal+ASCII display. - Fix od so it displays short files containing nulls. - POSIXification: The C, S, I and L modifiers now behave correctly, specifying output in units of a char, short, int and long (as defined by the host system) respectively. Support -N, equivalent to hexdump's -n (format only COUNT bytes of input). Add -j option which does the same thing as -s in hexdump (skipping some of the input). hexdump(1): - POSIX.2 doesn't specify hexdump so it can't be compatible with it... - add missing trailing \n in usage() printf | |||
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 | |
and flush(stdout) on debugging mode, as a vicious coredump can leave you without info otherwise. | |||
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 | |
2001-12-27 | auth_rhosts_rsa now accept generic keys. | Markus Friedl | |
2001-12-27 | always use BN_clear_free instead of BN_free | Markus Friedl | |
2001-12-27 | missing include | Markus Friedl | |
2001-12-27 | clarify -p; ok markus@ | Kevin Steves | |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl | |
2001-12-27 | -t is only needed for key generation (unbreaks -i, -e, etc). | Markus Friedl | |
2001-12-25 | be more carefull on allocation | Markus Friedl | |
2001-12-25 | be more careful on allocation | Markus Friedl | |
2001-12-25 | Tag. | Hugh Graham | |
2001-12-25 | Now that Theo has a working vax, suddenly this is not fun anymore. | Miod Vallat | |
2001-12-24 | try all listed keys.. how did this get broken? | Theo de Raadt | |
2001-12-21 | remove ifdef for USE_PIPES since fdin != fdout; ok djm@ | Markus Friedl | |
2001-12-21 | Try all standard key files (id_rsa, id_dsa, identity) when invoked with | Damien Miller | |
no arguments; ok markus@ | |||
2001-12-21 | Avoid interruptable passphrase read; ok markus@ | Damien Miller | |
2001-12-21 | Remove default (rsa1) key type; ok markus@ | Damien Miller | |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller | |
responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by yakk@yakk.dot.net; ok markus@ | |||
2001-12-20 | setup x11 listen socket for just one connect if the client requests so. | Markus Friedl | |
(v2 only, but the openssh client does not support this feature). | |||
2001-12-19 | change the buffer/packet interface to use void* vs. char*; ok markus@ | Kevin Steves | |
2001-12-19 | fix race between SIGCHLD and select with an additional pipe. writing | Markus Friedl | |
to the pipe on SIGCHLD wakes up select(). using pselect() is not portable and siglongjmp() ugly. W. R. Stevens suggests similar solution. initial idea by pmenage@ensim.com; ok deraadt@, djm@ | |||
2001-12-19 | handle utsname.nodename case for FamilyLocal X authorization; ok markus@ | Kevin Steves | |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
2001-12-18 | fix an #include path, from Peter Valchev <pvalchev@sightly.net> | Michael Shalayeff | |
2001-12-18 | We need to adjust where "dot" points when we realloc(message). | Todd C. Miller | |
Problem found by Mike Heffner of the FreeBSD project. | |||
2001-12-18 | log fingerprint on successful public key authentication, simplify usage of ↵ | Jakob Schlyter | |
key structs; ok markus@ | |||
2001-12-18 | log fingerprint on successful public key authentication; ok markus@ | Jakob Schlyter | |
2001-12-18 | remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@ | Jakob Schlyter | |