Revisions of perl-Apache-AuthCookie
Dominique Leuenberger (dimstar_suse)
accepted
request 946975
from
Dirk Stoecker (dstoecker)
(revision 30)
Dominique Leuenberger (dimstar_suse)
accepted
request 794245
from
Stephan Kulow (coolo)
(revision 29)
Dominique Leuenberger (dimstar_suse)
accepted
request 787930
from
Stephan Kulow (coolo)
(revision 28)
Dominique Leuenberger (dimstar_suse)
accepted
request 749845
from
Dirk Stoecker (dstoecker)
(revision 27)
Dominique Leuenberger (dimstar_suse)
accepted
request 638958
from
Dirk Stoecker (dstoecker)
(revision 26)
- updated to 3.27 see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes 3.27 2017-07-28 - Fix POD spelling error [#118545]. 3.26 2016-09-30 - remove unused module Apache::AuthCookie::Autobox from dist - remove CGI.pm dependency. CGI.pm has been removed from perl core, which was the primary reason we used it in the first place. Replaced with dependency on lighter weight set of three modules: * HTTP::Body * WWW::Form::UrlEncoded * Hash::MultiValue Also recommended (but not required) is WWW::Form::UrlEncoded::XS - Add optional support for charset encoding. If you have something like PerlSetVar MyAuthNameEncoding UTF-8 Then AuthCookie with now automatically decode parameters using the given encoding now. AuthCookie params() data will be decoded automatically if this is on. See details in AuthCookie module documentation. In addition r->user will be encoded (using byte semantics) using this encoding. ***** IMPORTANT ***** If you turn this on, this could break your code. r->user() will now be byte encoded using the given encoding. If you use usernames that contain non-ascii characters you either need to use decoded_user(), or decode r->user() yourself in your subclasses. See the AuthCookie docs for more details. - add optional support for decoding httpd.conf requires directives. This is enabled with a RequiresEncoding setting: PerlSetVar MyAuthNameRequiresEncoding UTF-8 Then decoded_requires($r) will return the decoded value of $r->requires You only need this if you have non-ascii characters in your requires directives such as: Requires user programmør - add decoded_user($r) method to get the value of r->user decoded using character semantics instead of bytes. Due to the fact that r->user is a C API method we cannot get character semantics on r->user directly. If no Encoding directive is in effect, then this is the same as r->user. - add encoding($r): string which returns the value of the Encoding directive that is in effect for the current request.
Dominique Leuenberger (dimstar_suse)
accepted
request 424237
from
Dirk Stoecker (dstoecker)
(revision 25)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 354801
from
Stephan Kulow (coolo)
(revision 24)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 350873
from
Dirk Stoecker (dstoecker)
(revision 23)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 296969
from
Stephan Kulow (coolo)
(revision 22)
1
Adrian Schröter (adrianSuSE)
committed
(revision 21)
Split 13.2 from Factory
Stephan Kulow (coolo)
accepted
request 211360
from
Stephan Kulow (coolo)
(revision 20)
- updated to 3.20 - login_form: return OK for mobile IE 10, which also ignores content for FORBIDDEN response. - test .pl registry scripts: do not try to load mod_perl.pm - escape html tags in destination. - split out CGI data handling into ::AuthCookie::Params modules - use Apache::Request/Apache2::Request from libapreq if available. Otherwise, fall back to CGI.pm for handling CGI data. - improve "removed cookie" debug log message - add dependencies: autobox, Class::Load - allow username to be '0' - login_form: return OK for SymbianOS, which ignores content for FORBIDDEN responses. - add login_form_status() to override HTTP status returned by login form - recognize_user: return DECLINED if user is not recognized
Adrian Schröter (adrianSuSE)
committed
(revision 19)
Split 13.1 from Factory
Adrian Schröter (adrianSuSE)
committed
(revision 18)
Split 12.3 from Factory
Stephan Kulow (coolo)
accepted
request 137923
from
Stephan Kulow (coolo)
(revision 17)
- buildrequire explicitly netcfg (forwarded request 137879 from coolo)
Adrian Schröter (adrianSuSE)
committed
(revision 16)
branched from openSUSE:Factory
Stephan Kulow (coolo)
committed
(revision 15)
replace license with spdx.org variant
Adrian Schröter (adrianSuSE)
committed
(revision 13)
autobuild
committed
(revision 12)
11.4 source split
Marcus Rueckert (darix)
committed
(revision 11)
Autobuild autoformatter for 54954
Displaying revisions 1 - 20 of 30