summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-19When doing an assertion for phz, just do it once when we set phz,Artur Grabowski
not once per process.
2001-02-19Update to sudo-1.6.3p6Todd C. Miller
2001-02-19Normalize the time in minutes to GMT so we can really catch DST changesTodd C. Miller
(since time() does not change during a DST switch). This makes cron correctly detect DST changes. It does not fix the problem of wildcard jobs running multiple times. Also, don't rely on tm_gmtoff since that is non-standard (but use it when we have it).
2001-02-19Fix LOCKDEBUG compile.Artur Grabowski
2001-02-19np is changed by recursion; vinschen@redhat.comTheo de Raadt
2001-02-19OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}Markus Friedl
2001-02-19Clean up spl handling.Artur Grabowski
2001-02-19ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@Markus Friedl
2001-02-19bash-like 'double-tab' completionCamiel Dobbelaar
- bind TAB (^I) to complete-list by default - complete-list now lists 'ls style' not 'menu style' - complete-list first completes; if that does not work, it lists - fix a memleak in emacs.c, do_complete - completion now works after '=' (dd), and ':' (ssh) and ` (backtick) - a command can now start with a subdir from the current dir
2001-02-19Avoid losing rtc after suspend/resume on some laptops. Ok provos@Hakan Olsson
2001-02-19Fix a bug (bad conversion from unsigned int to int) in PS/2 mouse resolutionjbm
setting, so that WSMOUSEIO_SRES ioctl with WSMOUSE_RES_MIN value now works; matthieu@ ok.
2001-02-19Merge from GENERIC: add pseudo-devices for IPv6.Christian Weisgerber
2001-02-19We handle the clock going backwards.Todd C. Miller
2001-02-18Move default protocol setting of TCP into the redir-specific codeTodd C. Miller
so it doesn't affect the "map" entries. Fixes a problem introduced in last commit where protocols other than TCP were not being mapped correctly.
2001-02-18Encode the X509 expiration in the KeyNote credential/policiesAngelos D. Keromytis
generated on the fly. For the record, this commit done at the beach in Cayman Islands :-)
2001-02-18Try every bpf device, not only the even-numbered ones; jason@ okMiod Vallat
2001-02-18In scsi_print_sense, add 0x when printing the opcode to clarify it'sFederico G. Schwindt
base 16; suggested by Quentin Barnes <qbarnes@urbana.css.mot.com>, ok by costa@.
2001-02-18fix typoTodd C. Miller
2001-02-18-C support.Marc Espie
Recognize -B, for better gnu-nm compatibility.
2001-02-18syncJason Wright
2001-02-18altima ac101 phy; from freebsdJason Wright
2001-02-18Don't run sendmail with the -or0s arg since it causes sendmail toTodd C. Miller
drop root privileges when specified on the command line.
2001-02-18NULL vs '\0'Todd C. Miller
2001-02-18Define CAPITALIZE_FOR_PS so children are capitalized in ps (like before).Todd C. Miller
2001-02-18Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.Todd C. Miller
I also fixed the signal handlers while I was at it.
2001-02-18typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fiMarkus Friedl
2001-02-18shorten messageTheo de Raadt
2001-02-18include <string.h>Paul Janzen
2001-02-18syncTheo de Raadt
2001-02-18newTheo de Raadt
2001-02-18include <string.h>Paul Janzen
2001-02-18two siop drivers conflict. rename to ssh -- short for Symbios Scripts HardwareTheo de Raadt
2001-02-18Convert to curses and tidy some. Generally based on NetBSD changes.Paul Janzen
2001-02-18Correct file path; fixes PR/1695.Aaron Campbell
2001-02-18Fix an uninitialized variable which could cause corruption of the userAaron Campbell
button state (and hence spurious mouse clicks) if the event queue filled up; from NetBSD.
2001-02-18rename variable raw->traw as to not conflict with raw()Eric Jackson
2001-02-18Get this not to segfault on startup on alpha.Paul Janzen
2001-02-18siop changes namesTheo de Raadt
2001-02-18USBVERBOSETheo de Raadt
2001-02-17it's the OpenSSH oneTheo de Raadt
2001-02-17cleanup -V output; noted by millertTheo de Raadt
2001-02-17spelling and grammarPaul Janzen
2001-02-17clrtoeol() is bad if there's stuff to the right you want to keep.Paul Janzen
2001-02-17bye bye setgid kvmTheo de Raadt
2001-02-17display username when playing restored gamesPaul Janzen
2001-02-17long usernames, and some -Wall-agePaul Janzen
2001-02-17do not use nlist anymore, kvm gets the bullet nextTheo de Raadt
2001-02-17partial KNF, because i cannot read the diffs i am trying to debugTheo de Raadt
2001-02-17Handle long usernames betterPaul Janzen
2001-02-17Use err() rather than errx() immediately after alloc failure.Paul Janzen