]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Mark as "altered version" per original copyright notice
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Jan 2001 07:04:25 +0000 (07:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Jan 2001 07:04:25 +0000 (07:04 +0000)
12 files changed:
servers/slapd/back-ldap/add.c
servers/slapd/back-ldap/back-ldap.h
servers/slapd/back-ldap/bind.c
servers/slapd/back-ldap/compare.c
servers/slapd/back-ldap/config.c
servers/slapd/back-ldap/delete.c
servers/slapd/back-ldap/external.h
servers/slapd/back-ldap/init.c
servers/slapd/back-ldap/modify.c
servers/slapd/back-ldap/modrdn.c
servers/slapd/back-ldap/search.c
servers/slapd/back-ldap/unbind.c

index 13064fd27ff95f31a6743131a7ffe341eae106e2..656a6e6cbfad6e91e6c34da5110f93ed901acc35 100644 (file)
@@ -1,6 +1,10 @@
 /* add.c - ldap backend add function */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index 2d7c9f717e8ca761c1d82ad343690056cb36dc38..0fd098642e6b5c75d85e0fd22c95ccf597daf133 100644 (file)
@@ -1,6 +1,10 @@
 /* back-ldap.h - ldap backend header file */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index bd1af5af8b727e49ad0825de2f03ca5b124ca885..67ce0fc16a8b894b74f88e9ac886334f243808c6 100644 (file)
@@ -1,6 +1,10 @@
 /* bind.c - ldap backend bind function */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index 3cade31ce96a17eb9350a6e08f4f02f188c23150..e342f6ee43f415d11e351909a32f2f955f3e2f5f 100644 (file)
@@ -1,6 +1,10 @@
 /* compare.c - ldap backend compare function */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index 8321980c58b7280305b87cf9b4b4b087911279dd..4b0078f96c856940b5ec719fb7deed70c99c125f 100644 (file)
@@ -1,6 +1,10 @@
 /* config.c - ldap backend configuration file routine */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index f2554ba30e2c6d70a7c2878bbf5dfd0e8699866e..2035493684b400ee69eaee8205174e2d6c9134a3 100644 (file)
@@ -1,6 +1,10 @@
 /* delete.c - ldap backend delete function */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index bef70998bc9b76e338bff841722340e774384e30..d4080d5c0b8ed9f3d4933ca44dd04a7f9843f1ec 100644 (file)
@@ -1,4 +1,9 @@
 /* $OpenLDAP$ */
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+
 #ifndef _LDAP_EXTERNAL_H
 #define _LDAP_EXTERNAL_H
 
index b98945a7d0bd2a562b69816e90b43ea99a1693a0..5d06cf62c190f227063cf70aa95ca0970ec30d04 100644 (file)
@@ -1,6 +1,10 @@
 /* init.c - initialize ldap backend */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index f76e75f7a6f5d1fa7a1be0180ac231166fc9b92e..941641b5eb450e7f5f946c0a8f67e795647b4afe 100644 (file)
@@ -1,6 +1,10 @@
 /* modify.c - ldap backend modify function */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index 167c22cb75754f354ca39f0f6c82f07760e015b0..99d459af0279c1825ecd7637840702442624632e 100644 (file)
@@ -1,6 +1,10 @@
 /* modrdn.c - ldap backend modrdn function */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
index 3604d8072cf3c553e0473f6adbf6b7dc5865163c..ba3f41972abaa5e76cc33fdfe1feb660a3815f74 100644 (file)
@@ -1,6 +1,10 @@
 /* search.c - ldap backend search function */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  * 
@@ -164,6 +168,7 @@ ldap_send_entry(
                if (attr == NULL)
                        continue;
                attr->a_next = 0;
+               attr->a_desc = NULL;
                slap_str2ad(a, &attr->a_desc, &text);
                attr->a_vals = ldap_get_values_len(lc->ld, e, a);
                if (!attr->a_vals)
index 63519bbc98a05b18bda2a4aed2f687517c676249..7953c68b3d763d7758df8158723740f79f74ee9e 100644 (file)
@@ -1,6 +1,10 @@
 /* unbind.c - ldap backend unbind function */
 /* $OpenLDAP$ */
-
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/* This is an altered version */
 /*
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
  *