- 04 Dec, 2015 12 commits
-
-
Dave Cridland authored
OF-983 Do not bounce packets while lock is held
-
Dave Cridland authored
OF-984 / OF-985 Dialback fixes for to attribute and TLS
-
Guus der Kinderen authored
OF-631 Reduce salt size to fit database
-
Dave Cridland authored
The salt size was 32, and the database column was a VARCHAR(32). However, the salt was base64 encoded prior to insertion, and this caused it to be too large. Therefore this patch reduces the size to 24 bytes, which expands to 8 units of three bytes encoded as four characters, hence 32 characters total.
-
daryl herzmann authored
OF-631 Fix all the SCRAM faults
-
Dave Cridland authored
-
Dave Cridland authored
A few places all use the domain.intern() as the key for a synchronized block. This can lead to clashes when multiple semantics conflict, and this can in turn lead to a deadlock, as witnessed in OF-984. This changes two cases to use a prefixed string to namespace the locking.
-
Dave Cridland authored
OF-983 appears to be caused by a complex bouncing process run while the authentication check lock is held. This patch moves the actual bounce to outside the synchronized block, so the code no longer deadlocks. Untested, but based on the stack traces in OF-983 reports.
-
Guus der Kinderen authored
Revert "OF-115 Remove race during outgoing session creation"
-
Dave Cridland authored
Ignore test that makes Travis fail.
-
Dave Cridland authored
This reverts commit d0667e21. While I think the general code is right, it's clearly got serious shortcomings so I think it's best to back this out for now.
-
Guus der Kinderen authored
-
- 03 Dec, 2015 1 commit
-
-
akrherz authored
-
- 02 Dec, 2015 2 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
-
- 01 Dec, 2015 23 commits
-
-
Guus der Kinderen authored
Refactor connectionmanagement
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Don't log problems that we cannot resolve properly (and originate outside of our influence) to warn.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Conflicts: src/i18n/openfire_i18n_en.properties src/java/org/jivesoftware/openfire/session/LocalOutgoingServerSession.java
-
Guus der Kinderen authored
-
Dele Olajide authored
Document port number to use http instead of https
-
Dave Cridland authored
OF-115 Remove race during outgoing session creation
-
Dave Cridland authored
OF-473: Revert original patch
-
Dave Cridland authored
Fix NPE in Node.java when changing node configuration.
-
Dave Cridland authored
Add and document LDAP startTls option to setup
-
Guus der Kinderen authored
This reverts commit f25491c7.
-
akrherz authored
-
Marc Laporte authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 30 Nov, 2015 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-