1999-06-14 |
Julio Sánchez... | Netscape DS quotes the SYNTAX values, we propagate... |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Julio Sánchez... | ldap_*_free routines are new and replace the old static... |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Julio Sánchez... | New ldap_syntax_free, ldap_attributetype_free and ldap_... |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Kurt Zeilenga | s/ldap_open/ldap_init/ calls... ldap_open is deprecated. |
commit | commitdiff | tree | snapshot |
1999-06-12 |
Kurt Zeilenga | Add draft 3 of the C API spec. |
commit | commitdiff | tree | snapshot |
1999-06-12 |
Kurt Zeilenga | Change referral comment to point to root.openldap.org... |
commit | commitdiff | tree | snapshot |
1999-06-12 |
Kurt Zeilenga | Resched changes struct state without lock to avoid... |
commit | commitdiff | tree | snapshot |
1999-06-12 |
Kurt Zeilenga | connection_get: |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Kurt Zeilenga | Add additional assert in connection get for race debugging. |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Juan Gomez | Added at_official_name() to enable uniform naming of... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Juan Gomez | Added code for uniform naming of index files. |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Juan Gomez | Added at_ooficial_type() for uniform naming of index... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Kurt Zeilenga | EXPERIMENTAL: move slapd_remove to connections_read... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Juan Gomez | Drop support for alloca(). |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Kurt Zeilenga | Clean up build_result_ber error handling. |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Kurt Zeilenga | Add AC_CANONICAL_SYSTEM to generate $target |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Kurt Zeilenga | _SGI_MP_SOURCE errno/h_errno experiment |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Add Debug to help sort out race condition. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Close inactive streams instead of asserting condition. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Add cheap EBADF loop protection. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Fix build_result_ber to construct a new ber and to... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Update AIX thread test. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Fix typo in last commit. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Add basic regex compatibility test. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Don't shutdown when select() returns EBADF. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Fix unprotected (and bad) FD_SET asserts. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Juan Gomez | Sync this files for this example to work properly. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | Disable LDAP_MEMORY_DEBUG on NT (should not have been... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Kurt Zeilenga | really commit the sizeof(int) < 4 warning |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Kurt Zeilenga | disable referral directive. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Kurt Zeilenga | In preparation for IETF draft ldap c-api changes, ... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Julio Sánchez... | Fixed inconsistent management of white space that was... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Julio Sánchez... | Removed unnecessary definition that is already in core... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Kurt Zeilenga | Fail depend test if .o is generated. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Kurt Zeilenga | Fix typos and bug in AIX cc_r detection. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Kurt Zeilenga | Add test for BeOS's closesocket |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Kurt Zeilenga | First cut at cc_r detection. Specific to AIX. See... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Kurt Zeilenga | Update build system to use output of new dependency... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Julio Sánchez... | Fixed some syntax errors. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Julio Sánchez... | Added whitespace in output in a few places. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Kurt Zeilenga | Use AC_CHECK_PROGS instead of AC_CHECK_PROG to test... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Kurt Zeilenga | Only set CC=cc if test -z CC && cc exists in path... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Kurt Zeilenga | Add missing ';' after BER_MEM_VALID macro calls. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Kurt Zeilenga | don't test BER_MEM_VALID forever. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Kurt Zeilenga | OL_MKDEPEND: Round 2 |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | First cut of OL_CC_DEPEND test. Attempts to detect... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | Minor clean of assert() and comments. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | UPDATED LICENSE! |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | Add and use a BER_MEM_VALID macro (behind ifdef LDAP_ME... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | Hide assert(p == NULL) behind LDAP_MEMORY_DEBUG. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | Use LDAP_VERSION2 instead of LDAP_VERSION. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | Fix target directories. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | Use LDAP_F/LDAP_P macros on library externs. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | Use LDAP_F and LDAP_P macros. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Kurt Zeilenga | Add test for thread specific h_errno and, if yes, add... |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Update hints. |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Add README with URLs to developer pages. |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Add link to developer's FAQ. |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Someone who isn't likely to upgrade to BerkeleyDB 2... |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Update BDB version number to 2.7.5... should rewrite... |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Allow -m to set CC_MKDEP and -x to set CC_MKDEP_FLAGS. |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | -c xxx overrides CC_MKDEP |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | mkdep was ignoring CC_MKDEP! |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Revert previous two commits. |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Fix typo in last commit. |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Quick hack for cygwin default compiler... should replac... |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Add EXEEXT support (build only). |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | A slightly better POSIX regex test.... |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Kurt Zeilenga | Relocate regex.h test to near top and die if it fails. |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Kurt Zeilenga | s/LDAP_OPT_MATCH_STRING/LDAP_OPT_MATCHED_DN/ |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Kurt Zeilenga | s/LDAP_OPT_MATCHED_STRING/LDAP_OPT_MATCHED_DN/ |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Kurt Zeilenga | Remove DOS comment. |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Kurt Zeilenga | rename LDAP_OPT_MATCHED_STRING to LDAP_OPT_MATCHED_DN. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Initialize connection pointer to NULL else won't be... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Undo assert fix included in last commit. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Add #define FD_SETSIZE 1024 |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Fix typo in previous commit. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Add diagnostics. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Close hit socket. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Add section for OpenLDAP 2.0 projects, drop "larger... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Missed on mygetpass call... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | use getpass() instead of mygetpass(). |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | Move WAKE_LISTENER call behind &connection_mutex to... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Kurt Zeilenga | EXPERIMENTAL ldap_extended_operation() and ldap_parse_e... |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | lber.h: added #include <stddef.h> conditional on LBER_S... |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | Fix typos in warning messages. |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | Add cn=monitor, cn=config, cn=schema to namingContexts. |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | Update comments to reflect RFC2251 specs. |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | Enable browsing info in MSVC debugging configurations. |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | Add sizelimit/timelimit comments concerning ldap.conf... |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | s/DEFAULT_DIRSEP/DIRSEP/ |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | Remove <memory.h> from stdlib.h (mem* fns should be... |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | Warn if attempting to build ldapd. (In preparation... |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Kurt Zeilenga | s/<stdlib.h>/<ac/stdlib.h>/ |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Add <ac/stdlib.h> to genericize memory allocators. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Fix up s/NULL.*/NULL/ errors |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | No anonymous unions. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Use ber_strdup() as needed. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Add ber_strdup(), remove ldap_int_strdup(), add LDAP_ST... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Make first argument of *_get_option const (experimental). |
commit | commitdiff | tree | snapshot |
next |