mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Notice/Acknowledge updates
This commit is contained in:
parent
b24f96cd51
commit
e3a4c4ec9c
84 changed files with 1725 additions and 1220 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright 1998-2003 The OpenLDAP Foundation.
|
Copyright 1998-2003 The OpenLDAP Foundation
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
@ -16,12 +16,12 @@ other parties and subject to additional restrictions.
|
||||||
|
|
||||||
This work is derived from the University of Michigan LDAP v3.3
|
This work is derived from the University of Michigan LDAP v3.3
|
||||||
distribution. Information concerning this software is available
|
distribution. Information concerning this software is available
|
||||||
at: http://www.umich.edu/~dirsvcs/ldap/
|
at <http://www.umich.edu/~dirsvcs/ldap/>.
|
||||||
|
|
||||||
This work also contains materials derived from public sources.
|
This work also contains materials derived from public sources.
|
||||||
|
|
||||||
Additional information about OpenLDAP can be obtained at:
|
Additional information about OpenLDAP can be obtained at
|
||||||
http://www.openldap.org/
|
<http://www.openldap.org/>.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
12
INSTALL
12
INSTALL
|
|
@ -99,3 +99,15 @@ End of OpenLDAP INSTALL file.
|
||||||
$OpenLDAP: pkg/openldap-guide/release/install.sdf,v 1.16 2002/02/18
|
$OpenLDAP: pkg/openldap-guide/release/install.sdf,v 1.16 2002/02/18
|
||||||
17:09:26 kurt Exp $
|
17:09:26 kurt Exp $
|
||||||
|
|
||||||
|
Copyright 1998-2003 The OpenLDAP Foundation, Redwood City,
|
||||||
|
California, USA. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
Public License.
|
||||||
|
|
||||||
|
A copy of this license is available in the file LICENSE in the
|
||||||
|
top-level directory of the distribution or, alternatively, at
|
||||||
|
<http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
|
OpenLDAP is a registered trademark of the OpenLDAP Foundation.
|
||||||
|
|
|
||||||
15
Makefile.in
15
Makefile.in
|
|
@ -1,14 +1,15 @@
|
||||||
# $OpenLDAP$
|
|
||||||
# Master Makefile for OpenLDAP
|
# Master Makefile for OpenLDAP
|
||||||
##
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Redistribution and use in source and binary forms are permitted only
|
## Redistribution and use in source and binary forms, with or without
|
||||||
## as authorized by the OpenLDAP Public License. A copy of this
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
## license is available at http://www.OpenLDAP.org/license.html or
|
## Public License.
|
||||||
## in file LICENSE in the top-level directory of the distribution.
|
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SUBDIRS= include libraries clients servers tests doc
|
SUBDIRS= include libraries clients servers tests doc
|
||||||
CLEANDIRS=
|
CLEANDIRS=
|
||||||
|
|
|
||||||
13
README
13
README
|
|
@ -25,3 +25,16 @@ Contributing
|
||||||
|
|
||||||
---
|
---
|
||||||
$OpenLDAP$
|
$OpenLDAP$
|
||||||
|
|
||||||
|
Copyright 1998-2003 The OpenLDAP Foundation, Redwood City,
|
||||||
|
California, USA. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
Public License.
|
||||||
|
|
||||||
|
A copy of this license is available in the file LICENSE in the
|
||||||
|
top-level directory of the distribution or, alternatively, at
|
||||||
|
<http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
|
OpenLDAP is a registered trademark of the OpenLDAP Foundation.
|
||||||
|
|
|
||||||
11
acconfig.h
11
acconfig.h
|
|
@ -1,12 +1,13 @@
|
||||||
/*
|
/* Copyright 1998-2003 The OpenLDAP Foundation
|
||||||
* Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
|
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted only as authorized by the OpenLDAP
|
* modification, are permitted only as authorized by the OpenLDAP
|
||||||
* Public License. A copy of this license is available at
|
* Public License.
|
||||||
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
*
|
||||||
* top-level directory of the distribution.
|
* A copy of this license is available in the file LICENSE in the
|
||||||
|
* top-level directory of the distribution or, alternatively, at
|
||||||
|
* <http://www.OpenLDAP.org/license.html>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LDAP_PORTABLE_H
|
#ifndef _LDAP_PORTABLE_H
|
||||||
|
|
|
||||||
13
acinclude.m4
13
acinclude.m4
|
|
@ -1,14 +1,15 @@
|
||||||
|
dnl OpenLDAP Autoconf Macros
|
||||||
|
dnl $OpenLDAP$
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
|
dnl Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
dnl All rights reserved.
|
dnl All rights reserved.
|
||||||
dnl
|
dnl
|
||||||
dnl Redistribution and use in source and binary forms, with or without
|
dnl Redistribution and use in source and binary forms, with or without
|
||||||
dnl modification, are permitted only as authorized by the OpenLDAP
|
dnl modification, are permitted only as authorized by the OpenLDAP
|
||||||
dnl Public License. A copy of this license is available at
|
dnl Public License.
|
||||||
dnl http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
|
||||||
dnl top-level directory of the distribution.
|
|
||||||
dnl
|
|
||||||
dnl OpenLDAP Autoconf Macros
|
|
||||||
dnl
|
dnl
|
||||||
|
dnl A copy of this license is available in the file LICENSE in the
|
||||||
|
dnl top-level directory of the distribution or, alternatively, at
|
||||||
|
dnl <http://www.OpenLDAP.org/license.html>.
|
||||||
divert(-1)
|
divert(-1)
|
||||||
builtin(include, build/openldap.m4)dnl
|
builtin(include, build/openldap.m4)dnl
|
||||||
|
|
|
||||||
12
aclocal.m4
vendored
12
aclocal.m4
vendored
|
|
@ -10,18 +10,16 @@ dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||||
dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
dnl PARTICULAR PURPOSE.
|
dnl PARTICULAR PURPOSE.
|
||||||
|
|
||||||
dnl
|
dnl Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
dnl Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
|
|
||||||
dnl All rights reserved.
|
dnl All rights reserved.
|
||||||
dnl
|
dnl
|
||||||
dnl Redistribution and use in source and binary forms, with or without
|
dnl Redistribution and use in source and binary forms, with or without
|
||||||
dnl modification, are permitted only as authorized by the OpenLDAP
|
dnl modification, are permitted only as authorized by the OpenLDAP
|
||||||
dnl Public License. A copy of this license is available at
|
dnl Public License.
|
||||||
dnl http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
|
||||||
dnl top-level directory of the distribution.
|
|
||||||
dnl
|
|
||||||
dnl OpenLDAP Autoconf Macros
|
|
||||||
dnl
|
dnl
|
||||||
|
dnl A copy of this license is available in the file LICENSE in the
|
||||||
|
dnl top-level directory of the distribution or, alternatively, at
|
||||||
|
dnl <http://www.OpenLDAP.org/license.html>.
|
||||||
divert(-1)
|
divert(-1)
|
||||||
builtin(include, build/openldap.m4)dnl
|
builtin(include, build/openldap.m4)dnl
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
|
# build.mak: nmake for MSVC builds
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
#
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
# Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## All rights reserved.
|
||||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
##
|
||||||
#
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
all: build.txt
|
all: build.txt
|
||||||
|
|
||||||
|
|
|
||||||
16
build/config.guess
vendored
16
build/config.guess
vendored
|
|
@ -1,10 +1,11 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Attempt to guess a canonical system name.
|
# Attempt to guess a canonical system name.
|
||||||
|
# Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
# Portions Copyright 1998-2002 OpenLDAP Foundation.
|
|
||||||
|
|
||||||
timestamp='2002-10-21-OpenLDAP'
|
timestamp='2002-10-21-OpenLDAP'
|
||||||
|
# $OpenLDAP$
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -28,8 +29,17 @@ timestamp='2002-10-21-OpenLDAP'
|
||||||
# This file is distributed with OpenLDAP Software, which contains a
|
# This file is distributed with OpenLDAP Software, which contains a
|
||||||
# configuration script generated by Autoconf, and is distributable
|
# configuration script generated by Autoconf, and is distributable
|
||||||
# under the same distributions terms as OpenLDAP inself.
|
# under the same distributions terms as OpenLDAP inself.
|
||||||
# See the OpenLDAP COPYRIGHT and LICENSE file for details.
|
|
||||||
# $OpenLDAP$
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
# Originally written by Per Bothner <per@bothner.com>.
|
# Originally written by Per Bothner <per@bothner.com>.
|
||||||
# Please send patches to <config-patches@gnu.org>. Submit a context
|
# Please send patches to <config-patches@gnu.org>. Submit a context
|
||||||
|
|
|
||||||
16
build/config.sub
vendored
16
build/config.sub
vendored
|
|
@ -1,10 +1,11 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
|
# Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
# Portions Copyright 1998-2002 OpenLDAP Foundation.
|
|
||||||
|
|
||||||
timestamp='2002-09-05 (OpenLDAP)'
|
timestamp='2002-09-05 (OpenLDAP)'
|
||||||
|
# $OpenLDAP$
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
|
|
@ -33,8 +34,17 @@ timestamp='2002-09-05 (OpenLDAP)'
|
||||||
# This file is distributed with OpenLDAP Software, which contains a
|
# This file is distributed with OpenLDAP Software, which contains a
|
||||||
# configuration script generated by Autoconf, and is distributable
|
# configuration script generated by Autoconf, and is distributable
|
||||||
# under the same distributions terms as OpenLDAP inself.
|
# under the same distributions terms as OpenLDAP inself.
|
||||||
# See the OpenLDAP COPYRIGHT and LICENSE file for details.
|
|
||||||
# $OpenLDAP$
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
# Please send patches to <config-patches@gnu.org>. Submit a context
|
# Please send patches to <config-patches@gnu.org>. Submit a context
|
||||||
# diff and a properly formatted ChangeLog entry.
|
# diff and a properly formatted ChangeLog entry.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
#
|
#
|
||||||
# Update copyright statements
|
# Update copyright statements
|
||||||
#
|
#
|
||||||
|
|
|
||||||
19
build/dir.mk
19
build/dir.mk
|
|
@ -1,11 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makes subdirectories
|
# Makes subdirectories
|
||||||
##
|
#
|
||||||
|
|
||||||
|
|
||||||
all-common: FORCE
|
all-common: FORCE
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,17 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makefile Template for Non-Source Directories
|
# Makefile Template for Non-Source Directories
|
||||||
##
|
#
|
||||||
|
|
||||||
Makefile: $(top_srcdir)/build/info.mk
|
Makefile: $(top_srcdir)/build/info.mk
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makefile Template for Shared Libraries
|
# Makefile Template for Shared Libraries
|
||||||
##
|
#
|
||||||
|
|
||||||
MKDEPFLAG = -l
|
MKDEPFLAG = -l
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makefile Template for Static Libraries
|
# Makefile Template for Static Libraries
|
||||||
##
|
#
|
||||||
|
|
||||||
$(LIBRARY): version.o
|
$(LIBRARY): version.o
|
||||||
$(AR) ru $@ $(OBJS) version.o
|
$(AR) ru $@ $(OBJS) version.o
|
||||||
|
|
|
||||||
19
build/lib.mk
19
build/lib.mk
|
|
@ -1,11 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makefile Template for Libraries
|
# Makefile Template for Libraries
|
||||||
##
|
#
|
||||||
|
|
||||||
all-common: $(LIBRARY) $(PROGRAMS)
|
all-common: $(LIBRARY) $(PROGRAMS)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,17 @@
|
||||||
# This file is distributed with OpenLDAP Software, which contains a
|
# This file is distributed with OpenLDAP Software, which contains a
|
||||||
# configuration script generated by Autoconf, and is distributable
|
# configuration script generated by Autoconf, and is distributable
|
||||||
# under the same distributions terms as OpenLDAP inself.
|
# under the same distributions terms as OpenLDAP inself.
|
||||||
# See the OpenLDAP COPYRIGHT and LICENSE file for details.
|
|
||||||
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
# Check that we have a working $echo.
|
# Check that we have a working $echo.
|
||||||
if test "X$1" = X--no-reexec; then
|
if test "X$1" = X--no-reexec; then
|
||||||
|
|
|
||||||
19
build/man.mk
19
build/man.mk
|
|
@ -1,11 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makefile Template for Manual Pages
|
# Makefile Template for Manual Pages
|
||||||
##
|
#
|
||||||
|
|
||||||
MANDIR=$(mandir)/man$(MANSECT)
|
MANDIR=$(mandir)/man$(MANSECT)
|
||||||
TMP_SUFFIX=tmp
|
TMP_SUFFIX=tmp
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Portions Copyright 1998-2003 The OpenLDAP Foundation.
|
|
||||||
## All rights reserved.
|
|
||||||
##
|
|
||||||
## Redistribution and use in source and binary forms, with or without
|
|
||||||
## modification, are permitted only as authorized by the OpenLDAP
|
|
||||||
## Public License. A copy of this license is available at
|
|
||||||
## http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
|
||||||
## top-level directory of the distribution.
|
|
||||||
|
|
||||||
# This file is distributed with OpenLDAP Software but is an an
|
# This file is distributed with OpenLDAP Software but is an an
|
||||||
# independently licensed program.
|
# independently licensed program.
|
||||||
|
|
||||||
|
|
|
||||||
42
build/mkdep
42
build/mkdep
|
|
@ -1,24 +1,30 @@
|
||||||
#! /bin/sh -
|
#! /bin/sh -
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
#
|
#
|
||||||
# Portions
|
## Portions Copyright (c) 1987 Regents of the University of California.
|
||||||
# Copyright (c) 1987 Regents of the University of California.
|
## All rights reserved.
|
||||||
# All rights reserved.
|
##
|
||||||
#
|
## Redistribution and use in source and binary forms are permitted
|
||||||
# Redistribution and use in source and binary forms are permitted
|
## provided that the above copyright notice and this paragraph are
|
||||||
# provided that the above copyright notice and this paragraph are
|
## duplicated in all such forms and that any documentation,
|
||||||
# duplicated in all such forms and that any documentation,
|
## advertising materials, and other materials related to such
|
||||||
# advertising materials, and other materials related to such
|
## distribution and use acknowledge that the software was developed
|
||||||
# distribution and use acknowledge that the software was developed
|
## by the University of California, Berkeley. The name of the
|
||||||
# by the University of California, Berkeley. The name of the
|
## University may not be used to endorse or promote products derived
|
||||||
# University may not be used to endorse or promote products derived
|
## from this software without specific prior written permission.
|
||||||
# from this software without specific prior written permission.
|
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
||||||
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
## IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||||
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
## WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
#
|
#
|
||||||
# @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
|
# @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,14 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
cc_r -ME $* > /dev/null
|
cc_r -ME $* > /dev/null
|
||||||
cat *.u
|
cat *.u
|
||||||
rm *.u
|
rm *.u
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
#
|
#
|
||||||
# Make a release
|
# Make a release
|
||||||
# mkrelease RELNAME CVSTAG CVSMODULES
|
# mkrelease RELNAME CVSTAG CVSMODULES
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,15 @@
|
||||||
:: $OpenLDAP$
|
:: $OpenLDAP$
|
||||||
:: Copyright 1998-2003 The OpenLDAP Foundation
|
:: Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
:: COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
:: All rights reserved.
|
||||||
:: of this package for details.
|
::
|
||||||
|
:: Redistribution and use in source and binary forms, with or without
|
||||||
|
:: modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
:: Public License.
|
||||||
|
::
|
||||||
|
:: A copy of this license is available in the file LICENSE in the
|
||||||
|
:: top-level directory of the distribution or, alternatively, at
|
||||||
|
:: <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
::
|
::
|
||||||
:: Create a version.c file from build/version.h
|
:: Create a version.c file from build/version.h
|
||||||
::
|
::
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
#
|
#
|
||||||
# Create a version.c file
|
# Create a version.c file
|
||||||
#
|
#
|
||||||
|
|
|
||||||
19
build/mod.mk
19
build/mod.mk
|
|
@ -1,11 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makefile Template for Server Modules
|
# Makefile Template for Server Modules
|
||||||
##
|
#
|
||||||
|
|
||||||
LIBRARY = $(LIBBASE).la
|
LIBRARY = $(LIBBASE).la
|
||||||
LIBSTAT = lib$(LIBBASE).a
|
LIBSTAT = lib$(LIBBASE).a
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,16 @@
|
||||||
|
dnl OpenLDAP Autoconf Macros
|
||||||
dnl $OpenLDAP$
|
dnl $OpenLDAP$
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
|
dnl Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
dnl All rights reserved.
|
dnl All rights reserved.
|
||||||
dnl
|
dnl
|
||||||
dnl Redistribution and use in source and binary forms, with or without
|
dnl Redistribution and use in source and binary forms, with or without
|
||||||
dnl modification, are permitted only as authorized by the OpenLDAP
|
dnl modification, are permitted only as authorized by the OpenLDAP
|
||||||
dnl Public License. A copy of this license is available at
|
dnl Public License.
|
||||||
dnl http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
|
||||||
dnl top-level directory of the distribution.
|
|
||||||
dnl
|
dnl
|
||||||
dnl OpenLDAP Autoconf Macros
|
dnl A copy of this license is available in the file LICENSE in the
|
||||||
|
dnl top-level directory of the distribution or, alternatively, at
|
||||||
|
dnl <http://www.OpenLDAP.org/license.html>.
|
||||||
dnl
|
dnl
|
||||||
dnl --------------------------------------------------------------------
|
dnl --------------------------------------------------------------------
|
||||||
dnl Restricted form of AC_ARG_ENABLE that limits user options
|
dnl Restricted form of AC_ARG_ENABLE that limits user options
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makefile Template for Programs
|
# Makefile Template for Programs
|
||||||
##
|
#
|
||||||
|
|
||||||
all-common: $(PROGRAMS) FORCE
|
all-common: $(PROGRAMS) FORCE
|
||||||
|
|
||||||
|
|
|
||||||
19
build/srv.mk
19
build/srv.mk
|
|
@ -1,11 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##---------------------------------------------------------------------------
|
##---------------------------------------------------------------------------
|
||||||
##
|
#
|
||||||
## Makefile Template for Servers
|
# Makefile Template for Servers
|
||||||
##
|
#
|
||||||
|
|
||||||
all-common: all-$(BUILD_SRV)
|
all-common: all-$(BUILD_SRV)
|
||||||
all-no lint-no 5lint-no depend-no install-no:
|
all-no lint-no 5lint-no depend-no install-no:
|
||||||
|
|
|
||||||
13
build/top.mk
13
build/top.mk
|
|
@ -1,13 +1,18 @@
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Redistribution and use in source and binary forms, with or without
|
## Redistribution and use in source and binary forms, with or without
|
||||||
## modification, are permitted only as authorized by the OpenLDAP
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
## Public License. A copy of this license is available at
|
## Public License.
|
||||||
## http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
|
||||||
## top-level directory of the distribution.
|
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
##---------------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# Top-level Makefile template
|
||||||
|
#
|
||||||
|
|
||||||
PACKAGE= @PACKAGE@
|
PACKAGE= @PACKAGE@
|
||||||
VERSION= @VERSION@
|
VERSION= @VERSION@
|
||||||
RELEASEDATE= @OPENLDAP_RELEASE_DATE@
|
RELEASEDATE= @OPENLDAP_RELEASE_DATE@
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2003 The OpenLDAP Foundation
|
* Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
* COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory
|
* All rights reserved.
|
||||||
* of this package for details.
|
*
|
||||||
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
* modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
* Public License.
|
||||||
|
*
|
||||||
|
* A copy of this license is available in the file LICENSE in the
|
||||||
|
* top-level directory of the distribution or, alternatively, at
|
||||||
|
* <http://www.OpenLDAP.org/license.html>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const char copyright[] =
|
static const char copyright[] =
|
||||||
"Copyright 1998-2003 The OpenLDAP Foundation\n"
|
"Copyright 1998-2003 The OpenLDAP Foundation. All rights reserved.\n"
|
||||||
"COPYING RESTRICTIONS APPLY\n";
|
"COPYING RESTRICTIONS APPLY.\n";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 2000-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
#
|
#
|
||||||
DIR=`dirname $0`
|
DIR=`dirname $0`
|
||||||
. $DIR/version.var
|
. $DIR/version.var
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 2000-2003 The OpenLDAP Foundation
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
## All rights reserved.
|
||||||
## of this package for details.
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
#
|
#
|
||||||
ol_package=OpenLDAP
|
ol_package=OpenLDAP
|
||||||
ol_major=2
|
ol_major=2
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
|
# Clients Makefile.in for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Clients Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SUBDIRS = tools
|
SUBDIRS = tools
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,16 @@
|
||||||
|
# Makefile for LDAP tools
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Makefile for LDAP tools
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = ldapsearch.c ldapmodify.c ldapdelete.c ldapmodrdn.c \
|
SRCS = ldapsearch.c ldapmodify.c ldapdelete.c ldapmodrdn.c \
|
||||||
ldappasswd.c ldapwhoami.c ldapcompare.c common.c
|
ldappasswd.c ldapwhoami.c ldapcompare.c common.c
|
||||||
OBJS = ldapsearch.o ldapmodify.o ldapdelete.o ldapmodrdn.o \
|
OBJS = ldapsearch.o ldapmodify.o ldapdelete.o ldapmodrdn.o \
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
* top-level directory of the distribution or, alternatively, at
|
* top-level directory of the distribution or, alternatively, at
|
||||||
* <http://www.OpenLDAP.org/license.html>.
|
* <http://www.OpenLDAP.org/license.html>.
|
||||||
*/
|
*/
|
||||||
/* This file was initially created by Hallvard B. Furuseth based (in
|
/* ACKNOWLEDGEMENTS:
|
||||||
|
* This file was initially created by Hallvard B. Furuseth based (in
|
||||||
* part) upon argument parsing code for individual tools located in
|
* part) upon argument parsing code for individual tools located in
|
||||||
* this directory. Additional contributors include:
|
* this directory. Additional contributors include:
|
||||||
* Kurt D. Zeilenga (additional common argument and control support)
|
* Kurt D. Zeilenga (additional common argument and control support)
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,8 @@
|
||||||
* top-level directory of the distribution or, alternatively, at
|
* top-level directory of the distribution or, alternatively, at
|
||||||
* <http://www.OpenLDAP.org/license.html>.
|
* <http://www.OpenLDAP.org/license.html>.
|
||||||
*/
|
*/
|
||||||
/* This file was initially created by Hallvard B. Furuseth based (in
|
/* ACKNOWLEDGEMENTS:
|
||||||
|
* This file was initially created by Hallvard B. Furuseth based (in
|
||||||
* part) upon argument parsing code for individual tools located in
|
* part) upon argument parsing code for individual tools located in
|
||||||
* this directory.
|
* this directory.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,9 @@
|
||||||
* This is free software; you can redistribute and use it
|
* This is free software; you can redistribute and use it
|
||||||
* under the same terms as OpenLDAP itself.
|
* under the same terms as OpenLDAP itself.
|
||||||
*/
|
*/
|
||||||
/* This work was originally developed by Jeff Costlow (F5 Networks)
|
/* ACKNOWLEDGEMENTS:
|
||||||
* based, in part, on existing LDAP tools. Adaption for inclusion
|
* This work was originally developed by Jeff Costlow (F5 Networks)
|
||||||
|
* based, in part, on existing LDAP tools and adapted for inclusion
|
||||||
* into OpenLDAP Software by Kurt D. Zeilenga.
|
* into OpenLDAP Software by Kurt D. Zeilenga.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@
|
||||||
* from this software without specific prior written permission. This
|
* from this software without specific prior written permission. This
|
||||||
* software is provided ``as is'' without express or implied warranty.
|
* software is provided ``as is'' without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
/* This work was originally developed by the University of Michigan
|
/* ACKNOWLEDGEMENTS:
|
||||||
|
* This work was originally developed by the University of Michigan
|
||||||
* (as part of U-MICH LDAP). Additional significant contributors
|
* (as part of U-MICH LDAP). Additional significant contributors
|
||||||
* include:
|
* include:
|
||||||
* Kurt D. Zeilenga
|
* Kurt D. Zeilenga
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@
|
||||||
* from this software without specific prior written permission. This
|
* from this software without specific prior written permission. This
|
||||||
* software is provided ``as is'' without express or implied warranty.
|
* software is provided ``as is'' without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
/* This work was originally developed by the University of Michigan
|
/* ACKNOWLEDGEMENTS:
|
||||||
|
* This work was originally developed by the University of Michigan
|
||||||
* (as part of U-MICH LDAP). Additional significant contributors
|
* (as part of U-MICH LDAP). Additional significant contributors
|
||||||
* include:
|
* include:
|
||||||
* Kurt D. Zeilenga
|
* Kurt D. Zeilenga
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,8 @@
|
||||||
* from this software without specific prior written permission. This
|
* from this software without specific prior written permission. This
|
||||||
* software is provided ``as is'' without express or implied warranty.
|
* software is provided ``as is'' without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
/* This work was originally developed by the University of Michigan
|
/* ACKNOWLEDGEMENTS:
|
||||||
|
* This work was originally developed by the University of Michigan
|
||||||
* (as part of U-MICH LDAP). Additional significant contributors
|
* (as part of U-MICH LDAP). Additional significant contributors
|
||||||
* include:
|
* include:
|
||||||
* Kurt D. Zeilenga
|
* Kurt D. Zeilenga
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@
|
||||||
* from this software without specific prior written permission. This
|
* from this software without specific prior written permission. This
|
||||||
* software is provided ``as is'' without express or implied warranty.
|
* software is provided ``as is'' without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
/* The original ldappasswd(1) tool was developed by Dave Storey (F5
|
/* ACKNOWLEDGEMENTS:
|
||||||
|
* The original ldappasswd(1) tool was developed by Dave Storey (F5
|
||||||
* Network), based on other OpenLDAP client tools (which are, of
|
* Network), based on other OpenLDAP client tools (which are, of
|
||||||
* course, based on U-MICH LDAP). This version was rewritten
|
* course, based on U-MICH LDAP). This version was rewritten
|
||||||
* by Kurt D. Zeilenga (based on other OpenLDAP client tools).
|
* by Kurt D. Zeilenga (based on other OpenLDAP client tools).
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@
|
||||||
* from this software without specific prior written permission. This
|
* from this software without specific prior written permission. This
|
||||||
* software is provided ``as is'' without express or implied warranty.
|
* software is provided ``as is'' without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
/* This work was originally developed by the University of Michigan
|
/* ACKNOWLEDGEMENTS:
|
||||||
|
* This work was originally developed by the University of Michigan
|
||||||
* (as part of U-MICH LDAP). Additional significant contributors
|
* (as part of U-MICH LDAP). Additional significant contributors
|
||||||
* include:
|
* include:
|
||||||
* Jong Hyuk Choi
|
* Jong Hyuk Choi
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@
|
||||||
* from this software without specific prior written permission. This
|
* from this software without specific prior written permission. This
|
||||||
* software is provided ``as is'' without express or implied warranty.
|
* software is provided ``as is'' without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
/* This work was originally developed by Kurt D. Zeilenga for inclusion
|
/* ACKNOWLEDGEMENTS:
|
||||||
|
* This work was originally developed by Kurt D. Zeilenga for inclusion
|
||||||
* in OpenLDAP Software based, in part, on other client tools.
|
* in OpenLDAP Software based, in part, on other client tools.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
25
configure.in
25
configure.in
|
|
@ -1,14 +1,18 @@
|
||||||
dnl $OpenLDAP$
|
dnl $OpenLDAP$
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
|
dnl Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
dnl All rights reserved.
|
||||||
dnl
|
dnl
|
||||||
dnl Redistribution and use in source and binary forms, with or without
|
dnl Redistribution and use in source and binary forms, with or without
|
||||||
dnl modification, are permitted only as authorized by the OpenLDAP
|
dnl modification, are permitted only as authorized by the OpenLDAP
|
||||||
dnl Public License. A copy of this license is available at
|
dnl Public License.
|
||||||
dnl http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
dnl
|
||||||
dnl top-level directory of the distribution.
|
dnl A copy of this license is available in the file LICENSE in the
|
||||||
|
dnl top-level directory of the distribution or, alternatively, at
|
||||||
|
dnl <http://www.OpenLDAP.org/license.html>.
|
||||||
dnl
|
dnl
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
|
dnl
|
||||||
dnl Redefine AC_INIT_BINSH to provide RCS IDs and copyright notice
|
dnl Redefine AC_INIT_BINSH to provide RCS IDs and copyright notice
|
||||||
dnl at top of generated configure script. Prints simple copyright.
|
dnl at top of generated configure script. Prints simple copyright.
|
||||||
define([AC_INIT_BINSH],
|
define([AC_INIT_BINSH],
|
||||||
|
|
@ -16,15 +20,18 @@ define([AC_INIT_BINSH],
|
||||||
# $]OpenLDAP[$
|
# $]OpenLDAP[$
|
||||||
# from] translit([$OpenLDAP$], $")] [
|
# from] translit([$OpenLDAP$], $")] [
|
||||||
|
|
||||||
# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
|
# Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted only as authorized by the OpenLDAP
|
# modification, are permitted only as authorized by the OpenLDAP
|
||||||
# Public License. A copy of this license is available at
|
# Public License.
|
||||||
# http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
#
|
||||||
# top-level directory of the distribution.
|
# A copy of this license is available in the file LICENSE in the
|
||||||
|
# top-level directory of the distribution or, alternatively, at
|
||||||
|
# <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
echo "Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved."
|
echo "Copyright 1998-2003 The OpenLDAP Foundation. All rights reserved."
|
||||||
echo " Restrictions apply, see COPYRIGHT and LICENSE files."
|
echo " Restrictions apply, see COPYRIGHT and LICENSE files."
|
||||||
])dnl
|
])dnl
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,14 @@
|
||||||
# $OpenLDAP$
|
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
|
||||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
|
||||||
##
|
|
||||||
## doc Makefile.in for OpenLDAP
|
## doc Makefile.in for OpenLDAP
|
||||||
|
# $OpenLDAP$
|
||||||
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SUBDIRS= man
|
SUBDIRS= man
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||||
*
|
*
|
||||||
* Copyright YEAR The OpenLDAP Foundation
|
* Copyright YEAR The OpenLDAP Foundation.
|
||||||
* Portions Copyright YEAR Secondary Rights Holder
|
* Portions Copyright YEAR Secondary Rights Holder.
|
||||||
* Portions Copyright YEAR Another Rights Holder
|
* Portions Copyright YEAR Another Rights Holder.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
@ -19,7 +19,8 @@
|
||||||
* Please consult Kurt Zeilenga <kurt@openldap.org> before adding
|
* Please consult Kurt Zeilenga <kurt@openldap.org> before adding
|
||||||
* additional notices.
|
* additional notices.
|
||||||
*/
|
*/
|
||||||
/* This work was initially developed by John Doe (of FOO Corporation).
|
/* ACKNOWLEDGEMENTS:
|
||||||
* This work was (SIGNIFICANTLY) modify by:
|
* This work was initially developed by John Doe (of FOO Corporation).
|
||||||
|
* Additional significant contributors include:
|
||||||
* Jane Doe of BAR, Inc. (added this and that)
|
* Jane Doe of BAR, Inc. (added this and that)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,14 @@
|
||||||
|
# man Makefile.in for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## man Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SUBDIRS= man1 man3 man5 man8
|
SUBDIRS= man1 man3 man5 man8
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,14 @@
|
||||||
|
# man1 Makefile.in for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## man1 Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
MANSECT=1
|
MANSECT=1
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,14 @@
|
||||||
|
# man3 Makefile.in for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## man3 Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
MANSECT=3
|
MANSECT=3
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,14 @@
|
||||||
|
# man5 Makefile.in for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## man5 Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
MANSECT=5
|
MANSECT=5
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,14 @@
|
||||||
|
# man8 Makefile.in for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## man8 Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
MANSECT=8
|
MANSECT=8
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
|
# include Makefile.in for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## include Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
all-local: ldap_config.h FORCE
|
all-local: ldap_config.h FORCE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,14 @@
|
||||||
/* include/portable.h.in. Generated automatically from configure.in by autoheader. */
|
/* include/portable.h.in. Generated automatically from configure.in by autoheader. */
|
||||||
/*
|
/* Copyright 1998-2003 The OpenLDAP Foundation
|
||||||
* Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
|
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted only as authorized by the OpenLDAP
|
* modification, are permitted only as authorized by the OpenLDAP
|
||||||
* Public License. A copy of this license is available at
|
* Public License.
|
||||||
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
*
|
||||||
* top-level directory of the distribution.
|
* A copy of this license is available in the file LICENSE in the
|
||||||
|
* top-level directory of the distribution or, alternatively, at
|
||||||
|
* <http://www.OpenLDAP.org/license.html>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LDAP_PORTABLE_H
|
#ifndef _LDAP_PORTABLE_H
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
|
# Libraries Makefile for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Libraries Makefile for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SUBDIRS= \
|
SUBDIRS= \
|
||||||
liblutil \
|
liblutil \
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,15 @@
|
||||||
|
# LIBAVL
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## LIBAVL
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = avl.c testavl.c
|
SRCS = avl.c testavl.c
|
||||||
XSRCS = version.c
|
XSRCS = version.c
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,15 @@
|
||||||
|
# LIBLBER
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## LIBLBER
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
LIBRARY = liblber.la
|
LIBRARY = liblber.la
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,16 @@
|
||||||
|
# Makefile.in for LDAP -lldap
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Makefile.in for LDAP -lldap
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
LIBRARY = libldap.la
|
LIBRARY = libldap.la
|
||||||
|
|
||||||
PROGRAMS = apitest dntest ftest ltest
|
PROGRAMS = apitest dntest ftest ltest
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,16 @@
|
||||||
|
# Makefile.in for LDAP -lldap
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Makefile.in for LDAP -lldap
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
LIBRARY = libldap_r.la
|
LIBRARY = libldap_r.la
|
||||||
|
|
||||||
PROGRAMS = apitest ltest
|
PROGRAMS = apitest ltest
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,15 @@
|
||||||
|
# Makefile for -lldbm
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Makefile for -lldbm
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
LIBRARY = libldbm.a
|
LIBRARY = libldbm.a
|
||||||
SRCS = ldbm.c
|
SRCS = ldbm.c
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,16 @@
|
||||||
|
# Makefile.in for LDAP -llunicode
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Makefile.in for LDAP -lldap
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
LIBRARY = liblunicode.a
|
LIBRARY = liblunicode.a
|
||||||
|
|
||||||
XXDIR = $(srcdir)/*/
|
XXDIR = $(srcdir)/*/
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,15 @@
|
||||||
|
# Makefile for -llutil
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Makefile for -llutil
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
LIBRARY = liblutil.a
|
LIBRARY = liblutil.a
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
|
# LIBREWRITE
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## LIBREWRITE
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
##
|
##
|
||||||
## Copyright 2000-2001 Pierangelo Masarati <ando@sys-net.it>
|
## Copyright 2000-2001 Pierangelo Masarati <ando@sys-net.it>
|
||||||
##
|
##
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
|
# servers Makefile.in for OpenLDAP
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## servers Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SUBDIRS= slapd slurpd
|
SUBDIRS= slapd slurpd
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,16 @@
|
||||||
# $OpenLDAP$
|
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
||||||
##
|
|
||||||
## Makefile.in for slapd
|
## Makefile.in for slapd
|
||||||
|
# $OpenLDAP$
|
||||||
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
PROGRAMS=slapd
|
PROGRAMS=slapd
|
||||||
XPROGRAMS=sslapd libbackends.a .backend
|
XPROGRAMS=sslapd libbackends.a .backend
|
||||||
XSRCS=version.c
|
XSRCS=version.c
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,29 @@
|
||||||
|
# Makefile.in for back-bdb
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = init.c tools.c config.c \
|
SRCS = init.c tools.c config.c \
|
||||||
add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
|
add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
|
||||||
extended.c passwd.c referral.c operational.c \
|
extended.c passwd.c referral.c operational.c \
|
||||||
attr.c index.c key.c dbcache.c filterindex.c \
|
attr.c index.c key.c dbcache.c filterindex.c \
|
||||||
dn2entry.c dn2id.c error.c id2entry.c idl.c nextid.c cache.c trans.c ctxcsn.c
|
dn2entry.c dn2id.c error.c id2entry.c idl.c \
|
||||||
|
nextid.c cache.c trans.c ctxcsn.c
|
||||||
|
|
||||||
OBJS = init.lo tools.lo config.lo \
|
OBJS = init.lo tools.lo config.lo \
|
||||||
add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo \
|
add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo \
|
||||||
extended.lo passwd.lo referral.lo operational.lo \
|
extended.lo passwd.lo referral.lo operational.lo \
|
||||||
attr.lo index.lo key.lo dbcache.lo filterindex.lo \
|
attr.lo index.lo key.lo dbcache.lo filterindex.lo \
|
||||||
dn2entry.lo dn2id.lo error.lo id2entry.lo idl.lo nextid.lo cache.lo trans.lo ctxcsn.lo
|
dn2entry.lo dn2id.lo error.lo id2entry.lo idl.lo \
|
||||||
|
nextid.lo cache.lo trans.lo ctxcsn.lo
|
||||||
|
|
||||||
LDAP_INCDIR= ../../../include
|
LDAP_INCDIR= ../../../include
|
||||||
LDAP_LIBDIR= ../../../libraries
|
LDAP_LIBDIR= ../../../libraries
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,20 @@
|
||||||
|
# Makefile.in for back-dnssrv
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## Portions Copyright 1998-2003 Kurt D. Zeilenga.
|
||||||
###########################################################################
|
## All rights reserved.
|
||||||
# DNSSRV backend written by Kurt Zeilenga
|
##
|
||||||
##########################################################################
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
#
|
||||||
|
# ACKNOWLEDGEMENTS:
|
||||||
|
# The DNSSRV backend was written by Kurt D. Zeilenga.
|
||||||
|
#
|
||||||
|
|
||||||
SRCS = init.c bind.c search.c config.c referral.c
|
SRCS = init.c bind.c search.c config.c referral.c
|
||||||
OBJS = init.lo bind.lo search.lo config.lo referral.lo
|
OBJS = init.lo bind.lo search.lo config.lo referral.lo
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
|
# Makefile for back-hdb
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
# Copyright 2003 Howard Chu @ Symas Corp. See master COPYRIGHT file for terms.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
#
|
||||||
|
## Copyright 2003 Howard Chu @ Symas Corp. See master COPYRIGHT file for terms.
|
||||||
|
|
||||||
XXDIR = $(srcdir)/../back-bdb
|
XXDIR = $(srcdir)/../back-bdb
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for back-ldap
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
|
SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
|
||||||
delete.c modify.c modrdn.c \
|
delete.c modify.c modrdn.c \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for back-ldbm
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c \
|
SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c \
|
||||||
id2entry.c index.c id2children.c nextid.c \
|
id2entry.c index.c id2children.c nextid.c \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for back-meta
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
|
SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
|
||||||
cache-query.c cache-search.c cache-config.c cache-merge.c \
|
cache-query.c cache-search.c cache-config.c cache-merge.c \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for back-monitor
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = init.c search.c compare.c modify.c bind.c \
|
SRCS = init.c search.c compare.c modify.c bind.c \
|
||||||
operational.c \
|
operational.c \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,15 @@
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
# Makefile.in for back-null
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
# $OpenLDAP$
|
||||||
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = null.c
|
SRCS = null.c
|
||||||
OBJS = null.lo
|
OBJS = null.lo
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for back-passwd
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = search.c config.c init.c
|
SRCS = search.c config.c init.c
|
||||||
OBJS = search.lo config.lo init.lo
|
OBJS = search.lo config.lo init.lo
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,15 @@
|
||||||
|
# Makefile.in for back-perl
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for back-shell
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = init.c config.c fork.c search.c bind.c unbind.c add.c \
|
SRCS = init.c config.c fork.c search.c bind.c unbind.c add.c \
|
||||||
delete.c modify.c modrdn.c compare.c result.c
|
delete.c modify.c modrdn.c compare.c result.c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for back-sql
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
SRCS = init.c config.c search.c bind.c other.c \
|
SRCS = init.c config.c search.c bind.c other.c \
|
||||||
entry-id.c schema-map.c sql-wrap.c modify.c util.c
|
entry-id.c schema-map.c sql-wrap.c modify.c util.c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for back-tcl
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
###########################################################################
|
###########################################################################
|
||||||
#
|
#
|
||||||
# Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
|
# Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,15 @@
|
||||||
|
# Makefile.in for shell-backends
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
|
##
|
||||||
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
PROGRAMS = passwd-shell
|
PROGRAMS = passwd-shell
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,16 @@
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
# Makefile.in for SLAPI
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
# $OpenLDAP$
|
||||||
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## Copyright IBM Corp. 1997,2002,2003
|
## Portions Copyright IBM Corp. 1997,2002,2003
|
||||||
|
## All rights reserved.
|
||||||
|
##
|
||||||
## Redistribution and use in source and binary forms, with or without
|
## Redistribution and use in source and binary forms, with or without
|
||||||
## modification, are permitted only as authorized by the OpenLDAP
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
## Public License.
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
LIBRARY = libslapi.la
|
LIBRARY = libslapi.la
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,15 @@
|
||||||
|
# Makefile.in for slapd tools
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
#-----------------------------------------------------------------------------
|
##
|
||||||
# Portions Copyright (c) 1995 Regents of the University of Michigan.
|
## Redistribution and use in source and binary forms, with or without
|
||||||
# All rights reserved.
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
#
|
## Public License.
|
||||||
# Redistribution and use in source and binary forms are permitted
|
##
|
||||||
# provided that this notice is preserved and that due credit is given
|
## A copy of this license is available in the file LICENSE in the
|
||||||
# to the University of Michigan at Ann Arbor. The name of the University
|
## top-level directory of the distribution or, alternatively, at
|
||||||
# may not be used to endorse or promote products derived from this
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
# software without specific prior written permission. This software
|
|
||||||
# is provided ``as is'' without express or implied warranty.
|
|
||||||
#
|
|
||||||
# Stand alone LDAP server tools makefile
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
LDAP_INCDIR= ../../../include
|
LDAP_INCDIR= ../../../include
|
||||||
LDAP_LIBDIR= ../../../libraries
|
LDAP_LIBDIR= ../../../libraries
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,15 @@
|
||||||
|
# Makefile.in for slurpd
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## Makefile.in for slurpd
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
##
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
PROGRAMS = slurpd
|
PROGRAMS = slurpd
|
||||||
XPROGRAMS = sslurpd
|
XPROGRAMS = sslurpd
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,16 @@
|
||||||
|
# Makefile.in for tests
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## tests Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
RUN=./run
|
RUN=./run
|
||||||
SUBDIRS= progs
|
SUBDIRS= progs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
|
## Makefile.in for test programs
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## tests Makefile.in for OpenLDAP
|
## Redistribution and use in source and binary forms, with or without
|
||||||
|
## modification, are permitted only as authorized by the OpenLDAP
|
||||||
|
## Public License.
|
||||||
|
##
|
||||||
|
## A copy of this license is available in the file LICENSE in the
|
||||||
|
## top-level directory of the distribution or, alternatively, at
|
||||||
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn
|
PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue