Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
ea3194a6
Commit
ea3194a6
authored
Jan 09, 2020
by
Quanah Gibson-Mount
Browse files
Happy New Year!
parent
e697b791
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
configure.in
View file @
ea3194a6
dnl $OpenLDAP$
dnl This work is part of OpenLDAP Software <http://www.openldap.org/>.
dnl
dnl Copyright 1998-20
19
The OpenLDAP Foundation.
dnl Copyright 1998-20
20
The OpenLDAP Foundation.
dnl All rights reserved.
dnl
dnl Redistribution and use in source and binary forms, with or without
...
...
@@ -23,7 +23,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
dnl ================================================================
dnl Configure.in for OpenLDAP
AC_COPYRIGHT([[Copyright 1998-20
19
The OpenLDAP Foundation. All rights reserved.
AC_COPYRIGHT([[Copyright 1998-20
20
The OpenLDAP Foundation. All rights reserved.
Restrictions apply, see COPYRIGHT and LICENSE files.]])
AC_REVISION([$Id$])
AC_INIT([OpenLDAP],,[http://www.openldap.org/its/])
...
...
@@ -98,7 +98,7 @@ AH_TOP([
/* begin of portable.h.pre */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1998-20
19
The OpenLDAP Foundation
* Copyright 1998-20
20
The OpenLDAP Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
@@ -3225,7 +3225,7 @@ rm -f $BACKENDSC
cat > $BACKENDSC << ENDX
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1998-20
19
The OpenLDAP Foundation.
* Copyright 1998-20
20
The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
@@ -3276,7 +3276,7 @@ rm -f $OVERLAYSC
cat > $OVERLAYSC << ENDX
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1998-20
19
The OpenLDAP Foundation.
* Copyright 1998-20
20
The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
contrib/ldapc++/COPYRIGHT
View file @
ea3194a6
Copyright 1998-20
19
The OpenLDAP Foundation. All rights reserved.
Copyright 1998-20
20
The OpenLDAP Foundation. All rights reserved.
COPYING RESTRICTIONS APPLY.
...
...
contrib/ldapc++/Makefile.am
View file @
ea3194a6
# $OpenLDAP$
##
# Copyright 2000-20
19
The OpenLDAP Foundation. All Rights Reserved.
# Copyright 2000-20
20
The OpenLDAP Foundation. All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
...
...
contrib/ldapc++/Makefile.in
View file @
ea3194a6
...
...
@@ -16,7 +16,7 @@
# $OpenLDAP$
# Copyright 2000-20
19
The OpenLDAP Foundation. All Rights Reserved.
# Copyright 2000-20
20
The OpenLDAP Foundation. All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
...
...
contrib/ldapc++/configure
View file @
ea3194a6
...
...
@@ -5,7 +5,7 @@
#
# Report bugs to <http://www.openldap.org/its/ >.
#
# Copyright 2000-20
19
The OpenLDAP Foundation. All rights reserved.
# Copyright 2000-20
20
The OpenLDAP Foundation. All rights reserved.
# Restrictions apply, see COPYRIGHT and LICENSE files.
#
#
...
...
@@ -1617,7 +1617,7 @@ Copyright (C) 2009 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
Copyright 2000-20
19
The OpenLDAP Foundation. All rights reserved.
Copyright 2000-20
20
The OpenLDAP Foundation. All rights reserved.
Restrictions apply, see COPYRIGHT and LICENSE files.
_ACEOF
exit
...
...
contrib/ldapc++/configure.in
View file @
ea3194a6
dnl $OpenLDAP$
dnl Copyright 2000-20
19
The OpenLDAP Foundation. All Rights Reserved.
dnl Copyright 2000-20
20
The OpenLDAP Foundation. All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
dnl Process this file with autoconf to produce a configure script.
AC_COPYRIGHT([[Copyright 2000-20
19
The OpenLDAP Foundation. All rights reserved.
AC_COPYRIGHT([[Copyright 2000-20
20
The OpenLDAP Foundation. All rights reserved.
Restrictions apply, see COPYRIGHT and LICENSE files.]])
AC_REVISION([$Id$])
AC_INIT(ldapcpplib, [] , [http://www.openldap.org/its/] )
...
...
contrib/ldapc++/examples/Makefile.am
View file @
ea3194a6
# $OpenLDAP$
##
# Copyright 2003-20
19
The OpenLDAP Foundation, All Rights Reserved.
# Copyright 2003-20
20
The OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
...
...
contrib/ldapc++/examples/Makefile.in
View file @
ea3194a6
...
...
@@ -198,7 +198,7 @@ top_build_prefix = @top_build_prefix@
top_builddir
=
@top_builddir@
top_srcdir
=
@top_srcdir@
# Copyright 2003-20
19
The OpenLDAP Foundation, All Rights Reserved.
# Copyright 2003-20
20
The OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
main_SOURCES
=
main.cpp
...
...
contrib/ldapc++/examples/main.cpp
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2000-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2000-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/examples/readSchema.cpp
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2008-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2008-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/examples/startTls.cpp
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2010-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2010-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/examples/urlTest.cpp
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2008-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2008-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/src/LDAPAddRequest.cpp
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2000-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2000-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/src/LDAPAddRequest.h
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2000-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2000-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/src/LDAPAsynConnection.cpp
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2000-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2000-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/src/LDAPAsynConnection.h
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2000-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2000-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/src/LDAPAttrType.cpp
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2003-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2003-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/src/LDAPAttrType.h
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2003-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2003-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/src/LDAPAttribute.cpp
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2000-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2000-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
contrib/ldapc++/src/LDAPAttribute.h
View file @
ea3194a6
// $OpenLDAP$
/*
* Copyright 2000-20
19
The OpenLDAP Foundation, All Rights Reserved.
* Copyright 2000-20
20
The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
...
...
Prev
1
2
3
4
5
6
7
…
50
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment