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 |
1999-05-30 |
Julio Sánchez... | Relax some rules to survive Netscape DS brokennes,... |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Julio Sánchez... | New error code for null string input. |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | DEFAULT_DIRSEP -> DIRSEP |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | Correct minor oversights from last commit. |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | Update DIRSEP handling (temporary, should be handled... |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | Minor adjustments to better handle NT vs UNIX. |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | Add warnings if ldap_set_option() fails. |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | First cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN... |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Howard Chu | Fix --enable-ldap behavior for back-ldap |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | old_abandon should be int* not long*. |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | safe_free_string() should be static |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | Add memory.c to -llber |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Julio Sánchez... | Fixed parsing of noidlen |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Julio Sánchez... | Install ldap_schema.h |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | Fix allocator typo |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Kurt Zeilenga | Add LBER_ and LDAP_ memory allocators/deallocators... |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Kurt Zeilenga | ber_clear() no longer needed. Removed. |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Kurt Zeilenga | Changed lc_conn to be a pointer to a BerElement to... |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Julio Sánchez... | Provide (and use) #define shortcuts |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Julio Sánchez... | safe_string_free was freeing the string value, so we... |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Julio Sánchez... | First step in new schema support. |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Julio Sánchez... | Add schema support |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Julio Sánchez... | Change to be in line with libldap, i.e. add schema |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Howard Chu | In try_read1msg, clear errno before calling ber_get_nex... |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Kurt Zeilenga | Death to LBER_END_SEQORSET. |
commit | commitdiff | tree | snapshot |
next |