Displaying 20 results from an estimated 69 matches for "gints".
Did you mean:
hints
2007 Nov 26
0
Winbind / AIX 5.3 returns incomplete user informations
Hi,
We are facing a problem on AIX 5.3 (latest patch) where the following
behavior happens. Reproduced with versions of samba from 3.0.23 to
3.0.26a.
# Normal behavior :
# id and id username should return the same info
#
root@srv1:/# id
uid=0(root) gid=0(system)
groups=2(bin),3(sys),7(security),8(cron),10(audit),11(lp)
root@srv1:/# id root
uid=0(root) gid=0(system)
2004 Sep 10
0
http streaming in the xmms plugin
Hi,
Here's a patch to add support for streaming HTTP transport to the xmms
plugin. Most of the code (in particular, http.c) is taken from the xmms
mpg123 input plugin.
You'll need to make a three-line change to the xmms mpg123 input plugin to
get streaming to work. The mpeg plugin currently handles all http urls
itself unless they end in an ogg or real audio extension (which means flac
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
player/Makefile.am | 27 ++-----
player/swfdec_debug_movies.h | 67 ------------------
vivified/core/vivi_initialize.as | 3
vivified/ui/Makefile.am | 2
vivified/ui/vivi_movie_list.c | 140 +++++++++++++++++++--------------------
vivified/ui/vivi_movie_list.h | 66 ++++++++++++++++++
6 files changed, 148 insertions(+), 157 deletions(-)
New commits:
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
>Submitter-Id: current-users
>Originator: Eygene Ryabinkin
>Organization: Code Labs
>Confidential: no
>Synopsis: [patch] [vuxml] net/wireshark: fix DoS in SMTP dissector
>Severity: serious
>Priority: high
>Category: ports
>Class: sw-bug
>Release: FreeBSD 7.1-PRERELEASE i386
>Environment:
System: FreeBSD 7.1-PRERELEASE i386
>Description:
Today the DoS
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
Here is preliminary patch for fileinfo for xmms plugin. Saving and
removing of the tag isn't working.
When saving, how handle id3v1, v2?
Display and edit more fields (e.g. performer)?
How handle genres? Combo with predefined values?
--
Miroslav Lichvar
-------------- next part --------------
Index: src/plugin_xmms/Makefile.am
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
libswfdec/swfdec_as_context.c | 14 +-
libswfdec/swfdec_keys.h | 2
libswfdec/swfdec_movie.c | 70 ++++++++++-
libswfdec/swfdec_movie.h | 2
libswfdec/swfdec_sprite_movie_as.c | 12 --
player/swfdebug.c | 6 -
player/swfdec_debug_movies.c | 221 +++++++++++++++++++------------------
player/swfdec_debug_movies.h |
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.
When the user clicks on the second column of the list of network
interfaces, run 'ethtool --identify <if_name> 10', which (on supported
cards) flashes a light on the physical interface for 10 seconds,
allowing it to be identified by the operator.
This has a nasty bit of hidden UI, basically because Gtk makes it near
impossible to put a regular button into a GtkTreeView.
---
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
libswfdec/swfdec_debugger.c | 48 ++++
libswfdec/swfdec_debugger.h | 3
libswfdec/swfdec_event.c | 6
libswfdec/swfdec_js_movie.c | 62 +++++-
libswfdec/swfdec_movie.c | 60 ++++-
libswfdec/swfdec_movie.h | 6
libswfdec/swfdec_net_stream.c | 4
libswfdec/swfdec_player.c | 44 ++--
2018 Nov 06
1
[PATCH] p2v: use newer GTK APIs if possible
Make use of APIs available in early GTK+ 3 versions, adding
compatibility functions/macros for older GTK+ versions.
There is no behaviour change, and it helps in porting to even newer GTK+
versions.
---
p2v/gui-gtk3-compat.h | 16 ++++++++++++++++
p2v/gui.c | 13 +++++++++----
2 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/p2v/gui-gtk3-compat.h
2 commits - libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c
2007 Aug 02
0
2 commits - libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c
libswfdec/swfdec_player.c | 58 ++++++++++++++++++++++---------------
libswfdec/swfdec_player_internal.h | 2 +
libswfdec/swfdec_stage_as.c | 12 +------
3 files changed, 40 insertions(+), 32 deletions(-)
New commits:
diff-tree db20b4472b8409531a3d5f2b09faf5d072f58038 (from 1020868e1da520df7be94e149d2a5d3842c2ea05)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu