summaryrefslogtreecommitdiff
path: root/src/rabbit_auth_backend_internal.erl
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|
* cosmeticMatthias Radestock2014-02-061-38/+35
|
* cosmetic(ish)Matthias Radestock2014-02-061-101/+100
| | | | | | - sensible order of exports / specs / functions - remove unneeded exports - inline some functions
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|
* stable to defaultSimon MacMullen2013-04-291-5/+5
|\
| * stable to defaultSimon MacMullen2013-01-241-1/+1
| |\
| * | fix spec bugsMatthias Radestock2012-12-061-5/+5
| | |
* | | If there is no password, refuse access rather than blowing up.bug25535Simon MacMullen2013-04-291-1/+3
| |/ |/|
* | Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
|/
* Added -callbacks for rabbit_auth_backend.Francesco Mazzoli2012-03-051-2/+0
|
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
|
* merge default into bug24315Alexandru Scvortov2011-09-231-5/+7
|\
| * log various ctl actionsAlexandru Scvortov2011-09-061-5/+7
| |
* | consistencybug24416Matthias Radestock2011-09-081-2/+2
| |
* | do the todoMatthias Radestock2011-09-081-10/+6
|/
* Since we're changing the backend API anyway, let's remove this ↵Simon MacMullen2011-06-091-18/+12
| | | | management-specific wart.
* First pass at user tags.Simon MacMullen2011-06-091-32/+34
|
* Be more consistent about returning infos from ↵Simon MacMullen2011-06-061-32/+35
| | | | rabbit_auth_backend_internal:list_*_permissions, fix rabbit_vhost:delete. Note that some of the info keys have changed to match those in mgmt, so we avoid a translation layer.
* List permissions differentlyEmile Joubert2011-05-311-2/+8
|
* cosmeticMatthias Radestock2011-03-161-14/+10
|
* cosmeticMatthias Radestock2011-03-041-2/+2
|
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|
* Fix dumb mistake. Not sure how that used to work.Simon MacMullen2011-01-101-1/+1
|
* Split rabbit_access_control up. Functions that are facades onto the auth ↵Simon MacMullen2010-12-211-3/+238
| | | | backends stay; functions that manage users and permissions go to rabbit_auth_backend_internal, functions that manage vhosts go to rabbit_vhost.
* Cover the case of non-admin, read.Simon MacMullen2010-12-141-1/+1
|
* Merge from defaultSimon MacMullen2010-12-141-2/+3
|
* Spec stuff.Simon MacMullen2010-11-241-1/+1
|
* Fix some whitespace issues, add a noteSimon MacMullen2010-11-231-1/+1
|
* Let an auth plugin specify which vhosts a user can see.Simon MacMullen2010-11-221-3/+5
|
* 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-4/+15
| | | | pluggable backends now and b) I've got it out of my head.
* Increase the amount of correctnessSimon MacMullen2010-11-191-1/+28
|
* Umm, these are probably importantSimon MacMullen2010-11-191-0/+71