summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-11-14allow the full range of unsigned serial numbers; 'fine' deraadt@Damien Miller
2012-11-14fix username passed to helper programDamien Miller
2012-11-13Column numbers are gone for good.Florian Obser
2012-11-12Once a C_RECVDIR command is sent, a matching C_END command has to bePhilip Guenthe
2012-11-12Fix various format string issues. Stop assuming time_t is long or smaller.Philip Guenthe
2012-11-11updating the character offset on the line all the time is astoundinglyTheo de Raadt
2012-11-11david livingstone, not livingston;Jason McIntyre
2012-11-09*really* filter symbols on elf systems: introduce a new "export_symbols"Marc Espie
2012-11-09fix get_symbollist: output completely empty file if no symbol.Marc Espie
2012-11-07say goodbye to killing trailing spaces.Marc Espie
2012-11-07fix fractional number exponentiation, especially for negative exponentsOtto Moerbeek
2012-11-06Remove never read struct member, found while investigating a llvmFlorian Obser
2012-11-06use BN_set_negative() and BN_is_negative() instead of subtracting orOtto Moerbeek
2012-11-06For exponenttion, only warn if the fractional part of the exponentOtto Moerbeek
2012-11-05Show last client activity time in default choose-client list.Nicholas Marriott
2012-11-04Support multiple required authentication via an AuthenticationMethodsDamien Miller
2012-11-04Remove default of AuthorizedCommandUser. Administrators are now expectedDamien Miller
2012-11-03fix potential memory leak, found by llvmFlorian Obser
2012-11-03kill dead assignment, found by llvmFlorian Obser
2012-11-03Don't leak a file descriptor when testing for permissions, also makeChristiano F. Haesbaert
2012-11-03This should be void.Christiano F. Haesbaert
2012-11-02Dont insert twice recorded wav files (-o) on the list of recorded files;Alexandre Ratchov
2012-11-02Initialize wav structure enough for wav_close() to work in the errorAlexandre Ratchov
2012-11-02Use dedicated messages for flow control instead of abusing clock tickAlexandre Ratchov
2012-11-01update currency exchange rates;Jason McIntyre
2012-10-31fix an off-by-oneOkan Demirmen
2012-10-31tweak previous;Jason McIntyre
2012-10-30new sshd_config option AuthorizedKeysCommand to support fetchingDamien Miller
2012-10-30fdopen(3) return a FILE * not an int, so compare against NULL.Gleydson Soares
2012-10-30Nuke dhclient-script and dhclient.conf 'script' directive. Do allKenneth R Westerback
2012-10-27include netinet/in.h to get htons & friends prototypesAlexandre Ratchov
2012-10-27mark elf architectures as wellMarc Espie
2012-10-27don't stat & test sndio home directory since we never use it.Alexandre Ratchov
2012-10-27don't (re-)define SNDIO_USER and SNDIO_PRIO if they are already defined,Alexandre Ratchov
2012-10-27use unsigned chars for midi messages (to avoid gcc warning)Alexandre Ratchov
2012-10-26- fix potential memory and fd leakFlorian Obser
2012-10-26Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott
2012-10-25Add ability to active pane in list-windows and find-window formats, fromNicholas Marriott
2012-10-25Fix BELL_NONE which had been broken in some code reorganisation or otherNicholas Marriott
2012-10-25Fix bad size in memcpy from Romain Francoise.Nicholas Marriott
2012-10-25Fix typo bell->bells from Thomas Adam.Nicholas Marriott
2012-10-23Use correct file for revert-buffer; do not ignore abort.Florian Obser
2012-10-23fix fringe case where length is around 140.Marc Espie
2012-10-22Add (r)evert prompt to "File changed on disk; really edit the buffer"Florian Obser
2012-10-22Check for dirty buffer on buffer change.Florian Obser
2012-10-20- fix a potential double freeJasper Lievisse Adriaanse
2012-10-18numerous error message fixes:Marc Espie
2012-10-15Fix some function prototypes from Helmut Tessarek.Nicholas Marriott
2012-10-15Add support for recursive ftp upload. The mput command of the ftpAlexander Bluhm
2012-10-12Document duplicate inference rules. That's posix behavior, and what we do.Marc Espie