Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-08 | move to sshd.sshd instead | Theo de Raadt | |
2002-05-08 | correct linkage | Theo de Raadt | |
2002-05-08 | includes should be installed during `make include', not later. | Marc Espie | |
Fixes this for lex and binutils' bfd. Also, do not install ansidecl.h, we don't really need it, bfd.h uses it, and we installed it so that bfd worked, so let bfd.h include it directly. prompted by mickey@ | |||
2002-05-08 | _exit() not exit() in signal handler. | Todd C. Miller | |
2002-05-08 | Split out symbol handling into a separate file. | Artur Grabowski | |
Implement symbol handling for ELF (based on FreeBSD). Implement dummy support for alpha, hppa, powerpc and sparc64. Tested during the last 2 months on various archs (never comitted because other stuff got in the way). Some fixups to i386 support from mickey@ This lets us switch all elf archs to this gprof. | |||
2002-05-07 | use ssh uid | Theo de Raadt | |
2002-05-07 | Carefully applied -Wall fixups from <panda@omatis.com>. | Hugh Graham | |
Also a little KNF. | |||
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-05-06 | When options.permit_empty_passwd == 0 ensure you are checking pw->passwd not | mouring | |
password. | |||
2002-05-06 | rlogin is gone but rsh remains (though its use is discouraged). | Todd C. Miller | |
If someone uses the 'rsh foo' form and there is no rlogin installed, use telnet instead. | |||
2002-05-06 | rlogin: Lived with Joy | Theo de Raadt | |
2002-05-06 | do not install a SIGSEGV handler | Todd C. Miller | |
2002-05-06 | different fix; reported by zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-05-04 | make ssh not setuid. We will solve the issues relating to it being setuid ↵ | Theo de Raadt | |
later. Groovy, ok? | |||
2002-05-04 | enable privsep by default; provos ok | Theo de Raadt | |
2002-05-03 | Typo; from Andrey Smagin (andrey at smagin dot com), thanks! | Miod Vallat | |
2002-05-03 | Fix pasto in -anewer and -cnewer options that caused them to behave | Todd C. Miller | |
as -newer; Dave Horsfall | |||
2002-05-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert | |
From NetBSD | |||
2002-04-30 | arguement -> argument | Theo de Raadt | |
2002-04-29 | Fix 32bit int oflow when there is > 2GB vm; peters AT telia DOT net | Todd C. Miller | |
2002-04-28 | Implement -s. | Marc Espie | |
Triggered by recent FreeBSD changes. - emits #line directives at every file change (like FreeBSD) - maintains a synch_lineno variable to verify when the output gets out of synch with the input, so that it can emit #line to re-synch as well (unlike FreeBSD) To do: either handle \end-of-line, or recognize when a macro expansion is in progress, so that line synch don't perturb cpp on multi-line expansions. With this, we should have a fully POSIX-compliant m4. ok miod@ | |||
2002-04-26 | use ansi function declarations. ok millert@ | Marc Espie | |
2002-04-26 | Strip sudo and visudo on install. Noticed by Camiel Dobbelaar. | Todd C. Miller | |
2002-04-26 | prototype mismatch, ansi conversion rules... | Marc Espie | |
add -pedantic to flags. | |||
2002-04-26 | fix indentation error | Marc Espie | |
2002-04-26 | rename `bool' to something else, to avoid C99 surprises. | Marc Espie | |
2002-04-25 | Update to sudo 1.6.6 | Todd C. Miller | |
2002-04-25 | avoid buffer overrun on PASV from malicious server. | Jun-ichiro itojun Hagino | |
http://online.securityfocus.com/archive/1/269356/2002-04-22/2002-04-28/0 | |||
2002-04-23 | Improve error message; ok markus@ stevesk@ | Damien Miller | |
2002-04-23 | send complete ticket; semerad@ss1000.ms.mff.cuni.cz | Markus Friedl | |
2002-04-23 | 3.2.1 | Markus Friedl | |
2002-04-22 | Do not hardcode mvme88k-specific compilation flags here, especially since | Miod Vallat | |
the new flags happen to be no different from those set in <sys.mk> | |||
2002-04-22 | request reply (success/failure) for -R style fwd in protocol v2, | Markus Friedl | |
depends on ordered replies. fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@ | |||
2002-04-22 | do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@ | Markus Friedl | |
2002-04-22 | lenin born, the most human of the ppl, form@ and mickey@ | Michael Shalayeff | |
2002-04-22 | columbia was not that much of a deal to mention twice, plus gagarin was ↵ | Michael Shalayeff | |
before it anyway | |||
2002-04-22 | fix check for overflow | Markus Friedl | |
2002-04-22 | don't use /bin/cp to copy files. | Vincent Labrecque | |
ok deraadt@ | |||
2002-04-22 | fix mem leak | Vincent Labrecque | |
ok deraadt@ | |||
2002-04-21 | Document fractional delays. | Hugh Graham | |
2002-04-21 | Add support for fractional delay values. Useful for fast updates | Hugh Graham | |
without spinning top. Cleared by millert. | |||
2002-04-21 | spelling in error message; ok markus@ | Kevin Steves | |
2002-04-21 | document default AFSTokenPassing no; ok deraadt@ | Kevin Steves | |
2002-04-20 | rewrite using the buffer_* API, fixes overflow; ok deraadt@ | Markus Friedl | |
2002-04-20 | add buffer_{get,put}_short | Markus Friedl | |
2002-04-20 | No, afs requires explicit enabling | Theo de Raadt | |
2002-04-20 | Add missing copyright | Thorsten Lockert | |
2002-04-18 | Reuse cddb code to support FreeBSD new cdid command. | Marc Espie | |
(who knows ? scripts might use it). ok fgs@, pval@ | |||
2002-04-18 | remove extra spaces, fix rcsid (noticed by millert) | Marc Espie | |
2002-04-18 | KNF | Theo de Raadt | |