]> git.sur5r.net Git - openldap/history - libraries
Update the sleep to 10 seconds (last commit only changed the echo)
[openldap] / libraries /
1999-08-03 Kurt ZeilengaInitial inet_aton() detection.
1999-08-03 Kurt ZeilengaLDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars...
1999-08-03 Julio Sánchez Fern... Needs ldap_config.h to get LDAP_DIRSEP
1999-08-03 Kurt ZeilengaNeeds <ac/stdlib.h> for EXIT_*
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 Hallvard Furuseths/*vlenp = NULL;/*vlenp = 0;/
1999-08-02 Kurt Zeilengaldap_perror: don't print matched DN or error text if...
1999-08-02 Kurt ZeilengaAdd -dn as a synonym for -dnt.
1999-08-02 Kurt ZeilengaFix --enable-dns compilation problems.
1999-08-02 Hallvard FurusethChange unsigned long cast of offset to size_t in ldap_b...
1999-08-02 Hallvard FurusethFix bitmasks '0xhh << n' to '(masked type)0xhh << n'
1999-08-02 Hallvard FurusethRemove unsigned long: Change to ber_len_t or ber_tag_t.
1999-08-02 Hallvard FurusethFix ber_put_int_or_enum to do its bit fiddling with...
1999-08-02 Hallvard FurusethFinish s/lber_bprint/ber_bprint/ renaming
1999-08-01 Hallvard FurusethInclude <ac/stdlib.h> instead of <stdlib.h>
1999-08-01 Hallvard Furuseths/LDAP_CONST/const/ in ldap_pvt_asser() prototype
1999-08-01 Hallvard FurusethCast ber_read() arg to char*
1999-08-01 Hallvard FurusethUse ber_set_option() instead of setting lber_debug
1999-08-01 Hallvard FurusethSimplify and speed up a bit by removing CHAR64LONG16.
1999-07-31 Kurt ZeilengaAdd support for "foo:< http://localhost/path.
1999-07-31 Kurt ZeilengaRemove "const" error... and add prototype for yet unimp...
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-29 Kurt ZeilengaClarify loop break. OPENLDAP_REL_ENG_2_BP
1999-07-29 Kurt ZeilengaIgnore lines that begin with "#".
1999-07-27 Kurt Zeilengarelocate wsa error to -llutil
1999-07-27 Kurt ZeilengaRemove lint, remove YEAR_PEDANTIC macro, update comment.
1999-07-24 Kurt ZeilengaBack out paralyzing changes.
1999-07-24 Howard ChuMinor changes to support parallel make: Eliminate for...
1999-07-23 Kurt ZeilengaFix leak of default filter.
1999-07-23 Kurt ZeilengaUpdate RFC comments
1999-07-23 Kurt ZeilengaAccept ldap://foo:port (ie: no trailing '/')
1999-07-23 Julio Sánchez Fern... ldap_url_parse was fundamentally broken. It would...
1999-07-23 Randy KunkeeRemove extra code (non-functional change, just produces...
1999-07-22 Kurt ZeilengaImplement TCP_NODELAY on both client and server side.
1999-07-22 Kurt ZeilengaFix control parsing and controls free routine.
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-21 Kurt ZeilengaUnhex url extensions.
1999-07-21 Julio Sánchez Fern... Partial support for a new option to help debug TLS...
1999-07-20 Julio Sánchez Fern... Some content for tls_verify_cb where parts of our polic...
1999-07-20 Julio Sánchez Fern... We were freeing lud_dn when when lud_host was meant...
1999-07-19 Kurt ZeilengaImplement RFC2255 URL format.
1999-07-19 Kurt Zeilengas/time(0)/time(NULL)/
1999-07-18 Hallvard Furusethmake ldap.ld_lberoptions unsigned, like berelement...
1999-07-18 Kurt ZeilengaImport patches mistakenly applied to OPENLDAP_DEVEL_REF...
1999-07-16 Hallvard FurusethPass socklen_t* instead of int* to getsockopt, accept...
1999-07-16 Julio Sánchez Fern... We were not remembering the allocated SSL thing in...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-15 Julio Sánchez Fern... Set ciphers from slapd.conf.
1999-07-15 Kurt ZeilengaAdd missing arg to Debug macro call
1999-07-15 Julio Sánchez Fern... New routine tls_report_error to analyze errors from...
1999-07-14 Hallvard FurusethRemove duplicate 'static'
1999-07-14 Kurt ZeilengaNewer versions of OpenSSL install headers in $prefix...
1999-07-13 Julio Sánchez Fern... Deal with sb_trans_needs_read and sb_trans_needs_write
1999-07-13 Julio Sánchez Fern... Add a couple of control flags to sockbufs and macros...
1999-07-13 Julio Sánchez Fern... Get and set TLS options
1999-07-13 Julio Sánchez Fern... First version with TLS. Untested.
1999-07-13 Julio Sánchez Fern... First version with TLS. Untested.
1999-07-13 Julio Sánchez Fern... Options for TLS
1999-07-13 Julio Sánchez Fern... Add tls.c
1999-07-13 Julio Sánchez Fern... Add tls.c
1999-07-13 Julio Sánchez Fern... First version of TLS glue for SSLeay/OpenSSL originally...
1999-07-13 Kurt ZeilengaUse assert instead of private Assert macro
1999-07-13 Hallvard FurusethEliminate htonl(unsigned_long_arg), which is wrong...
1999-07-13 Hallvard FurusethFix LDAP_CONST->const in explode_name(), it failed...
1999-07-13 Hallvard FurusethFix LDAP_CONNECTIONLESS code rot
1999-07-13 Hallvard FurusethFix NULLxxx -> NULL
1999-07-13 Hallvard Furusethldap-int.h
1999-07-13 Hallvard Furusethldap-int.h
1999-07-13 Hallvard Furusethconstify use of invalue in <ber/ldap>_set_option()
1999-07-13 Hallvard Furusethconstify ldap_int_put_controls, ldap_control_dup, ldap_...
1999-07-13 Hallvard FurusethFix read_next_searchobj prototype: long*blenp -> ber_le...
1999-07-13 Hallvard FurusethAdd missing newline at EOF
1999-07-13 Hallvard FurusethAdd bmu_funcp to bmu_align_u
1999-07-13 Hallvard FurusethFix use and decl of ber_pvt_assert. Fix ac/stdio...
1999-07-07 Kurt ZeilengaAdd charray (from slapd) to -lldap/-lldap_r (not yet...
1999-07-07 Kurt Zeilengarequest value should be optional.
1999-07-07 Kurt ZeilengaMinor editorial change.
1999-07-07 Kurt ZeilengaFix CRITICIAL typo
1999-07-02 Julio Sánchez Fern... Removed numerous memory leaks detected by Mark Meredith.
1999-07-01 Kurt ZeilengaFairly complete slapd SASL bind parsing... and centrali...
1999-06-29 Kurt ZeilengaModify lutil_passwd to accept a third argument char...
1999-06-29 Kurt ZeilengaLog out to stderr, add LDAP_VERSION3 support to bind...
1999-06-28 Kurt ZeilengaEXPERIMENTAL: Use sasl bind for simple bind.
1999-06-28 Kurt ZeilengaAllow ctrls argument to be NULL.
1999-06-28 Kurt ZeilengaEXPERIMENTAL ldap_parse_result()
1999-06-28 Kurt ZeilengaProvide build support for sasl.c.
1999-06-28 Kurt ZeilengaValidate outvalue after session param.
1999-06-28 Kurt ZeilengaMinor cleanup of ldap_result().
1999-06-28 Kurt ZeilengaFirst cut at SASL routines.
1999-06-28 Kurt ZeilengaReturn LDAP_BAD_PARAM if res is not EXOP result.
1999-06-28 Kurt ZeilengaSupport both vsnprintf and vsprintf
1999-06-28 Kurt Zeilengamodify ber_put_berval to put NULL ostring when bv ...
1999-06-28 Kurt Zeilengadetect write() and use HAVE_WRITE instead of
1999-06-28 Kurt Zeilenga*** empty log message ***
1999-06-26 Kurt ZeilengaAdded support for "userPassword: {UNIX}uid". getpwnam...
1999-06-21 Kurt ZeilengaAdd debug to nt project, remove lint.
1999-06-21 Kurt ZeilengaMove nt_debug to -llutil and generalize for all platforms.
1999-06-21 Kurt ZeilengaAdd LDAP_VALID and other asserts.
1999-06-21 Julio Sánchez Fern... Tokenization is not really well done. This is a tempor...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
next