summaryrefslogtreecommitdiff
path: root/qpid/cpp/etc
Commit message (Collapse)AuthorAgeFilesLines
* QPID-3603: rgmanager integration for new HA clusterAlan Conway2012-03-083-1/+180
| | | | | | | | - service start script qpid-primary, called by rgmanager to promote a broker. - example cluster.conf - minor changes to qpid-ha git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298602 13f79535-47bb-0310-9956-ffa450edef68
* I am removing DIGEST-MD5 from the mech list, because we cannot supplyMichael Goulish2011-11-031-16/+50
| | | | | | | | | | | | a username+passwd in the sasldb file without introducing a security hole to production systems. So now the only mech is ANONYMOUS -- and lots of changes to the comments to make it clear how to enable MD5 and how to add username+passwd for it. Also, one of the broker options that was mentioned in the old text was archaic -- updated that. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197178 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]Andrew Stitcher2011-11-031-1/+13
| | | | | | | - Improved CMake build significantly bringing it closer in parity to autotools build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197146 13f79535-47bb-0310-9956-ffa450edef68
* JIRA 3337Michael Goulish2011-07-063-26/+4
| | | | | | | | | | | no more defaulting to guest/guest username/password qpidd.sasldb is no longer created -- users who want usernames and passwords in there must create it. but a local qpidd.sasldb is (before this change) being created for 'make check' testing. The etc/sasl2/qpidd.conf file now has an explicit mech list -- so we will no longer default to the system-list. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1143536 13f79535-47bb-0310-9956-ffa450edef68
* add ASF licence to various files in the cpp treeRobert Gemmell2010-10-312-0/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029521 13f79535-47bb-0310-9956-ffa450edef68
* Add ASF licence to the git ignore filesRobert Gemmell2010-10-281-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028476 13f79535-47bb-0310-9956-ffa450edef68
* Added some missing licenses; added FedOps.h to distribution listGordon Sim2010-10-271-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1027879 13f79535-47bb-0310-9956-ffa450edef68
* Fix qpiddevel selinux policy to work with valgrind.Alan Conway2010-08-131-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985356 13f79535-47bb-0310-9956-ffa450edef68
* Updated selinux policy to work on versions lacking aisexec_t.Alan Conway2010-08-123-26/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984858 13f79535-47bb-0310-9956-ffa450edef68
* Add missing destroy permissions to qpidd selinux module.Alan Conway2010-08-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983784 13f79535-47bb-0310-9956-ffa450edef68
* Updated developer SELinux policy to also allow tests run under valgrind.Alan Conway2010-07-281-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980198 13f79535-47bb-0310-9956-ffa450edef68
* Added makefile to build & install selinux policy modules.Alan Conway2010-07-212-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@966323 13f79535-47bb-0310-9956-ffa450edef68
* Added selinux policy so developers can run cluster tests with enforcing=1Alan Conway2010-07-212-3/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@966302 13f79535-47bb-0310-9956-ffa450edef68
* Added compile instructions to selinux policy source file.Alan Conway2010-07-201-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@965840 13f79535-47bb-0310-9956-ffa450edef68
* Selinux policy module needed to run a qpid cluster with selinux in enforcing ↵Alan Conway2010-07-151-0/+16
| | | | | | mode. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@964551 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2709: update references to the old incubator mailing lists and svn ↵Robert Gemmell2010-07-121-1/+1
| | | | | | | | | repository addresses Applied patch from Emmanuel Bourg <ebourg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@963482 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2666: Fix for init script problem where config file has "log-to-file" ↵Kim van der Riet2010-06-111-1/+1
| | | | | | set with a relative path. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953687 13f79535-47bb-0310-9956-ffa450edef68
* Added a couple of tests to init script and use env var for data dir if setGordon Sim2010-04-301-6/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1811: Look for saslpasswd2 at configure time instead of hardcodingAndrew Stitcher2010-04-261-1/+1
| | | | | | | its location (autotools build only as cmake build doesn't currently build a custom sasl passwd file) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938026 13f79535-47bb-0310-9956-ffa450edef68
* Add restorecon to qpid init script to allow SELinux to correctly handle ↵Kim van der Riet2010-04-191-0/+1
| | | | | | pidfile attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935629 13f79535-47bb-0310-9956-ffa450edef68
* Removed the Visual Studio solution/project files, as these are now generated ↵Stephen D. Huston2009-11-201-1/+1
| | | | | | by CMake. Added CMakeLists.txt files to Makefile.am, and all other needed support files so that the 'make dist' supplies all needed items for building a release kit on Windows. Fixes QPID-2134 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882373 13f79535-47bb-0310-9956-ffa450edef68
* Set default mechanism for cluster updates to be ANONYMOUSGordon Sim2009-11-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834153 13f79535-47bb-0310-9956-ffa450edef68
* condrestart was mentioned in usage but not supported in case; made it a ↵Gordon Sim2009-10-291-1/+1
| | | | | | synonym for existing try-restart. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@830879 13f79535-47bb-0310-9956-ffa450edef68
* Added more install-related content to the CMake structure.Stephen D. Huston2009-10-071-0/+20
| | | | | | Adds changes requested in QPID-2123, modified somewhat. Also adds Windows-specific installer content in cpp/packaging. Other specific packaging things can be added there as well. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@822965 13f79535-47bb-0310-9956-ffa450edef68
* Added missing new line to end of conf file.Gordon Sim2009-02-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746297 13f79535-47bb-0310-9956-ffa450edef68
* Add dummy option to example conf file that suppresses a spurious cyrus sasl ↵Gordon Sim2009-02-201-0/+4
| | | | | | warning. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746296 13f79535-47bb-0310-9956-ffa450edef68
* Remove mechanism restrictions from default sasl config file.Gordon Sim2009-01-071-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732317 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF license to makefilesGordon Sim2008-12-151-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726710 13f79535-47bb-0310-9956-ffa450edef68
* Added missing ASF license to conf files and init scriptGordon Sim2008-12-154-0/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726681 13f79535-47bb-0310-9956-ffa450edef68
* Example config files are misleading as spaces on either side of the '=' ↵Gordon Sim2008-12-042-5/+10
| | | | | | prevent the options being parsed correctly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723356 13f79535-47bb-0310-9956-ffa450edef68
* Add qpidc.conf to the distfile listAndrew Stitcher2008-09-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694426 13f79535-47bb-0310-9956-ffa450edef68
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-112-0/+6
| | | | | | | | | | | | | | | used simultaneously: - Added in capability for client library plugins: Client library will load in plugin modules from the client library module directory on library load. - Add protocol option into the standard client command line options - Split plugin module load area into daemon and client; default daemon module directory is now <libdir>/qpid/daemon, default client module directory is <libdir>/qpid/client. - Changed names of plugins to leave out libqpid prefix git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694113 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Manuel Teira: ↵Alan Conway2008-06-201-0/+3
| | | | | | | | | | | | | | https://issues.apache.org/jira/secure/CommentAssignIssue!default.jspa?action=5&id=12398038 - Use standard automake makefiles to build cpp/examples. - Rationalize examples directory structure. Additions to patch: - Fix for VPATH builds. - Fix make distcheck (finally!) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@670066 13f79535-47bb-0310-9956-ffa450edef68
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-121-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@667205 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpiddTed Ross2008-06-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662854 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1114 moved --pid-dir from config file to startup scriptTed Ross2008-06-032-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662821 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1114 Daemon mode improvementsTed Ross2008-06-022-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662570 13f79535-47bb-0310-9956-ffa450edef68
* Fix to allow VPATH builds to work after checkin for QPID-648Andrew Stitcher2008-05-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@655597 13f79535-47bb-0310-9956-ffa450edef68
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-092-0/+58
| | | | | | | | | - support for realms - updates to packaging to create a default db and the necessary conf files for plain and anon git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654902 13f79535-47bb-0310-9956-ffa450edef68
* emacs/qpid-c++-mode.el: qpid-c++-mode for Emacs.Alan Conway2008-04-241-0/+226
| | | | | | | | qpid-style indentation plus some useful commands for inserting copyrights etc. Feel free to improve it, there's lots of room. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651287 13f79535-47bb-0310-9956-ffa450edef68
* add full path to qpidd in init script, as it fails in some environments with ↵Nuno Santos2008-04-171-1/+1
| | | | | | just the command name git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@649126 13f79535-47bb-0310-9956-ffa450edef68
* QPID-892 - use daemon params instead of runuser; store pid of qpidd daemon ↵Nuno Santos2008-04-011-3/+9
| | | | | | to kill single instance git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643597 13f79535-47bb-0310-9956-ffa450edef68
* QPID-892: Make qpidd daemon not run as root (rpm install)Nuno Santos2008-04-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643442 13f79535-47bb-0310-9956-ffa450edef68
* * docs/man/qpidd.x: Explain configuration options.Alan Conway2007-10-041-0/+2
| | | | | | | | | | * etc/qpidd.conf: Placeholder configuration file. * qpidc.spec.in: Install qpidd.conf * Makefile.am: Install qpidd.conf * src/qpid/Options.cpp, h, src/qpidd.cpp: Option formatting fixes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581951 13f79535-47bb-0310-9956-ffa450edef68
* From Nuno Santos <nsantos@redhat.com>, fix options in qpidd startup script.Alan Conway2007-10-031-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581739 13f79535-47bb-0310-9956-ffa450edef68
* * qpidc.spec.in: Fix rpmlint "macro in changelog" warning.Alan Conway2007-08-201-2/+1
| | | | | | | | | * etc/qpidd: Put description on one line. Continuation line causing rpmlint to barf with "wrong-line-in-lsb-tag * configure.ac: Fix typo. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@567683 13f79535-47bb-0310-9956-ffa450edef68
* Update for Fedora init-scripts guidelines:Jim Meyering2007-07-091-21/+36
| | | | | | | | | | | | | | | <http://fedoraproject.org/wiki/FCNewInit/Initscripts> * etc/qpidd: Provide an LSB header. Allow options to be specified via QPIDD_OPTIONS=... in /etc/sysconfig/qpidd. Diagnose and 'exit 3' for the unsupported "reload". Don't mention unused $pidfile. Remove useless curly braces: ${lockfile} -> $lockfile. Write usage and error diagnostics to stderr, not stdout. Change spelling: condrestart -> try-restart. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@554659 13f79535-47bb-0310-9956-ffa450edef68
* Renamed cpp-0-9 to cppAlan Conway2007-03-211-0/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520706 13f79535-47bb-0310-9956-ffa450edef68
* * cpp: svn removed, will rename cpp-0-9Alan Conway2007-03-211-66/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520705 13f79535-47bb-0310-9956-ffa450edef68
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-231-33/+16
| | | | | | | | | - src/qpidd.cpp: added --daemon option to run as daemon. - etc/qpidd: fixed bugs in init.rc script. - qpidc.spec: fixed rpmlint warnings, added apache URL git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489905 13f79535-47bb-0310-9956-ffa450edef68