Age | Commit message (Expand) | Author |
2002-08-08 | Make a good attempt to find the registers for the first frame. | Artur Grabowski |
2002-08-08 | Use & to test if bits are set, not &&; markus@ ok. | Aaron Campbell |
2002-08-08 | sizeof fname, not sizeof *fname | Hakan Olsson |
2002-08-08 | 3rd arg for open, plus some bounds checking. miod@ ok. | Hakan Olsson |
2002-08-07 | dijkstra born, dijkstra died | Michael Shalayeff |
2002-08-05 | dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK. | Todd C. Miller |
2002-08-05 | move a few birthdays to the .birthday as pt out by pjanzen@; add a few more | Michael Shalayeff |
2002-08-04 | revoke privs earlier | Theo de Raadt |
2002-08-04 | iliya day, no swimming, no-no | Michael Shalayeff |
2002-08-04 | now we all know that nautilus was a response to icbm threat | Michael Shalayeff |
2002-08-04 | ansi, and revoke privs after opening the tty | Theo de Raadt |
2002-08-04 | ansi | Theo de Raadt |
2002-08-04 | spaces | Theo de Raadt |
2002-08-04 | only open kvm once between these two | Theo de Raadt |
2002-08-04 | kvm gid revocation earlier | Theo de Raadt |
2002-08-04 | move kvm opening to earliest possible place | Theo de Raadt |
2002-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev |
2002-08-02 | replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser | Markus Friedl |
2002-08-02 | diff is u_int (2x); ok deraadt/provos | Markus Friedl |
2002-08-02 | note that .ssh/environment is only read when | Marco S Hyman |
2002-08-02 | Change mm_zalloc() sanity checks to be more in line with what | Todd C. Miller |
2002-07-31 | When I got removed the use of atexit() I missed the fact that edit() | Todd C. Miller |
2002-07-31 | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera... | Michael Shalayeff |
2002-07-31 | Update to correctly deal with link_map. | Artur Grabowski |
2002-07-31 | unbreak process_getregs | Artur Grabowski |
2002-07-31 | Fix error message. | Artur Grabowski |
2002-07-30 | add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de... | Markus Friedl |
2002-07-29 | print file:line | Markus Friedl |
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 |
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque |
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 |
2002-07-24 | remove the CHANGE undo record type, use a combination of delete and insert | Vincent Labrecque |
2002-07-24 | don't use the TAILQ before it is initialised. makes pmdb not crash on | Vincent Labrecque |
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 |
2002-07-22 | check argc after getopt(), otherwise we may go ahead even if we only got | Federico G. Schwindt |
2002-07-22 | u_int here; ok provos@ | Kevin Steves |
2002-07-22 | fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors; | Markus Friedl |
2002-07-22 | auth_close() was not actually getting called in auth_errx?() (not | Todd C. Miller |
2002-07-22 | KNF and unbreak PT_GETREGS | Artur Grabowski |
2002-07-22 | Map the core file with MAP_PRIVATE. | Artur Grabowski |
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 |
2002-07-21 | remove invalid comment | Kevin Steves |