summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/cookie.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert suni'ls ftp rewrite for now.florian2019-05-161-0/+231
* Move us from old ftp(1) to Sunil's new ftp(1). The necessary modificationskmos2019-05-121-231/+0
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-3/+3
* Split -DSMALL into -DNOSSL, so that a SSL-enabled version of ftp canderaadt2016-12-281-2/+2
* make it clean removing the ifdef SMALL maze. separate cmds andmartynas2009-05-051-1/+4
* time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_tcloder2008-12-071-2/+2
* in resume mode, pass -c to mget when {dir,file}hasglob, so that i'mmartynas2008-06-251-2/+2
* Simplify the code that strips out \r by using strcspn.pyr2007-10-081-5/+2
* Enable cookie support. This allows parsing of netscape-like cookie jarspyr2007-06-131-0/+231