1999-03-08 |
Hallvard Furuseth | Align with changes in build process: |
commit | commitdiff | tree | snapshot |
1999-03-08 |
Hallvard Furuseth | Align with code changes in liblber/libldap: |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Juan Gomez | Added software to add the new rdn as an attribute to... |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Juan Gomez | Fixed typo in |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Kurt Zeilenga | Relocate reentrant checks to before thread checks. |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Kurt Zeilenga | Relocate reentrant function checks to before thread... |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Kurt Zeilenga | Update error message for pthread_create() works failure. |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | Put the ATTR_BOOL option numbers in attrs.offset instea... |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Kurt Zeilenga | Change (int) invalue == (int) LDAP_OPT_ON to invalue... |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | Make block non-static and properly aligned |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | Remove unused variables |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Kurt Zeilenga | defined USE_NONBLOCK for now... need to implement confi... |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | Remove unused variables |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | include ldap_pvt_thread.h, to verify func declarations... |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | include <stdlib.h> to get atoi() |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | printf(%ld, pid) -> printf(%ld, (long)pid) |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | Remove a few typos in comments |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | Fix typo .size -> .dsize in ldbm_datum_free() |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Hallvard Furuseth | Obey CTIME_R_RETURNS_INT |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Ben Collins | Moved 'key.flags = 0;' inside of DB2 defines, it isn... |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Kurt Zeilenga | Move lber_get/set_option stuff to a private structure. |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Kurt Zeilenga | MSVC5 cleanup... |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Juan Gomez | Implemented newSuperior handling. |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Kurt Zeilenga | Fix typo in configure.in with gethostbyname_r_nargs |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Kurt Spanier | 1. Fix of ldbmcat segmentation fault bug (ITS#85 and... |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Kurt Spanier | Make dbEnv a private toy of back-bdb2. |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Juan Gomez | Added parameter newSuperior in preparation to support |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Juan Gomez | Added parsing of newSuperior field for requests that |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Juan Gomez | Rename |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Juan Gomez | Renamed |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Hallvard Furuseth | Remove spurious backslash-newlines |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Hallvard Furuseth | Change LDAP.ld_lberoptions to `short', to realign with... |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Hallvard Furuseth | Cast char* argument to hh_to_c() to Byte* |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Hallvard Furuseth | Remove LDAP_P() from prototypes with 'Byte' arguments |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Kurt Zeilenga | Add mail500.m4 to source. Can be used to support sendmail |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Hallvard Furuseth | Protoize cnvt_str2int() |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Hallvard Furuseth | Shut up gcc -Wparentheses |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Hallvard Furuseth | Print entry ID with format %ld, not %d |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Hallvard Furuseth | Print tag with format %lu, not %d |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Hallvard Furuseth | Use HAVE_STDARG to choose between stdarg and varargs... |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Hallvard Furuseth | K&R varargs branch of ldap_log_printf() was bogus |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Kurt Zeilenga | Add comment concerning use of vendor 'cc' with empty... |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Juan Gomez | Added the functions ldap_rename2() and ldap_rename2_s... |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Juan Gomez | Added prototypes for ldap_rename2() and ldap_rename2_s... |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Juan Gomez | Added client-side support for MODDN request by adding... |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Juan Gomez | Added prototypes for rdn_attr_type() and rdn_attr_value... |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Juan Gomez | Added get_next_substring(), rdn_attr_type(), and rdn_at... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Kurt Zeilenga | Apply Hallvard's D4 pthread detection patch. |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Juan Gomez | Made add_values(), delete_values(), and replace_values... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Juan Gomez | Added LDAP_TAG_NEWSUPERIOR tag and a brief description... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Juan Gomez | Made add_values(), delete_values(), and replace_values... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Juan Gomez | Made add_values(), delete_values(), replace_values... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Kurt Zeilenga | If rsaref is needed, add it to TLS_LIBS. |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | Don't choke if gethostby{name,addr}_r's number of argum... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Kurt Zeilenga | Add first cut of ctime_r return type test. |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Kurt Zeilenga | Add 'tests' target. |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | Posix Draft 4 (HAVE_PTHREADS_D4) fixes: |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | function pointers are incompatible with `void *'; remov... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | Bugs with !HAVE_PTHREAD_KILL: include errno.h. Typo... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | Correct typo ldap_count_reference -> ldap_count_references |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | include <stdlib.h> to get malloc & co |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | cast printf(%ld) argument from pid_t to long |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | replace integer argument NULL with 0 |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | cast printf(%s) argument from void* to char* |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | Remove untrue /*NOTREACHED*/: return 0 on EOF from... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | function pointers are incompatible with `void *'; remov... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Bart Hartgers | Added support in liblber and libldap for partial reads... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | function pointers are incompatible with `void *'; remov... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | function pointers are incompatible with `void *'; remov... |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | include lber-int.h to get lber_pvt_* declarations |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | ber_scanf returns LBER_ERROR, not -1, on failure. |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | Declare lber_pvt_sb_* functions from io.c in lber-int.h |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | Back out previous change; it was an accidental commit |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Hallvard Furuseth | Declare lber_pvt_sb_* functions from io.c in lber-int.h |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Kurt Zeilenga | Add protect against new connection descriptor being... |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Kurt Zeilenga | Apply ldbm bind() change to bdb2 code. |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Kurt Zeilenga | Fix new man.mk to create tmp pages in object directory... |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Bart Hartgers | The new&improved Sockbuf. This adds the infrastructure... |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Bart Hartgers | Annoying little son of a `free' BUG fixed. |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Kurt Zeilenga | Extend TLS/SSL detection for use RSAref if necessary. |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Kurt Zeilenga | Fix make clean/veryclean |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Kurt Zeilenga | Fix typo in previous commit. |
commit | commitdiff | tree | snapshot |
1999-03-02 |
Kurt Zeilenga | Replace IFP() with appropriate full prototypes: |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Kurt Zeilenga | Update NT port with support for -lldap_r and -lldbm. |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Kurt Zeilenga | Use ldap_memfree() instead of free(). |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Kurt Zeilenga | Fix HAVE_WINSOCK for winsock32.lib |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Kurt Zeilenga | Update libpath. |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Kurt Zeilenga | Fix minor memory leak and remove redundant be_isroot_pw... |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Kurt Zeilenga | Rebuild autoconf/autoheader generated files after TLS... |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Kurt Spanier | Introduction of first version of transaction processing... |
commit | commitdiff | tree | snapshot |
1999-02-28 |
Ben Collins | Syntax error on install, mistakenly commited before... |
commit | commitdiff | tree | snapshot |
1999-02-28 |
Ben Collins | Fixed a small mistake in the last commit, as well as... |
commit | commitdiff | tree | snapshot |
1999-02-28 |
Ben Collins | Added verclean-local-srv since veryclean was not being... |
commit | commitdiff | tree | snapshot |
1999-02-28 |
Ben Collins | Moved man page generation to the build cycle instead... |
commit | commitdiff | tree | snapshot |
1999-02-28 |
Ben Collins | Changed general debug levels too LDAP_DEBUG_SHELL |
commit | commitdiff | tree | snapshot |
1999-02-25 |
Bart Hartgers | Patch to support to determine the number of args of the |
commit | commitdiff | tree | snapshot |
1999-02-23 |
Hallvard Furuseth | Fix previous change to strtok_quote |
commit | commitdiff | tree | snapshot |
1999-02-23 |
Hallvard Furuseth | Make strtok_quote treat the character following \ as... |
commit | commitdiff | tree | snapshot |
1999-02-23 |
Ben Collins | Changed LDA_DEBUG_ statements to more appropriate ones |
commit | commitdiff | tree | snapshot |
1999-02-22 |
Hallvard Furuseth | Add locale support (slapd.conf keyword "locale") to... |
commit | commitdiff | tree | snapshot |
next |