Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-02 | strlcpy; millert ok | Theo de Raadt | |
2003-04-02 | fifo -> FIFO | Jason McIntyre | |
ok millert@ | |||
2003-04-02 | make it compile after tcpstates changes elsewhere | Michael Shalayeff | |
2003-04-02 | remove dead code | Henning Brauer | |
2003-04-02 | nfs -> NFS | Jason McIntyre | |
2003-04-02 | remove what is left over from the control class stuff | Henning Brauer | |
ok kjc@ | |||
2003-04-02 | midi -> MIDI | Jason McIntyre | |
2003-04-02 | potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526 | Markus Friedl | |
2003-04-02 | better error handling | Henning Brauer | |
2003-04-02 | better error message | Henning Brauer | |
2003-04-02 | internal terminal emulator -> Internal Terminal Emulator | Jason McIntyre | |
2003-04-02 | isa -> ISA | Jason McIntyre | |
2003-04-02 | enable rekey test | Markus Friedl | |
2003-04-02 | reapply rekeying chage, tested by henning@, ok djm@ | Markus Friedl | |
2003-04-02 | Hewlett Packard -> Hewlett-Packard | Jason McIntyre | |
2003-04-02 | use strlcpy(); assumes buf is at least ndigit bytes long which is as | Todd C. Miller | |
safe as we can get. deraadt@ OK | |||
2003-04-02 | snprintf; drahn ok | Theo de Raadt | |
2003-04-02 | knf | Theo de Raadt | |
2003-04-02 | asprintf; millert ok | Theo de Raadt | |
2003-04-01 | When using bpf(4) in immediate mode, and using kevent(2) to receive | Artur Grabowski | |
notification of packet arrival, the usermode application isn't notified until a second packet arrives. This is because KNOTE() calls filt_bpfread() before bd_slen has been updated with the newly arrived packet length, so it looks like there is no data there. Moving the bpf_wakeup() call for immediate mode to after bd_slen is set fixes it. From: wayne@epipe.com.au in pr 3175 | |||
2003-04-01 | use PAGE_MASK instead of PAGE_SIZE-1 | Michael Shalayeff | |
2003-04-01 | dma -> DMA | Jason McIntyre | |
ok millert@ | |||
2003-04-01 | fix a few paskhal holidays and add a couple of great other ones | Michael Shalayeff | |
2003-04-01 | 745i/747i entries; from weissmanndude | Michael Shalayeff | |
2003-04-01 | there could be only one | Michael Shalayeff | |
2003-04-01 | Throw an error if the username field is empty; noticed by mpech@ | Todd C. Miller | |
2003-04-01 | Update to sudo 1.6.7p1; fixes false positives in the oflow detection | Todd C. Miller | |
of expand_prompt() introduced in sudo 1.6.7. | |||
2003-04-01 | Elf, elf -> ELF | Jason McIntyre | |
2003-04-01 | 'flags X' is not valid (BNF lied) | Philipp Buehler | |
henning@ ok | |||
2003-04-01 | anchors in BNF | Philipp Buehler | |
(from loki at niteshade . net) | |||
2003-04-01 | Unused variable. | Artur Grabowski | |
Pointed out by John L. Scarfone <j0@cox.net> | |||
2003-04-01 | Digital Unix -> Digital UNIX | Jason McIntyre | |
Tru64 Unix -> Tru64 UNIX checked against HP web site. | |||
2003-04-01 | 3.6.1 | Markus Friedl | |
2003-04-01 | bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested ↵ | Markus Friedl | |
by ho@ and myself | |||
2003-04-01 | DELL -> Dell | Jason McIntyre | |
2003-04-01 | backout rekeying changes (for 3.6.1) | Markus Friedl | |
2003-04-01 | rekeying bugfixes and automatic rekeying: | Markus Friedl | |
* both client and server rekey _automatically_ (a) after 2^31 packets, because after 2^32 packets the sequence number for packets wraps (b) after 2^(blocksize_in_bits/4) blocks (see: http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt) (a) and (b) are _enabled_ by default, and only disabled for known openssh versions, that don't support rekeying properly. * client option 'RekeyLimit' * do not reply to requests during rekeying | |||
2003-04-01 | tidy up of EXAMPLES section; | Jason McIntyre | |
host A -> Host A cisco -> Cisco for consistency | |||
2003-04-01 | bios -> BIOS | Jason McIntyre | |
2003-04-01 | Add a couple of new pci subclasses and caps from NetBSD | Alexander Yurchenko | |
ok jason@ | |||
2003-04-01 | snprintf | Theo de Raadt | |
2003-04-01 | avoid memory leak on redirect header generation. from kame. | Jun-ichiro itojun Hagino | |
2003-03-31 | Treat empty environment variables the same as NULL. henning@ OK | Todd C. Miller | |
2003-03-31 | Protect tdb access w/ spltdb; Patrick Latifi | Todd C. Miller | |
Since bridgeintr_frame() is called at splsoftnet() this isn't a big deal but should still be fixed. jason@ OK. | |||
2003-03-31 | Avoid using FREEd data when we get a crypto error; Patrick Latifi | Todd C. Miller | |
Also move the session ID reset into the crp_etype == EAGAIN case (noticed by angelos@). OK jason@ and angelos@ | |||
2003-03-31 | Typos in comments. | Bruno Rohee | |
encryptiooon -> encryption vctor -> vector ascii -> ASCII | |||
2003-03-31 | ascii -> ASCII | Jason McIntyre | |
2003-03-31 | add a newline at end of file. gcc3 rightfully complains if the file | Bruno Rohee | |
is not newline terminated. From Thorsten Glaser | |||
2003-03-31 | Sync positional arguments equivalence's description with reality. | Thierry Deval | |
ok millert@ | |||
2003-03-31 | Add missing splx; Patrick Latifi | Todd C. Miller | |
jason@ OK |