mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Sync with HEAD
This commit is contained in:
parent
2ec247fb74
commit
fac06df400
1
CHANGES
1
CHANGES
@ -2,6 +2,7 @@ OpenLDAP 2.0 Change Log
|
|||||||
|
|
||||||
OpenLDAP 2.0.12 Engineering
|
OpenLDAP 2.0.12 Engineering
|
||||||
Fixed ldapmodrdn SASL auth bug (ITS#1179)
|
Fixed ldapmodrdn SASL auth bug (ITS#1179)
|
||||||
|
Updated ldaptcl API
|
||||||
|
|
||||||
OpenLDAP 2.0.11 Release
|
OpenLDAP 2.0.11 Release
|
||||||
Fix attribute parse bug (ITS#1159)
|
Fix attribute parse bug (ITS#1159)
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
Copyright 1998-2001 The OpenLDAP Foundation
|
Copyright 1998-2001 The OpenLDAP Foundation
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms are permitted
|
Redistribution and use in source and binary forms, with or without
|
||||||
only 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. A copy of this license is available at
|
||||||
in file LICENSE in the top-level directory of the distribution.
|
http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
top-level directory of the distribution.
|
||||||
|
|
||||||
Individual files and/or contributed packages may be copyright by
|
Individual files and/or contributed packages may be copyright by
|
||||||
other parties and use subject to additional restrictions.
|
other parties and use subject to additional restrictions.
|
||||||
|
@ -2,10 +2,11 @@
|
|||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this * license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LDAP_PORTABLE_H
|
#ifndef _LDAP_PORTABLE_H
|
||||||
|
18
configure.in
18
configure.in
@ -2,10 +2,11 @@ dnl $OpenLDAP$
|
|||||||
dnl
|
dnl
|
||||||
dnl Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved.
|
dnl Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved.
|
||||||
dnl
|
dnl
|
||||||
dnl Redistribution and use in source and binary forms are permitted only
|
dnl Redistribution and use in source and binary forms, with or without
|
||||||
dnl as authorized by the OpenLDAP Public License. A copy of this
|
dnl modification, are permitted only as authorized by the OpenLDAP
|
||||||
dnl license is available at http://www.OpenLDAP.org/license.html or
|
dnl Public License. A copy of this license is available at
|
||||||
dnl in file LICENSE in the top-level directory of the distribution.
|
dnl http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
dnl top-level directory of the distribution.
|
||||||
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
|
||||||
@ -17,10 +18,11 @@ define([AC_INIT_BINSH],
|
|||||||
|
|
||||||
# Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved.
|
# Copyright 1998-2001 The OpenLDAP Foundation. 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. A copy of this license is available at
|
||||||
# in file LICENSE in the top-level directory of the distribution.
|
# http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
# top-level directory of the distribution.
|
||||||
|
|
||||||
echo "Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved."
|
echo "Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved."
|
||||||
echo "Restrictions apply, see COPYRIGHT and LICENSE files."
|
echo "Restrictions apply, see COPYRIGHT and LICENSE files."
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1993 Regents of the University of Michigan.
|
* Copyright (c) 1993 Regents of the University of Michigan.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1993, 1994 Regents of the University of Michigan.
|
* Copyright (c) 1993, 1994 Regents of the University of Michigan.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* getopt(3) declarations
|
* getopt(3) declarations
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1990 Regents of the University of Michigan.
|
* Copyright (c) 1990 Regents of the University of Michigan.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* lber_pvt.h - Header for ber_pvt_ functions. These are meant to be used
|
* lber_pvt.h - Header for ber_pvt_ functions. These are meant to be used
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1990 Regents of the University of Michigan.
|
* Copyright (c) 1990 Regents of the University of Michigan.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* LDAP C Defines */
|
/* LDAP C Defines */
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1994 Regents of the University of Michigan.
|
* Copyright (c) 1994 Regents of the University of Michigan.
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* LDAP Features
|
* LDAP Features
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LDAP_FEATURES_H
|
#ifndef _LDAP_FEATURES_H
|
||||||
#define _LDAP_FEATURES_H 1
|
#define _LDAP_FEATURES_H 1
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* ldap_int_thread.h - ldap internal thread wrappers header file */
|
/* ldap_int_thread.h - ldap internal thread wrappers header file */
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1990 Regents of the University of Michigan.
|
* Copyright (c) 1990 Regents of the University of Michigan.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* ldap-pvt.h - Header for ldap_pvt_ functions. These are meant to be used
|
* ldap-pvt.h - Header for ldap_pvt_ functions. These are meant to be used
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* ldap_pvt_thread.h - ldap threads header file NG */
|
/* ldap_pvt_thread.h - ldap threads header file NG */
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1999-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* ldap-schema.h - Header for basic schema handling functions that can be
|
* ldap-schema.h - Header for basic schema handling functions that can be
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* ldbm.h - ldap dbm compatibility routine header file */
|
/* ldbm.h - ldap dbm compatibility routine header file */
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1996 Regents of the University of Michigan.
|
* Copyright (c) 1996 Regents of the University of Michigan.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LUTIL_H
|
#ifndef _LUTIL_H
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LUTIL_LDAP_H
|
#ifndef _LUTIL_LDAP_H
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* File locking methods
|
/* File locking methods
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* See md5.c for explanation and copyright information. */
|
/* See md5.c for explanation and copyright information. */
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* This version is based on:
|
/* This version is based on:
|
||||||
|
@ -3,10 +3,11 @@
|
|||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this * license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LDAP_PORTABLE_H
|
#ifndef _LDAP_PORTABLE_H
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1993, 1994 Regents of the University of Michigan.
|
* Copyright (c) 1993, 1994 Regents of the University of Michigan.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* $OpenLDAP$ */
|
/* $OpenLDAP$ */
|
||||||
/*
|
/*
|
||||||
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
|
* Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
|
||||||
* 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. A copy of this license is available at
|
||||||
* in file LICENSE in the top-level directory of the distribution.
|
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||||
|
* top-level directory of the distribution.
|
||||||
*/
|
*/
|
||||||
/* Portions
|
/* Portions
|
||||||
* Copyright (c) 1987 Regents of the University of California.
|
* Copyright (c) 1987 Regents of the University of California.
|
||||||
|
Loading…
Reference in New Issue
Block a user