search for: gint

Displaying 20 results from an estimated 69 matches for "gint".

Did you mean: giant
2007 Nov 26
0
Winbind / AIX 5.3 returns incomplete user informations
...(domain users) # while id <user> returns the full list : winuser1@srv1:/$ id winuser1 uid=10013(winuser1) gid=10002(domain users) groups=10283(lint-lecsysteme-gpic-inventaire),10277(lint-lecsysteme),10224(lint-lec ysteme-imax),10186(lint-lecsysteme-gpic),10162(lint-lecsysteme-txtele),10132(gint-app-lecinstructdocfisc),10119(gint-prd-lecs steme-txtele),10118(gint-dev-lecconstatsinfractions),10819(gsamba),10106(gint-prd-lecsysteme),10101(gint-prd-lecresshum-abonn bus),10094(gint-prd-lecsysteme-gpic),10090(gint-prd-lecsysteme-imax),10084(gint-prd-lecdgpar-interne),10083(gint-app-lecproji pac...
2004 Sep 10
0
http streaming in the xmms plugin
...t.resolution.replaygain.noise_shaping", flac_cfg.output.resolution.replaygain.noise_shaping); xmms_cfg_write_int(cfg, "flac", "output.resolution.replaygain.bps_out", flac_cfg.output.resolution.replaygain.bps_out); + /* streaming */ + flac_cfg.stream.http_buffer_size = (gint) GTK_ADJUSTMENT(streaming_size_adj)->value; + flac_cfg.stream.http_prebuffer = (gint) GTK_ADJUSTMENT(streaming_pre_adj)->value; + + flac_cfg.stream.use_proxy = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_proxy_use)); + g_free(flac_cfg.stream.proxy_host); + flac_cfg.stream.pr...
2007 Aug 17
0
Branch 'vivi' - 3 commits - player/Makefile.am player/swfdec_debug_movies.c player/swfdec_debug_movies.h vivified/core vivified/ui
...gt; -#include "swfdec_debug_movies.h" - -/*** GTK_TREE_MODEL ***/ - -#if 0 -# define REPORT g_print ("%s\n", G_STRFUNC) -#else -# define REPORT -#endif -static GtkTreeModelFlags -swfdec_debug_movies_get_flags (GtkTreeModel *tree_model) -{ - REPORT; - return 0; -} - -static gint -swfdec_debug_movies_get_n_columns (GtkTreeModel *tree_model) -{ - REPORT; - return SWFDEC_DEBUG_MOVIES_N_COLUMNS; -} - -static GType -swfdec_debug_movies_get_column_type (GtkTreeModel *tree_model, gint index_) -{ - REPORT; - switch (index_) { - case SWFDEC_DEBUG_MOVIES_COLUMN_MOVIE: -...
2003 Dec 14
1
Questions about winbind idmap ldap
...m W2K domain to LDAP by hand (with export - import tools)? 2. Or it is possible to automatically put successfully authenticated users to LDAP directory with some of useradd script? 3. Is any other documentation excepted SAMBA3 HOWTO, with closer look to "winbind idmap LDAP"? Regards, Gints Neimanis
2004 Aug 21
1
err: I have no name (Idmap Ldap)
...password server = * local master = No [homes] ...skip The /etc/nsswitch.conf ... passwd: files winbind nisplus nis shadow: files nisplus nis group: files winbind nisplus nis ... There is no working nscd daemon, which will cause "I have no name!" problem. Thanks! Gints
2008 Nov 22
0
[patch] [vuxml] net/wireshark: fix DoS in SMTP dissector
...n/dissectors/packet-smtp.c 2008/04/13 16:33:44 24989 +@@ -97,10 +97,6 @@ + "DATA fragments" + }; + +-/* Define media_type/Content type table */ +-static dissector_table_t media_type_dissector_table; +- +- + static dissector_handle_t imf_handle = NULL; + + /* +@@ -175,6 +171,7 @@ + gint length_remaining; + gboolean eom_seen = FALSE; + gint next_offset; ++ gint loffset; + gboolean is_continuation_line; + int cmdlen; + fragment_data *frag_msg =...
2016 Jan 26
1
[PATCH v2] p2v: User can click on an interface name to identify the
v1 -> v2: Added a (now blue) underlined "Identify interface" link. It's not really a link, but it looks like one, so hopefully should resolve the previous UI issue. Rich.
2004 Sep 10
2
xmms plugin, fileinfo
..., *flac_bitrate, *flac_samplerate, *flac_flags; -static GtkWidget *flac_fileinfo, *flac_genre; +static GtkWidget *flac_samplerate, *flac_channels, *flac_bits_per_sample, *flac_blocksize, *flac_samples, *flac_filesize; static gchar *current_filename = NULL; -extern gchar *flac_filename; -extern gint flac_bitrate, flac_frequency, flac_layer, flac_lsf, flac_mode; -extern gboolean flac_stereo, flac_flac25; - -#define MAX_STR_LEN 100 - -static void set_entry_tag(GtkEntry * entry, gchar * tag, gint length) +static void label_set_text(GtkWidget * label, char *str, ...) { - gint stripped_len; - gcha...
2002 Jul 08
3
compilation breaks with gnome support on hp-ux 11.00 (PR#1757)
Full_Name: Martin Gansser Version: 1.5.1 OS: hp-ux 11.00 Submission from: (NULL) (195.145.22.147) cc -Wp,-H16000 -I. -I../../../src/include -I../../../src/include -I/opt/gnome/include/gnome-1.0 -DNE ED_GNOMESUPPORT_H -I/opt/gnome/lib/gnome-libs/include -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib /glib/include -I/opt/gnome/include/orbit-1.0 -I/opt/gnome/include/gtk-1.2
2007 Aug 07
0
5 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_keys.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie_as.c player/swfdebug.c player/swfdec_debug_movies.c player/swfdec_debug_movies.h test/trace
...(i = 0; i < depth; i++) { + node = g_node_nth_child (node, indices[i]); + if (node == NULL) return FALSE; - movie = walk->data; - indices++; } - iter->user_data = movie; + iter->user_data = node; + iter->stamp = movies->stamp; return TRUE; } -static gint -my_g_list_is_nth (GList *list, gpointer data) -{ - gint count; - - count = 0; - for (; list; list = list->next) { - if (list->data == data) - return count; - count++; - } - return -1; -} - static GtkTreePath * -swfdec_debug_movies_movie_to_path (SwfdecMovie *movie) +swfdec_d...
2018 May 10
2
[PATCH libldm v3 0/2] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix. v3: correctly initialize and free GLib resources. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to corresponding volume. But it is not reliable source of information. More
2016 Jan 26
2
[PATCH] p2v: User can click on an interface name to identify the physical interface.
...GtkTreePath *path; + GtkTreeViewColumn *column; + + if (gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (interfaces_list), + event->x, event->y, + &path, &column, NULL, NULL)) { + GList *cols; + gint column_index; + + /* Get column index. */ + cols = gtk_tree_view_get_columns (GTK_TREE_VIEW (interfaces_list)); + column_index = g_list_index (cols, (gpointer) column); + g_list_free (cols); + + if (column_index == INTERFACES_COL_DEVICE) { + const gint *indices; +...
2018 May 14
3
[PATCH libldm v4 0/3] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix. v3: correctly initialize and free GLib resources. v4: gtk-doc is updated to reflect presence of new volume GUID field. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to
2018 May 15
12
[PATCH libldm 00/12] New API: an ability to retrieve created device-mapper devices back after they have been created.
The main goal of these patch series is to implement a new API that allows to retrieve created device-mapper devices for volumes and partitions back after they have been created. As part of this patch: - required libdevmapper version was bumped to 1.02. I think it is safe because it was released more then 10 years ago; - newer version of libdevmapper allowed to simplify code base a little bit; -
2004 Jul 19
1
winbind idmap ldap question
...map=ldap backend in domain with win2k PDC: Should I manually add all domain users to ldap and then retrieve the idmap from ldap, or in case of sucessfull authentication againt Win2k PDC, users are addedd automaticaly to ldap? Or I can use idmap ldap backend only in SAMBA LDAP PDC case? Thanks! Gints
2018 May 10
1
[PATCH 0/1] libldm: Make libldm to parse and return volume GUID.
The result of this patch will be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to corresponding volume. But it is not reliable source of information. More over, in multiboot environment it is unclear which drive letter belongs to which operating system. Volume GUID
2018 May 10
2
[PATCH libldm v2 0/1] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to corresponding volume. But it is not reliable source of information. More over, in multiboot environment it will be unclear
2007 Mar 15
0
11 commits - libswfdec/swfdec_debugger.c libswfdec/swfdec_debugger.h libswfdec/swfdec_event.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c
...gt; +#include "swfdec_debug_movies.h" + +/*** GTK_TREE_MODEL ***/ + +#if 0 +# define REPORT g_print ("%s\n", G_STRFUNC) +#else +# define REPORT +#endif +static GtkTreeModelFlags +swfdec_debug_movies_get_flags (GtkTreeModel *tree_model) +{ + REPORT; + return 0; +} + +static gint +swfdec_debug_movies_get_n_columns (GtkTreeModel *tree_model) +{ + REPORT; + return SWFDEC_DEBUG_MOVIES_N_COLUMNS; +} + +static GType +swfdec_debug_movies_get_column_type (GtkTreeModel *tree_model, gint index_) +{ + REPORT; + switch (index_) { + case SWFDEC_DEBUG_MOVIES_COLUMN_MOVIE: +...
2018 Nov 06
1
[PATCH] p2v: use newer GTK APIs if possible
...dkEvent *) event, &event_x, &event_y) + && gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (interfaces_list), + event_x, event_y, + &path, &column, NULL, NULL)) { GList *cols; gint column_index; -- 2.17.2
2007 Aug 02
0
2 commits - libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c
...1,6 +61,8 @@ struct _SwfdecPlayer SwfdecColor bgcolor; /* background color */ SwfdecLoader * loader; /* initial loader */ /* stage properties */ + guint internal_width; /* width used by the scripting engine */ + guint internal_height; /* height used by the scripting engine */ gint stage_width; /* width set by the user */ gint stage_height; /* height set by the user */ guint align_flags; /* SwfdecAlignFlag */ diff --git a/libswfdec/swfdec_stage_as.c b/libswfdec/swfdec_stage_as.c index 85fc9ea..2f27cbb 100644 --- a/libswfdec/swfdec_stage_as.c +++ b/libswfdec/swf...