| Age | Commit message (Collapse) | Author |
|
fts_level from short to int to avoid a potential DoS.
From Maksymilian Arciemowicz
|
|
|
|
Be consistent with tabs.
|
|
|
|
Change the ftp_pathlen and fts_namelen to u_int from u_short so that
pathnames > 32K work.
|
|
|
|
|
|
matt, kleink, others. Approved by christos.
|
|
Patches provided by Joel Baker in PR 22270, verified by myself.
|
|
|
|
|
|
Chris Demetriou <cgd@pa.dec.com>.
|
|
use type func(arg1s) asm("emitted_name") gcc mechanism.
Suggested by Bill Sommerfeld.
|
|
|
|
|
|
|
|
|
|
|
|
|