mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
added $OpenLDAP$ CVS Keyword
This commit is contained in:
parent
93529d26c5
commit
e4c84417f7
9 changed files with 27 additions and 5 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# $OpenLDAP$
|
||||
|
||||
##
|
||||
# Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
@SET_MAKE@
|
||||
|
||||
# $OpenLDAP$
|
||||
|
||||
# Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
VPATH = @srcdir@
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
dnl $OpenLDAP$
|
||||
|
||||
dnl Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
|
||||
dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
|
||||
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
dnl disable config.cache
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# $OpenLDAP$
|
||||
|
||||
# Doxyfile 1.5.4
|
||||
|
||||
# This file describes the settings to be used by the documentation system
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# $OpenLDAP$
|
||||
|
||||
##
|
||||
# Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
@SET_MAKE@
|
||||
|
||||
# $OpenLDAP$
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// $OpenLDAP$
|
||||
/*
|
||||
* Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
|
|
@ -14,7 +15,6 @@
|
|||
#include "LDAPEntry.h"
|
||||
#include "LDAPException.h"
|
||||
#include "LDAPModification.h"
|
||||
#include "LDAPReferralException.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ int main(){
|
|||
|
||||
lc->unbind();
|
||||
delete lc;
|
||||
}catch (LDAPException e){
|
||||
}catch (LDAPException &e){
|
||||
std::cout << "-------------- caught Exception ---------"<< std::endl;
|
||||
std::cout << e << std::endl;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
// $OpenLDAP$
|
||||
/*
|
||||
* Copyright 2008, OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include "LDAPConnection.h"
|
||||
|
|
@ -9,7 +15,6 @@
|
|||
#include "LDAPEntry.h"
|
||||
#include "LDAPException.h"
|
||||
#include "LDAPModification.h"
|
||||
#include "LDAPReferralException.h"
|
||||
#include "LDAPSchema.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
// $OpenLDAP$
|
||||
/*
|
||||
* Copyright 2008, OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
|
||||
#include <LDAPUrl.h>
|
||||
#include <LDAPException.h>
|
||||
#include <cstdlib>
|
||||
|
|
|
|||
Loading…
Reference in a new issue