Commit Graph

15 Commits

Author SHA1 Message Date
leitner
892bc1056b fix binary attributes based on code from Thomas Walpuski
fix ldapclient buffering
fix potential segfault in server error handling
2002-08-30 22:36:59 +00:00
leitner
3d02ee1154 fix PRESENT query formatter and allow ldapclient to query for PRESENT 2002-08-12 02:01:12 +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
c992e45561 ldapbindrequest with password created invalid packet
ldapclient only evaluated the first record
minor robustness fixes for tinyldap
2002-07-09 19:53:15 +00:00
leitner
5706ea2e53 many cleanups (forgotten includes) 2002-07-08 21:05:07 +00:00
leitner
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)
2002-03-14 21:05:36 +00:00
leitner
1b12fea53d apply ldapclient diff by Özgür Kesim 2002-02-21 12:20:54 +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
2b2afddcee now tinyldap can answer to ldapclient! 2002-01-16 17:10:52 +00:00
leitner
60ee9f82b1 make ldapclient print the search result 2002-01-16 16:05:38 +00:00
leitner
3f031d8339 make ldapclient more configurable over command line 2002-01-15 19:43:45 +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
2d32361380 check in work in progress.
Please see README.
2002-01-14 16:14:31 +00:00