mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Add OpenLDAP RCSid
This commit is contained in:
parent
38cd86f569
commit
e642a1b9cd
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $OpenLDAP$
|
||||
# Master Makefile for OpenLDAP
|
||||
##
|
||||
## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
|
||||
|
@ -27,6 +27,3 @@ The OpenLDAP configure tool will most probably find the correct
|
||||
configuration itself. No special action has to be taken
|
||||
while building the OpenLDAP package.
|
||||
|
||||
9 Jan 1999, KSp <ksp@openldap.org>
|
||||
|
||||
Last updated: 29 July 1999 by Kdz <kurt@openldap.org>
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## LIBAVL
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile.in for LDAP -lldap
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile for -lldbm
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile for -lldif
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile for -lutil
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile.in for ldapd
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile.in for slapd
|
||||
##
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c id2entry.c \
|
||||
index.c id2children.c nextid.c abandon.c compare.c group.c \
|
||||
modify.c modrdn.c delete.c init.c config.c bind.c attr.c \
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
|
||||
delete.c modify.c modrdn.c
|
||||
OBJS = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c id2entry.c \
|
||||
index.c id2children.c nextid.c abandon.c compare.c group.c \
|
||||
modify.c modrdn.c delete.c init.c config.c bind.c attr.c \
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
SRCS = search.c config.c init.c
|
||||
OBJS = search.lo config.lo init.lo
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
###########################################################################
|
||||
#
|
||||
# Copyright 1999, John C. Quillan, All rights reserved.
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
SRCS = init.c config.c fork.c search.c bind.c unbind.c add.c delete.c \
|
||||
modify.c modrdn.c compare.c abandon.c result.c
|
||||
OBJS = init.lo config.lo fork.lo search.lo bind.lo unbind.lo add.lo delete.lo \
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
###########################################################################
|
||||
#
|
||||
# Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: external.h,v 1.7 1999/06/29 01:29:27 kdz Exp $ */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
#ifndef _TCL_EXTERNAL_H
|
||||
#define _TCL_EXTERNAL_H
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* $OpenLDAP$ */
|
||||
/* tcl_back.h - tcl backend header (structs, functions)
|
||||
*
|
||||
* $Id: tcl_back.h,v 1.1 1999/02/17 01:23:18 bcollins Exp $
|
||||
*
|
||||
* Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# OpenLDAP Core schema
|
||||
#
|
||||
# Includes "standard" schema items from:
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# By: Juan C. Gomez / gomez@engr.sgi.com
|
||||
# Date: May/1999
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# By: Juan C. Gomez / gomez@engr.sgi.com
|
||||
# Date: May/1999
|
||||
|
@ -1,4 +1,5 @@
|
||||
# Assorted definitions from several sources
|
||||
# $OpenLDAP$
|
||||
|
||||
#
|
||||
# RFC2247
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
# These are definitions from the North American Directory Forum
|
||||
# They were taken from ftp://ftp.gte.com/pub/nadf/nadf-docs/sd-04.ps
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# By: Juan C. Gomez / gomez@engr.sgi.com
|
||||
# Date: May/1999
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# By: Juan C. Gomez / gomez@engr.sgi.com
|
||||
# Date: May/1999
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
# $OpenLDAP$
|
||||
# Definitions from RFC2307
|
||||
|
||||
# Note: The definitions in RFC2307 are given in syntaxes closely related
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# By: Juan C. Gomez / gomez@engr.sgi.com
|
||||
# Date: May/1999
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# By: Juan C. Gomez
|
||||
# Date: 05/04/1999
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
# These come from RFC1274 and are in ASN.1 syntax. They have been
|
||||
# translated with some imagination. Only attributes and classes we
|
||||
# already had are here. In general, the matching rules in the
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
PROGRAMS = passwd-shell
|
||||
|
||||
SRCS = passwd-shell.c shellutil.c
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
attribute photo bin
|
||||
attribute personalsignature bin
|
||||
attribute jpegphoto bin
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# See slapd.conf(5) for details on configuration options.
|
||||
# This file should NOT be world readable.
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
objectclass top
|
||||
requires
|
||||
objectClass
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#-----------------------------------------------------------------------------
|
||||
# Copyright (c) 1995 Regents of the University of Michigan.
|
||||
# All rights reserved.
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile.in for slurpd
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# slave slapd config -- for default referral testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing of replication
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing of replication
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# slave slapd config -- for default referral testing
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing of replication
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing of replication
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
attribute photo bin
|
||||
attribute personalsignature bin
|
||||
attribute jpegphoto bin
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
objectclass top
|
||||
requires
|
||||
objectClass
|
||||
|
Loading…
x
Reference in New Issue
Block a user