summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-02-12syncSebastian Benoit
2019-02-12syncSebastian Benoit
2019-02-12fix previous and add the fileSebastian Benoit
2019-02-12syncSebastian Benoit
2019-02-12syncSebastian Benoit
2019-02-12sync:Sebastian Benoit
2019-02-12syncSebastian Benoit
2019-02-12sync, this also adds the -g option to the option parser.Sebastian Benoit
2019-02-12complete support for -e and -rsh=name optionsTheo de Raadt
2019-02-12using const is misleading if the only access requires a de-const, it isTheo de Raadt
2019-02-12add long-opts aliases for single-letter options already presentTheo de Raadt
2019-02-11fix an fd leak in blk_match()Sebastian Benoit
2019-02-11premature bit snuck inTheo de Raadt
2019-02-11swap comparison arguments as needed, to match idiomatic C most of usTheo de Raadt
2019-02-11flags variable not neededTheo de Raadt
2019-02-11cleanup weird spaces around !. (We normalize source-code to a standardTheo de Raadt
2019-02-11normalize formatTheo de Raadt
2019-02-11cleanup GSSAPI authentication context after completion of theDamien Miller
2019-02-10whitespace and 80 chars per lineSebastian Benoit
2019-02-10canonical order of pledge()s.Sebastian Benoit
2019-02-10fix whitespaceSebastian Benoit
2019-02-10change the Makefile to be a normal OpenBSD bsd.prog.mk style fileSebastian Benoit
2019-02-10Import Kristaps' openrsync into the tree.Sebastian Benoit
2019-02-10ssh-keygen -D pkcs11.so needs to initialize pkcs11 interactive,Sebastian Benoit
2019-02-10when checking that filenames sent by the server side match what theDamien Miller
2019-02-10syslog when connection is dropped for attempting to run a commandDamien Miller
2019-02-09Revert previous.Ingo Schwarze
2019-02-09The horizontal line in a data cell containing only "_" or "="Ingo Schwarze
2019-02-09Completion of command-alias members.Nicholas Marriott
2019-02-09ignore empty request lines in the table data reader;Ingo Schwarze
2019-02-09Fix weird wrap showing cipher list in interactive modeKinichiro Inoguchi
2019-02-09Summarize the 4 same name functions and move it to apps.cKinichiro Inoguchi
2019-02-08Fix a race condition: do not unlink(2) a file and then open(2) itIngo Schwarze
2019-02-07Remove rpath from pledge when only stdin is used.Tobias Stoeckmann
2019-02-06Let roff_getname() end the roff identifier at a tab characterIngo Schwarze
2019-02-06adjust style and comments in roff_getname(); no functional changeIngo Schwarze
2019-02-06Add -b to display-panes like run-shell, GitHub issue 1559.Nicholas Marriott
2019-02-05Add islower check to show_ciphers in pkey.c and rsa.c.Kinichiro Inoguchi
2019-02-05Adapt code in the non-USE_PIPES codepath to the new packet API.Darren Tucker
2019-02-05Convert openssl(1) pkey to the newer style of option handling.Kinichiro Inoguchi
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but theTheo de Raadt
2019-02-04fix NULL-deref crash in PKCS#11 code when attempting login to a tokenDamien Miller
2019-02-04add support for defining variables through the environmentJasper Lievisse Adriaanse
2019-02-04implement compat with fd.o pkg-config 0.29.0:Jasper Lievisse Adriaanse
2019-02-04Document missing command line options for the rsautl command.Theo Buehler
2019-02-04Remove obsolete "Protocol" from commented out examples.Darren Tucker
2019-02-03zap spaces before tabsTheo Buehler
2019-02-03Convert openssl(1) rsautl to the newer style of option handling.Joel Sing
2019-02-01Fix regresion that prevented -A0 from working as before.Todd C. Miller
2019-02-01update currency exchange rates;Jason McIntyre