summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge from defaultSimon MacMullen2010-12-1414-111/+357
|\
| * The resource is not a string.Simon MacMullen2010-11-241-1/+1
| * Dammit.Simon MacMullen2010-11-241-33/+5
| * Mnesia upgrade to convert user to internal_user records. Painful since the bu...Simon MacMullen2010-11-242-1/+43
| * Merge from bug23467 (and hence default)Simon MacMullen2010-11-2423-472/+706
| |\
| * | Spec stuff.Simon MacMullen2010-11-245-12/+65
| * | 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-232-4/+5
| * | Let an auth plugin specify which vhosts a user can see.Simon MacMullen2010-11-223-6/+13
| * | Allow auth backend modules to failSimon MacMullen2010-11-221-1/+8
| * | Fix accidental renaming of an info item.Simon MacMullen2010-11-221-2/+2
| * | Improve consistency.Simon MacMullen2010-11-222-4/+4
| * | Not sure that's the right approach but at least a) EXTERNAL works via pluggab...Simon MacMullen2010-11-194-10/+24
| * | Increase the amount of correctnessSimon MacMullen2010-11-194-41/+49
| * | Umm, these are probably importantSimon MacMullen2010-11-192-0/+118
| * | Rather impressionistic sketch of how pluggable auth backends might start out.Simon MacMullen2010-11-199-69/+69
* | | Spec fix.Simon MacMullen2010-12-141-1/+1
* | | Make refused and protocol_error cases more symmetrical.Simon MacMullen2010-12-145-14/+14
* | | Simplify code surrounding the return from BQ:ackMatthew Sackman2010-12-142-29/+29
* | | improve consistency of APIMatthew Sackman2010-12-133-15/+12
* | | The arg to duplicate_node_check is always a string, and control:diags require...Matthew Sackman2010-12-131-4/+5
* | | cosmeticsMatthew Sackman2010-12-131-7/+7
* | | Merging headsMatthew Sackman2010-12-131-1/+1
|\ \ \
| * | | Do not, ever, use lists:concat. It does not do what you thinkMatthew Sackman2010-12-131-1/+1
* | | | Merged bug23506 into defaultEmile Joubert2010-12-1328-196/+669
|\ \ \ \
| * \ \ \ Merged headsEmile Joubert2010-12-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Essential cosmeticMatthew Sackman2010-12-131-1/+1
| * | | | Merged bug23467 into defaultEmile Joubert2010-12-1319-104/+582
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge from default.Simon MacMullen2010-12-1319-104/+582
| | |\ \ \
| | | * | | Demonstrate protocol_error.Simon MacMullen2010-12-062-3/+8
| | | * | | Better diagnostics when authentication fails.Simon MacMullen2010-12-063-14/+23
| | | * | | Remove should_offer/1.Simon MacMullen2010-11-307-57/+42
| | | | |/ | | | |/|
| | | * | Merge from defaultSimon MacMullen2010-11-2419-104/+583
| | | |\ \
| | | | * | Tiny simplifying refactor.Simon MacMullen2010-11-241-2/+1
| | | | * | Be consistent about refused returnSimon MacMullen2010-11-191-2/+2
| | | | * | Merged default into bug23467Simon MacMullen2010-11-1914-212/+337
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | * | Remove untrue statementSimon MacMullen2010-11-191-1/+1
| | | | * | Don't open a security hole if server is misconfigured.Simon MacMullen2010-11-161-3/+14
| | | | * | Specs.Simon MacMullen2010-11-162-2/+9
| | | | * | Fix default configSimon MacMullen2010-11-161-2/+1
| | | | * | After reading RFC5802 I'm not convinced this approach can be salvaged (in a s...Simon MacMullen2010-11-161-38/+15
| | | | * | Merged from defaultSimon MacMullen2010-11-1637-395/+724
| | | | |\ \
| | | | * | | Remove the beginning of the per-mechanism options thing, in the interest of g...Simon MacMullen2010-11-151-8/+1
| | | | * | | Beginning of a config mechanism.Simon MacMullen2010-11-102-3/+14
| | | | * | | Fix that...Simon MacMullen2010-11-101-1/+4
| | | | * | | Reinstate user_pass_login/2, the Erlang client depends on it.Simon MacMullen2010-11-101-1/+14
| | | | * | | Strip out the plugin-disabling mechanismSimon MacMullen2010-11-102-30/+0
| | | | * | | Spec fixesSimon MacMullen2010-11-102-2/+3
| | | | * | | Mostly working EXTERNAL implementationSimon MacMullen2010-11-107-27/+62