summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-10-10Add formats for window flags.Nicholas Marriott
2013-10-10Don't leak formats if they are added multiple times.Nicholas Marriott
2013-10-10Don't add client formats when they are NULL.Nicholas Marriott
2013-10-10Missing space in refresh-client synopsis.Nicholas Marriott
2013-10-10Grouped sessions were being leaked on destroy, correctly free them.Nicholas Marriott
2013-10-10Make recalculate_sizes() handle an empty window with no activeNicholas Marriott
2013-10-10Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd canNicholas Marriott
2013-10-10Regenerate moduliDarren Tucker
2013-10-10bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctlyDamien Miller
2013-10-10Move moduli generation to usr.bin/ssh/moduli-gen and keep track ofDarren Tucker
2013-10-10add -Q, -P and -p to usage() before jmc@ catches meDamien Miller
2013-10-09Add ability to whitelist and/or blacklist sftp protocol requests by name.Damien Miller
2013-10-08backwards compatibility is king, and will remain king, until 2038.Reyk Floeter
2013-10-08Increase the size of the Diffie-Hellman groups requested for a each symmetricDarren Tucker
2013-10-08Obtain the uptime of the running system using the new CLOCK_UPTIME,Philip Guenther
2013-10-07Printf size_t vars with %zu, not %ld;Ingo Schwarze
2013-10-07Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too.Ingo Schwarze
2013-10-06We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze
2013-10-06If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze
2013-10-05Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze
2013-10-05Change the default for the default-path option to ~. This is a quickNicholas Marriott
2013-10-05Fix previous not to leak fd on failure, whoops.Nicholas Marriott
2013-10-05Use open(".")/fchdir() to save and restore current directory rather thanNicholas Marriott
2013-10-04Support simple numerical conditions.Ingo Schwarze
2013-10-03ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange theIngo Schwarze
2013-10-03Avoid code duplication in roff_parseln() as suggested byIngo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-10-03Support setting arbitrary roff(7) number registers,Ingo Schwarze
2013-10-03sync with NetBSDIngo Schwarze
2013-10-01in truth, noone uses these backwards compat stubs to compile make on otherTheo de Raadt
2013-10-01update currency exchange rates;Jason McIntyre
2013-09-30jj cale; From: Matthew ClarkeJason McIntyre
2013-09-29use a more clearly named variable for the srandom case in the codeTheo de Raadt
2013-09-29Prepare netstat for printing 64 bit route expire time.Alexander Bluhm
2013-09-28Fix condition to check if a midi port is referenced. Remove unused bits.Alexandre Ratchov
2013-09-24rename re_match to regex_match to prevent a namespace conflict on Linux asJasper Lievisse Adriaanse
2013-09-23Keep Defaults env_keep to a minimum: basically just what is required forAntoine Jacoutot
2013-09-23Revert. It seems people don't agree about which device should be used.Antoine Jacoutot
2013-09-23cd0a -> cd0c for consistency with the FAQ.Antoine Jacoutot
2013-09-22Stop merging the per-thread and per-process flags when reportingPhilip Guenther
2013-09-21Merge conflicts.James Turner
2013-09-21more reasonable MAX_COLS for modern displaysMarc Espie
2013-09-19separate termios.h out from scan.l, both have an ECHO define. Noted byOtto Moerbeek
2013-09-19bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch fromDamien Miller
2013-09-19bz#1297 - tell the client (via packet_send_debug) when their preferredDamien Miller
2013-09-19fix swapped pflag and printflag in sftp upload_dir; from Iain MorganDamien Miller
2013-09-19store the initial file offset so the progress meter doesn't freak outDamien Miller
2013-09-18Remove "tset -S" compatibility I added years ago. Most convertedTodd C. Miller
2013-09-16Remove gssapi config parts from ssh_config, as was already done for sshd_config.Stuart Henderson
2013-09-16One of the WARNING messages has to use the word "section" twice in twoIngo Schwarze