summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-13Disable graceful restart for now. The EOR marker is sent in the wrong placeClaudio Jeker
and fixing this is not a two liner. Will be enabled again when I found out how to fix this.
2009-10-13Don't try to use \n across scroll region when doing \r\n either.Nicholas Marriott
2009-10-13When a session is unattached, reset its activity timer to prevent it lockingNicholas Marriott
instantly when reattached.
2009-10-13sort;Jason McIntyre
2009-10-13syncTheo de Raadt
2009-10-13Merge in some local changes that got lost.Todd C. Miller
2009-10-13Instead of using something sort of similar for both newline checks, useNicholas Marriott
something the same. Doesn't fix the bug I'm looking for though :-/.
2009-10-13sort the device list. from Brad.Stuart Henderson
2009-10-12trim ending whitespaces in aliases files otherwhise makemap will fail toGilles Chehade
parse values correctly when ran in aliases mode, and smtpd will fail to parse values correctly when reading an include file
2009-10-12document the new "for virtual map [...]" syntaxGilles Chehade
2009-10-12- fix a null deref which could happen after a couple iterations of theGilles Chehade
aliases/virtual domains resolution code. - fix a logic bug which caused virtual domains not to be correctly handled after one iteration of the aliases resolution code. - introduce a few helper functions to help clean up and simplify the lka code. - simplify the IS_EXT/IS_MAILBOX/IS_RELAY macros so they manipulate a struct path * instead of the mess of dereferences we were passing them.
2009-10-12Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c toRobert Nagy
the list of built files and switch the md5.h header to the libiberty one. This change is needed by gcc4 and it is a major library crank for libiberty. tested by many people on many architectures and finally ok'd by deraadt@
2009-10-12Alcatel One Touch X060/X200Jonathan Gray
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
From David Coppa <dcoppa@gmail.com>
2009-10-12regenJonathan Gray
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
From David Coppa <dcoppa@gmail.com>
2009-10-12step two of syncTheo de Raadt
2009-10-12part one of syncTheo de Raadt
2009-10-12remove troublesome file that broke the 5.10.1 mergeTodd C. Miller
2009-10-12auixp(4) also supports SB600. from Brad.Jacob Meuser
2009-10-12remove editor backup file from MANIFESTTodd C. Miller
2009-10-12Undo keywork expansion by escaping the dollar signs as octalTodd C. Miller
2009-10-12Merge in perl 5.10.1; part twoTodd C. Miller
2009-10-12Merge in perl 5.10.1Todd C. Miller
2009-10-12to support virtual domains properly, smtpd needed to have the domain storedGilles Chehade
as a key in the virtual map, which means that to support virtual domain for openbsd.org I would do: openbsd.org whatevervalue gilles@openbsd.org gilles this commit teaches makemap how to deduce the special domain keys based on the entries for that domain, so that only the second line is needed now.
2009-10-12fix a bug where matching a "for all" rule with multiple condition will notGilles Chehade
let us know which condition we matched.
2009-10-12import perl 5.10.1Todd C. Miller
2009-10-12More inodes by default on the ramdisk, because otherwise a many-diskTheo de Raadt
system runs out of space; reported by William Yodlowsky
2009-10-12source code can fit on a 80-column display, no binary change.Igor Sobrado
2009-10-12sort flags in description.Igor Sobrado
2009-10-12When drawing lines that have wrapped naturally, don't force a newline butNicholas Marriott
permit them to wrap naturally again. This allows terminals that use this to guess where lines start and end for eg mouse selecting (like xterm) to work correctly. This was another long-standing issue raised by several people over the last while. Thanks to martynas@ for much testing. This was not trivial to get right so bringing it in for wider testing and adn to fix any further glitches in-tree.
2009-10-12When backspace is received at the beginning of a line and the previous line wasNicholas Marriott
wrapped, move the cursor back up to the end of the previous line. Another one of the forgotten persons requested this quite a while ago (I need to start noting names on todo items...) when it was quite hard to implement. Now it is easy and I don't see it can do any harm, so hey presto...
2009-10-12Don't run through the column unchanged case if the row was unchanged but thereNicholas Marriott
were no suitable optimisations, instead make it an else to fall through to absolute addressing.
2009-10-12If the vertical cursor movement crosses the scroll region, CUU and CUDNicholas Marriott
shouldn't be used even if VPA isn't present - in that case CUP should be used.
2009-10-12Wrap a couple of long lines.Nicholas Marriott
2009-10-12Only dump AFI/SAFI pairs that are active. For IPv6 check the announced andClaudio Jeker
received MP capability for IPv4 this does not work when announce capabilities no is set so check if announce IPv4 none was set in the config. The capabilities code needs rework since those checks are very error prone. With this we don't leak unneeded EOR markers for other AFI/SAFI pairs.
2009-10-12Use absolute movement if right at the end of the line as it isn't a reliableNicholas Marriott
place to move from relatively.
2009-10-12Send correct EOR updates. peer_send_eor() does not accept the AFI_ALL andClaudio Jeker
SAFI_ALL shortcuts. This should fix issues with Juniper boxes that started when I enabled more capabilities by default. Fix and report by rivo nurges (rix at estpak dot ee) Thanks.
2009-10-12Use relative cursor movement instead of absolute when possible and whenNicholas Marriott
supported by the terminal to reduce the size of the output data (generally about 10-20%).
2009-10-12avoid smashing the stack when we have sense data to return back to userlandDavid Gwynne
2009-10-12more handle -> newer.Marc Espie
it is going to get more complicated sooner....
2009-10-12more simple uses of set->newerMarc Espie
2009-10-12Permit attributes to be turned off in #[] by prefixing with "no", for exampleNicholas Marriott
"noblink".
2009-10-12looking through installed packages is cool, but remember to filter outMarc Espie
older stuff in the updateset...
2009-10-12Similarly add a tty_cursor_pane function to tidy up most of the calls.Nicholas Marriott
2009-10-12_absolute is redundant, just use tty_region.Nicholas Marriott
2009-10-12Cleanup: use two functions for region setting, one for absolute and one insideNicholas Marriott
pane.
2009-10-12another cert that makes godaddy.com and launchpad.net (among others) happy.Federico G. Schwindt
found by Guillaume Protet (guillaume dot protet at mortheres dot info) while testing bzr update. deraadt@ ok
2009-10-12tweak previous;Jason McIntyre
2009-10-12mask bits correctly in devid vpd for the PIDavid Gwynne