~ubuntu-branches/ubuntu/quantal/lightdm/quantal

« back to all changes in this revision

Viewing changes to src/ldm-marshal.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell, Robert Ancell, Michael Terry
  • Date: 2012-08-30 10:15:16 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20120830101516-e4y8358adii2wdgl
Tags: 1.3.3-0ubuntu1
[ Robert Ancell ]
* New upstream release:
  - Add a new remote session type. These sessions create a temporary local
    account and authenticate against a remote server. The session is an
    application that accesses that remote session (e.g. VNC, RDP etc)
  - Support multiple simultaneous PAM prompts (LP: #1043593)
  - Set utmp ut_host field to the X display address (LP: #1027760)
  - Correctly reap unused authentication sessions (LP: #990661)
* debian/liblightdm-gobject-1-0.symbols:
  - Updated

[ Michael Terry ]
* debian/patches/06_disable_remote_login.patch:
  - Always return an error when trying to log in to remote sessions,
    until the FFe is granted (which is bug 1040221)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                                       gpointer      invocation_hint,
23
23
                                       gpointer      marshal_data);
24
24
 
25
 
/* BOOLEAN:STRING (./ldm-marshal.list:3) */
26
 
extern void ldm_marshal_BOOLEAN__STRING (GClosure     *closure,
27
 
                                         GValue       *return_value,
28
 
                                         guint         n_param_values,
29
 
                                         const GValue *param_values,
30
 
                                         gpointer      invocation_hint,
31
 
                                         gpointer      marshal_data);
 
25
/* BOOLEAN:INT,STRING (./ldm-marshal.list:3) */
 
26
extern void ldm_marshal_BOOLEAN__INT_STRING (GClosure     *closure,
 
27
                                             GValue       *return_value,
 
28
                                             guint         n_param_values,
 
29
                                             const GValue *param_values,
 
30
                                             gpointer      invocation_hint,
 
31
                                             gpointer      marshal_data);
32
32
 
33
33
/* BOOLEAN:OBJECT (./ldm-marshal.list:4) */
34
34
extern void ldm_marshal_BOOLEAN__OBJECT (GClosure     *closure,