mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add OpenLDAP RCS id
This commit is contained in:
parent
6b80f345a4
commit
41e57c041f
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
##
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
PROGRAMS= rp500 fax500 xrpcomp.tmp
|
||||
|
||||
SRCS= main.c faxtotpc.c rp500.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
SRCS= main.c
|
||||
XSRCS= version.c
|
||||
OBJS= main.o
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile for gopher clients
|
||||
##
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
PROGRAMS= mail500
|
||||
|
||||
SRCS= main.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
PROGRAMS= rcpt500
|
||||
SRCS= main.c cmds.c help.c query.c
|
||||
XSRCS= version.c
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
##
|
||||
## Makefile for LDAP tools
|
||||
##
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $OpenLDAP$
|
||||
|
||||
SRCS= main.c find.c mod.c print.c auth.c util.c help.c \
|
||||
string_to_key.c group.c edit.c globals.c
|
||||
XSRCS= version.c
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
|
@ -226,7 +226,7 @@ dn2id_delete(
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
{
|
||||
char **subtree = dn_subtree( NULL, dn );
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
|
@ -1,2 +1,6 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# Strip operational attributes
|
||||
#
|
||||
egrep -iv '^modifiersname:|^modifytimestamp:|^creatorsname:|^createtimestamp'
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
# disable LDAP initialization
|
||||
LDAPNOINIT=true; export LDAPNOINIT
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
DATADIR=$SRCDIR/data
|
||||
PROGDIR=./progs
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
. scripts/defines.sh
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if test $# -eq 0 ; then
|
||||
SRCDIR="."
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
SRCDIR="."
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if test $# -eq 0 ; then
|
||||
SRCDIR="."
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if test $# -eq 0 ; then
|
||||
SRCDIR="."
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if test $# -eq 0 ; then
|
||||
SRCDIR="."
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if test $# -eq 0 ; then
|
||||
SRCDIR="."
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if test $# -eq 0 ; then
|
||||
SRCDIR="."
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if test $# -eq 0 ; then
|
||||
SRCDIR="."
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
#
|
||||
# Test replication:
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
if test $# -eq 0 ; then
|
||||
SRCDIR="."
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
|
||||
#
|
||||
# Test default referral
|
||||
|
Loading…
Reference in New Issue
Block a user