2000-10-09 |
Kurt Zeilenga | Return more appropriate result codes than LDAP_UNAVAILABLE |
tree | commitdiff |
2000-10-06 |
Kurt Zeilenga | Add cast to avoid mismatch |
tree | commitdiff |
2000-10-05 |
Kurt Zeilenga | Add missing newlines |
tree | commitdiff |
2000-10-05 |
Kurt Zeilenga | ITS#799: chasing multiple referrals bug |
tree | commitdiff |
2000-10-03 |
Kurt Zeilenga | Fix add of empty value. |
tree | commitdiff |
2000-10-03 |
Kurt Zeilenga | Don't assert on null |
tree | commitdiff |
2000-10-02 |
Kurt Zeilenga | Initialize globals as some linkers don't support shared... |
tree | commitdiff |
2000-10-02 |
Kurt Zeilenga | Fix up some free'ing. |
tree | commitdiff |
2000-10-02 |
Kurt Zeilenga | Rework stringal decode to return { NULL, 0 } bv's inste... |
tree | commitdiff |
2000-10-01 |
Kurt Zeilenga | Don't specify LDFLAGS when using LTLINK to avoid duplicate |
tree | commitdiff |
2000-09-30 |
Kurt Zeilenga | Fix ldap_first/next_attribute to return NULL without... |
tree | commitdiff |
2000-09-30 |
Kurt Zeilenga | cleanup getattr bailout code |
tree | commitdiff |
2000-09-30 |
Kurt Zeilenga | Don't touch (unescape) URL handed to rebind proc. |
tree | commitdiff |
2000-09-29 |
Kurt Zeilenga | ITS#791: fix SASL ctx close |
tree | commitdiff |
2000-09-29 |
Kurt Zeilenga | Add hash to project file |
tree | commitdiff |
2000-09-22 |
Kurt Zeilenga | Code cleanup |
tree | commitdiff |
2000-09-22 |
Kurt Zeilenga | Replace indexing hash with 32-bit FNV-1... should be... |
tree | commitdiff |
2000-09-22 |
Kurt Zeilenga | remove lint |
tree | commitdiff |
2000-09-21 |
Kurt Zeilenga | Should modify code to bail on initialization errors... |
tree | commitdiff |
2000-09-21 |
Mark Adamson | Implementation of SASL authorization. |
tree | commitdiff |
2000-09-20 |
Kurt Zeilenga | Build liblunicode first |
tree | commitdiff |
2000-09-20 |
Kurt Zeilenga | change bdb errpfx |
tree | commitdiff |
2000-09-16 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2000-09-16 |
Kurt Zeilenga | Fix #undef LDAP_UFN |
tree | commitdiff |
2000-09-16 |
Kurt Zeilenga | modify ldap_dn2ufn() to return completely typeless... |
tree | commitdiff |
2000-09-16 |
Kurt Zeilenga | Validate ber on get/set option calls |
tree | commitdiff |
2000-09-16 |
Kurt Zeilenga | overrun protection doesn't work... hmmm.... |
tree | commitdiff |
2000-09-15 |
Kurt Zeilenga | Another minor ber_dump output format change |
tree | commitdiff |
2000-09-15 |
Kurt Zeilenga | Minor format adjust to ber_dump output |
tree | commitdiff |
2000-09-15 |
Ben Collins | Remove unused var, 'rc' |
tree | commitdiff |
2000-09-15 |
Kurt Zeilenga | consistently use ber_pvt_ber_*() routines |
tree | commitdiff |
2000-09-15 |
Ben Collins | make function match it's decleration |
tree | commitdiff |
2000-09-15 |
Ben Collins | don't define NEED_COPY_HOSTENT in the decleration |
tree | commitdiff |
2000-09-15 |
Ben Collins | include ac/unistd.h to avoid compiler warnings |
tree | commitdiff |
2000-09-15 |
Ben Collins | fix formatting |
tree | commitdiff |
2000-09-15 |
Ben Collins | wrap unused function, ldap_int_thread_onlist() in ... |
tree | commitdiff |
2000-09-15 |
Ben Collins | fix compiler warnings by including ac/unistd.h |
tree | commitdiff |
2000-09-15 |
Ben Collins | fix compiler warnings by including ac/unistd.h and... |
tree | commitdiff |
2000-09-15 |
Ben Collins | initialize Sockbuf * to NULL |
tree | commitdiff |
2000-09-15 |
Ben Collins | remove unused vars |
tree | commitdiff |
2000-09-15 |
Ben Collins | move some vars to where they are actually used to avoid... |
tree | commitdiff |
2000-09-15 |
Ben Collins | fix call to ldap_connect_to_path() |
tree | commitdiff |
2000-09-15 |
Ben Collins | s/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually decla... |
tree | commitdiff |
2000-09-15 |
Ben Collins | remove unused var, 'dn' |
tree | commitdiff |
2000-09-15 |
Ben Collins | include ac/ctype.h and initialize some variables to... |
tree | commitdiff |
2000-09-15 |
Ben Collins | wrap unused function, ber_log_puts(), in #if 0 |
tree | commitdiff |
2000-09-15 |
Ben Collins | remove lint |
tree | commitdiff |
2000-09-15 |
Kurt Zeilenga | Fix Id |
tree | commitdiff |
2000-09-15 |
Kurt Zeilenga | Keep ldap_first/next_attribute from running past end... |
tree | commitdiff |
2000-09-15 |
Kurt Zeilenga | Don't send optional cred if empty |
tree | commitdiff |
2000-09-14 |
Kurt Zeilenga | Rework ber dump to provide both hex and text output |
tree | commitdiff |
2000-09-14 |
Kurt Zeilenga | Fix typo in Kbind code |
tree | commitdiff |
2000-09-14 |
Kurt Zeilenga | Zap LDAP_LIBUI |
tree | commitdiff |
2000-09-13 |
Ben Collins | Error in setting sa_flags (was never set) |
tree | commitdiff |
2000-09-13 |
Ben Collins | specifically check for NULL return from ldap_int_thread... |
tree | commitdiff |
2000-09-13 |
Ben Collins | Fix error in if() statement (==, not =) |
tree | commitdiff |
2000-09-13 |
Ben Collins | s/got_max_ssf/got_min_ssf/ thinko fix when checking... |
tree | commitdiff |
2000-09-13 |
Randy Kunkee | Include <ac/param.h> to pick up MAXPATHLEN. |
tree | commitdiff |
2000-09-13 |
Kurt Zeilenga | Clean up |
tree | commitdiff |
2000-09-13 |
Kurt Zeilenga | Move ldap_pvt_tls_init call to ldap_pvt_tls_start |
tree | commitdiff |
2000-09-12 |
Kurt Zeilenga | More NT threading fixes |
tree | commitdiff |
2000-09-12 |
Kurt Zeilenga | ITS#697: Fix cond_wait |
tree | commitdiff |
2000-09-12 |
Kurt Zeilenga | Rework TLS code (only supports default connection) |
tree | commitdiff |
2000-09-11 |
Kurt Zeilenga | -lldbm now sets DB_USE_ENVIRON and support input of... |
tree | commitdiff |
2000-09-11 |
Kurt Zeilenga | Set DB_PRIVATE |
tree | commitdiff |
2000-09-07 |
Kurt Zeilenga | Bandaid ucdata build problems |
tree | commitdiff |
2000-09-07 |
Kurt Zeilenga | Use ucdata (very experimental) |
tree | commitdiff |
2000-09-06 |
Kurt Zeilenga | ITS#717 kbind fixes |
tree | commitdiff |
2000-09-06 |
Kurt Zeilenga | MIT Kerberos and krb5_free_creds_contents (ITS#715) |
tree | commitdiff |
2000-09-04 |
Kurt Zeilenga | Clarify perms |
tree | commitdiff |
2000-09-04 |
Kurt Zeilenga | Fix typo |
tree | commitdiff |
2000-09-04 |
Kurt Zeilenga | Fix install of ucdata |
tree | commitdiff |
2000-09-03 |
Kurt Zeilenga | Bring UCdata infrastructure. |
tree | commitdiff |
2000-09-03 |
Kurt Zeilenga | Fix typo |
tree | commitdiff |
2000-09-01 |
Kurt Zeilenga | Change default to SSL_PEER_NONE (don't require peer... |
tree | commitdiff |
2000-09-01 |
Kurt Zeilenga | Fix port defaulting |
tree | commitdiff |
2000-09-01 |
Kurt Zeilenga | Fix ldap_pvt_tls_start() return value check. |
tree | commitdiff |
2000-08-25 |
Kurt Zeilenga | Use example.com, not openldap.org, in examples |
tree | commitdiff |
2000-08-25 |
Kurt Zeilenga | Move ldap_start_tls_s() to tls.c |
tree | commitdiff |
2000-08-21 |
Kurt Zeilenga | needs string.h |
tree | commitdiff |
2000-08-19 |
Kurt Zeilenga | Zap CLDAP |
tree | commitdiff |
2000-08-18 |
Kurt Zeilenga | Remove CLDAP cruft |
tree | commitdiff |
2000-08-16 |
Howard Chu | Implemented ldap_pvt_tls_get_peer() for use with SASL... |
tree | commitdiff |
2000-08-15 |
Kurt Zeilenga | ber_bvstr() shouldn't play games with input string. |
tree | commitdiff |
2000-08-15 |
Kurt Zeilenga | Treat INADDR_LOOPBACK (as well as INADDR_ANY) as local... |
tree | commitdiff |
2000-08-15 |
Kurt Zeilenga | Add char* ldap_pvt_get_fqdn(char*) which returns the... |
tree | commitdiff |
2000-08-15 |
Kurt Zeilenga | hostbuf should be static |
tree | commitdiff |
2000-08-14 |
Kurt Zeilenga | Fix a minor leak. |
tree | commitdiff |
2000-08-07 |
Kurt Zeilenga | Add support for Sleepycat Berkeley DB 3.1 (ITS#649) |
tree | commitdiff |
2000-08-06 |
Kurt Zeilenga | ITS#647 from Paul R. Turgyan <pturgyan@umich.edu> |
tree | commitdiff |
2000-07-28 |
Kurt Zeilenga | s/SAFEMEMCPY/AC_MEMCPY/ |
tree | commitdiff |
2000-07-28 |
Kurt Zeilenga | Working SASL security layers! |
tree | commitdiff |
2000-07-27 |
Kurt Zeilenga | From: vtag@novell.com |
tree | commitdiff |
2000-07-26 |
Kurt Zeilenga | Revert ber_peek_tag to older, more efficient implementa... |
tree | commitdiff |
2000-07-22 |
Kurt Zeilenga | Expose ldap_create_control |
tree | commitdiff |
2000-07-22 |
Kurt Zeilenga | Use sigaction to set SA_RESTART (if appropriate). |
tree | commitdiff |
2000-07-21 |
Kurt Zeilenga | Remove lint |
tree | commitdiff |
2000-07-21 |
Kurt Zeilenga | Remove unnecessary forward declaration |
tree | commitdiff |
2000-07-21 |
Kurt Zeilenga | Plug leak of syn_names |
tree | commitdiff |
2000-07-20 |
Kurt Zeilenga | bit fields should be explicitly unsigned (unless space... |
tree | commitdiff |
next |