summaryrefslogtreecommitdiff
path: root/src/rabbit_access_control.erl
Commit message (Expand)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
* more specsAlexandru Scvortov2011-08-051-0/+3
* OopsSimon MacMullen2011-06-091-1/+1
* Since we're changing the backend API anyway, let's remove this management-spe...Simon MacMullen2011-06-091-23/+2
* 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 back...Simon MacMullen2010-12-211-293/+7
* 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 e...Simon MacMullen2010-11-241-1/+4
| * | | | Allow Module:check_vhost_access and check_resource_access to return error tup...Simon MacMullen2010-11-231-18/+40
| * | | | 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 pluggab...Simon MacMullen2010-11-191-3/+7
| * | | | 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