summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-07-02Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott
2009-07-02allow for long home dir paths (bz #1615). ok deraadtDarren Tucker
2009-06-30crank version; ok deraadtMarkus Friedl
2009-06-30When unlocking the server, don't try to clear the prompt on clients without aNicholas Marriott
2009-06-30Add missing single quotes around a colon in Runas_Spec definition.Todd C. Miller
2009-06-29Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott
2009-06-29sync with sudo 1.7.2Todd C. Miller
2009-06-29Fix the range of a #ifndef SMALL ... #endif not to include the "break;"Alexander Hall
2009-06-29Don't try to page up with scroll-mode -u or copy-mode -u unless the mode wasNicholas Marriott
2009-06-27release storage after asprintf. ok sthen@Martynas Venckus
2009-06-27Use gmtime_r so the current time isn't overwritten, the minute comparison worksNicholas Marriott
2009-06-27Now in sync with 1.7.20, except that a few patches looking incorrectIngo Schwarze
2009-06-27sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4Ingo Schwarze
2009-06-27Copy the 256-colour flag into the tty saved cell as well as the actual colour,Nicholas Marriott
2009-06-27sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual.Ingo Schwarze
2009-06-27sync to 1.7.20: .Bd -indent uses 6-space, not 5-space indentIngo Schwarze
2009-06-27sync to 1.7.20: .Bl -diag get two spaces after the tagIngo Schwarze
2009-06-27sync to 1.7.20: handle [01-9]+m -width specifiersIngo Schwarze
2009-06-27Mark MPLS routes with T (tagged) in route output.Michele Marchetto
2009-06-27sync to 1.7.20: .D1 and .Dl use 6-space, not 5-space indent;Ingo Schwarze
2009-06-27Add client option UseRoaming. It doesn't do anything yet but willAndreas Gunnarsson
2009-06-27It may be necessary to retransmit some data when resuming, so add itAndreas Gunnarsson
2009-06-27packet_bacup_state() and packet_restore_state() will be used toAndreas Gunnarsson
2009-06-26Add missing spaces before some alias closing brackets, otherwise they areNicholas Marriott
2009-06-26add jackson's death. ok\with sthen@Martynas Venckus
2009-06-26the forms \*x, \*(xx and \*[xxx] are not deprecated, so revert most of 1.8;Ingo Schwarze
2009-06-26After logging (if enabled) is switched to file, there is no reason to keepNicholas Marriott
2009-06-26undefine() leaves the hash entry for the macro (for use by builtin()) andPhilip Guenthe
2009-06-26Sync with sudo repoTodd C. Miller
2009-06-26Remove some unused function declarations; no binary change.Nicholas Marriott
2009-06-26explicitly print an empty value between two end_line() calls to preventCan Erkin Acar
2009-06-26Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott
2009-06-26Also #ifndef nitems here, caught by Thomas Jeunet.Nicholas Marriott
2009-06-26- include two missing headers in if.cJasper Lievisse Adriaanse
2009-06-25do not use nitems(); ok claudioTheo de Raadt
2009-06-25Remove some dead assignments, found by sthen with clang.Nicholas Marriott
2009-06-25#ifndef nitems to avoid redefining it if it is already in a header.Nicholas Marriott
2009-06-25the rule is not to use nitems() in userland yetTheo de Raadt
2009-06-25sync the SENSOR_DRIVE_* names with sysctl(8)'sOkan Demirmen
2009-06-25use the nitems() macro where appropriateOkan Demirmen
2009-06-25Check RTM_VERSION even on sysctl data.Claudio Jeker
2009-06-25incorrect .PATH setting, discovered with nicmTheo de Raadt
2009-06-25Use the pane flags not the window flags. Doh.Nicholas Marriott
2009-06-25diagflags for diagsMarc Espie
2009-06-25If getcwd() fails, use the user's home directory, or /, instead of failing withNicholas Marriott
2009-06-25lines variable can be -1 (to be ignored), so should be signed. Found by lint.Nicholas Marriott
2009-06-25Remove error about using -L and -S together which was never displayed asNicholas Marriott
2009-06-25tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Nuke unused buffer functions. Found by lint.Nicholas Marriott