summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-12-28Make the second, section number argument of .Xr mandatory.Ingo Schwarze
2016-12-28Fix the prefer unattached session behaviour ofNicholas Marriott
2016-12-25Add some {}'s to eliminate "ambiguous else" warnings from gcc.Kenneth R Westerback
2016-12-25Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line.Vadim Zhukov
2016-12-24Correctly handle tls_read()/tls_write().Joel Sing
2016-12-22missing full stop;Jason McIntyre
2016-12-22Avoid "unused variable 'i'" warnings in generated .c files by only emittingKenneth R Westerback
2016-12-22Simply some for() loops to eliminate "computed, not used" warnings.Kenneth R Westerback
2016-12-22add muststaple option so that oscp stapling can be required for sites youBob Beck
2016-12-22Remove PIM support from the multicast stack.Rafael Zalamena
2016-12-20Add 'default:' cases to switch statements that gcc whines about.Kenneth R Westerback
2016-12-20Tweak generated .c output so switch statements always have aKenneth R Westerback
2016-12-19openssh-7.4Damien Miller
2016-12-18Remove statements that have no effect from X(), Y() and Z() #define's.Kenneth R Westerback
2016-12-18increase width of interface column in the pf rules view by 2 chars, so that '...Jasper Lievisse Adriaanse
2016-12-18Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)Kenneth R Westerback
2016-12-18Nuke more unused variables.Kenneth R Westerback
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-15Add missing braces in DenyUsers code. Patch from zev at bewilderbeest.net,Darren Tucker
2016-12-15Fix text in error message. Patch from zev at bewilderbeest.net.Darren Tucker
2016-12-14Fix up winlink lists after swap-window.Nicholas Marriott
2016-12-14Some of the executables that are used by bgplg need the set-user-IDReyk Floeter
2016-12-14disable Unix-domain socket forwarding when privsep is disabledDamien Miller
2016-12-11-N without arguments needs to set prefix count for the mode command, soNicholas Marriott
2016-12-10replace all references to bn(3) with BN_new(3),Ingo Schwarze
2016-12-09Spacing nits.Nicholas Marriott
2016-12-09log connections dropped in excess of MaxStartups at verbose LogLevel;Damien Miller
2016-12-08Fix send-keys with UTF-8.Nicholas Marriott
2016-12-08Avoid splitting the "Requesting %s" printf and its trailing newline.Todd C. Miller
2016-12-08Avoid printf of a NULL pointer as a string in debug mode.Todd C. Miller
2016-12-07Do not clear the prompt when a message is shown, just leave it around andNicholas Marriott
2016-12-07When reporting "whitespace at end of input line" on lines ending withIngo Schwarze
2016-12-07Only skip moving the cursor if it is already in the last position _onNicholas Marriott
2016-12-07Make prefix work in all tables (except the prefix table). Users who wantNicholas Marriott
2016-12-06make IdentityFile successfully load and use certificates that have noDamien Miller
2016-12-05Be more explicit about the "args" syntax.Ingo Schwarze
2016-12-04Fix public key authentication when multiple authentication is in use.Damien Miller
2016-12-04Unlink PidFile on SIGHUP and always recreate it when the new sshd starts.Darren Tucker
2016-12-01update currency exchange rates;Jason McIntyre
2016-11-30Fix check for cursor at end of line.Nicholas Marriott
2016-11-30Check return value of tls_config_set_protocols(3) and tls_config_set_ciphers(3)Ricardo Mestre
2016-11-30Check return value of tls_config_set_protocols(3) and bail out in case ofRicardo Mestre
2016-11-30tweak previous;Jason McIntyre
2016-11-30add a whitelist of paths from which ssh-agent will load (viaDamien Miller
2016-11-30Add a sshd_config DisableForwaring option that disables X11, agent,Damien Miller
2016-11-30When a forced-command appears in both a certificate and anDamien Miller
2016-11-30On startup, check to see if sshd is already daemonized and if so,Darren Tucker
2016-11-29Make send -N work for all keys, not just in copy mode. From Artem Fokin.Nicholas Marriott
2016-11-29Factor out code to disconnect from controlling terminal into its ownDarren Tucker
2016-11-28When comparing ocy to orlower in tty_cmd_cell, there is no need to addNicholas Marriott