summaryrefslogtreecommitdiff
path: root/src/rabbit_access_control.erl
Commit message (Collapse)AuthorAgeFilesLines
* Events for login success / failure.Simon MacMullen2014-04-011-18/+23
|
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|
* Allow checking an IP address as well as a socket.Simon MacMullen2014-02-181-4/+5
|
* Refuse access for guest via non-localhost by default.Simon MacMullen2014-02-141-1/+11
|
* Placate Matthias.bug25654Simon MacMullen2014-01-201-5/+5
|
* Uh, give the second head a chance to match.Simon MacMullen2014-01-201-1/+1
|
* Separate modules for authentication and authorisationSimon MacMullen2014-01-171-8/+21
|
* Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
| |
* | merge stable into defaultTim Watson2013-06-061-2/+5
|\ \ | |/
| * Don't use andalso here, it breaks LDAP when compiled under R12.bug25573Simon MacMullen2013-05-301-2/+5
| |
* | simplify error loggingMatthias Radestock2013-05-251-10/+7
|/
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
|
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
|
* get rid of debug and message loggingMatthias Radestock2012-01-261-1/+0
| | | | | | since they have limited use This does make the rabbit_log server somewhat superfluous, but it does get a new lease of life in bug 22470
* more specsAlexandru Scvortov2011-08-051-0/+3
| | | | | | | Specs for access_control, binding, alarm, auth_backend, auth_backend_internal, auth_mechanism, auth_mechansim_amqplain, auth_mechanism_cr_demo, auth_mechanism_plain, backing_queue, basic, and binary_generator are up to date.
* OopsSimon MacMullen2011-06-091-1/+1
|
* Since we're changing the backend API anyway, let's remove this ↵Simon MacMullen2011-06-091-23/+2
| | | | management-specific wart.
* Remove dead code.Simon MacMullen2011-05-031-14/+1
|
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|
* Fix a few spec-related stupidities.Simon MacMullen2011-01-051-1/+1
|
* Split rabbit_access_control up. Functions that are facades onto the auth ↵Simon MacMullen2010-12-211-293/+7
| | | | backends stay; functions that manage users and permissions go to rabbit_auth_backend_internal, functions that manage vhosts go to rabbit_vhost.
* Merge from defaultSimon MacMullen2010-12-201-1/+1
|\
| * Large-ish merge from default.Jerry Kuch2010-12-161-44/+18
| |\
| * \ Merge from default.Jerry Kuch2010-11-171-3/+4
| |\ \
| * | | Move internal exchange implementation over from other laptop.Jerry Kuch2010-11-101-1/+1
| | | |
* | | | Distinguish between two ways of listing vhosts for users.Simon MacMullen2010-12-151-3/+10
| | | |
* | | | Merge from defaultSimon MacMullen2010-12-141-80/+89
|\ \ \ \ | |_|_|/ |/| | |
| * | | The resource is not a string.Simon MacMullen2010-11-241-1/+1
| | | |
| * | | Merge from bug23467 (and hence default)Simon MacMullen2010-11-241-1/+2
| |\ \ \
| * | | | Spec stuff.Simon MacMullen2010-11-241-3/+3
| | | | |
| * | | | Don't allow the backend to grant access to a vhost which does not otherwise ↵Simon MacMullen2010-11-241-1/+4
| | | | | | | | | | | | | | | | | | | | exist!
| * | | | Allow Module:check_vhost_access and check_resource_access to return error ↵Simon MacMullen2010-11-231-18/+40
| | | | | | | | | | | | | | | | | | | | tuples too.
| * | | | Fix some whitespace issues, add a noteSimon MacMullen2010-11-231-3/+4
| | | | |
| * | | | Let an auth plugin specify which vhosts a user can see.Simon MacMullen2010-11-221-2/+7
| | | | |
| * | | | Allow auth backend modules to failSimon MacMullen2010-11-221-1/+8
| | | | |
| * | | | Improve consistency.Simon MacMullen2010-11-221-2/+2
| | | | |
| * | | | Not sure that's the right approach but at least a) EXTERNAL works via ↵Simon MacMullen2010-11-191-3/+7
| | | | | | | | | | | | | | | | | | | | pluggable backends now and b) I've got it out of my head.
| * | | | Increase the amount of correctnessSimon MacMullen2010-11-191-37/+12
| | | | |
| * | | | Rather impressionistic sketch of how pluggable auth backends might start out.Simon MacMullen2010-11-191-39/+33
| | | | |
* | | | | Spec fix.Simon MacMullen2010-12-141-1/+1
| | | | |
* | | | | Make refused and protocol_error cases more symmetrical.Simon MacMullen2010-12-141-4/+3
| | | | |
* | | | | Merged bug23506 into defaultEmile Joubert2010-12-131-42/+13
|\ \ \ \ \
| * | | | | Better diagnostics when authentication fails.Simon MacMullen2010-12-061-3/+5
| | |/ / / | |/| | |
| * | | | Be consistent about refused returnSimon MacMullen2010-11-191-2/+2
| | | | |
| * | | | Merged default into bug23467Simon MacMullen2010-11-191-1/+2
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | Specs.Simon MacMullen2010-11-161-1/+1
| | | |
| * | | Merged from defaultSimon MacMullen2010-11-161-2/+2
| |\ \ \
| * | | | Reinstate user_pass_login/2, the Erlang client depends on it.Simon MacMullen2010-11-101-1/+14
| | | | |
| * | | | Don't allow a client to select a mechanism we decided not to offer.Simon MacMullen2010-11-101-9/+1
| | | | |