summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-04-05snprintf, strlcpy; ok deraadt tdeval tedu krwPeter Valchev
2003-04-05some more string shit; krw okTheo de Raadt
2003-04-04simple string stuff; ok matthieu tdevalTheo de Raadt
2003-04-04simple snprintf; tdeval matthieu okTheo de Raadt
2003-04-04easy snprintf; tedu okTheo de Raadt
2003-04-04some easy string fixes; tdeval okTheo de Raadt
2003-04-04snprintf() is simpler than multiple strlcpy() and manual fiddling.Todd C. Miller
Also convert to C89 while I'm at it.
2003-04-04adapt to new sectok_fmt_fid APITheo de Raadt
2003-04-04snprintf & strlcpy; tedu okTheo de Raadt
2003-04-04snprintf; ok from espie tedu and othersTheo de Raadt
2003-04-03kill strcpy; miod okTheo de Raadt
2003-04-03Sync with my sudo cvs repo:Todd C. Miller
o update to sudo 1.6.7p2 o use warn/err throughout
2003-04-03Deal with files w/o a trailing newline before EOF. Found by mpech@Todd C. Miller
2003-04-03strcpy -> strlcpyHans Insulander
strcat -> strlcat ok millert@
2003-04-03remove $OpenBSD$, as other *.c does not have it.Jun-ichiro itojun Hagino
2003-04-03$OpenBSD$Jun-ichiro itojun Hagino
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
ok mickey@
2003-04-02strlcpy; millert okTheo de Raadt
2003-04-02potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526Markus Friedl
2003-04-02reapply rekeying chage, tested by henning@, ok djm@Markus Friedl
2003-04-01fix a few paskhal holidays and add a couple of great other onesMichael Shalayeff
2003-04-01Update to sudo 1.6.7p1; fixes false positives in the oflow detectionTodd C. Miller
of expand_prompt() introduced in sudo 1.6.7.
2003-04-01Elf, elf -> ELFJason McIntyre
2003-04-013.6.1Markus Friedl
2003-04-01bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested ↵Markus Friedl
by ho@ and myself
2003-04-01DELL -> DellJason McIntyre
2003-04-01backout rekeying changes (for 3.6.1)Markus Friedl
2003-04-01rekeying 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-01snprintfTheo de Raadt
2003-03-31Treat empty environment variables the same as NULL. henning@ OKTodd C. Miller
2003-03-31Typos in comments.Bruno Rohee
encryptiooon -> encryption vctor -> vector ascii -> ASCII
2003-03-31ascii -> ASCIIJason McIntyre
2003-03-31Sync positional arguments equivalence's description with reality.Thierry Deval
ok millert@
2003-03-31error(1): users's -> user'sJason McIntyre
crunchgen(1): progam -> program homegrown -> home-grown from NetBSD (Igor Sobrado) via tedu@
2003-03-30Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers.Todd C. Miller
2003-03-30snprintf; millert okTheo de Raadt
2003-03-30Simpler and consistent error messages when the user enters an emptyTodd C. Miller
password or hits ^C. OK deraadt@ and mpech@
2003-03-30knfTheo de Raadt
2003-03-30snprintfTheo de Raadt
2003-03-29implement memory examine command. takes both symbol or addressMichael Shalayeff
2003-03-29implement short reads at the end of the core segementMichael Shalayeff
2003-03-28do 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-28g/c unused variableTodd C. Miller
2003-03-28- killed whitespaceJason McIntyre
- new sentence new line - .Bk for arguments ok markus@
2003-03-28little cleanup;Jason McIntyre
systrace(1) ok provos@
2003-03-26one last fix to the tree: race fix broke stuff; pr 3169; srp@srparish.net,Theo de Raadt
help from djm
2003-03-23unbreak rekeying for privsep; ok millert@Markus Friedl
2003-03-22.Nd shouldn't end with a periodDavid Krause
ok jmc@
2003-03-21change '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-20Fix boolean thinko in SIGCHLD reaper and call reapchild after sendingTodd C. Miller
mail instead of doing a conditional sudo_waitpid.