1999-07-27 |
Kurt Zeilenga | move wsa error to -llutil |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Kurt Zeilenga | Relocate to -llutil |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Kurt Zeilenga | relocate wsa error to -llutil |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Kurt Zeilenga | Remove lint, remove YEAR_PEDANTIC macro, update comment. |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Kurt Zeilenga | Remove YEAR_PEDANTIC macro and update comment. |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Kurt Zeilenga | Check for netinet/tcp.h |
commit | commitdiff | tree | snapshot |
1999-07-25 |
Howard Chu | Moved unbind processing into connection_destroy. unbind... |
commit | commitdiff | tree | snapshot |
1999-07-25 |
Howard Chu | Fix unportable code. Thanks, Hallvard. |
commit | commitdiff | tree | snapshot |
1999-07-25 |
Kurt Zeilenga | Update "*", "+", "1.1" attribute type usage. |
commit | commitdiff | tree | snapshot |
1999-07-25 |
Kurt Zeilenga | Document "*", "+", and "1.1" use in attrlist. |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Kurt Zeilenga | Back out paralyzing changes. |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Howard Chu | Minor changes to support parallel make. |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Howard Chu | Minor changes to support parallel make: Eliminate for... |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Kurt Zeilenga | Add support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("... |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Kurt Zeilenga | Move subschemasubentry from "no-user-mod operational... |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Kurt Zeilenga | Adhere to "servers will not return operational attribut... |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Kurt Zeilenga | Really fix subschemasubentry... |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Kurt Zeilenga | Fix subschemasubentry operational attribute. |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Kurt Zeilenga | NT has sys_errlist. |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Kurt Zeilenga | Use AC_CACHE_CHECK instead of AC_CACHE_VAR. |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Kurt Zeilenga | Fix leak of default filter. |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Kurt Zeilenga | Update RFC comments |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Kurt Zeilenga | Accept ldap://foo:port (ie: no trailing '/') |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Kurt Zeilenga | Use AC_DEFINE third argument to generate portable.h... |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Julio Sánchez... | Oops, revert prior change. |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Julio Sánchez... | Remove debugging leftover |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Julio Sánchez... | Fix mailer line (missing argument to -m, maybe make... |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Julio Sánchez... | ldap_url_parse was fundamentally broken. It would... |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Ben Collins | Libtool's version info option is -version-info, not... |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Julio Sánchez... | Add missing semicolon. |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Randy Kunkee | Include sys/param.h on OSF4.0e to define MAXPATHLEN. |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Randy Kunkee | Remove extra code (non-functional change, just produces... |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Update contrib README |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Implement TCP_NODELAY on both client and server side. |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Fix IP: typo in peername |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Fix "*" op-attr search |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Typo made all missed all aliasedobjectname values. |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Implement better DN checking... make sure attribute... |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Add limited LDAP_INVALID_DN_SYNTAX support. dn_normali... |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Fix unknown critical extensions. |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Fix control parsing and controls free routine. |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Release writer lock on new parent. |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Update ACL field names and usage statement to match... |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Kurt Zeilenga | Fix maxDeref directive |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Kurt Zeilenga | Fix acl parse bug |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Kurt Zeilenga | ACL CHANGES: |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Kurt Zeilenga | Unhex url extensions. |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Julio Sánchez... | Partial support for a new option to help debug TLS... |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Kurt Zeilenga | ITS#180: add note about server-side maximal size/time... |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Kurt Zeilenga | Import date parser from libldap |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Kurt Zeilenga | Fix misplaced paragraph tag |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Gary Williams | set tls_port to zero if !defined(HAVE_TLS) to satisfy... |
commit | commitdiff | tree | snapshot |
1999-07-21 |
Julio Sánchez... | Backout the input exhaustion change, it loops. Still... |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Gary Williams | use rd instead of i looking for listeners (line 848) |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Julio Sánchez... | Some content for tls_verify_cb where parts of our polic... |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Julio Sánchez... | Add support for TLSVerifyClient. |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Julio Sánchez... | Move the input data exhaustion loop to connection.c... |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Julio Sánchez... | Move the input data exhaustion loop to connection.c... |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Julio Sánchez... | If we did gethostbyname, we need no further address... |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Julio Sánchez... | We were freeing lud_dn when when lud_host was meant... |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Kurt Zeilenga | Don't call Debug inside a signal handler |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Kurt Zeilenga | Add -mthreads for AIX gcc. |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Kurt Zeilenga | Rebuild configure using: |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Kurt Zeilenga | Update slapd(8) with new -h option. |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Kurt Zeilenga | s/struct entry/Entry/ |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Kurt Zeilenga | s/backend_db/slap_backend_db/ |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Kurt Zeilenga | Fix new URL startup code. |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Kurt Zeilenga | Update LDAP_URL_ERR_ handling. |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Kurt Zeilenga | Namespace changes |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Kurt Zeilenga | Implement RFC2255 URL format. |
commit | commitdiff | tree | snapshot |
1999-07-19 |
Kurt Zeilenga | s/time(0)/time(NULL)/ |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Kurt Zeilenga | Updates from libtool 1.3.3 |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Kurt Zeilenga | Replace install-sh with Autoconf 2.13 distributed versi... |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Kurt Zeilenga | Versions from Autoconf CVS repository (stable branch). |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Kurt Zeilenga | Replace config.guess/.sub with versions from Autoconf... |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Hallvard Furuseth | make ldap.ld_lberoptions unsigned, like berelement... |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Hallvard Furuseth | Introduce got_<gid,uid> (the r1.4 change misbehaved... |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Kurt Zeilenga | Import patches mistakenly applied to OPENLDAP_DEVEL_REF... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Kurt Zeilenga | fix substring_comp_candidates logic if intersection... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Kurt Zeilenga | (re)introduce o_connid such that STATS doesn't need... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | Document -T and -P |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | Document a few TLS options that do something. |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Hallvard Furuseth | Add comment that socklen_t should be used |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Hallvard Furuseth | Add comment thatPass socklen_t* instead of int* to... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | Look on connection_read() if it returns positive so... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | Clear c_needs_tls_acccept on ldap_pvt_tls_accept errors |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Hallvard Furuseth | Pass socklen_t* instead of int* to getsockopt, accept... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Kurt Zeilenga | Fix typo in last commit. |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Kurt Zeilenga | Don't use non-portable "ln -s -f". |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | Move calls to ldap_pvt_tls_accept to connection_read... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | We were not remembering the allocated SSL thing in... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | Two new flags in Connection. One to indicate that... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | Fix syntax oid for type 2.16.840.1.113730.3.1.34 (ref) |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | Definitely, 'dn' and 'distinguishedName' are different... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Julio Sánchez... | We should stop using SSL to refer to TLS. This is... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Kurt Zeilenga | Add use ldap_*_ext() routines in clients project. |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Kurt Zeilenga | Import experimental referral implementation from OPENLD... |
commit | commitdiff | tree | snapshot |
1999-07-16 |
Kurt Zeilenga | Backend lock wasn't being released properly. |
commit | commitdiff | tree | snapshot |
1999-07-15 |
Julio Sánchez... | Initialize the TLS environment *after* reading the... |
commit | commitdiff | tree | snapshot |
1999-07-15 |
Julio Sánchez... | Parse more TLS options in slapd.conf |
commit | commitdiff | tree | snapshot |
next |