Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-22 | nuke "kerberos-2@ssh.com" | Markus Friedl | |
2003-08-22 | remove support for "kerberos-2@ssh.com" | Markus Friedl | |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl | |
stripped down and tested by Jakob and myself. | |||
2003-08-21 | use poll | Theo de Raadt | |
2003-08-20 | Add curly braces {} to the list of special characters in egrep mode. | Todd C. Miller | |
From Piotr Domagalski, closes PR 3405 | |||
2003-08-20 | typo | Michael Shalayeff | |
2003-08-19 | number of mbuf clusters is not the same as number of pages allocated for ↵ | Michael Shalayeff | |
'em; noticed by dsb@uvm.poi.dvo.ru | |||
2003-08-18 | when given only an executable name without a valid path, resolve the | Jean-Francois Brousseau | |
actual executable path from the PATH environment, so the calls to access() and stat() work correctly when loading the process ok art@ | |||
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller | |
section based on less's LICENSE file. | |||
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller | |
section based on less's LICENSE file. | |||
2003-08-18 | fix spelling of --initial-tab | David Krause | |
ok otto@ | |||
2003-08-17 | fix ptr arythmetics in core_write(); from aaron@ | Michael Shalayeff | |
2003-08-16 | Update HISTORY section. Full gzip compat was added in 3.4 and the | Todd C. Miller | |
'g' stands for gratis. | |||
2003-08-16 | missing comma in non-ansi mode; spotted by pvalchev | Theo de Raadt | |
2003-08-16 | t'was brilling | Michael Shalayeff | |
2003-08-16 | spacing | Theo de Raadt | |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque | |
bunch of missing commands) | |||
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt | |
2003-08-15 | actually extract the filename off the ls line. makes dired *slightly* | Vincent Labrecque | |
more useful. | |||
2003-08-15 | Fix typo (errx vs. err) for malloc failures; Andrey Matveev | Todd C. Miller | |
2003-08-15 | Add license from patch.c to original source files missing a license. | Otto Moerbeek | |
ok deraadt@ | |||
2003-08-14 | make 9-char login names not stretch the line; millert ok | Theo de Raadt | |
2003-08-14 | exit after primetest, ok djm@ | Markus Friedl | |
2003-08-13 | Based on what otto@ said on icb. The expensive thing in diff is | Todd C. Miller | |
newcand() (this is what blows up the memory usage so badly). Instead of counting how many times we go through the loop, count how many times we called newcand(). I renamed loopcount -> numtries since it is no longer the number of loop runs. This fixes espie@'s regression. tedu@ OK | |||
2003-08-13 | socks4->socks, since with support both 4 and 5; dtucker@zip.com.au | Markus Friedl | |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl | |
fgsch@, miod@, henning@, jakob@ and others | |||
2003-08-13 | use more portable tcsendbreak(3) and ignore break_length; | Markus Friedl | |
ok deraadt, millert | |||
2003-08-12 | Fix no newline at end of file case for Plan B. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-08-12 | Clean up obsolete kerberos 4 stuff | Hans Insulander | |
ok millert@ | |||
2003-08-12 | Back out last commit, p->name is not always a malloc'ed object. | Todd C. Miller | |
Pointed out by itojun@. | |||
2003-08-12 | plug memory leak; Patrick Latifi | Todd C. Miller | |
2003-08-11 | The empty() function basically effects a poll, so replace it with | Todd C. Miller | |
real poll(). Gets rid of another static select(). OK deraadt@ | |||
2003-08-11 | use poll to replace the fd_set overflows. some input from fgsch; millert ok | Theo de Raadt | |
2003-08-11 | Convert to use poll(2) instead of static select. | Todd C. Miller | |
Input from deraadt@ and fgsch@; Ok deraadt@ | |||
2003-08-11 | Cosmetic changes to make the code a tad more readable: | Todd C. Miller | |
o constify rcsid and copyright o use warn/err instead of doing it by hand | |||
2003-08-11 | typo, pr3396 from piotr domagalski | Ted Unangst | |
2003-08-10 | Do not add an extra newline at the end if the last line of the input | Otto Moerbeek | |
file contains no newline and the diff does not touch the last line. Contributions from millert@. ok millert@ tedu@ | |||
2003-08-10 | Warn if the diff is a context or unified diff and the context | Otto Moerbeek | |
is empty. In this case, a previously applied patch cannot be detected. ok millert@ tedu@ | |||
2003-08-09 | Fix off by one in strlcpy() check; Patrick Latifi | Todd C. Miller | |
2003-08-08 | Guess the number of lines in a file and use that number for initial | Otto Moerbeek | |
memory allocation. Initial version by me, cleanup by millert@. ok millert@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-08-08 | - add descriptions of the different sections | Jason McIntyre | |
- add .Xr's to the intro pages - little cleanup ok millert@ | |||
2003-08-08 | Avoid scanning the input file twice. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-06 | typo; | Jason McIntyre | |
2003-08-05 | spacing | Theo de Raadt | |
2003-08-05 | spacing | Theo de Raadt | |
2003-08-05 | - Use mmap(2) instead of malloc(3) and read(2) to get an image of the input | Otto Moerbeek | |
file into memory. Some suggestions by tedu@. - Add a debug option to force using Plan B. ok millert@ deraadt@ | |||
2003-08-04 | protos | Theo de Raadt | |
2003-08-04 | No longer needed. bye bye. | Hans Insulander | |
ok deraadt@ millert@ henning@ |