]> git.sur5r.net Git - openldap/history - include/ac
Resync
[openldap] / include / ac /
2011-01-05 Kurt ZeilengaHappy New Year
2010-04-13 Kurt Zeilengahappy belated New Year
2009-11-20 Hallvard FurusethITS#6351,6390: s/memrchr/lutil_memrchr/, but try #defin...
2009-11-15 Howard ChuITS#6351 only declare memrchr if not defined by platform
2009-10-23 Hallvard FurusethFix sock_errset macro: Wrap it in (), return void to...
2009-10-21 Howard ChuITS#6342 include <ac/unistd.h>
2009-07-22 Howard ChuITS#4643 never use native getpass(), it's deprecated...
2009-04-11 Howard ChuITS#6041 Windows opendir/closedir issues (from ITS...
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-23 Howard ChuITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-02 Kurt Zeilengahappy new year
2006-09-21 Howard ChuJust include one or the other of poll.h or sys/poll.h
2006-09-21 Howard ChuITS#4674 fix poll detection
2006-09-14 Howard Chudirent emulation for MSVC
2006-09-14 Howard ChuFix prev commit
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-08-25 Kurt ZeilengaUse LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX...
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaratifix logic of POSIX strerror_r (ITS#4292; refix ITS...
2005-12-23 Pierangelo Masaration Solaris, [v][sf][n]printf doesn't like NULL; on...
2005-11-14 Hallvard FurusethDeclare memrchr() also when HAVE_MEMRCHR, since glibc...
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
2005-03-05 Kurt ZeilengaITS#3583: memcmp replacement compilation error fix
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-17 Kurt ZeilengaSet OPENLDAP_FD_SETSIZE to 4096 (if not defined)
2004-10-18 Kurt ZeilengaMove POLL_* macros to <ac/socket.h>
2004-10-18 Kurt ZeilengaDefine INFTIM if not in <poll.h>
2004-07-09 Kurt ZeilengaMore prep for poll(2) support.
2004-07-09 Kurt ZeilengaMove SETSIZE hack to a header to avoid config.status...
2004-04-25 Kurt ZeilengaAC_STRERROR_R
2004-04-07 Kurt ZeilengaAdd STRLENOF macro
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaFix notices
2003-11-25 Kurt ZeilengaNotice updates
2003-06-05 Hallvard FurusethRename setlocale,textdomain,bindtextdomain to ldap_pvt_...
2003-04-21 Kurt ZeilengaFix builds when getaddrinfo is not detected but getname...
2003-04-05 Kurt ZeilengaBasic infrastructure for i18n/l10n
2003-03-05 Howard ChuAdd NI_MAXHOST if not defined; normally in <netdb.h...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-04 Kurt ZeilengaUse getpeereid(3) where available else use *_PEERCRED...
2002-07-26 Howard ChuRevert previous commit, too much broken
2002-07-26 Howard ChuFix previous commit
2002-07-26 Howard Chustdio kludge for OS/390; stdlib.h must be included...
2002-07-26 Howard ChuUse both <string.h> and <strings.h> if BOTH_STRINGS_H...
2002-07-23 Kurt Zeilengaucdata presently uses sized types. sized types use...
2002-06-19 Kurt ZeilengaUse #ifdef, not #if, to check SHUT_RDWR
2002-01-04 Kurt ZeilengaUpdate copyright notices
2002-01-03 Howard ChuReplaced by ldap_queue.h
2001-12-28 Howard ChuMoved WSAStartup/WSACleanup to libldap/init.c. Cleanup...
2001-12-24 Kurt ZeilengaDelete ldap_build_filter(), it's broke.
2001-12-18 Howard ChuMove Windows sleep macro from acconfig.h to ac/unistd.h
2001-12-17 Howard Chu from jon@symas.com - misc MSVC cleanup
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-06 Kurt ZeilengaAdd BSD Queue (and list) management
2001-11-28 Kurt ZeilengaFix typo in last commit
2001-11-28 Kurt ZeilengaSupport some MAXPATHLEN alternatives
2001-11-28 Kurt ZeilengaKludge for the Hurd
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-05-29 Kurt ZeilengaUpdate copright with clarification
2001-05-19 Kurt ZeilengaSome minor cleanup
2001-05-02 Kurt ZeilengaDon't require int32
2000-10-18 Kurt ZeilengaAdd ldap_pvt_gai_strerror().
2000-09-25 Kurt ZeilengaDefine INET{,6}_ADDRSTRLEN if needed
2000-09-04 Kurt ZeilengaRemove redefine on MSC
2000-08-28 Kurt ZeilengaUse shutdown(2) prior to stream close(2).
2000-07-27 Kurt ZeilengaAdd AC_MEMCPY and AC_FAST_MEMCPY macros to eventually...
2000-07-27 Kurt ZeilengaAdd additional comment explaining #error
2000-07-24 Kurt ZeilengaFix typo
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-06-24 Kurt ZeilengaClarify LinuxThreads USR1/USR2 issue
2000-06-20 Kurt ZeilengaIntroduce LDAP_V() and friends
2000-06-19 Mark ValenceUpdate some prototype macros to build on NT.
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
2000-05-19 Kurt ZeilengaUse getpassphrase() instead of getpass() if available.
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Howard ChuMoved nt_err from liblutil to liblber, renamed WSAGetEr...
2000-05-10 Howard ChuRemove MINGW32 declarations of snprintf and vsnprintf...
2000-05-10 Howard ChuRemove declaration of strerror_r, it clashes on AIX...
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-18 Kurt ZeilengaFix 2 vs 4 typo
1999-12-17 Kurt ZeilengaTemporary fix for BEOS.
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-26 Kurt ZeilengaRemove LBER_{TAG,INT,LEN}_{NTOH,HTON} macros. Rewrite...
1999-11-17 Kurt ZeilengaUse lber types instead of uint32 for md5. sha1 still...
1999-11-08 Kurt ZeilengaUse LDAP_F for libc routines
1999-11-01 Kurt ZeilengaAdditional mods to fix NT single threaded support.
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
1999-10-31 Howard ChuFix broken MSVC builds. The previous round of Mingw32...
1999-10-30 Kurt ZeilengaAdd support for sizeof(short) == 4 when sizeof(int...
1999-10-28 Howard ChuFixed the LDAP_F macro.
1999-10-28 Howard ChuFor Mingw32, added declarations for snprintf and vsnprintf
1999-10-28 Howard ChuAdded LDAP_SIGUSR macros for NT
next