All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] cifs-utils: plugin interface for SID to UID/GID mapping
@ 2012-12-18 14:10 Jeff Layton
       [not found] ` <1355839848-24118-1-git-send-email-jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
  2012-12-18 14:45 ` [PATCH v2 0/5] cifs-utils: plugin interface for SID to UID/GID mapping Stefan (metze) Metzmacher
  0 siblings, 2 replies; 9+ messages in thread
From: Jeff Layton @ 2012-12-18 14:10 UTC (permalink / raw)
  To: linux-cifs-u79uwXL29TY76Z2rM5mHXA; +Cc: samba-technical-w/Ol4Ecudpl8XjKLYN78aQ

This is the second official posting for the plugin interface. Major
changes since the last set are:

1/ There's a header file now that plugin implementers are expected to use

2/ New manpage for idmapwb.so and cleanups to the existing manpages to
   discuss plugin configuration

3/ Better handling for the plugin_errmsg variable. A pointer to the
   pointer is passed into the init_plugin routine, which allows the
   setting of it in the context.

With this, I think I'm pretty close to something mergeable, but
comments and review are still appreciated.

Jeff Layton (5):
  cifs-utils: struct cifs_sid definition to new cifsidmap.h header
  cifs-utils: new plugin architecture for ID mapping code
  cifs-utils: convert setcifsacl to use the plugin interface
  cifs-utils: convert cifs.idmap to use plugin interface
  cifs-utils: add a manpage for idmapwb

 Makefile.am                     |  37 ++++--
 cifs.idmap.8.in                 |  22 ++--
 cifs.idmap.c                    |  93 +++++++--------
 cifsacl.h                       |  12 +-
 cifsidmap.h                     | 161 ++++++++++++++++++++++++++
 configure.ac                    |  10 ++
 getcifsacl.1 => getcifsacl.1.in |   5 +-
 getcifsacl.c                    |  98 +++++++---------
 idmap_plugin.c                  | 160 ++++++++++++++++++++++++++
 idmap_plugin.h                  |  61 ++++++++++
 idmapwb.8.in                    | 148 ++++++++++++++++++++++++
 idmapwb.c                       | 242 ++++++++++++++++++++++++++++++++++++++++
 idmapwb.pod                     |  26 +++++
 setcifsacl.1 => setcifsacl.1.in |   6 +-
 setcifsacl.c                    |  70 +++---------
 15 files changed, 952 insertions(+), 199 deletions(-)
 create mode 100644 cifsidmap.h
 rename getcifsacl.1 => getcifsacl.1.in (87%)
 create mode 100644 idmap_plugin.c
 create mode 100644 idmap_plugin.h
 create mode 100644 idmapwb.8.in
 create mode 100644 idmapwb.c
 create mode 100644 idmapwb.pod
 rename setcifsacl.1 => setcifsacl.1.in (91%)

-- 
1.7.11.7

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-12-18 15:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 14:10 [PATCH v2 0/5] cifs-utils: plugin interface for SID to UID/GID mapping Jeff Layton
     [not found] ` <1355839848-24118-1-git-send-email-jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
2012-12-18 14:10   ` [PATCH v2 1/5] cifs-utils: struct cifs_sid definition to new cifsidmap.h header Jeff Layton
2012-12-18 14:10   ` [PATCH v2 2/5] cifs-utils: new plugin architecture for ID mapping code Jeff Layton
     [not found]     ` <1355839848-24118-3-git-send-email-jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
2012-12-18 14:20       ` Jeff Layton
2012-12-18 14:10   ` [PATCH v2 3/5] cifs-utils: convert setcifsacl to use the plugin interface Jeff Layton
2012-12-18 14:10   ` [PATCH v2 4/5] cifs-utils: convert cifs.idmap to use " Jeff Layton
2012-12-18 14:10   ` [PATCH v2 5/5] cifs-utils: add a manpage for idmapwb Jeff Layton
2012-12-18 14:45 ` [PATCH v2 0/5] cifs-utils: plugin interface for SID to UID/GID mapping Stefan (metze) Metzmacher
     [not found]   ` <50D0817D.5040508-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
2012-12-18 15:04     ` Jeff Layton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.