Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-14 | man page is under same license as the program | Todd C. Miller | |
2003-02-14 | Pull in copyright info from the respective .pod files which gets lost | Todd C. Miller | |
in the conversion from pod -> man (since it is just a comment). This will probably get lost again the next time I update sudo but all the copyright info is in the LICENSE file anyway... | |||
2003-02-13 | add libedit support. | Federico G. Schwindt | |
from Pedro Bastos <pbastos at grad dot inf dot puc-rio dot br>, minus SMALL support. minor change by me. millert@ ok. | |||
2003-02-12 | replace crc32.c with a BSD licensed version; noted by David Turner | Markus Friedl | |
2003-02-12 | Add support for rotating files at a specific time; from FreeBSD | Todd C. Miller | |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright | |
2003-02-12 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | Markus Friedl | |
2003-02-10 | xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490 | Markus Friedl | |
2003-02-09 | typos; | Jason McIntyre | |
2003-02-08 | When creating > 1 files with mktemp(1), make sure that if the creation | Peter Valchev | |
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt | |||
2003-02-07 | More paranoia, make sure temp file owner matches real uid. | Todd C. Miller | |
2003-02-06 | undo broken fix for #387, fixes #486 | Markus Friedl | |
2003-02-06 | fix races in rename/symlink; from Tony Finch; ok djm@ | Markus Friedl | |
2003-02-06 | support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@ | Markus Friedl | |
2003-02-06 | missing call to setproctitle() after authentication; ok provos@ | Markus Friedl | |
2003-02-05 | simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@ | Markus Friedl | |
2003-02-04 | turns out that was theo quoting someone, so it has no place here... bummer. | Henning Brauer | |
2003-02-04 | skey/bsdauth: use 0 to indicate failure instead of -1, because | Markus Friedl | |
the buffer API only supports unsigned ints. | |||
2003-02-04 | better debug3 message | Markus Friedl | |
2003-02-04 | another | Henning Brauer | |
2003-02-03 | typos; | Jason McIntyre | |
ipsecadm(8): examples ho@ help and ok markus@ | |||
2003-02-03 | don't call error() for readonly /dev; from soekris list; ok mcbride, | Markus Friedl | |
henning, deraadt. | |||
2003-02-02 | More paranoia when opening temp file; don't follow symlinks and | Todd C. Miller | |
require that the link count be one. Prompted by a report from Marc Bevand. deraadt@ OK | |||
2003-02-02 | When disk activity exceeds 100kB/s divide length of bar by 10s and report | Henning Brauer | |
factor on RHS screen. from netbsd (dsl@) ok theo | |||
2003-02-02 | add support for key exchange guesses; based on work by | Markus Friedl | |
avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@ | |||
2003-02-02 | call okname() only when using system(3) for remote-remote copy; | Markus Friedl | |
fixes bugs #483, #472; ok deraadt@, mouring@ | |||
2003-02-01 | Fix out-of-bounds access to nl[255], found by naddy@ in context of | Daniel Hartmeier | |
propolice. ok theo@ | |||
2003-02-01 | ansi | Theo de Raadt | |
2003-01-31 | typos; | Jason McIntyre | |
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@ | |||
2003-01-28 | add a license goo; pt out by ray@securityfoo.net | Michael Shalayeff | |
2003-01-28 | remove example not pertinent with -1 addition; ok markus@ | Kevin Steves | |
2003-01-28 | document -l; pekkas@netcore.fi | Markus Friedl | |
2003-01-28 | Document the rest of cu's options; from Andrey Smagin | Todd C. Miller | |
We should probably split tip and cu into separate man pages with the common bits included. | |||
2003-01-27 | more specific error message when /var/empty has wrong permissions; | Markus Friedl | |
bug #46, map@appgate.com; ok henning@, provos@, stevesk@ | |||
2003-01-27 | Follow art's lead on the license. | Dale Rahn | |
2003-01-27 | Add licenses where I forgot them. (I'm ashamed). | Artur Grabowski | |
2003-01-27 | missing license; pointed out by ray at securityfoo dot net. | Federico G. Schwindt | |
2003-01-27 | missing $OpenBSD$ | Jason Wright | |
2003-01-26 | catched -> caught | Ryan Thomas McBride | |
2003-01-25 | it is 2003 now | Todd C. Miller | |
2003-01-25 | Move parsing of the monitor notification user with the rest of the | Todd C. Miller | |
optional arguments and add some sanity checking (if the M flag is specified a notification user must be specified as well). Also make the -n flag work in conjunction with -m and make verbose mode more monitor-friendly. deraadt@ OK | |||
2003-01-25 | Make monitor section match the actual code. | Todd C. Miller | |
2003-01-23 | 'conjunction' typos | Anil Madhavapeddy | |
2003-01-23 | scp -12; Sam Smith and others; ok provos@, deraadt@ | Markus Friedl | |
2003-01-23 | bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@ | Markus Friedl | |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl | |
private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@ | |||
2003-01-23 | typos; | Jason McIntyre | |
ok millert@ | |||
2003-01-23 | Don't log TIS auth response; "get rid of it" - markus@ | Damien Miller | |
2003-01-22 | more sync from freebsd; tedu@Stanford.EDU | Theo de Raadt | |
2003-01-22 | line2 may overrun if line is too long (> 200). be more careful on strcpy. | Jun-ichiro itojun Hagino | |
XXX strlen(argv[x]) should be checked before copies. netbsd 1.18 -> 1.19, requested by David Krause |