aboutsummaryrefslogtreecommitdiffstats
path: root/cookie.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-10Remove incomplete special_domain testsTatsuya Kinoshita1-17/+0
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385702
2015-08-11Use unsigned int for max_countDavid Crosby1-1/+1
2015-08-11Fix resource leak in load_cookiesDavid Crosby1-10/+10
2015-08-11Change total_dot_number to unsigned intDavid Crosby1-3/+3
2015-08-11Free tmpDavid Crosby1-0/+1
2015-01-15Do not use C99 printf format specifiers and asprintfTatsuya Kinoshita1-2/+2
2015-01-15Correct printf arguments and use asprintfScarlett1-3/+3
Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2 * Str.c: Use asprintf() instead of rolling our own printf string length detection. * cookie.c: Pass the char pointer in the string struct to printf %s instead of the string struct itself. Print time_t using %lld instead of %ld to allow for 64-bit time_t. * main.c: Print a long int using the correct format specifier. * map.c: Print size_t using the correct format specifier.
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-3/+30
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-1/+8
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+698
2010-07-26* [w3m-dev 04237] [patch] cookie avoid [wrong number of dots]Ito Hiroyuki1-3/+30
2006-12-10accept invalid "set-cookies" headers when "domainName == .hostName".Dai Sato1-1/+8
2003-09-26add commentsFumitoshi UKAI1-1/+2
2003-01-15[w3m-dev 03644] Re: Other user can see local cookie.Fumitoshi UKAI1-2/+2
* cookie.c (save_cookies): return if no_rc_dir * etc.c (tmpf_base): add cookie (tmpfname): use tmp_dir instead of rc_dir * file.c (loadGeneralFile): cookie is not passed via URL * fm.h (TMPF_COOKIE): incl (MAX_TMPF_TYPE): incl (no_rc_dir): added (tmp_dir): added (config_file): added * local.c (Local_cookie_file): added (writeLocalCookie): added (setLocalCookie): dont set environment LOCAL_COOKIE (localcgi_post): writeLocalCookie (localcgi_get): writeLocalCookie * main.c (config_filename): deleted (cmd_loadURL): arg FormList (main): rewrite config_file, rc (ldhelp): no cookie in URL (cmd_loadURL): arg FormList (goURL0): cmd_loadURL change (cmd_loadBuffer): cmd_loadURL change (adBmark): cookie is posted (follow_map): cmd_loadURL change (linkMn): cmd_loadURL change (reinit): init_rc change * proto.h (create_option_search_table): deleted (init_rc): no args * rc.c (create_option_search_table): static (init_rc): no args rewrite (optionpanel_src1): rewrite (load_option_panel): html_quote (panel_set_option): no_rc_dir * w3mbookmark.c: rewrite * w3mhelperpanel.c: rewrite * scripts/dirlist.cgi.in: rewrite * scripts/w3mhelp.cgi.in: rewrite * scripts/w3mmail.cgi.in: rewrite * scripts/multipart/multipart.cgi.in: rewrite From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-01-10[w3m-dev 02815]Fumitoshi UKAI1-4/+4
From: aito@fw.ipsj.or.jp
2001-12-03[w3m-dev 02611] a improvement of find_cookie()Fumitoshi UKAI1-5/+6
From: Tsutomu Okada <okada@furuno.co.jp>
2001-11-24run make indentFumitoshi UKAI1-39/+42
2001-11-16follow autoconf conventions, #include cleanupsFumitoshi UKAI1-5/+1
2001-11-15Update to w3m-0.2.1-inu-1.6.Akinori Ito1-1/+1
2001-11-09Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5Akinori Ito1-9/+9