~ubuntu-branches/ubuntu/maverick/openldap/maverick-proposed

« back to all changes in this revision

Viewing changes to contrib/slapd-modules/cloak/cloak.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090907134110-jsdrvn0atu1fex4m
Tags: upstream-2.4.18
ImportĀ upstreamĀ versionĀ 2.4.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/contrib/slapd-modules/cloak/cloak.c,v 1.2.2.2 2009/03/17 16:42:59 quanah Exp $ */
2
1
/* cloak.c - Overlay to hide some attribute except if explicitely requested */
3
 
/* 
4
 
 * Copyright 2008 Emmanuel Dreyfus
 
2
/* $OpenLDAP: pkg/ldap/contrib/slapd-modules/cloak/cloak.c,v 1.2.2.3 2009/08/17 21:48:57 quanah Exp $ */
 
3
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
 
4
 *
 
5
 * Copyright 2008-2009 The OpenLDAP Foundation.
 
6
 * Portions Copyright 2008 Emmanuel Dreyfus
5
7
 * All rights reserved.
6
8
 *
7
9
 * Redistribution and use in source and binary forms, with or without
12
14
 * top-level directory of the distribution or, alternatively, at
13
15
 * <http://www.OpenLDAP.org/license.html>.
14
16
 */
 
17
/* ACKNOWLEDGEMENTS:
 
18
 * This work was originally developed by the Emmanuel Dreyfus for
 
19
 * inclusion in OpenLDAP Software.
 
20
 */
 
21
 
15
22
#include "portable.h"
16
23
 
17
24
#ifdef SLAPD_OVER_CLOAK