• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

Fix typos

    • -2
    • +2
    ./tcl/test/acs-authentication-procs.tcl
  1. … 59 more files in changeset.
Fix even more typos

  1. … 29 more files in changeset.
Fix reference to unexisting variable

simplify initialization logic and issue login cookie only, when account_status is ok

Add files missed by last commit

    • -0
    • +133
    ./tcl/authentication-procs-aolserver.tcl
    • -0
    • +92
    ./tcl/authentication-procs-naviserver.tcl
  1. … 3 more files in changeset.
- Add new feature to prevent/slowdown brute force attacks on login by counting the number of

failed consecutive login attempts based on ip-address and subsite.

- Add new package dependency: package "acs-admin" now requires "acs-authentication"

    • -0
    • +1
    ./catalog/acs-authentication.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/acs-authentication.en_US.ISO-8859-1.xml
  1. … 2 more files in changeset.
Improve comments and error message

fix recent typo

whitespace cleanup

  1. … 4 more files in changeset.
Use "ad_try" instead of "with_catch"

name HTML file consistently .html (not .htm)

    • -138
    • +0
    ./www/doc/acs-authentication.htm
    • -0
    • +138
    ./www/doc/acs-authentication.html
Fix typos

Reduce divergence between oracle and postgres codebase

Fix broken links

    • -0
    • +153
    ./www/doc/ext-auth-ldap-install.adp
    • -0
    • +140
    ./www/doc/ext-auth-pam-install.adp
    • -0
    • +207
    ./www/doc/ims-sync-driver-design.adp
  1. … 4 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -0
    • +5
    ./catalog/acs-authentication.de_DE.ISO-8859-1.xml
    • -0
    • +5
    ./catalog/acs-authentication.it_IT.ISO-8859-1.xml
    • -334
    • +384
    ./tcl/authentication-procs.tcl
    • -19
    • +18
    ./tcl/test/acs-authentication-procs.tcl
  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 245 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
Make forgotten_password_url subsite aware and fully qualified

align variable names

allow to send forgotten-password-url in registration mail (similar to reset_password_url)

bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
Provide default help texts for register form

Fix broken links

Fix broken links

Prevent error when user is removed from the Registered Users group, but not from users altogether

Fix typo in previous commit

Don't steal anybody's address nor email, especially if people was banned. Fail and give a message instead.

simplify idiom

Provide more infrastructure support for host-node-maps for more flexible domain handling

- add optional -cookie_domain parameter to the following functions

ad_user_login

ad_user_logout

sec_generate_session_id_cookie

auth::issue_login (wrapper for ad_user_login)

if not specified, the functions are full backward compatible

- add optional parameter -host_node_id to auth::authenticate

which refers to the node_id in the host-node-map

- pass host_node_id from from/to register pages

TODO:

1) probably, sec_generate_session_id_cookie picks up the wrong

session_id via [ad_conn session_id]

2) check interaction with CookieDomain (probably, we need

must not pass host_node_id wheren CookieDomain is non-empty)

  1. … 6 more files in changeset.