]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 180642 - Move authentication code into a module
authorbbaetz%acm.org <>
Sat, 22 Mar 2003 12:47:09 +0000 (12:47 +0000)
committerbbaetz%acm.org <>
Sat, 22 Mar 2003 12:47:09 +0000 (12:47 +0000)
commit681ce77bc0dc5828eae2bb48471db9e373437e4b
treea7c8ba0b1e070ea489c96246eca65fc7c36f6235
parent3f1f4e57809b2e3f42e637a86646e806470faec5
Bug 180642 - Move authentication code into a module
r=gerv, justdave
a=justdave
25 files changed:
Bugzilla.pm
Bugzilla/Auth.pm [new file with mode: 0644]
Bugzilla/Auth/CGI.pm [new file with mode: 0644]
Bugzilla/Auth/Cookie.pm [new file with mode: 0644]
Bugzilla/Auth/DB.pm [new file with mode: 0644]
Bugzilla/Auth/LDAP.pm [new file with mode: 0644]
Bugzilla/Config.pm
Bugzilla/Constants.pm
Bugzilla/DB.pm
Bugzilla/Token.pm
CGI.pl
Token.pm
checksetup.pl
createaccount.cgi
defparams.pl
editusers.cgi
t/Support/Files.pm
template/en/default/account/auth/ldap-error.html.tmpl [new file with mode: 0644]
template/en/default/account/auth/login.html.tmpl [moved from template/en/default/account/login.html.tmpl with 68% similarity]
template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
template/en/default/bug/process/confirm-duplicate.html.tmpl
template/en/default/bug/process/midair.html.tmpl
template/en/default/global/code-error.html.tmpl
template/en/default/global/confirm-user-match.html.tmpl
template/en/default/global/user-error.html.tmpl