summaryrefslogtreecommitdiff
path: root/src/rabbit_access_control.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Add our slightly flaky demo challenge-response mechanism, and update APIs etc...Simon MacMullen2010-11-091-33/+2
| * | | | Move existing PLAIN and AMQPLAIN auth mechanisms into plugins.Simon MacMullen2010-11-051-45/+40
| | |_|/ | |/| |
* | | | rabbitmqctl clear_password <username>Simon MacMullen2010-12-081-1/+5
| |_|/ |/| |
* | | Add upgrades for password hashing and listeners having IP addressesSimon MacMullen2010-11-111-1/+2
| |/ |/|
* | fix a couple more spec errors and a genuine bug (lists:concat vs append)Matthias Radestock2010-11-071-1/+1
* | add missing type exportMatthias Radestock2010-11-061-1/+1
|/
* remove repetition + formattingbug23416Marek Majkowski2010-11-021-8/+3
* Don't add the name MD5, don't base64 encode.Simon MacMullen2010-11-021-5/+5
* Revert the change to check_vhost_access/2Simon MacMullen2010-11-011-2/+2
* Add change_password_hash/2, rename hash_password/2 as it has little in common...Simon MacMullen2010-11-011-3/+13
* Use MD5 rather than SHA2 to avoid embedding anything. Indicate hashing functi...Simon MacMullen2010-11-011-6/+6
* Various API changesSimon MacMullen2010-10-261-10/+19