1999-08-04 |
Hallvard Furuseth | Align somewhat with ldif2ldbm: Obey HAVE_SYS_PARAM_H...
|
commit | commitdiff | tree |
1999-08-04 |
Hallvard Furuseth | Factor out ldif2* intialization to ldif2common.c
|
commit | commitdiff | tree |
1999-08-04 |
Hallvard Furuseth | Silence libtool if `make -s' is running
|
commit | commitdiff | tree |
1999-08-03 |
Hallvard Furuseth | Addition to previous log: Also killed 2-digit year...
|
commit | commitdiff | tree |
1999-08-03 |
Hallvard Furuseth | s/OpenLDAP-bugs/OpenLDAP-its/
|
commit | commitdiff | tree |
1999-08-03 |
Hallvard Furuseth | Replace @umich bugreport/support addresses with @openldap
|
commit | commitdiff | tree |
1999-08-03 |
Hallvard Furuseth | s/*vlenp = NULL;/*vlenp = 0;/
|
commit | commitdiff | tree |
1999-08-03 |
Hallvard Furuseth | Grow buffer[] declaration to make space for " $ " separators
|
commit | commitdiff | tree |
1999-08-03 |
Hallvard Furuseth | Replace NULLBER with NULL
|
commit | commitdiff | tree |
1999-08-03 |
Hallvard Furuseth | Remove obsolete 7th arg (opatts) from send_search_entry...
|
commit | commitdiff | tree |
1999-08-02 |
Hallvard Furuseth | Change unsigned long cast of offset to size_t in ldap_build_...
|
commit | commitdiff | tree |
1999-08-02 |
Hallvard Furuseth | Change 'unsigned long len' to ber_len_t in get_filter()
|
commit | commitdiff | tree |
1999-08-02 |
Hallvard Furuseth | Fix format %x -> %lx in des_string_to_key
|
commit | commitdiff | tree |
1999-08-02 |
Hallvard Furuseth | Fix bitmasks '0xhh << n' to '(masked type)0xhh << n'
|
commit | commitdiff | tree |
1999-08-02 |
Hallvard Furuseth | Remove unsigned long: Change to ber_len_t or ber_tag_t.
|
commit | commitdiff | tree |
1999-08-02 |
Hallvard Furuseth | Fix ber_put_int_or_enum to do its bit fiddling with...
|
commit | commitdiff | tree |
1999-08-02 |
Hallvard Furuseth | Finish s/lber_bprint/ber_bprint/ renaming
|
commit | commitdiff | tree |
1999-08-02 |
Hallvard Furuseth | Print ldap_err2string(error number) instead of just...
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Include <ac/stdlib.h> instead of <stdlib.h>
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | s/LDAP_CONST/const/ in ldap_pvt_asser() prototype
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Use $SLURPD_DEBUG
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Define EXIT_SUCCESS and EXIT_FAILURE if necessary
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Add missing LDAP_CONST in ber_pvt_assert() prototype
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Delete spurious 7th arg (of 8) to send_search_entry()
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | s/unsigned long/ber_len_t/ in typedef BERTranslateProc
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Cast ber_read() arg to char*
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Missed an instance of s/struct attrinfo/AttrInfo/
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Kill lber_debug
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Use ber_set_option() instead of setting lber_debug
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Always include <stdlib.h>, to avoid massive breakage...
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Align with ldif2id2children.c: s/int vlen;/ber_len_t...
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | s/getopt() != -1/getopt() != EOF/
|
commit | commitdiff | tree |
1999-08-01 |
Hallvard Furuseth | Simplify and speed up a bit by removing CHAR64LONG16.
|
commit | commitdiff | tree |
1999-07-18 |
Hallvard Furuseth | make ldap.ld_lberoptions unsigned, like berelement...
|
commit | commitdiff | tree |
1999-07-18 |
Hallvard Furuseth | Introduce got_<gid,uid> (the r1.4 change misbehaved...
|
commit | commitdiff | tree |
1999-07-16 |
Hallvard Furuseth | Add comment that socklen_t should be used
|
commit | commitdiff | tree |
1999-07-16 |
Hallvard Furuseth | Add comment thatPass socklen_t* instead of int* to...
|
commit | commitdiff | tree |
1999-07-16 |
Hallvard Furuseth | Pass socklen_t* instead of int* to getsockopt, accept...
|
commit | commitdiff | tree |
1999-07-14 |
Hallvard Furuseth | Remove duplicate 'static'
|
commit | commitdiff | tree |
1999-07-14 |
Hallvard Furuseth | fix typo in rm command
|
commit | commitdiff | tree |
1999-07-14 |
Hallvard Furuseth | Fix typo in socklen_t comment (signal.h -> sys/types...
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Eliminate htonl(unsigned_long_arg), which is wrong...
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Fix LDAP_CONST->const in explode_name(), it failed...
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Fix LDAP_CONNECTIONLESS code rot
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Fix NULLxxx -> NULL
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Forced commit to correct previous log, files were not...
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | ldap-int.h
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | ldap-int.h
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | constify use of invalue in <ber/ldap>_set_option()
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | constify ldap_int_put_controls, ldap_control_dup, ldap_contr...
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Add opattrs=0 arg to send_search_entry() call
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Fix read_next_searchobj prototype: long*blenp -> ber_len_t...
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Erase bad space from blank Makefile line
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Add missing newline at EOF
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Erase bad space from blank Makefile line
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Add bmu_funcp to bmu_align_u
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Fix use and decl of ber_pvt_assert. Fix ac/stdio...
|
commit | commitdiff | tree |
1999-07-13 |
Hallvard Furuseth | Fix typo "CC" -> "$CC" in AIX cc_r detection
|
commit | commitdiff | tree |
1999-05-03 |
Hallvard Furuseth | ITS#118: Remove "delete" and add [self] in access levels...
|
commit | commitdiff | tree |
1999-05-03 |
Hallvard Furuseth | Fix typo "-c" to "-H"
|
commit | commitdiff | tree |
1999-04-30 |
Hallvard Furuseth | Fix typo in comment
|
commit | commitdiff | tree |
1999-04-30 |
Hallvard Furuseth | Fix typo EEE -> EE in LDAP_API_FEATURE_X_OPENLDAP_REEENTRANT
|
commit | commitdiff | tree |
1999-04-30 |
Hallvard Furuseth | Fix typo LDAP_END_SEQORSET -> LBER_END_SEQORSET
|
commit | commitdiff | tree |
1999-04-30 |
Hallvard Furuseth | Add RFC931 and INTERNATIONAL installation variables
|
commit | commitdiff | tree |
1999-04-30 |
Hallvard Furuseth | Remove superfluous \ at end of lines outside macros...
|
commit | commitdiff | tree |
1999-04-30 |
Hallvard Furuseth | ITS#141: Add ldbm_ignore_nextid_file, since tools/ldif2...
|
commit | commitdiff | tree |
1999-04-30 |
Hallvard Furuseth | enclose macro arguments in ()
|
commit | commitdiff | tree |
1999-04-30 |
Hallvard Furuseth | Fix ldap -> ld in body of LDAP_ERR_STRING(ld). Enclose...
|
commit | commitdiff | tree |
1999-04-29 |
Hallvard Furuseth | Enclose CEILING/STRDUP macro args in ()
|
commit | commitdiff | tree |
1999-04-29 |
Hallvard Furuseth | ITS#141: move body of next_id_save() into new function...
|
commit | commitdiff | tree |
1999-04-29 |
Hallvard Furuseth | Add <ac/socket.h>
|
commit | commitdiff | tree |
1999-04-29 |
Hallvard Furuseth | Fix typos SLAPD_NEXTID_CHUCK/SLAPD_NEXTID_CHUNCK -...
|
commit | commitdiff | tree |
1999-04-13 |
Hallvard Furuseth | Move ldap_pvt_thread_initialize() in front of init_globals()
|
commit | commitdiff | tree |
1999-04-13 |
Hallvard Furuseth | neutralize previous add.c change until bdb2_back_entry_relea...
|
commit | commitdiff | tree |
1999-04-13 |
Hallvard Furuseth | Add dummy bdb2_back_entry_release_rw() to be completed...
|
commit | commitdiff | tree |
1999-04-13 |
Hallvard Furuseth | Add entry.c to complete previous change
|
commit | commitdiff | tree |
1999-04-13 |
Hallvard Furuseth | Add struct backend_info->bi_entry_release_rw and related...
|
commit | commitdiff | tree |
1999-04-11 |
Hallvard Furuseth | Fix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_mutex...
|
commit | commitdiff | tree |
1999-04-10 |
Hallvard Furuseth | Fix SPC -> TAB at the beginning of Makefile lines
|
commit | commitdiff | tree |
1999-04-07 |
Hallvard Furuseth | Fix typo ol_cv_pthread_pthread -> ol_cv_pthread_threads...
|
commit | commitdiff | tree |
1999-04-07 |
Hallvard Furuseth | Remove superfluous `)' in the `pthread_create in default...
|
commit | commitdiff | tree |
1999-04-07 |
Hallvard Furuseth | Remove #ifdef SLAP_CLEANUP around closelog()
|
commit | commitdiff | tree |
1999-04-06 |
Hallvard Furuseth | ifdef SLAP_CLEANUP: close db files, free memory, some...
|
commit | commitdiff | tree |
1999-04-06 |
Hallvard Furuseth | Use macros for the dummy definitions of sys_errlist...
|
commit | commitdiff | tree |
1999-04-06 |
Hallvard Furuseth | Protect against failed commands in Makefile.in
|
commit | commitdiff | tree |
1999-04-06 |
Hallvard Furuseth | Do not pipe to awk, use temporary file instead
|
commit | commitdiff | tree |
1999-04-06 |
Hallvard Furuseth | Add $CC_MKDEP to override $CC and the -c option
|
commit | commitdiff | tree |
1999-04-05 |
Hallvard Furuseth | Delay free(e.e_ndn) in cache_find_entry_dn2id() to...
|
commit | commitdiff | tree |
1999-04-05 |
Hallvard Furuseth | Delay free(e.e_ndn) in bdb2i_cache_find_entry_dn2id...
|
commit | commitdiff | tree |
1999-04-04 |
Hallvard Furuseth | Remove initialization of auto arrays
|
commit | commitdiff | tree |
1999-04-04 |
Hallvard Furuseth | plug memory leak of li->li_nextid_file
|
commit | commitdiff | tree |
1999-04-04 |
Hallvard Furuseth | strdup/free li->li_directory when chaning, so unmalloced...
|
commit | commitdiff | tree |
1999-04-04 |
Hallvard Furuseth | fix typo in comment in ldbm_back_close
|
commit | commitdiff | tree |
1999-04-04 |
Hallvard Furuseth | Plug memory leaks
|
commit | commitdiff | tree |
1999-04-04 |
Hallvard Furuseth | Plug memory leak in avl_free()
|
commit | commitdiff | tree |
1999-04-04 |
Hallvard Furuseth | Do closedir()
|
commit | commitdiff | tree |
1999-04-04 |
Hallvard Furuseth | Plug a few memory leaks
|
commit | commitdiff | tree |
1999-04-03 |
Hallvard Furuseth | Remove superfluous \ at end of lines outside macros...
|
commit | commitdiff | tree |
1999-04-03 |
Hallvard Furuseth | Add missing \n's in Debug statements
|
commit | commitdiff | tree |
1999-04-03 |
Hallvard Furuseth | Add missing \n's in Debug statements
|
commit | commitdiff | tree |
next |