aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/Persist/Cookie.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by ↵lpsolit%gmail.com2006-06-031-3/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch ↵lpsolit%gmail.com2006-06-011-1/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-0/+153
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk