2002-04-05 |
Howard Chu | ITS#1708 ldap_pvt_tls_sb_ctx() et al |
tree | commitdiff |
2002-04-04 |
Stig Venaas | Changed to use lower case for case folding |
tree | commitdiff |
2002-04-02 |
Kurt Zeilenga | Patch: More format bugs (ITS#1702) |
tree | commitdiff |
2002-04-02 |
Kurt Zeilenga | ITS#1701. Fix ber_scanf() return tag handling. |
tree | commitdiff |
2002-04-02 |
Julius Enarusai | Added LDAP_LOG Messages |
tree | commitdiff |
2002-04-01 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-04-01 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-04-01 |
Julius Enarusai | Added LDAP_LOG Messages |
tree | commitdiff |
2002-04-01 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-30 |
Kurt Zeilenga | move ldap_int_put_filter to ldap_pvt_put_filter |
tree | commitdiff |
2002-03-29 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-24 |
Kurt Zeilenga | s/getdat/gendat/ |
tree | commitdiff |
2002-03-23 |
Kurt Zeilenga | Need a bigger buffer |
tree | commitdiff |
2002-03-23 |
Pierangelo Masarati | ldap_int_thread_pool_wrapper was called with wrong... |
tree | commitdiff |
2002-03-11 |
Kurt Zeilenga | Copyright 2001, Adrian Thurston, All rights reserved. |
tree | commitdiff |
2002-02-27 |
Stig Venaas | Using new UTF8bv* all over, getting rid of UTF8normaliz... |
tree | commitdiff |
2002-02-26 |
Stig Venaas | Added code for approximate matching in UTF8bvnormalize... |
tree | commitdiff |
2002-02-25 |
Stig Venaas | Optimizing UTF8bvnormcmp() by adding flags that tells... |
tree | commitdiff |
2002-02-23 |
Kurt Zeilenga | C translator portability changes (ITS#1609) |
tree | commitdiff |
2002-02-23 |
Kurt Zeilenga | Silence a warning |
tree | commitdiff |
2002-02-21 |
Kurt Zeilenga | If port is zero, use default. |
tree | commitdiff |
2002-02-20 |
Stig Venaas | Added UTF8bvnormcmp(), should replace UTF8normcmp() |
tree | commitdiff |
2002-02-14 |
Pierangelo Masarati | use memchr in ber_bvchr |
tree | commitdiff |
2002-02-14 |
Pierangelo Masarati | substrings match works with NULs in UTF8 strings |
tree | commitdiff |
2002-02-14 |
Pierangelo Masarati | not-so-easy-to-spot bug in filter writing |
tree | commitdiff |
2002-02-14 |
Stig Venaas | Added UTF8bvnormalize which is like UTF8normalize but... |
tree | commitdiff |
2002-02-14 |
Howard Chu | For ITS#1601, add ber_init2() using given buffer in... |
tree | commitdiff |
2002-02-13 |
Pierangelo Masarati | disallow unescaped NULs in UTF-8 string values |
tree | commitdiff |
2002-02-13 |
Kurt Zeilenga | Fix for Linux on zSeries. |
tree | commitdiff |
2002-02-13 |
Pierangelo Masarati | make UTF8STringNormalize handle NUL |
tree | commitdiff |
2002-02-13 |
Kurt Zeilenga | Use memchr, not strlen, to look for embedded NULs. |
tree | commitdiff |
2002-02-13 |
Kurt Zeilenga | Add embedded NUL check. This is one case where we... |
tree | commitdiff |
2002-02-13 |
Kurt Zeilenga | Check for NULs in DNs. |
tree | commitdiff |
2002-02-13 |
Pierangelo Masarati | minor cleanup |
tree | commitdiff |
2002-02-13 |
Pierangelo Masarati | honor the ber_len field to allow to exploit ldap_bv2... |
tree | commitdiff |
2002-02-13 |
Pierangelo Masarati | use ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers |
tree | commitdiff |
2002-02-13 |
Howard Chu | Fix previous commit, need to detect very short packets. |
tree | commitdiff |
2002-02-13 |
Pierangelo Masarati | prepare for ldap_bv2dn() |
tree | commitdiff |
2002-02-13 |
Howard Chu | ber_get_next: return error if decoded ber_len is smalle... |
tree | commitdiff |
2002-02-13 |
Kurt Zeilenga | #if 0 RDN debugging |
tree | commitdiff |
2002-02-13 |
Kurt Zeilenga | Misc. DN fixes and cleanups, namely don't muck with... |
tree | commitdiff |
2002-02-11 |
Kurt Zeilenga | Add uuid_to_str() detection. |
tree | commitdiff |
2002-02-11 |
Kurt Zeilenga | Fix typo |
tree | commitdiff |
2002-02-11 |
Howard Chu | Fix #include of sasl.h |
tree | commitdiff |
2002-02-11 |
Kurt Zeilenga | Don't use 'shtool mkln' as ln(1) replacement. |
tree | commitdiff |
2002-02-10 |
Kurt Zeilenga | Update libtool usage |
tree | commitdiff |
2002-02-10 |
Kurt Zeilenga | Update Cyrus SASL detection to always look for <sasl... |
tree | commitdiff |
2002-02-10 |
Howard Chu | Support for Cyrus SASLv2. Untested. |
tree | commitdiff |
2002-02-09 |
Howard Chu | Slightly better fix for library cleanup. Requires GCC. |
tree | commitdiff |
2002-02-08 |
Howard Chu | Fix flag initialization |
tree | commitdiff |
2002-02-01 |
Howard Chu | Added conversion from UTF-8 to T.61. |
tree | commitdiff |
2002-01-31 |
Howard Chu | First pass at T.61 <-> UTF-8 translation. Only does... |
tree | commitdiff |
2002-01-27 |
Howard Chu | Send a warning to the client if we try to use a bad... |
tree | commitdiff |
2002-01-27 |
Howard Chu | Extended TLS_REQCERT/TLSVerifyClient syntax to 4 states... |
tree | commitdiff |
2002-01-26 |
Howard Chu | Fix, errno was incorrect after SSL_read returned 0... |
tree | commitdiff |
2002-01-17 |
Howard Chu | Use ber_scanf 'm' format for ignored UDP string |
tree | commitdiff |
2002-01-16 |
Kurt Zeilenga | Move most of the new ber_*cmp routines to lber_pvt... |
tree | commitdiff |
2002-01-16 |
Pierangelo Masarati | fix assertion |
tree | commitdiff |
2002-01-16 |
Pierangelo Masarati | don't auto-detect DCE form; assert the UTF-8 charlen... |
tree | commitdiff |
2002-01-15 |
Howard Chu | Added some reference comments for ldap_utf8_charlen2 |
tree | commitdiff |
2002-01-15 |
Howard Chu | Use LDAP_UTF8_CHARLEN2 to check shortest possible encoding |
tree | commitdiff |
2002-01-15 |
Howard Chu | Added LDAP_UTF8_CHARLEN2() to validate shortest possibl... |
tree | commitdiff |
2002-01-15 |
Howard Chu | Fix ldap_utf8_lentab to detect illegal two-byte sequences. |
tree | commitdiff |
2002-01-14 |
Pierangelo Masarati | fix format |
tree | commitdiff |
2002-01-14 |
Pierangelo Masarati | make temporary RDN and AVA arrays rescalable if needed |
tree | commitdiff |
2002-01-14 |
Pierangelo Masarati | fix typo |
tree | commitdiff |
2002-01-14 |
Pierangelo Masarati | quick fix that in pretty mode escapes with hexpair... |
tree | commitdiff |
2002-01-14 |
Pierangelo Masarati | revert previous commit: do accept '\00' |
tree | commitdiff |
2002-01-14 |
Pierangelo Masarati | accept '\<special>' anywhere in the string |
tree | commitdiff |
2002-01-14 |
Pierangelo Masarati | fix behavior on improperly escaped illegal hexpair... |
tree | commitdiff |
2002-01-14 |
Howard Chu | Renamed BVarray to BerVarray. Moved slapd:bvarray_... |
tree | commitdiff |
2002-01-13 |
Kurt Zeilenga | Misc cleanup, lint removal, and minor optimizations |
tree | commitdiff |
2002-01-13 |
Howard Chu | Rewrote ber_get_next, fixed byte-order dependency on... |
tree | commitdiff |
2002-01-12 |
Howard Chu | More cleanup in ldap_pvt_tls_destroy() |
tree | commitdiff |
2002-01-12 |
Howard Chu | Fix ldap_start_tls_s, don't check for TLS present on... |
tree | commitdiff |
2002-01-12 |
Howard Chu | Fix struct initialization in ber_scanf() for ANSI C... |
tree | commitdiff |
2002-01-11 |
Howard Chu | Cleanup lint |
tree | commitdiff |
2002-01-10 |
Kurt Zeilenga | Remove lint |
tree | commitdiff |
2002-01-10 |
Howard Chu | For Windows, use getsockopt() to retrieve error if... |
tree | commitdiff |
2002-01-10 |
Kurt Zeilenga | Start of new operational attribute framework |
tree | commitdiff |
2002-01-08 |
Kurt Zeilenga | Minor const'ification cleanup |
tree | commitdiff |
2002-01-07 |
Kurt Zeilenga | Remove lint. |
tree | commitdiff |
2002-01-07 |
Kurt Zeilenga | Minor cleanup |
tree | commitdiff |
2002-01-07 |
Kurt Zeilenga | Don't unlock if we've never locked. |
tree | commitdiff |
2002-01-07 |
Pierangelo Masarati | Passes last test (empty value); also passes many of... |
tree | commitdiff |
2002-01-07 |
Pierangelo Masarati | fix non-printable flag detection; improve dn test ... |
tree | commitdiff |
2002-01-07 |
Pierangelo Masarati | fix domain generation for UFN |
tree | commitdiff |
next |