version 1.84.2.2, 2003/09/18 15:43:32
|
version 1.84.2.3, 2003/12/01 00:58:26
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.84.2.1 2003/05/31 19:01:39 kurt Exp $ */ |
/* result.c - wait for an ldap result */ |
/* |
/* $OpenLDAP$ */ |
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
* |
|
* 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>. |
*/ |
*/ |
/* Portions |
/* Portions Copyright (c) 1990 Regents of the University of Michigan. |
* Copyright (c) 1990 Regents of the University of Michigan. |
* All rights reserved. |
* All rights reserved. |
|
*/ |
*/ |
/*--- |
/* This notice applies to changes, created by or for Novell, Inc., |
* This notice applies to changes, created by or for Novell, Inc., |
|
* to preexisting works for which notices appear elsewhere in this file. |
* to preexisting works for which notices appear elsewhere in this file. |
* |
* |
* Copyright (C) 1999, 2000 Novell, Inc. All Rights Reserved. |
* Copyright (C) 1999, 2000 Novell, Inc. All Rights Reserved. |
Line 24
|
Line 32
|
*--- |
*--- |
* Modification to OpenLDAP source by Novell, Inc. |
* Modification to OpenLDAP source by Novell, Inc. |
* April 2000 sfs Add code to process V3 referrals and search results |
* April 2000 sfs Add code to process V3 referrals and search results |
* |
*--- |
* result.c - wait for an ldap result |
* Note: A verbatim copy of version 2.0.1 of the OpenLDAP Public License |
*/ |
|
/* Note: A verbatim copy of version 2.0.1 of the OpenLDAP Public License |
|
* can be found in the file "build/LICENSE-2.0.1" in this distribution |
* can be found in the file "build/LICENSE-2.0.1" in this distribution |
* of OpenLDAP Software. |
* of OpenLDAP Software. |
*/ |
*/ |
/* |
/* Portions Copyright (C) The Internet Society (1997) |
* Portions Copyright (C) The Internet Society (1997) |
|
* ASN.1 fragments are from RFC 2251; see RFC for full legal notices. |
* ASN.1 fragments are from RFC 2251; see RFC for full legal notices. |
*/ |
*/ |
|
|