Displaying 5 results from an estimated 5 matches for "character_class".
2017 Jan 24
4
Help! How do I make Samba3 + Winbind drop the domain\ on a user's account?
Hello,
We have moved from PBIS to Samba + winbind.
In PBIS, after logging in to a SSH session, the prompt (user context?) would be: username at hostname:
Now, after logging in, the prompt is: domain\username at hostname:
How do I make it drop the "domain\" ?
This causes issues in other areas as passing "\" is an illegal character.
Should we change the "\" to
2014 May 17
2
Can I authenticate with windows UPN names using winbind? If so how?
Hi all,
I am trying to set up an linux server that allows users to log in via their
windows UPN names rather than their SamID's.
I have set up two test boxes:
debian linux 7 running Winbind Version 3.6.6
Ubuntu Linux 14.04 running Winbind version 4.1.6-Ubuntu.
smb.conf is at bottom of this post.
I've bound both linux boxen to our Active Directory Server running 2008R2
and can return
2007 Jan 16
0
9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
...ed int skip; /* samples to skip at start */
+ SwfdecBuffer * encoded; /* encoded data */
SwfdecAudioOut decoded_format; /* format of decoded data */
SwfdecBuffer * decoded; /* decoded data */
@@ -75,7 +77,7 @@ struct _SwfdecSound
struct _SwfdecSoundClass
{
- SwfdecCharacterClass character_class;
+ SwfdecCachedClass cached_class;
};
GType swfdec_sound_get_type (void);
diff-tree 3fe8fea8d9594e3a6bc52152a2fe77629fa59063 (from 5f2def54b59ff4937c94f6366206aaf29933f682)
Author: Benjamin Otte <otte@gnome.org>
Date: Tue Jan 16 21:52:08 2007 +0100
rename swfdec_cached_reload to s...
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...ag_func_define_font_3 (SwfdecSwfDecoder * s)
+{
+ return SWFDEC_STATUS_OK;
+}
diff --git a/libswfdec/swfdec_font.h b/libswfdec/swfdec_font.h
index 1c25fc9..c8e2d04 100644
--- a/libswfdec/swfdec_font.h
+++ b/libswfdec/swfdec_font.h
@@ -68,11 +68,16 @@ struct _SwfdecFontClass
SwfdecCharacterClass character_class;
};
-GType swfdec_font_get_type (void);
+GType swfdec_font_get_type (void);
-SwfdecShape *swfdec_font_get_glyph (SwfdecFont * font, unsigned int glyph);
+SwfdecShape * swfdec_font_get_glyph (SwfdecFont * font,
+ unsigned int glyph);
-int tag_func_define_font_info (SwfdecSwfDecode...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...2006 Benjamin Otte <otte@gnome.org>
+ * 2006-2007 Benjamin Otte <otte@gnome.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -51,7 +51,8 @@ struct _SwfdecGraphicClass
SwfdecCharacterClass character_class;
/* when creating a movie for this graphic, calls this function */
- SwfdecMovie * (*create_movie) (SwfdecGraphic * graphic);
+ SwfdecMovie * (*create_movie) (SwfdecGraphic * graphic,
+ gsize * size);
/* optional vfuncs */
void (* render) (SwfdecGraphic *...