summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-03-26Invert the 'R' indicator which seems rather unintuitive at the moment,Mark Lumsden
2021-03-26Sort header files and wrap long lines in x509.cKinichiro Inoguchi
2021-03-26Add 'get-environment-variable', in a fashion:Mark Lumsden
2021-03-26Change the regex for define names. Make more characters available.Mark Lumsden
2021-03-26Change two more bool counters to pointer NULL checks.Mark Lumsden
2021-03-25Move the expression list create item code into a single function.Mark Lumsden
2021-03-25Add an (exit) method.Mark Lumsden
2021-03-25User a pointer's value (!NULL) instead of a boolean to indicate someMark Lumsden
2021-03-25Use length of line to indicate end of characters to process inMark Lumsden
2021-03-24Convert openssl(1) x509 option handlingKinichiro Inoguchi
2021-03-24Add option type OPTION_ORDERKinichiro Inoguchi
2021-03-23Fix some ranges and type handling.Martijn van Duren
2021-03-23Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIBMartijn van Duren
2021-03-23Use a pointer called bufp to point to a buffer called bufnMark Lumsden
2021-03-23Correct how many arguments some functions take for interpreter.c.Mark Lumsden
2021-03-23Make a parameter to an mg function not throw an error justMark Lumsden
2021-03-22Remove unveil() from the rsync_sender() and flist_gen(). The sender isClaudio Jeker
2021-03-22Adjust function name in error strings.Claudio Jeker
2021-03-22Adjust a type to unsigned since the io function works on unsigned ints.Claudio Jeker
2021-03-22Put comment where it belongs also remove an assert() that checks for anClaudio Jeker
2021-03-22Compare explicitly against NULL.Claudio Jeker
2021-03-22Make fmt argument const. Format local vars a bit.Claudio Jeker
2021-03-22Start the move to TAILQ for expressions instead of an SLIST.Mark Lumsden
2021-03-21Add quoted strings capability in list values, no special charsMark Lumsden
2021-03-20Looking at loading all expressions initially, working towards multiMark Lumsden
2021-03-20Add a 'batch' mode to mg via the '-b' command line option which willMark Lumsden
2021-03-19return non-zero exit status when killed by signal; bz#3281Damien Miller
2021-03-19increase maximum SSH2_FXP_READ to match the maximum packet size.Damien Miller
2021-03-18From Joachim Wiberg's version of mg.Mark Lumsden
2021-03-17Read ahead is now enforced for DTLS - remove workarounds.Joel Sing
2021-03-17Use consistent s_server_opt_ prefix.Joel Sing
2021-03-17Add DTLSv1.2 support to openssl(1) s_client/s_server.Joel Sing
2021-03-17Netstat wants to access kernel internal structures for the kvm walker ofClaudio Jeker
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.Nicholas Marriott
2021-03-16don't let logging clobber errno before useDamien Miller
2021-03-15Do not crash if there is no item to show command error, from AnindyaNicholas Marriott
2021-03-13only try to set timestamps on files; avoids error with ftp -o /dev/nullStuart Henderson
2021-03-12Fix so tmux correctly sends the cvvis (cursor very visible) capabilityNicholas Marriott
2021-03-12spellingJonathan Gray
2021-03-12Add ModuliFile keyword to sshd_config to specify the location of theDarren Tucker
2021-03-12pwcopy() struct passwd that we're going to reuse across a bunch ofDamien Miller
2021-03-11Tidy old jobs every hour instead of every 30 seconds.Nicholas Marriott
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spaceNicholas Marriott
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.Nicholas Marriott
2021-03-10zlib functions take a gzFile not gzFile * (gzFile is already a pointer).Todd C. Miller
2021-03-10sndiod: When a slot structure is recycled allocate new controlAlexandre Ratchov
2021-03-10sndiod: Style tweak: swap if/else code blocks in slot_new()Alexandre Ratchov
2021-03-10Import regenerated moduli file.Darren Tucker
2021-03-10no need to reset buffer after send_msg() as that is done for us;Damien Miller
2021-03-09Allow cursor to be just after match if copying, GitHub issue 2602.Nicholas Marriott