- 18 Dec, 2013 15 commits
-
-
Philip Withnall authored
-
Philip Withnall authored
If (username_len > uname_len), memcpy() would fall off the end of the uname string and copy (username_len - uname_len) bytes of garbage into username. Theoretical bug: not actually attempted to be demonstrated in the wild.
-
Philip Withnall authored
-
Philip Withnall authored
password could be NULL (priv_get_password() can return NULL), but g_base64_decode() aborts if it receives NULL for the encoded text.
-
Philip Withnall authored
Mostly problems with the specifier for gsize.
-
Philip Withnall authored
-
Philip Withnall authored
This shuts a compiler warning up and allows for format string checking of debug messages. (See future commits for the fixes this has resulted in.)
-
Philip Withnall authored
Casting from one struct sockaddr type to another breaks C’s strict aliasing rules (variables of different types cannot alias). Fix this cleanly by using unions of struct sockaddrs to convert between the types (i.e. type-punning). I wish sockaddr didn’t have to be this painful. See: http://gcc.gnu.org/onlinedocs/gcc-4.4.1/gcc/Optimize-Options.html#Type_002dpunning
-
Philip Withnall authored
This shuts GCC’s -Wswitch-default warning, and makes the code flow a little more explicit. This introduces no functional changes.
-
Philip Withnall authored
The return value of g_strsplit() can never be NULL.
-
Philip Withnall authored
-
Philip Withnall authored
-
Philip Withnall authored
-
Philip Withnall authored
The latter is deprecated.
-
Philip Withnall authored
Valid IDs will never be 0, which is convenient.
-
- 20 Nov, 2013 1 commit
-
-
Bryce Allen authored
This should be used only when the protocol has it's own keepalive mechanism
-
- 30 Oct, 2013 1 commit
-
-
Olivier Crête authored
-
- 29 Oct, 2013 6 commits
-
-
Tim Mooney authored
-
Olivier Crête authored
-
Philip Withnall authored
They’re private dependencies which are needed on the linker command line when linking statically against libnice. https://bugs.freedesktop.org/show_bug.cgi?id=70965
-
-
Philip Withnall authored
This shuts up an automake warning about needing it when using a non-POSIX archiver. https://bugs.freedesktop.org/show_bug.cgi?id=70965
-
Philip Withnall authored
This shuts up an automake warning and ensures that in-tree m4 macros are found by aclocal. https://bugs.freedesktop.org/show_bug.cgi?id=70965
-
- 04 Sep, 2013 1 commit
-
-
Colin Walters authored
This is adapted from telepathy-logger's autogen.sh. See http://people.gnome.org/~walters/docs/build-api.txt for rationale behind NOCONFIGURE=1.
-
- 31 Jul, 2013 1 commit
-
-
Thammi authored
-
- 27 Jun, 2013 1 commit
-
-
Livio Madaro authored
-
- 03 Apr, 2013 1 commit
-
-
Rohan Garg authored
Set the minimum GLib version to 2.30 to disable deprecated warnings on newer GLib versions and make sure the maximum allowed GLib version is 2.32 Also actually require 2.30
-
- 20 Mar, 2013 2 commits
-
-
Livio Madaro authored
-
Youness Alaoui authored
-
- 23 Feb, 2013 4 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 22 Feb, 2013 1 commit
-
-
Youness Alaoui authored
-
- 07 Feb, 2013 4 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Bryce Allen authored
-
- 05 Feb, 2013 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-