~ubuntu-branches/ubuntu/karmic/openldap/karmic-updates

« back to all changes in this revision

Viewing changes to contrib/slapd-modules/addpartial/addpartial-overlay.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907134110-rsnlhy8b0r21p9bg
Tags: 2.4.18-0ubuntu1
* New upstream release: (LP: #419515):
  + pcache overlay supports disconnected mode.
* Fix nss overlay load (LP: #417163).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * $Id: addpartial-overlay.c 6588 2007-11-07 18:29:25Z dhawes $
 
1
/* addpartial-overlay.c */
 
2
/* $OpenLDAP: pkg/ldap/contrib/slapd-modules/addpartial/addpartial-overlay.c,v 1.1.2.5 2009/08/17 21:48:56 quanah Exp $ */
 
3
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
4
 *
4
 
 * Copyright (C) 2004 Virginia Tech, David Hawes.
 
5
 * Copyright 2004-2009 The OpenLDAP Foundation.
 
6
 * Portions Copyright (C) 2004 Virginia Tech, David Hawes.
5
7
 * All rights reserved.
6
8
 *
7
9
 * Redistribution and use in source and binary forms, with or without
11
13
 * A copy of this license is available in file LICENSE in the
12
14
 * top-level directory of the distribution or, alternatively, at
13
15
 * http://www.OpenLDAP.org/license.html.
14
 
 *
15
 
 * SEE LICENSE FOR MORE INFORMATION
16
 
 *
17
 
 * Author:  David H. Hawes, Jr.
18
 
 * Email:   dhawes@vt.edu
19
 
 * Version: $Revision: 8385 $
20
 
 * Updated: $Date: 2008-11-04 12:19:52 -0500 (Tue, 04 Nov 2008) $
21
 
 * 
22
 
 * addpartial-overlay
 
16
 */
 
17
/* ACKNOLEDGEDMENTS:
 
18
 * This work was initially developed by David Hawes of Virginia Tech
 
19
 * for inclusion in OpenLDAP Software.
 
20
 */
 
21
/* addpartial-overlay
23
22
 *
24
23
 * This is an OpenLDAP overlay that intercepts ADD requests, determines if a
25
24
 * change has actually taken place for that record, and then performs a modify