openldap/libraries/libldap
Kurt Zeilenga 8c152396b9 Matched Values implementation (ITS#1776) based upon submission
form Mikhail Sahalaev <M.Sahalayev@pgr.salford.ac.uk>.
Further work needed:
	add testxxx-matchedvalues
	rework ldapsearch(1) portion of patch to generalize use of options
---
Copyright 2001, Mikhail Sahalaev, All rights reserved.
This software is not subject to any license of University Of
Salford.

Redistribution and use in source and binary forms are permitted
without restriction or fee of any kind as long as this notice
is preserved.
2002-05-02 18:56:56 +00:00
..
abandon.c Added LDAP_LOG messages 2002-03-27 18:20:08 +00:00
add.c Added LDAP_LOG messages 2002-03-27 18:20:08 +00:00
addentry.c Update copyright statements 2002-01-04 21:17:25 +00:00
apitest.c Update copyright statements 2002-01-04 21:17:25 +00:00
apitest.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
bind.c Added LDAP_LOG messages 2002-03-27 18:20:08 +00:00
cache.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
charray.c Update copyright statements 2002-01-04 21:17:25 +00:00
compare.c Added LDAP_LOG messages 2002-03-27 18:50:45 +00:00
controls.c ITS#1701. Fix ber_scanf() return tag handling. 2002-04-02 18:40:04 +00:00
cyrus.c Fix warnings from sasl_errdetail 2002-04-18 12:20:55 +00:00
delete.c Added LDAP_LOG messages 2002-03-27 19:18:11 +00:00
dnssrv.c Don't unlock if we've never locked. 2002-01-07 20:18:38 +00:00
dntest.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
dntest.dsp Add ftest (filter test) to the mix, needs work. 2001-12-28 03:39:05 +00:00
dsparse.c Update copyright statements 2002-01-04 21:17:25 +00:00
error.c Added LDAP_LOG messages 2002-03-27 19:28:43 +00:00
extended.c Added LDAP_LOG messages 2002-03-27 19:37:50 +00:00
filter.c Matched Values implementation (ITS#1776) based upon submission 2002-05-02 18:56:56 +00:00
free.c Update copyright statements 2002-01-04 21:17:25 +00:00
ftest.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
ftest.dsp Add ftest (filter test) to the mix, needs work. 2001-12-28 03:39:05 +00:00
getattr.c Added LDAP_LOG messages 2002-03-27 19:43:07 +00:00
getdn.c Fix previous commit - must fully init newAVA 2002-04-30 14:43:05 +00:00
getentry.c Update copyright statements 2002-01-04 21:17:25 +00:00
getfilter.c Added LDAP_LOG messages 2002-03-27 19:51:13 +00:00
getvalues.c Added LDAP_LOG messages 2002-03-27 19:51:13 +00:00
init.c Added LDAP_LOG messages 2002-03-27 22:03:35 +00:00
kbind.c Added LDAP_LOG messages 2002-03-27 22:23:24 +00:00
ldap-int.h Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
ldap.conf Clarify perms 2000-09-04 21:57:01 +00:00
ldapfilter.conf Add OpenLDAP RCSid to conf files 1999-09-09 04:43:30 +00:00
libldap.dsp Minor cleanup 2002-01-07 21:22:38 +00:00
ltest.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
Makefile.in Update libtool usage 2002-02-10 22:42:51 +00:00
messages.c Update copyright statements 2002-01-04 21:17:25 +00:00
modify.c Added LDAP_LOG messages 2002-03-27 22:23:24 +00:00
modrdn.c Added LDAP_LOG messages 2002-03-27 22:35:35 +00:00
open.c Added LDAP_LOG messages 2002-03-29 17:46:28 +00:00
options.c Update copyright statements 2002-01-04 21:17:25 +00:00
os-ip.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
os-local.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
print.c Update copyright statements 2002-01-04 21:17:25 +00:00
references.c Update copyright statements 2002-01-04 21:17:25 +00:00
request.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
result.c Fix previous commit, only zero out v3 refer_cnt if we got a SEARCH_RESULT. 2002-05-02 12:08:19 +00:00
sasl.c Added LDAP_LOG Messages 2002-04-01 22:28:02 +00:00
sbind.c Added LDAP_LOG messages 2002-04-01 22:31:44 +00:00
schema.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
search.c Added LDAP_LOG messages 2002-04-01 22:31:44 +00:00
sort.c Update copyright statements 2002-01-04 21:17:25 +00:00
sortctrl.c Update copyright statements 2002-01-04 21:17:25 +00:00
string.c Update copyright statements 2002-01-04 21:17:25 +00:00
t61.c Added conversion from UTF-8 to T.61. 2002-02-01 03:13:04 +00:00
test.c Update copyright statements 2002-01-04 21:17:25 +00:00
tls.c add an RFC 2849 check... but behind #if 0 as I'm now thinking this 2002-05-01 04:40:26 +00:00
unbind.c Added LDAP_LOG Messages 2002-04-02 00:22:57 +00:00
url.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
utf-8-conv.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
utf-8.c Added ldap_ucs_to_utf8s to convert ASN.1 T61STRING, BMPSTRING, and 2002-04-30 13:57:01 +00:00
util-int.c Update copyright statements 2002-01-04 21:17:25 +00:00
vlvctrl.c Update copyright statements 2002-01-04 21:17:25 +00:00