Closed
Conversation
This allows a plugin to override the account storage without the default account storage having been loaded first, wasting resources and potentially removing permissions for non-matching users.
Building documentation for disabled libraries fails with the following error: ``` libtool: link: cannot find the library `../../../libinfgtk/libinfgtk-0.6.la' or unhandled argument `../../../libinfgtk/libinfgtk-0.6.la' Linking of scanner failed: Makefile:609: recipe for target 'scan-build.stamp' failed ```
…obby#13) This happened if the browser was not open.
Typically this crash only happened at the point when the connection that presented that certificate was closed.
Regression caused by 37afb06.
This especially affects the directory-sync plugin. If other modes are desired, the umask of the process should be set accordingly. This change allows the plugin to create directory that are readable or writable by other users than the process owner.
Thanks to Jann Horn for reporting this. At the moment I don't think there are any security implications because of this.
Thanks to Jann Horn for pointing this out.
…h> (gobby#7) This fixes the build on Mac OS X.
…obby#7) This is a build fix for Mac OS X.
Also, add a test which reproduces this problem. While the test might well run through even with the buggy version, valgrind will uncover the memory corruption, and in some cases it can lead to a crash or otherwise undesired behaviour.
Conflicts: infinoted/infinoted-plugin-manager.c
Some systems such as FreeBSD have res_query() within libc, and passing -lresolv to the linker makes it fail because libresolv does not exist.
The notifications were missing when the fixline buffer was modified directly with the API, and not in response to modifications to the underlying base buffer.
When the user inserts some newlines that are "swallowed" by the fixline buffer, then still advance the user's cursor such that newly to-be-written text is inserted after the imaginary newline.
Recent automake versions run with a more restrictive umask, so that the version.xml files are created with read-only permissions. This fails when trying to override them, so remove them explicitly before.
…cription When the server sends the vector time of local users during subscription, it now sends the last send vector instead of the real value of the user time, so that subsequent state vector diffs are consistent for the newly joined client. Conflicts: libinfinity/adopted/inf-adopted-session.c
This used to work with glib 2.42, but it seems that the semantics of g_sequence_search() have changed with respect to what item is returned when the comparison function returns 0. The behavior in that case is not documented. Fix this by passing a different comparison function that never returns 0, so that there is no ambiguity in which segment is returned.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.