1999-08-24 |
Gary Williams | LDAP_P is only for prototypes, remove from function def |
tree | commitdiff |
1999-08-24 |
Kurt Zeilenga | Rename filter entry's strcpy_special() to strcpy_regex... |
tree | commitdiff |
1999-08-24 |
Kurt Zeilenga | Axe <varargs.h> support. Assume STDC C translator... |
tree | commitdiff |
1999-08-22 |
Hallvard Furuseth | Remove lint |
tree | commitdiff |
1999-08-22 |
Kurt Zeilenga | Support for native GNU Pth Threads (--with-threads... |
tree | commitdiff |
1999-08-21 |
Kurt Zeilenga | Experimental support for GNU Pth's Posix Thread API... |
tree | commitdiff |
1999-08-19 |
Kurt Zeilenga | More CSRI malloc debugging support and destroy sockbuf... |
tree | commitdiff |
1999-08-17 |
Hallvard Furuseth | Fix printf formats: print msgtype as %lu, remove spurio... |
tree | commitdiff |
1999-08-17 |
Hallvard Furuseth | Add const, to fix "cast away from const" warnings |
tree | commitdiff |
1999-08-17 |
Hallvard Furuseth | Add missing newline at end of file |
tree | commitdiff |
1999-08-17 |
Kurt Zeilenga | New dn2id format with base/one/subtree indices (ldbm... |
tree | commitdiff |
1999-08-17 |
Kurt Zeilenga | Fix tid vs thread typo |
tree | commitdiff |
1999-08-16 |
Hallvard Furuseth | Add ldap_*2name() in <include,libldap>/schema, use... |
tree | commitdiff |
1999-08-16 |
Hallvard Furuseth | Add missing newline and EOF |
tree | commitdiff |
1999-08-07 |
Kurt Zeilenga | Add extensible filter support to -lldap. Need to imple... |
tree | commitdiff |
1999-08-07 |
Kurt Zeilenga | Fix filter escapes. ITS#247 |
tree | commitdiff |
1999-08-05 |
Kurt Zeilenga | create SASL_LIBS to hold -lsasl |
tree | commitdiff |
1999-08-05 |
Kurt Zeilenga | base64 encode userPassword |
tree | commitdiff |
1999-08-04 |
Kurt Zeilenga | Add copyright notices |
tree | commitdiff |
1999-08-04 |
Kurt Zeilenga | Use -llber set_nonblock implementation. |
tree | commitdiff |
1999-08-04 |
Kurt Zeilenga | Provide set_nonblock code which acts upon ber_socket_t... |
tree | commitdiff |
1999-08-04 |
Gary Williams | if urls is NULL, default to ldap:/// |
tree | commitdiff |
1999-08-04 |
Kurt Zeilenga | non-blocking connect needs special handling under Winsock. |
tree | commitdiff |
1999-08-03 |
Kurt Zeilenga | Initial inet_aton() detection. |
tree | commitdiff |
1999-08-03 |
Kurt Zeilenga | LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars... |
tree | commitdiff |
1999-08-03 |
Julio Sánchez Fern... | Needs ldap_config.h to get LDAP_DIRSEP |
tree | commitdiff |
1999-08-03 |
Kurt Zeilenga | Needs <ac/stdlib.h> for EXIT_* |
tree | commitdiff |
1999-08-03 |
Kurt Zeilenga | s/exit(1)/exit(EXIT_FAILURE)/ |
tree | commitdiff |
1999-08-03 |
Hallvard Furuseth | s/*vlenp = NULL;/*vlenp = 0;/ |
tree | commitdiff |
1999-08-02 |
Kurt Zeilenga | ldap_perror: don't print matched DN or error text if... |
tree | commitdiff |
1999-08-02 |
Kurt Zeilenga | Add -dn as a synonym for -dnt. |
tree | commitdiff |
1999-08-02 |
Kurt Zeilenga | Fix --enable-dns compilation problems. |
tree | commitdiff |
1999-08-02 |
Hallvard Furuseth | Change unsigned long cast of offset to size_t in ldap_b... |
tree | commitdiff |
1999-08-02 |
Hallvard Furuseth | Fix bitmasks '0xhh << n' to '(masked type)0xhh << n' |
tree | commitdiff |
1999-08-02 |
Hallvard Furuseth | Remove unsigned long: Change to ber_len_t or ber_tag_t. |
tree | commitdiff |
1999-08-02 |
Hallvard Furuseth | Fix ber_put_int_or_enum to do its bit fiddling with... |
tree | commitdiff |
1999-08-02 |
Hallvard Furuseth | Finish s/lber_bprint/ber_bprint/ renaming |
tree | commitdiff |
1999-08-01 |
Hallvard Furuseth | Include <ac/stdlib.h> instead of <stdlib.h> |
tree | commitdiff |
1999-08-01 |
Hallvard Furuseth | s/LDAP_CONST/const/ in ldap_pvt_asser() prototype |
tree | commitdiff |
1999-08-01 |
Hallvard Furuseth | Cast ber_read() arg to char* |
tree | commitdiff |
1999-08-01 |
Hallvard Furuseth | Use ber_set_option() instead of setting lber_debug |
tree | commitdiff |
1999-08-01 |
Hallvard Furuseth | Simplify and speed up a bit by removing CHAR64LONG16. |
tree | commitdiff |
1999-07-31 |
Kurt Zeilenga | Add support for "foo:< http://localhost/path. |
tree | commitdiff |
1999-07-31 |
Kurt Zeilenga | Remove "const" error... and add prototype for yet unimp... |
tree | commitdiff |
1999-07-30 |
Kurt Zeilenga | Enhance LDIF handling |
tree | commitdiff |
1999-07-29 |
Kurt Zeilenga | Clarify loop break. OPENLDAP_REL_ENG_2_BP |
tree | commitdiff |
1999-07-29 |
Kurt Zeilenga | Ignore lines that begin with "#". |
tree | commitdiff |
1999-07-27 |
Kurt Zeilenga | relocate wsa error to -llutil |
tree | commitdiff |
1999-07-27 |
Kurt Zeilenga | Remove lint, remove YEAR_PEDANTIC macro, update comment. |
tree | commitdiff |
1999-07-24 |
Kurt Zeilenga | Back out paralyzing changes. |
tree | commitdiff |
1999-07-24 |
Howard Chu | Minor changes to support parallel make: Eliminate for... |
tree | commitdiff |
1999-07-23 |
Kurt Zeilenga | Fix leak of default filter. |
tree | commitdiff |
1999-07-23 |
Kurt Zeilenga | Update RFC comments |
tree | commitdiff |
1999-07-23 |
Kurt Zeilenga | Accept ldap://foo:port (ie: no trailing '/') |
tree | commitdiff |
1999-07-23 |
Julio Sánchez Fern... | ldap_url_parse was fundamentally broken. It would... |
tree | commitdiff |
1999-07-23 |
Randy Kunkee | Remove extra code (non-functional change, just produces... |
tree | commitdiff |
1999-07-22 |
Kurt Zeilenga | Implement TCP_NODELAY on both client and server side. |
tree | commitdiff |
1999-07-22 |
Kurt Zeilenga | Fix control parsing and controls free routine. |
tree | commitdiff |
1999-07-21 |
Kurt Zeilenga | ACL CHANGES: |
tree | commitdiff |
1999-07-21 |
Kurt Zeilenga | Unhex url extensions. |
tree | commitdiff |
1999-07-21 |
Julio Sánchez Fern... | Partial support for a new option to help debug TLS... |
tree | commitdiff |
1999-07-20 |
Julio Sánchez Fern... | Some content for tls_verify_cb where parts of our polic... |
tree | commitdiff |
1999-07-20 |
Julio Sánchez Fern... | We were freeing lud_dn when when lud_host was meant... |
tree | commitdiff |
1999-07-19 |
Kurt Zeilenga | Implement RFC2255 URL format. |
tree | commitdiff |
1999-07-19 |
Kurt Zeilenga | s/time(0)/time(NULL)/ |
tree | commitdiff |
1999-07-18 |
Hallvard Furuseth | make ldap.ld_lberoptions unsigned, like berelement... |
tree | commitdiff |
1999-07-18 |
Kurt Zeilenga | Import patches mistakenly applied to OPENLDAP_DEVEL_REF... |
tree | commitdiff |
1999-07-16 |
Hallvard Furuseth | Pass socklen_t* instead of int* to getsockopt, accept... |
tree | commitdiff |
1999-07-16 |
Julio Sánchez Fern... | We were not remembering the allocated SSL thing in... |
tree | commitdiff |
1999-07-16 |
Kurt Zeilenga | Import experimental referral implementation from OPENLD... |
tree | commitdiff |
1999-07-15 |
Julio Sánchez Fern... | Set ciphers from slapd.conf. |
tree | commitdiff |
1999-07-15 |
Kurt Zeilenga | Add missing arg to Debug macro call |
tree | commitdiff |
1999-07-15 |
Julio Sánchez Fern... | New routine tls_report_error to analyze errors from... |
tree | commitdiff |
1999-07-14 |
Hallvard Furuseth | Remove duplicate 'static' |
tree | commitdiff |
1999-07-14 |
Kurt Zeilenga | Newer versions of OpenSSL install headers in $prefix... |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | Deal with sb_trans_needs_read and sb_trans_needs_write |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | Add a couple of control flags to sockbufs and macros... |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | Get and set TLS options |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | First version with TLS. Untested. |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | First version with TLS. Untested. |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | Options for TLS |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | Add tls.c |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | Add tls.c |
tree | commitdiff |
1999-07-13 |
Julio Sánchez Fern... | First version of TLS glue for SSLeay/OpenSSL originally... |
tree | commitdiff |
1999-07-13 |
Kurt Zeilenga | Use assert instead of private Assert macro |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | Eliminate htonl(unsigned_long_arg), which is wrong... |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | Fix LDAP_CONST->const in explode_name(), it failed... |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | Fix LDAP_CONNECTIONLESS code rot |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | Fix NULLxxx -> NULL |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | ldap-int.h |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | ldap-int.h |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | constify use of invalue in <ber/ldap>_set_option() |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | constify ldap_int_put_controls, ldap_control_dup, ldap_... |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | Fix read_next_searchobj prototype: long*blenp -> ber_le... |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | Add missing newline at EOF |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | Add bmu_funcp to bmu_align_u |
tree | commitdiff |
1999-07-13 |
Hallvard Furuseth | Fix use and decl of ber_pvt_assert. Fix ac/stdio... |
tree | commitdiff |
1999-07-07 |
Kurt Zeilenga | Add charray (from slapd) to -lldap/-lldap_r (not yet... |
tree | commitdiff |
1999-07-07 |
Kurt Zeilenga | request value should be optional. |
tree | commitdiff |
1999-07-07 |
Kurt Zeilenga | Minor editorial change. |
tree | commitdiff |
next |