| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge default into bug22902 | Matthias Radestock | 2010-09-07 | 19 | -563/+515 |
| |\ | |||||
| | * | tiny refactor and some cosmetic changes | Matthias Radestock | 2010-09-07 | 1 | -28/+14 |
| | | | |||||
| | * | Merge bug23230 into default (tweak and flesh out rabbit_binding API) | Simon MacMullen | 2010-09-06 | 7 | -122/+184 |
| | |\ | |||||
| | | * | expand test coverage | Matthias Radestock | 2010-09-04 | 1 | -1/+9 |
| | | | | |||||
| | | * | add a couple of convenience functions | Matthias Radestock | 2010-09-04 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | so that callers can add/remove bindings without supplying a closure, which can be tricky across an rpc call. | ||||
| | | * | update 'rabbitmqctl list_bindings' documentation | Matthias Radestock | 2010-09-04 | 1 | -12/+48 |
| | | | | | | | | | | | | | The command now behaves more like the other list_* commands | ||||
| | | * | tweak and extend rabbit_binding API | Matthias Radestock | 2010-09-04 | 5 | -107/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 'add', 'remove' take binding records instead of losts of args - 'list*' return #binding records instead of tuples - add 'list_for_exchange_and_queue' - add 'info*' functions Also fix two bugs: - don't invoke rabbit_event:notify inside mnesia tx - include complete binding info in binding_deleted event | ||||
| | * | | We escape like C not URLs. | Simon MacMullen | 2010-09-06 | 1 | -4/+4 |
| | | | | |||||
| | * | | Merge default heads | Michael Bridgen | 2010-09-06 | 2 | -128/+0 |
| | |\ \ | |||||
| | | * \ | Merge bug23229 (remove more dead code) | Michael Bridgen | 2010-09-06 | 2 | -128/+0 |
| | | |\ \ | |||||
| | | | * | | remove dead code | Matthias Radestock | 2010-09-04 | 2 | -128/+0 |
| | | | | | | |||||
| | * | | | | merging bug23228 into default | Vlad Alexandru Ionescu | 2010-09-06 | 7 | -355/+394 |
| | |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | | * | | some renaming and inlining on internal API | Matthias Radestock | 2010-09-04 | 1 | -14/+11 |
| | | | | | |||||
| | | * | | further binding API tweaks | Matthias Radestock | 2010-09-04 | 5 | -39/+39 |
| | | | | | |||||
| | | * | | fix some comments and types | Matthias Radestock | 2010-09-03 | 2 | -3/+4 |
| | | | | | |||||
| | | * | | merge default into bug23228 | Matthias Radestock | 2010-09-03 | 1 | -4/+8 |
| | | |\ \ | | | |/ | |||||
| | | * | | move binding code into its own module | Matthias Radestock | 2010-09-03 | 5 | -352/+393 |
| | | | | | |||||
| | * | | | merge heads | Matthias Radestock | 2010-09-05 | 2 | -4/+4 |
| | |\ \ \ | |||||
| | | * \ \ | Merge bug23197 (missed heartbeat may not get logged) | Simon MacMullen | 2010-09-01 | 1 | -2/+2 |
| | | |\ \ \ | |||||
| | | | * | | | prevent normal heartbeater termination from tearing down the reader | Matthias Radestock | 2010-08-27 | 1 | -2/+2 |
| | | | | | | | |||||
| | | * | | | | cosmetic | Matthias Radestock | 2010-09-01 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | merge heads | Matthias Radestock | 2010-09-05 | 2 | -2/+0 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge bug23116 | Michael Bridgen | 2010-09-03 | 2 | -2/+0 |
| | | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | | | * | | | | Merge default into bug23116 | Michael Bridgen | 2010-09-03 | 15 | -172/+135 |
| | | | |\ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | | | * | | | | All packaging makefiles can assume that "make srcdist" is already done | David Wragg | 2010-08-27 | 2 | -2/+0 |
| | | | | |/ / | | | |/| | | |||||
| | * | | | | | simplify a bunch of rabbit_event:notify calls | Matthias Radestock | 2010-09-05 | 4 | -18/+9 |
| | |/ / / / | |||||
| | * | | | | add some missing specs | Matthias Radestock | 2010-09-03 | 1 | -4/+8 |
| | | |_|/ | |/| | | |||||
| * | | | | better formatting + refactor | Alexandru Scvortov | 2010-09-07 | 1 | -10/+24 |
| | | | | | |||||
| * | | | | cosmetic and minor bug fix | Matthias Radestock | 2010-09-06 | 1 | -7/+8 |
| | | | | | |||||
| * | | | | reformatted date range | Alexandru Scvortov | 2010-09-06 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, the output looks like this: % rabbitmqctl list_connections peer_address ssl_subject ssl_issuer ssl_validity Listing connections ... 127.0.0.1 CN=dakota,O=client4 CN=MyTestCA 2010-09-01 17:34:57 to 2011-09-01 17:34:57 ...done. | ||||
| * | | | | proper subject escaping as per RFC 2253 | Alexandru Scvortov | 2010-09-06 | 1 | -3/+31 |
| | | | | | |||||
| * | | | | Added ssl_validity, ssl_subject and ssl_issuer to list_connections. | Alexandru Scvortov | 2010-09-06 | 2 | -23/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both the subject and the issuer use OpenSSL's notation. % rabbitmqctl list_connections ssl_validity ssl_subject ssl_issuer Listing connections ... 2010-09-01:2011-09-01 /CN=dakota/O=client4/ /CN=MyTestCA/ ...done. If it's not an SSL connection, the 3 values are nossl. If there's no peer certificate, the 3 values are no_peer_certificate. | ||||
| * | | | | first stab at extracting information from certificates | Alexandru Scvortov | 2010-09-03 | 1 | -2/+31 |
| | | | | | |||||
| * | | | | typo | Alexandru Scvortov | 2010-09-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | merge default into bug22902 | Alexandru Scvortov | 2010-09-03 | 87 | -1978/+8840 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | bug23200 merged into default | Marek Majkowski | 2010-09-03 | 2 | -10/+10 |
| | |\ \ \ | |||||
| | | * | | | lists:member. | Simon MacMullen | 2010-08-31 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Allow byte, int, short, long. | Simon MacMullen | 2010-08-31 | 2 | -10/+10 |
| | | | | | | |||||
| | | * | | | Change type of expires argument from (signed)long to signedint since that's ↵ | Simon MacMullen | 2010-08-31 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | the best we can do in 0-8. | ||||
| | * | | | | refactor: export a useful file_handle_cache:ulimit() | Matthias Radestock | 2010-09-03 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for, e.g. the management plug-in Also, we always need at least two fds (e.g. for 'copy'), so set the lower bound to that rather than one. | ||||
| | * | | | | merge bug23107 into default | Alexandru Scvortov | 2010-09-01 | 1 | -1/+9 |
| | |\ \ \ \ | |||||
| | | * | | | | Don't nest lists | Emile Joubert | 2010-08-24 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | Supply ssl verify function conditionally | Emile Joubert | 2010-08-24 | 1 | -8/+7 |
| | | | | | | | |||||
| | | * | | | | Take peer verification config into account in verify function | Emile Joubert | 2010-08-24 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This works around a limitation in the ssl module, which does not honour verify_none | ||||
| | | * | | | | Accept multiple SSL verification errors | Emile Joubert | 2010-08-23 | 1 | -2/+2 |
| | | | | | | | |||||
| | | * | | | | Don't ignore SSL certificate verification errors | Emile Joubert | 2010-08-23 | 1 | -1/+4 |
| | | | | | | | |||||
| | * | | | | | bug23185 merged into default | Marek Majkowski | 2010-09-01 | 1 | -12/+13 |
| | |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | | * | | | | client scope grants permission *only* for amq.gen resources | Alexandru Scvortov | 2010-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | So, a client still need explicit permission to use amq.default, etc. | ||||
| | | * | | | | move treating 'amq\.*' specially to inner case | Alexandru Scvortov | 2010-08-26 | 1 | -12/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Permission argument to check_resource_access is not a #permission{}. It is an atom naming which permission we want (configure, read or write). To treat 'amq.*' resources differently, the check needs to be moved to the inner case. | ||||
| | * | | | | | simplifying refactor | Matthias Radestock | 2010-09-01 | 1 | -30/+19 |
| | | | | | | | |||||
