Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-27 | reorder parsing so user:skey@host:file works (bugzilla #777) | Damien Miller | |
patch from admorten AT umich.edu; ok markus@ | |||
2004-01-26 | dataLen should be size_t to match l->len; ok otto@ tedu@ | Todd C. Miller | |
2004-01-25 | install all the catalogs; as cvs forgot to check this file in when those ↵ | Michael Shalayeff | |
were added; millert@ ok | |||
2004-01-25 | Previously, in -w mode, for each match on a line grep would check | Todd C. Miller | |
to see if the match was on a word boundary. However, this missed lines where the first match was not on a word boundary but a subsequent match was. Problem originally spotted by miod@ We fix this by using the [[:<:]] and [[:>:]] character classes for the slow path and by checking the word boundaries in grep_search() for the fast path instead of doing the checks after running regexec() or grep_search(). With this change, grep passes the new regress tests 15 and 16. problem originally spotted by espie@. | |||
2004-01-25 | use new .St macro; | Jason McIntyre | |
2004-01-25 | reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785) | Damien Miller | |
from jclonguet AT free.fr; ok millert@ | |||
2004-01-24 | oops. no need for vitut comment; | Jason McIntyre | |
2004-01-24 | install vi tutorial docs; these have been updated to reflect reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-01-24 | document how file recovery works on OBSD; | Jason McIntyre | |
ok millert@ | |||
2004-01-24 | make vi reference card and vi tutorial easier to find; | Jason McIntyre | |
use -compact for FILES; | |||
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-23 | Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@ | Todd C. Miller | |
2004-01-23 | rename acss@opebsd.org to acss@openssh.org | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2004-01-23 | Fix issue pointed out with ls not handling large directories with embeded | mouring | |
paths correctly. OK damien@ | |||
2004-01-23 | enable acss for ssh | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-01-23 | Move a closefrom(2) into the block that execs su(1) where it can do the | Todd C. Miller | |
most good. There is already another closefrom(2) for the normal code path. Also remove a bogus comment. Discussed with deraadt@ | |||
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2004-01-22 | Make exit code for "unknown suffix" and "name too long" match GNU gzip. | Todd C. Miller | |
Fixes an interaction with the perl CPAN module which checks the exit value. | |||
2004-01-22 | Remove 3 unused variables. | Todd C. Miller | |
2004-01-22 | fix segfault when an invalid field was requested | Vincent Labrecque | |
ok miod | |||
2004-01-22 | -S enables tcp md5 signature option; ok deraadt@, mcbride@ | Markus Friedl | |
2004-01-22 | remove need for -w. ok beck deraadt | Ted Unangst | |
2004-01-21 | prompt before command demo; jmc ok | Theo de Raadt | |
2004-01-21 | initialise infile in main, rather than statically - from portable | Damien Miller | |
2004-01-21 | support format `%p' to print pointers in eformat() | Vincent Labrecque | |
2004-01-20 | duplicated entry; evarts@amazon.com | Theo de Raadt | |
2004-01-19 | fix mem leaks; some fixes from Pete Flugstad; tested dtucker@ | Markus Friedl | |
2004-01-19 | -b reports offsets in bytes. | Otto Moerbeek | |
ok millert@ | |||
2004-01-19 | Use off_t for file sizes, and don't forget to print a ':' when using | Otto Moerbeek | |
the -b option. ok millert@ | |||
2004-01-19 | fake consumption for half closed channels since the peer is waiting for | Markus Friedl | |
window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@ reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo' | |||
2004-01-18 | Unbreak *grep -w -l. ok millert@ | Otto Moerbeek | |
2004-01-18 | make sure ln.len gets initialized. Okay millert@ | Marc Espie | |
2004-01-17 | Add _PATH_SSH, remove the rest | Todd C. Miller | |
2004-01-17 | Exec ssh not rlogin or telnet if the user calls us as "rsh host" | Todd C. Miller | |
instead of "rsh host command". requested and OK by deraadt@ | |||
2004-01-17 | Kill kerberos4 code; OK deraadt@ | Todd C. Miller | |
2004-01-16 | enable french calendar and add some rcs tags there; from Pedro Martelletto ↵ | Michael Shalayeff | |
<pbastos@rdc.puc-rio.br> | |||
2004-01-16 | - point people to vi.ref now that it's installed (and get its name right); | Jason McIntyre | |
- correct a path and Nm; | |||
2004-01-16 | fix printf formats, unsigned wants %u | Marc Espie | |
okay millert@ | |||
2004-01-16 | log -> logit ISO C fix. | Marc Espie | |
2004-01-15 | sudo on OpenBSD no longer runs configure. You will have to manually | Todd C. Miller | |
run "rm -f /usr/obj/usr.bin/sudo/*" or "make obj" will fail during your first build. | |||
2004-01-15 | fix an early free that made compile-goto-error work only from time to time | Vincent Labrecque | |
2004-01-15 | Fix printf format string. ok tedu@ | Otto Moerbeek | |
2004-01-15 | this header file parser is pathetic, and parsing the new yacc output it | Theo de Raadt | |
barfed. spotted by pbastos@rdc.puc-rio.br but my fix, ok millert otto | |||
2004-01-15 | Fix printf format strings. ok millert@ | Otto Moerbeek | |
2004-01-15 | return documented lines option to original (default) value; | Jason McIntyre | |
as pointed out by millert@, it's terminal dependent; | |||
2004-01-15 | update vi.ref to reflect reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-01-15 | print stats for tcp md5 checksums (aka 'signature'); ok millert@, deraadt@ | Markus Friedl | |
2004-01-14 | calendar relies on cpp -traditional behavior so explicitly specify -traditional | Todd C. Miller | |
when running cpp. mickey@ OK | |||
2004-01-14 | Comment out reference to index.so when we are building index.so itself. | Todd C. Miller | |
With changes by jmc@ | |||
2004-01-14 | A more classical and more readable getopt() loop, no functional change. | Miod Vallat | |
ok espie@ millert@ |