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 |
1999-06-02 |
Kurt Zeilenga | Add experimental wrong heap detection behind LDAP_MEMOR... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Add prototype for at_add(). |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Stupid me. Can't have both README and readme due to... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | value_normalize can change the length of value. Fixed |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | rfc1959 best documents current behavior. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Update Release/SRelease include paths |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Update both README/readme to match. (Yes, two files... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Update Solaris hints (remove pthread_create hint). |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Fix -ULDAP_DEBUG lint. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Kurt Zeilenga | Used pre-normalized len of e_dn instead of just using... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Minor adjustments to the LBER_VFREE() & LDAP_VFREE... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Clean up memory handlers. Share vector free routines... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Remove NULL* macros (namespace). |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Use ldap_mods_free() instead of local routine. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Clean up namespace |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Add ldap_memvfree(void** vector) |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | move berval memory routines to memory.c |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Move berval routines to memory.c. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Add "lutil*.h" to project. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Shouldn't need <sys/stat.h>. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Update memory allocation calls. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Add extended.c to projects |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Share errcode lookup code. Modify ld_version condition... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Remove LDAP_LIBUI dependency. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Kurt Zeilenga | Use ber_mem* functions. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Add skeleton ldap_extended_operation routines. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | use 'int' instead of 'char' for balance factor. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | (barely) hide AVL internals |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | #ifdef out non-reentrant prototypes. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | use LDAP_MALLOC instead of malloc. Check for allocatio... |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Move most header inclusion below #ifdef HAVE_XXX. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Clean up LDAP_BOOL_GET and fetching via ldap_get_option(). |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Julio Sánchez... | Fudge oc_kind on synthesized objectclasses so that... |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Julio Sánchez... | Syntaxes. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Julio Sánchez... | Syntaxes. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Julio Sánchez... | Cosmetic/spelling fixes. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Remove lint. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Genericize byte types into autoconf namespace. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Remove redundant WSAEWOULDBLOCK declaration. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Free strings returned by ldap_get_option(). |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Use #error if ctime_r nargs are screwy. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Kurt Zeilenga | Remove dependency upon lber-int.h by using ber_set_opti... |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Kurt Zeilenga | Initial round 2 memory allocation changes. THIS IS... |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Kurt Zeilenga | Remove prototype for removed ber_clear(). |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Julio Sánchez... | Some definition reordering to satisfy dependencies. |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Julio Sánchez... | Oops, fp_parse_line tokenizes in place, so we need... |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Julio Sánchez... | Lose previously commented out old code. |
commit | commitdiff | tree | snapshot |
next |