Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-05 | snprintf, strlcpy; ok deraadt tdeval tedu krw | Peter Valchev | |
2003-04-05 | some more string shit; krw ok | Theo de Raadt | |
2003-04-04 | simple string stuff; ok matthieu tdeval | Theo de Raadt | |
2003-04-04 | simple snprintf; tdeval matthieu ok | Theo de Raadt | |
2003-04-04 | easy snprintf; tedu ok | Theo de Raadt | |
2003-04-04 | some easy string fixes; tdeval ok | Theo de Raadt | |
2003-04-04 | snprintf() is simpler than multiple strlcpy() and manual fiddling. | Todd C. Miller | |
Also convert to C89 while I'm at it. | |||
2003-04-04 | adapt to new sectok_fmt_fid API | Theo de Raadt | |
2003-04-04 | snprintf & strlcpy; tedu ok | Theo de Raadt | |
2003-04-04 | snprintf; ok from espie tedu and others | Theo de Raadt | |
2003-04-03 | kill strcpy; miod ok | Theo de Raadt | |
2003-04-03 | Sync with my sudo cvs repo: | Todd C. Miller | |
o update to sudo 1.6.7p2 o use warn/err throughout | |||
2003-04-03 | Deal with files w/o a trailing newline before EOF. Found by mpech@ | Todd C. Miller | |
2003-04-03 | strcpy -> strlcpy | Hans Insulander | |
strcat -> strlcat ok millert@ | |||
2003-04-03 | remove $OpenBSD$, as other *.c does not have it. | Jun-ichiro itojun Hagino | |
2003-04-03 | $OpenBSD$ | Jun-ichiro itojun Hagino | |
2003-04-03 | HPUX, HP/UX -> HP-UX | Jason McIntyre | |
ok mickey@ | |||
2003-04-02 | strlcpy; millert ok | Theo de Raadt | |
2003-04-02 | potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526 | Markus Friedl | |
2003-04-02 | reapply rekeying chage, tested by henning@, ok djm@ | Markus Friedl | |
2003-04-01 | fix a few paskhal holidays and add a couple of great other ones | Michael Shalayeff | |
2003-04-01 | Update to sudo 1.6.7p1; fixes false positives in the oflow detection | Todd C. Miller | |
of expand_prompt() introduced in sudo 1.6.7. | |||
2003-04-01 | Elf, elf -> ELF | Jason McIntyre | |
2003-04-01 | 3.6.1 | Markus Friedl | |
2003-04-01 | bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested ↵ | Markus Friedl | |
by ho@ and myself | |||
2003-04-01 | DELL -> Dell | Jason McIntyre | |
2003-04-01 | backout rekeying changes (for 3.6.1) | Markus Friedl | |
2003-04-01 | rekeying bugfixes and automatic rekeying: | Markus Friedl | |
* both client and server rekey _automatically_ (a) after 2^31 packets, because after 2^32 packets the sequence number for packets wraps (b) after 2^(blocksize_in_bits/4) blocks (see: http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt) (a) and (b) are _enabled_ by default, and only disabled for known openssh versions, that don't support rekeying properly. * client option 'RekeyLimit' * do not reply to requests during rekeying | |||
2003-04-01 | snprintf | Theo de Raadt | |
2003-03-31 | Treat empty environment variables the same as NULL. henning@ OK | Todd C. Miller | |
2003-03-31 | Typos in comments. | Bruno Rohee | |
encryptiooon -> encryption vctor -> vector ascii -> ASCII | |||
2003-03-31 | ascii -> ASCII | Jason McIntyre | |
2003-03-31 | Sync positional arguments equivalence's description with reality. | Thierry Deval | |
ok millert@ | |||
2003-03-31 | error(1): users's -> user's | Jason McIntyre | |
crunchgen(1): progam -> program homegrown -> home-grown from NetBSD (Igor Sobrado) via tedu@ | |||
2003-03-30 | Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers. | Todd C. Miller | |
2003-03-30 | snprintf; millert ok | Theo de Raadt | |
2003-03-30 | Simpler and consistent error messages when the user enters an empty | Todd C. Miller | |
password or hits ^C. OK deraadt@ and mpech@ | |||
2003-03-30 | knf | Theo de Raadt | |
2003-03-30 | snprintf | Theo de Raadt | |
2003-03-29 | implement memory examine command. takes both symbol or address | Michael Shalayeff | |
2003-03-29 | implement short reads at the end of the core segement | Michael Shalayeff | |
2003-03-28 | do not core dump on stripped executables. revmap the registers printed to ↵ | Michael Shalayeff | |
the symbols even for cores (already happens for live executables); art@ said it should wait until after the release and so it is already after the release now | |||
2003-03-28 | g/c unused variable | Todd C. Miller | |
2003-03-28 | - killed whitespace | Jason McIntyre | |
- new sentence new line - .Bk for arguments ok markus@ | |||
2003-03-28 | little cleanup; | Jason McIntyre | |
systrace(1) ok provos@ | |||
2003-03-26 | one last fix to the tree: race fix broke stuff; pr 3169; srp@srparish.net, | Theo de Raadt | |
help from djm | |||
2003-03-23 | unbreak rekeying for privsep; ok millert@ | Markus Friedl | |
2003-03-22 | .Nd shouldn't end with a period | David Krause | |
ok jmc@ | |||
2003-03-21 | change 'netstat -m' output from: | Philipp Buehler | |
0/28 mapped pages in use to 0/14/1024 mbuf cluster pages in use (current/peak/max) ok henning@, millert@ | |||
2003-03-20 | Fix boolean thinko in SIGCHLD reaper and call reapchild after sending | Todd C. Miller | |
mail instead of doing a conditional sudo_waitpid. |