Age | Commit message (Expand) | Author |
2010-07-14 | Make pane/window wrapping more logical (so with 10 windows, +10 from | Nicholas Marriott |
2010-07-14 | finally ssh synopsis looks nice again! this commit just removes a ton of | Jason McIntyre |
2010-07-14 | Zero the pitem array so checking items after those used works as | Nicholas Marriott |
2010-07-13 | s/timing_safe_cmp/timingsafe_bcmp/g | Damien Miller |
2010-07-13 | Don't silently overwrite untracked local files with newly-added | Nicholas Marriott |
2010-07-13 | Do not put the file into conflict if it is no longer modified (user has | Nicholas Marriott |
2010-07-13 | PR 6423 fix for cvs too, requested by xsa@. | Nicholas Marriott |
2010-07-13 | Don't read before the beginning of the log message if it is zero-length | Nicholas Marriott |
2010-07-13 | implement a timing_safe_cmp() function to compare memory without leaking | Damien Miller |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-07-12 | expand %h to the hostname in ssh_config Hostname options. While this | Damien Miller |
2010-07-12 | Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f") | Damien Miller |
2010-07-11 | remove unused variable and unused static prototype. | Charles Longeau |
2010-07-11 | Return the command client return code with MSG_EXIT now that MSG_ERROR and | Nicholas Marriott |
2010-07-11 | bcrypt_gensalt is already declared in pwd.h | David Hill |
2010-07-10 | When a file is created, initialize its ``busy cycles'' counter to zero. | Alexandre Ratchov |
2010-07-10 | In midi server mode, don't terminate the midi thru box if there are | Alexandre Ratchov |
2010-07-10 | fix parameter handling: don't try to open a ``default'' midi port | Alexandre Ratchov |
2010-07-09 | Make cvs and rcs consistent in what characters they'll accept in | Christian Weisgerber |
2010-07-09 | when opencvs is started with trace option `-t' it must print function it | zinovik |
2010-07-08 | Update sudo to version 1.7.2p8 | Todd C. Miller |
2010-07-08 | Remove references to kvm. | lum |
2010-07-06 | Try to detect busy loops caused by misbehaving audio drivers | Alexandre Ratchov |
2010-07-06 | various tweaks to previous; ok ratchov | Jason McIntyre |
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov |
2010-07-06 | make kdump build after COMPAT_BSDOS removal. | Owain Ainsworth |
2010-07-05 | Add prototype and remove unused variable. | lum |
2010-07-03 | use SMALL_PROGRAM to knock out some code | Theo de Raadt |
2010-07-03 | Rudimentary implementation of user-defined strings; | Ingo Schwarze |
2010-07-03 | put .Os in the right place; | Jason McIntyre |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-03 | When open() fails, warn using the device name, not the host name. | Nicholas Marriott |
2010-07-03 | Changed vinit to clear the values but forgot to move it before they are set by | Nicholas Marriott |
2010-07-03 | make lint happy | Alexander Hall |
2010-07-02 | 'wether' -> 'whether' typo in license text. | Kenneth R Westerback |
2010-07-02 | tags.c isn't needed at all, so exclude the entire object instead of | Philip Guenthe |
2010-07-02 | Remove the "fast" grep code if SMALL. This has the side effect of breaking | Ted Unangst |
2010-07-02 | #ifndef SMALL a few more things to save space on the ramdisks | Theo de Raadt |
2010-07-02 | Do not include mmap support with -DSMALL. | Nicholas Marriott |
2010-07-02 | remove userland bits of compat_sunos | Ted Unangst |
2010-07-02 | Not only for -tag lists, but for -hang, -ohang, -inset, -diag, | Ingo Schwarze |
2010-07-02 | Allow systat to print date and time when in rawmode. | lum |
2010-07-02 | Rewrite how printing all variables works to avoid using a global variable | Nicholas Marriott |
2010-07-02 | Clear table and set defaults manually, also move table into value.c. | Nicholas Marriott |
2010-07-02 | Merge almost-empty pathnames.h into tip.h. | Nicholas Marriott |
2010-07-02 | Merge vassign and vtoken and make it much more strict on what it accepts. | Nicholas Marriott |
2010-07-02 | Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc. | Nicholas Marriott |
2010-07-02 | Rewrite hunt() to put the "rotary action" into it rather than remote.c, and so | Nicholas Marriott |
2010-07-02 | unbreak strdelim() skipping past quoted strings, e.g. | Damien Miller |
2010-07-01 | Don't overwrite the device name with the fake cu%d host. | Nicholas Marriott |