Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-25 | love, jason | Michael Shalayeff | |
2002-07-25 | Obey LDSTATIC when building "generate". | Artur Grabowski | |
2002-07-25 | use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt | Vincent Labrecque | |
ok art | |||
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque | |
simple APIs. makes mg not crash with 65k filenames... ok art@ | |||
2002-07-25 | this just had to go in | Henning Brauer | |
2002-07-25 | handle < 0 and such better | Theo de Raadt | |
2002-07-25 | FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt. | mouring | |
2002-07-24 | print out all known keys for a host if we get a unknown host key, | Markus Friedl | |
see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4 the ssharp mitm tool attacks users in a similar way, so i'd like to pointed out again: A MITM attack is always possible if the ssh client prints: The authenticity of host 'bla' can't be established. (protocol version 2 with pubkey authentication allows you to detect MITM attacks) | |||
2002-07-24 | remove the CHANGE undo record type, use a combination of delete and insert | Vincent Labrecque | |
to have the same behavior in a simpler way. ok art@ | |||
2002-07-24 | don't use the TAILQ before it is initialised. makes pmdb not crash on | Vincent Labrecque | |
exit if called with an non{existent,executable} file. ok art@ | |||
2002-07-24 | ELF_TOOLCHAIN instead of listing all ELF archs. | Artur Grabowski | |
2002-07-23 | utmp_len is unsigned; display error consistent with other options. | Kevin Steves | |
ok markus@ | |||
2002-07-22 | check argc after getopt(), otherwise we may go ahead even if we only got | Federico G. Schwindt | |
flags; from Jean-Francois Brousseau <krapht@secureops.com>. | |||
2002-07-22 | u_int here; ok provos@ | Kevin Steves | |
2002-07-22 | fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors; | Markus Friedl | |
suggeted by millert@; ok deraadt@ | |||
2002-07-22 | auth_close() was not actually getting called in auth_errx?() (not | Todd C. Miller | |
that it really makes much of a difference). Call vwarnx?() instead of verrx?() and then do the exit inline after auth_close(). That's what I get for doing a cut & paste from err.c... | |||
2002-07-22 | KNF and unbreak PT_GETREGS | Artur Grabowski | |
2002-07-22 | Map the core file with MAP_PRIVATE. | Artur Grabowski | |
Some other random cleanups. | |||
2002-07-22 | Use process_getregs everywhere. | Artur Grabowski | |
2002-07-22 | knf | Artur Grabowski | |
2002-07-22 | Support for reading from core files. | Artur Grabowski | |
From Jean-Francois Brousseau <krapht@secureops.com> | |||
2002-07-21 | remove invalid comment | Kevin Steves | |
2002-07-21 | unneeded includes | Kevin Steves | |
2002-07-21 | extern char *optarg; for portable | Kevin Steves | |
2002-07-20 | Error out if setusercontext() fails and the runas user is not root. | Todd C. Miller | |
Pointed out by deraadt@ | |||
2002-07-19 | display a warning from ssh when XAuthLocation does not exist or xauth | Kevin Steves | |
returned no authentication data. ok markus@ | |||
2002-07-19 | remove fatal cleanups after fork; based on discussions with and code | Markus Friedl | |
from solar. | |||
2002-07-19 | feature requests come from idiots | Henning Brauer | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-17 | Fix omission in description of FS variable; from tedu | Todd C. Miller | |
2002-07-17 | more olde russian measurements and group together | Michael Shalayeff | |
2002-07-17 | spring clean-up: remove extra spaces at end of line, | Marc Espie | |
and rescind 3rd licence clause. | |||
2002-07-16 | add RCS Id; ok millert@ | Christian Weisgerber | |
2002-07-15 | ansi | Theo de Raadt | |
2002-07-15 | make the des_read/write routines take void * | Theo de Raadt | |
2002-07-15 | ansi and some bug fixes | Theo de Raadt | |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller | |
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used | |||
2002-07-15 | license change from William LeFebvre <wnl@groupsys.com>; top is now BSD | Theo de Raadt | |
licensed. this same license will show up on his next release as well. | |||
2002-07-15 | little more debugging; ok markus@ | Kevin Steves | |
2002-07-13 | ansi | Theo de Raadt | |
2002-07-13 | ansi | Theo de Raadt | |
2002-07-12 | EVP_CIPH_CUSTOM_IV for our own rijndael | Markus Friedl | |
2002-07-12 | print connect failure during debugging mode. | Jun-ichiro itojun Hagino | |
2002-07-12 | malloc/strdup failure not handled; cloder@acm.org | Theo de Raadt | |
2002-07-11 | oppose abort()ion and urinetherapy | Michael Shalayeff | |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
2002-07-10 | use right sizeof in memcpy; markus ok | Theo de Raadt | |
2002-07-10 | bark if all connection attempt fails. | Jun-ichiro itojun Hagino | |
2002-07-09 | make sed r command not bail out. try sed -e "/a/r" | Theo de Raadt | |
vtamara@wimsey.informatik.uni-kl.de, pr 2755 |