aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth
Commit message (Collapse)AuthorAgeFilesLines
* Bug 287436: [SECURITY] After having logged in, links to change the report ↵mkanat%kerio.com2005-05-121-0/+2
| | | | | | type contain username and password Patch By Marc Schumann <wurblzap@gmail.com> r=gerv, a=justdave
* Bug 290570: Bugzilla::Auth::WWW:Env uses bitwise OR - Patch by Simon ↵lpsolit%gmail.com2005-04-171-1/+1
| | | | Wilkinson <simon@sxw.org.uk> r=kiko a=justdave
* Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by ↵lpsolit%gmail.com2005-04-081-2/+0
| | | | Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
* Bug 258515: Errors when accessing Bugzilla over IPv6 - Patch by Marc ↵lpsolit%gmail.com2005-03-231-5/+3
| | | | Schumann <wurblzap@gmail.com> r=joel, a=justdave
* Bug 83044 - Any page is now capable of being a login page simply by adding ↵jake%bugzilla.org2005-03-131-0/+1
| | | | | | the ?GoAheadAndLogin=1 option to the URL. All links have been changed to make index.cgi the default login page instead of query.cgi. r=joel, a=justdave
* Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com2005-03-051-1/+1
| | | | | | automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-3/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-192-4/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca2005-02-011-1/+2
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 260682: Support redirecting to HTTPS always or for ↵jocuri%softhome.net2005-01-162-0/+11
| | | | authenticated sessions only; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=myk.
* Patch for bug 232155: Remove uninitialized value warning from Pperl's ↵jocuri%softhome.net2004-10-211-8/+3
| | | | Cookie.pm and unify code by removing redundancy; patch by Christian Reis <kiko@async.com.br> backported to 2.18 by Rob Siklos <rsiklos@adexa.com>; r=vladd,kiko, a=justdave.
* Patch for bug 257303: convert lastused field in logincookies from timestamp ↵jocuri%softhome.net2004-09-092-2/+3
| | | | to datetime; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
* Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net2004-08-113-1/+194
| | | | | | patch by erik r=joel a=justdave
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-3/+1
| | | | | | patch by erik,joel r=kiko a=justdave
* Missing bits of fix for bug 236678: Clean up access to COOKIE global.kiko%async.com.br2004-07-291-8/+0
| | | | | | Murder the last remaining places in the tree where COOKIE is used; includes a rather thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
* Fix for bug 236678: Clean up access to COOKIE global. Murder the lastkiko%async.com.br2004-07-291-6/+0
| | | | | remaining places in the tree where COOKIE is used; includes a rather thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-216-20/+296
| | | | | | patch by erik r=joel, kiko a=myk
* Backing out bug 241900bugreport%peshkin.net2004-07-124-36/+19
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-124-19/+36
| | | | | | patch by erik r=joel a=justdave
* Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. ↵kiko%async.com.br2004-03-272-29/+35
| | | | | | | | | | | | | | Consolidates the logout code into Bugzilla::Auth::CGI, and provides simple front-end wrappers in Bugzilla.pm for use in the CGIs we have. r=bbaetz, joel; a=justdave. Adds a set of constants to the logout() API which allow specifying "how much" we should log out -- all sessions, the current session, or all sessions but the current one. Fixes callsites to use this new API; cleans and documents things a bit while we're at it. Part I in the great COOKIE apocalypse.
* Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances ↵justdave%syndicomm.com2004-03-181-2/+2
| | | | | | of Token got missed) r= gerv, a= justdave
* Fix for bug 90468: Bugzilla does not log out automatically when closingkiko%async.com.br2004-01-171-7/+22
| | | | | the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk.
* Fix for bug 226982: Move password change code into Bugzilla::Auth (partkiko%async.com.br2003-12-071-28/+50
| | | | | | 1). Factored code out from Bugzilla::Auth::DB->authenticate() into separate methods so we can use them externally. Add extra API to DB.pm, which is currently used only internally (pending part 2). r=bbaetz, a=justdave
* Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br2003-11-271-1/+26
| | | | | logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
* Bug 223093: correcting the title on "perldoc Bugzilla::Auth::DB"justdave%syndicomm.com2003-10-261-1/+1
| | | | r= bbaetz, a= justdave
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-15/+16
| | | | r,a=justdave
* Bug 122365 - Allow installation definable LDAP filtersbbaetz%acm.org2003-07-141-2/+2
| | | | r,a=justdave
* Bug 210324 - s/->err/->error/bbaetz%acm.org2003-06-231-1/+1
| | | | r,a=justdave
* Bug 205463 - Tokens aren't canceled after a successful login.bbaetz%acm.org2003-06-071-1/+1
| | | | patch by 'Randall M! Gee', r=bbaetz, a=justdave
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-7/+14
| | | | r=joel, a=justdave
* bug 202534 - Login with unrestricted IP address fails - tries to access ↵bugreport%peshkin.net2003-04-191-1/+1
| | | | | | | missing get_netaddr r=bbaetz a=myk
* Bug 200072 - Creating new users from LDAP at authentication time is brokenbbaetz%acm.org2003-04-051-3/+3
| | | | r,a=justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-224-0/+601
r=gerv, justdave a=justdave