Commit Graph

33 Commits

Author SHA1 Message Date
leitner
91b279ea10 thoughts about how to integrate ACLs 2002-07-17 13:07:09 +00:00
leitner
7b68d29ade try not to leak memory in case of parse error 2002-07-16 23:00:26 +00:00
leitner
43f8f40837 add md5password (convert argv to md5 password string with base64 for ldif)
fix ldapclient to use all the arguments and cope with fused packets (one
read() returning the search result entry and the end marker).
Make ldif_parse() use strallocs (remove 8k limit on payloads)
2002-07-14 23:34:12 +00:00
leitner
7589c81061 experimental support for base64 encoded binary data 2002-07-08 20:57:42 +00:00
leitner
1d03b1e60f searchrequest scope handling (fixed by Thomas Walpuski)
add (primitive) auth support
2002-05-14 20:11:36 +00:00
leitner
6d2ae683bf add idx2ldif (dump data as ldif) 2002-04-15 18:43:50 +00:00
leitner
396357f2c8 make debug code disappear 2002-04-03 23:58:20 +00:00
leitner
0221bf98a9 add case sensitive matching 2002-04-03 23:53:12 +00:00
leitner
0b2a282ec0 begin work on modifyrequest parser 2002-04-03 13:44:15 +00:00
leitner
4792ff7c58 indexed substrings (prefixes only, for now), and untested AND and OR
support.
2002-03-26 15:51:53 +00:00
leitner
c76ee598c0 oops, the indexing code did much too much work 2002-03-25 23:56:34 +00:00
leitner
ec55f05ca0 Initial index query support 2002-03-25 23:46:34 +00:00
leitner
d6dc21ceec better make clean 2002-03-24 03:13:44 +00:00
leitner
cc06d60953 update README 2002-03-24 03:12:35 +00:00
leitner
13258a3f89 external database representation 2002-03-24 03:08:04 +00:00
leitner
f486c4402a add standalone tinyldap version 2002-03-14 20:30:59 +00:00
leitner
2848136fc9 provide some infrastructure for signed ints 2002-03-14 17:26:06 +00:00
leitner
e7d17909d7 add substring search stuff from Öc 2002-02-17 14:54:05 +00:00
leitner
e0a5cf85ee import patch from David Lichteblau and make scan_ldapsearchrequest work
again with the fixed code ;)
2002-01-28 02:34:21 +00:00
leitner
dd709ad020 rip printf from ldapclient, save another 3k 2002-01-16 19:46:51 +00:00
leitner
da78511a26 tinydns now actually appears to answer a test question correctly! 2002-01-16 01:05:43 +00:00
leitner
4dfbff54a2 enhance ldapclient so it can actually formulate, encode and send search
request.
2002-01-15 18:36:47 +00:00
leitner
977c0413ba teeny weeny change 2002-01-15 02:10:02 +00:00
leitner
dae713be6b integrate LDIF parsing and write a matching routine.
Make tinyldap call the matching routine.
2002-01-15 01:58:28 +00:00
leitner
0fe1e3e9eb Fix makefile 2002-01-15 00:43:44 +00:00
leitner
b166396c5e t2 can now parse all my openldap and mozilla requests and responses. 2002-01-15 00:24:41 +00:00
leitner
91f809d603 add parser for SearchResultEntry 2002-01-14 23:22:28 +00:00
leitner
a52787abd4 support AbandonRequest in t2.c 2002-01-14 22:01:01 +00:00
leitner
5413d2bdeb renamed a struct,
started ldapsearchresultentry formatter
fixed scan_ldapmessage to accept PRIMITIVE messages, too (unbind)
2002-01-14 21:23:33 +00:00
leitner
e14842729a finish ldapsearchrequest scanner 2002-01-14 19:49:09 +00:00
leitner
aa61444f10 enhance t2, and scan_ldapbindrequest doesn't count the method tag. 2002-01-14 18:46:30 +00:00
leitner
52d8194d4f more work 2002-01-14 18:24:32 +00:00
leitner
2d32361380 check in work in progress.
Please see README.
2002-01-14 16:14:31 +00:00