Age | Commit message (Expand) | Author |
2002-08-22 | knf | Theo de Raadt |
2002-08-22 | print hex codes instead of non-printing characters. fixes some display | Vincent Labrecque |
2002-08-22 | send signal name (not signal number) in "exit-signal" message; noticed | Markus Friedl |
2002-08-22 | auth_root_allowed() is handled by the monitor in the privsep case, | Markus Friedl |
2002-08-22 | shutdown(SHUT_RDWR) not needed before close here; ok markus@ | Kevin Steves |
2002-08-22 | format with current EscapeChar; bugzilla #388 from wknox@mitre.org. | Kevin Steves |
2002-08-22 | use common close function; ok markus@ | Kevin Steves |
2002-08-21 | raise listen backlog; ok markus@ | Kevin Steves |
2002-08-21 | change LoginGraceTime default to 1 minute; ok mouring@ markus@ | Kevin Steves |
2002-08-21 | Working strip -x support. | Marc Espie |
2002-08-21 | Postpone ftruncate after unmap. Works around a bug in non-ubc memory | Marc Espie |
2002-08-21 | `RSA' updated to refer to `public key', where it matters. | Marc Espie |
2002-08-17 | ordered list here | Kevin Steves |
2002-08-17 | ForwardAgent has defaulted to no for over 2 years; be more clear here. | Kevin Steves |
2002-08-15 | knf | Theo de Raadt |
2002-08-12 | more PermitUserEnvironment; ok markus@ | Kevin Steves |
2002-08-12 | make ssh-agent setgid, disallow ptrace. | Markus Friedl |
2002-08-12 | die if FD_SET overruns. (i don't have enough motive to change it to malloc | Jun-ichiro itojun Hagino |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel |
2002-08-09 | proxy vs. fake display | Kevin Steves |
2002-08-09 | use Op for mdoc conformance; from esr@golux.thyrsus.com | Kevin Steves |
2002-08-09 | Spelling | Paul Janzen |
2002-08-09 | Correct the size arg to memset() so argv will be cleared correctly; art@ ok. | Aaron Campbell |
2002-08-08 | typo in comment | Kevin Steves |
2002-08-08 | implement setenv. | Artur Grabowski |
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 |