]> git.sur5r.net Git - openldap/history - libraries/liblber
Update the sleep to 10 seconds (last commit only changed the echo)
[openldap] / libraries / liblber /
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-02 Hallvard FurusethFix bitmasks '0xhh << n' to '(masked type)0xhh << n'
1999-08-02 Hallvard FurusethRemove unsigned long: Change to ber_len_t or ber_tag_t.
1999-08-02 Hallvard FurusethFix ber_put_int_or_enum to do its bit fiddling with...
1999-08-01 Hallvard Furuseths/LDAP_CONST/const/ in ldap_pvt_asser() prototype
1999-08-01 Hallvard FurusethCast ber_read() arg to char*
1999-07-16 Hallvard FurusethPass socklen_t* instead of int* to getsockopt, accept...
1999-07-13 Julio Sánchez Fern... Deal with sb_trans_needs_read and sb_trans_needs_write
1999-07-13 Julio Sánchez Fern... Add a couple of control flags to sockbufs and macros...
1999-07-13 Hallvard Furusethconstify use of invalue in <ber/ldap>_set_option()
1999-07-13 Hallvard FurusethAdd bmu_funcp to bmu_align_u
1999-07-13 Hallvard FurusethFix use and decl of ber_pvt_assert. Fix ac/stdio...
1999-06-28 Kurt Zeilengamodify ber_put_berval to put NULL ostring when bv ...
1999-06-28 Kurt Zeilengadetect write() and use HAVE_WRITE instead of
1999-06-28 Kurt Zeilenga*** empty log message ***
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-15 Kurt Zeilengaassert read/write to not in use sockbufs. This may...
1999-06-10 Kurt ZeilengaDisable LDAP_MEMORY_DEBUG on NT (should not have been...
1999-06-08 Kurt ZeilengaAdd missing ';' after BER_MEM_VALID macro calls.
1999-06-08 Kurt Zeilengadon't test BER_MEM_VALID forever.
1999-06-07 Kurt ZeilengaMinor clean of assert() and comments.
1999-06-07 Kurt ZeilengaAdd and use a BER_MEM_VALID macro (behind ifdef LDAP_ME...
1999-06-07 Kurt ZeilengaHide assert(p == NULL) behind LDAP_MEMORY_DEBUG.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
1999-06-02 Kurt ZeilengaMake first argument of *_get_option const (experimental).
1999-06-02 Kurt ZeilengaAdd experimental wrong heap detection behind LDAP_MEMOR...
1999-06-01 Kurt ZeilengaMinor adjustments to the LBER_VFREE() & LDAP_VFREE...
1999-06-01 Kurt Zeilengamove berval memory routines to memory.c
1999-06-01 Kurt ZeilengaRemove LDAP_LIBUI dependency.
1999-05-31 Kurt ZeilengaClean up LDAP_BOOL_GET and fetching via ldap_get_option().
1999-05-31 Kurt ZeilengaRemove dependency upon lber-int.h by using ber_set_opti...
1999-05-30 Kurt ZeilengaInitial round 2 memory allocation changes. THIS IS...
1999-05-29 Kurt ZeilengaMinor adjustments to better handle NT vs UNIX.
1999-05-29 Kurt ZeilengaFirst cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN...
1999-05-29 Kurt ZeilengaAdd memory.c to -llber
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Kurt Zeilengaber_clear() no longer needed. Removed.
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-28 Kurt ZeilengaDeath to LBER_END_SEQORSET.
1999-05-20 Kurt Zeilengaetest/dtest now work correctly. Commented out bogus...
1999-05-20 Kurt Zeilengafound my lber bug... ber_buf should have been freed...
1999-05-20 Kurt ZeilengaFix initialization bug in ber_init_w_nullc()
1999-05-20 Kurt ZeilengaVersion.c deprecated in favor of mkversion.
1999-05-20 Kurt ZeilengaFixed bug in dtest code.
1999-05-19 Kurt ZeilengaImproving e/d test (until I find the my damn bug)
1999-05-19 Kurt ZeilengaEnhance encode/decode test programs to encode sets...
1999-05-19 Kurt ZeilengaRemoved lint.
1999-05-19 Kurt ZeilengaAdd UL to more BER tags.
1999-05-19 Kurt ZeilengaAdd UL to LBER tags.
1999-05-19 Kurt ZeilengaMissing LDAP_CONST from ldap_set_option() declaration.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-30 Hallvard FurusethFix typo LDAP_END_SEQORSET -> LBER_END_SEQORSET
1999-04-27 Kurt ZeilengaLint removal: signed i < unsigned j
1999-04-14 Gary Williamsadjust project settings
1999-04-02 Gary Williamsput single and multi-threaded output in different direc...
1999-04-01 Gary Williamscreate single-thread configurations
1999-04-01 Gary WilliamsNT port
1999-04-01 Gary Williamsupdate project settings
1999-03-29 Kurt Zeilengaadd wait macros. add LDAP_SIGCHLD. and other misc...
1999-03-29 Kurt ZeilengaAdd ioctl_t for arg type (Unix requires 'int', Winsock...
1999-03-29 Kurt ZeilengaRework ac/socket.h for HAVE_WINSOCK:
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-13 Ben CollinsCheck that FIONBIO is defined, also add defined(__BEOS_...
1999-03-09 Hallvard Furuseth"const"ify some static arrays, and related parameters...
1999-03-06 Kurt Zeilengadefined USE_NONBLOCK for now... need to implement confi...
1999-03-06 Kurt ZeilengaMove lber_get/set_option stuff to a private structure.
1999-03-06 Kurt ZeilengaMSVC5 cleanup...
1999-03-03 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard Furusethinclude lber-int.h to get lber_pvt_* declarations
1999-03-03 Hallvard Furusethber_scanf returns LBER_ERROR, not -1, on failure.
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-03 Hallvard FurusethBack out previous change; it was an accidental commit
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-01 Kurt ZeilengaUpdate libpath.
1999-02-11 Kurt ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
1999-01-29 Kurt Zeilengazap ber buf pointer on free.
1999-01-26 Kurt ZeilengaAdd lber_pvt.h with prototypes of lber_pvt_log_print...
1999-01-25 Kurt ZeilengaAdd support for LBER_OPT_LOG_PRINT_FN option.
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1998-12-28 Kurt ZeilengaMinor update to copyright (forgot 'portions')
1998-12-28 Kurt ZeilengaAdd simple copyright notice
1998-12-26 Hallvard FurusethPlug memory leaks when ber input fails: Let ber_scanf...
1998-12-24 Randy KunkeeFix line 62 of bprint.c "#elif" line with no expression.
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-19 Kurt Zeilenga-lldap reentrantancy improvements from Bart Hartgers...
1998-12-18 Kurt ZeilengaAdd draft-ietf-ldapext-ldap-c-api-01 routines ber_init()
1998-11-29 Kurt ZeilengaUpdate build environment:
1998-11-23 Hallvard Furusethgcc -W cleanup
1998-11-22 Hallvard Furusethgcc -W cleanup: Remove implicit int, remove unused...
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
1998-11-21 Kurt ZeilengaLIBS needs to be redefined to link test programs.
1998-11-21 Kurt ZeilengaBuild library test programs. Fix compiling issues.
1998-11-18 Kurt ZeilengaRemove lint in UserDirectory found on NT
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
next