dcf0e428f5
extent mstorage API to include optional persistence
leitner
2004-02-04 23:13:37 +00:00
0a16128591
forgot to add one file ;)
leitner
2003-09-01 15:35:05 +00:00
73e9cf8902
add code to parse AddRequests (by Andreas Krennmair)
leitner
2003-09-01 15:34:34 +00:00
1dfc14fd99
Thomas Walpuski found and fixed a bug regarding error handling. tinyldap index would return 0 as error indication, but 0 is also a valid return code. He changed error to -1.
leitner
2003-05-15 15:08:11 +00:00
4b6b20f995
add scan_asn1oid from Thomas Walpuski
leitner
2003-03-14 23:55:19 +00:00
b5479c12e0
support ;binary
leitner
2002-09-28 00:10:21 +00:00
99c24e2efe
more irix cc friendliness
leitner
2002-09-07 11:49:19 +00:00
e57b1323f8
be more strict with signed/unsigned
leitner
2002-09-07 11:40:51 +00:00
e6eb6100ab
be friendly to non-Linux non-gcc systems
leitner
2002-09-07 11:31:53 +00:00
b1960800b8
remove obsolete ldap_match (superseded by ldap_match_mapped a long time ago) make mstorage_add compile on non-Linux
leitner
2002-09-07 11:16:14 +00:00
b7f37ce357
oops, forgot to add one file
leitner
2002-08-31 00:00:11 +00:00
892bc1056b
fix binary attributes based on code from Thomas Walpuski fix ldapclient buffering fix potential segfault in server error handling
leitner
2002-08-30 22:36:59 +00:00
3d02ee1154
fix PRESENT query formatter and allow ldapclient to query for PRESENT
leitner
2002-08-12 02:01:12 +00:00
91b279ea10
thoughts about how to integrate ACLs
leitner
2002-07-17 13:07:09 +00:00
7b68d29ade
try not to leak memory in case of parse error
leitner
2002-07-16 23:00:26 +00:00
d406931b14
say why authentication failed
leitner
2002-07-15 17:48:17 +00:00
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)
leitner
2002-07-14 23:34:12 +00:00
c992e45561
ldapbindrequest with password created invalid packet ldapclient only evaluated the first record minor robustness fixes for tinyldap
leitner
2002-07-09 19:53:15 +00:00
5706ea2e53
many cleanups (forgotten includes)
leitner
2002-07-08 21:05:07 +00:00
7589c81061
experimental support for base64 encoded binary data
leitner
2002-07-08 20:57:42 +00:00
bd31d2568b
More fixes from Thomas
leitner
2002-05-22 12:19:46 +00:00
5c8d2ac830
another very embarassing bug found by Thomas Walpuski
leitner
2002-05-17 15:55:56 +00:00
8714d36017
use base64 instead of hex dump
leitner
2002-05-14 20:26:20 +00:00
1d03b1e60f
searchrequest scope handling (fixed by Thomas Walpuski) add (primitive) auth support
leitner
2002-05-14 20:11:36 +00:00
6c7c32c1d1
remove obsolete mail, cn and sn speed-up
leitner
2002-05-13 15:17:18 +00:00
7e80e0b036
correct stupid mistake in ldap_match_present, patch from Thomas Walpuski!
leitner
2002-05-11 17:47:55 +00:00
d115174017
there is more to do
leitner
2002-04-23 09:54:40 +00:00
35d5bd7e78
tinyldap would not find the last record in the database switched to uint32_read instead of uint32_unpack. Makes code much easier to read and reduces the number of variables in use.
leitner
2002-04-15 19:38:07 +00:00
6d2ae683bf
add idx2ldif (dump data as ldif)
leitner
2002-04-15 18:43:50 +00:00
f4b7a0c396
show how to start tinyldap_standalone as root add a small file with the important RFCs
leitner
2002-04-15 18:27:38 +00:00
5d8a467c60
show that more than one email adress is OK
leitner
2002-04-15 18:23:28 +00:00
8f9cd366f0
split fmt_ldapadl into fmt_ldapadl and fmt_ldapavl (the former is a SEQUENCE used in search requests, the latter is a SET used in search results)
leitner
2002-03-14 21:05:36 +00:00
f486c4402a
add standalone tinyldap version
leitner
2002-03-14 20:30:59 +00:00
2848136fc9
provide some infrastructure for signed ints
leitner
2002-03-14 17:26:06 +00:00
5413d2bdeb
renamed a struct, started ldapsearchresultentry formatter fixed scan_ldapmessage to accept PRIMITIVE messages, too (unbind)
leitner
2002-01-14 21:23:33 +00:00
4fba39bb48
new README, in English
leitner
2002-01-14 20:02:55 +00:00