2002-12-11 |
Howard Chu | Fix previous commit, fstat arg was wrong. |
tree | commitdiff |
2002-12-11 |
Hallvard Furuseth | Fix const errors. |
tree | commitdiff |
2002-12-08 |
Kurt Zeilenga | expand authid buffer |
tree | commitdiff |
2002-12-07 |
Kurt Zeilenga | Include <ac/unistd.h> not <sys/types.h> and <unistd.h> |
tree | commitdiff |
2002-12-07 |
Pierangelo Masarati | on my system need headers to define geteuid() and so |
tree | commitdiff |
2002-12-07 |
Howard Chu | For LDAP_PROTO_IPC set the SASL EXTERNAL authid to... |
tree | commitdiff |
2002-12-04 |
Howard Chu | Fix prev commit - require passed descriptor to be a... |
tree | commitdiff |
2002-12-04 |
Howard Chu | Added check for sendmsg(). Added hack to use BSD sendms... |
tree | commitdiff |
2002-12-04 |
Kurt Zeilenga | Use getpeereid(3) where available else use *_PEERCRED... |
tree | commitdiff |
2002-12-04 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2002-12-04 |
Kurt Zeilenga | Rework libldap to not attempt to set LDAP_API_FEATURE_X... |
tree | commitdiff |
2002-12-03 |
Kurt Zeilenga | First-cut proxy authorization support. |
tree | commitdiff |
2002-12-03 |
Kurt Zeilenga | ITS#2221: getaddrinfo(3) not thread-safe on some platfo... |
tree | commitdiff |
2002-12-02 |
Hallvard Furuseth | Never let ldif_parse_line() return a NULL value with... |
tree | commitdiff |
2002-12-02 |
Hallvard Furuseth | Output from ldif_fetch_url() is expected to be \0-termi... |
tree | commitdiff |
2002-12-02 |
Hallvard Furuseth | ldif_fetch_url() would return NULL value or pointless... |
tree | commitdiff |
2002-12-02 |
Kurt Zeilenga | Remove extraneous empty check |
tree | commitdiff |
2002-12-02 |
Hallvard Furuseth | Plug memory leak in ldif_parse_line() if ber_strdup... |
tree | commitdiff |
2002-12-02 |
Kurt Zeilenga | ITS#2218: fix empty values w/ spaces |
tree | commitdiff |
2002-11-28 |
Howard Chu | Fix ITS#2200, must send non-NULL cred even if it's... |
tree | commitdiff |
2002-11-28 |
Kurt Zeilenga | Fix error handling |
tree | commitdiff |
2002-11-28 |
Kurt Zeilenga | Add whoami.c and passwd.c and other minor tweaks to... |
tree | commitdiff |
2002-11-28 |
Kurt Zeilenga | proxy authz control (client only) |
tree | commitdiff |
2002-11-27 |
Howard Chu | ITS#2128, setvbuf is unreliable |
tree | commitdiff |
2002-11-27 |
Howard Chu | Fix ITS#2187, recursively free all requests |
tree | commitdiff |
2002-11-27 |
Howard Chu | ITS#2184 maxbuf tweaks from Larry Greenfield @ CMU |
tree | commitdiff |
2002-11-26 |
Kurt Zeilenga | Reorder build order to ensure -llutil is available... |
tree | commitdiff |
2002-11-10 |
Pierangelo Masarati | silence warnings |
tree | commitdiff |
2002-10-30 |
Howard Chu | Define DB_VERSION_X to make life easier when checking... |
tree | commitdiff |
2002-10-24 |
Howard Chu | Plug memleak in previous commit |
tree | commitdiff |
2002-10-24 |
Howard Chu | Forced commit, undo previous accidental checkin. |
tree | commitdiff |
2002-10-24 |
Howard Chu | ITS#2153, make sure sockbuf buffer is empty before... |
tree | commitdiff |
2002-10-23 |
Howard Chu | Fix comment garbled in 2.1.6. (Very weird, how did... |
tree | commitdiff |
2002-10-17 |
Kurt Zeilenga | Fix ITS#2142 |
tree | commitdiff |
2002-10-15 |
Kurt Zeilenga | Add copy of OPL 2.0.1 and note in files which specifica... |
tree | commitdiff |
2002-10-13 |
Kurt Zeilenga | first cut at ditStructureRule and nameForm routines |
tree | commitdiff |
2002-10-12 |
Howard Chu | Prefer thr_yield over sched_yield for Solaris |
tree | commitdiff |
2002-10-11 |
Howard Chu | In sb_tls_bio_read/write, check for EAGAIN in addition... |
tree | commitdiff |
2002-10-11 |
Kurt Zeilenga | better check of snprintf result |
tree | commitdiff |
2002-10-10 |
Luke Howard | Fix crasher in ldap_domain2dn() |
tree | commitdiff |
2002-10-09 |
Kurt Zeilenga | Add ditContentRule routines |
tree | commitdiff |
2002-10-08 |
Kurt Zeilenga | Bump EXBUFSIZ up a bit |
tree | commitdiff |
2002-10-08 |
Kurt Zeilenga | Fix realloc() bugs |
tree | commitdiff |
2002-10-08 |
Kurt Zeilenga | Plug memory leak (ITS#2126) |
tree | commitdiff |
2002-10-07 |
Howard Chu | Fix ldap_int_get_controls for optional values |
tree | commitdiff |
2002-10-02 |
Kurt Zeilenga | Include <ac/bytes.h> after <ac/stdlib.h> to avoid problems |
tree | commitdiff |
2002-10-02 |
Kurt Zeilenga | MacOS 10.1 pthread_kill() workaround |
tree | commitdiff |
2002-10-02 |
Kurt Zeilenga | ITS #2121 submitted by Dave Steck <dsteck@novell.com... |
tree | commitdiff |
2002-09-24 |
Kurt Zeilenga | ITS#1502: fix NS-MTA-MD5 typo |
tree | commitdiff |
2002-09-24 |
Kurt Zeilenga | Fix handling of non-critical controls for backends... |
tree | commitdiff |
2002-09-21 |
Howard Chu | Fix return values, set stack size. (Default is only... |
tree | commitdiff |
2002-09-12 |
Howard Chu | POSIX threads tweaks for Draft 4 vs Draft 5 |
tree | commitdiff |
2002-09-11 |
Howard Chu | Fine-tuning pthreads revision dependencies |
tree | commitdiff |
2002-09-10 |
Howard Chu | Moved stdio replacements from liblutil lutil_* to liblb... |
tree | commitdiff |
2002-09-07 |
Kurt Zeilenga | Should resolve ITS#2071 |
tree | commitdiff |
2002-09-07 |
Howard Chu | New POSIX threads version support. Detects Draft 4... |
tree | commitdiff |
2002-09-07 |
Kurt Zeilenga | Add NT-MTA-MD5 Support. |
tree | commitdiff |
2002-09-06 |
Howard Chu | Remove dependencies on HAVE_VSNPRINTF, use replacement... |
tree | commitdiff |
2002-09-06 |
Howard Chu | Merged ldap_get_values_ber into ldap_get_attribute_ber. |
tree | commitdiff |
2002-09-05 |
Howard Chu | Added new ldap_get_{dn,attribute,values}_ber functions... |
tree | commitdiff |
2002-09-04 |
Howard Chu | Set SSL session cache context ID |
tree | commitdiff |
2002-09-04 |
Howard Chu | Fix previous commit - still need X509_free for peer... |
tree | commitdiff |
2002-09-04 |
Kurt Zeilenga | Move ldap_control_dup() to ldap_pvt.h |
tree | commitdiff |
2002-09-04 |
Howard Chu | Don't call X509_free after SSL_get_certificate, it... |
tree | commitdiff |
2002-09-02 |
Howard Chu | Don't use sasl_set_alloc on Cyrus 2, it manages all... |
tree | commitdiff |
2002-09-02 |
Howard Chu | Fix ldap_X509dn2bv, OpenSSL gives us DN attributeTypes... |
tree | commitdiff |
2002-08-31 |
Pierangelo Masarati | silence warnings |
tree | commitdiff |
2002-08-31 |
Pierangelo Masarati | define macros for appropriate sizing of lutil buffers |
tree | commitdiff |
2002-08-31 |
Pierangelo Masarati | cleanup comments |
tree | commitdiff |
2002-08-31 |
Pierangelo Masarati | silence debug check |
tree | commitdiff |
2002-08-31 |
Howard Chu | Fix previous commit |
tree | commitdiff |
2002-08-31 |
Howard Chu | OS/390 EBCDIC support |
tree | commitdiff |
2002-08-30 |
Howard Chu | Fix large SASL reads. Use EAGAIN instead of EWOULDBLOCK... |
tree | commitdiff |
2002-08-29 |
Kurt Zeilenga | Add manageDsaIt/NOOP control support to every tool. |
tree | commitdiff |
2002-08-29 |
Pierangelo Masarati | reworking of threads in session handling |
tree | commitdiff |
2002-08-29 |
Pierangelo Masarati | allow different solutions to debug sasl shutdown |
tree | commitdiff |
2002-08-29 |
Pierangelo Masarati | when shutting down a server with open connections ... |
tree | commitdiff |
2002-08-29 |
Howard Chu | Fix previous commit - use EWOULDBLOCK instead of EAGAIN |
tree | commitdiff |
2002-08-29 |
Howard Chu | Fix ITS#1983, handle writing of large requests. Only... |
tree | commitdiff |
2002-08-29 |
Pierangelo Masarati | cleanup logging |
tree | commitdiff |
2002-08-29 |
Howard Chu | Fix ITS#1983, in sb_sasl_write, set errno = EAGAIN... |
tree | commitdiff |
2002-08-29 |
Howard Chu | For ITS#1983, in ber_pvt_sb_do_write, partial writes... |
tree | commitdiff |
2002-08-28 |
Howard Chu | Added no-op for SASL_VERSION_MAJOR < 2 |
tree | commitdiff |
2002-08-28 |
Howard Chu | Added check for Cyrus SASL sasl_version() |
tree | commitdiff |
2002-08-26 |
Julius Enarusai | Fix compile error when --without-threads configure... |
tree | commitdiff |
2002-08-24 |
Kurt Zeilenga | Increase res_query buffers to 64k |
tree | commitdiff |
2002-08-24 |
Kurt Zeilenga | Patch: 'ldapmodify -y file' reads password from file... |
tree | commitdiff |
2002-08-24 |
Howard Chu | Added thread-pool getkey/setkey functions |
tree | commitdiff |
2002-08-24 |
Kurt Zeilenga | NT port fixes |
tree | commitdiff |
2002-08-23 |
Pierangelo Masarati | add upper/lower funcs that also compute the length... |
tree | commitdiff |
2002-08-22 |
Howard Chu | Added support for BDB 4.1.17 |
tree | commitdiff |
2002-08-21 |
Jong Hyuk Choi | Slapadd is changed to include Operational Attributes... |
tree | commitdiff |
2002-08-17 |
Kurt Zeilenga | make dc const |
tree | commitdiff |
2002-08-17 |
Kurt Zeilenga | Update dn2domain() to use str2dn() instead of explode_dn() |
tree | commitdiff |
2002-08-13 |
Kurt Zeilenga | Patch: lutil_progname() and lutil_strcopy() are not... |
tree | commitdiff |
2002-08-10 |
Howard Chu | ITS#2019 Initialize utils properly |
tree | commitdiff |
2002-08-10 |
Kurt Zeilenga | Some more sockaddr_in v sockaddr_storage cleanup |
tree | commitdiff |
2002-08-10 |
Howard Chu | ITS#2016 possibly better macro test for this fix |
tree | commitdiff |
2002-08-10 |
Howard Chu | ITS#2016 Don't include <openssl/des.h> if we're also... |
tree | commitdiff |
2002-08-09 |
Kurt Zeilenga | ITS#2018: use sockaddr_storage |
tree | commitdiff |
next |