Hallvard Furuseth
|
bbc719ca56
|
ITS#4948: '#if <undefined macro>' -> '#ifdef' warning cleanup
|
2007-05-09 18:17:10 +00:00 |
|
Howard Chu
|
7426ab07fc
|
ITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket.h> if a message must
be sent to transmit client credentials. Buffer the message data.
|
2007-03-25 04:40:22 +00:00 |
|
Howard Chu
|
a4f879f9d2
|
ITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/
|
2007-03-23 01:10:58 +00:00 |
|
Howard Chu
|
bec25494fe
|
ITS#4799 remove kerberos / kbind references
|
2007-01-10 00:20:42 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Howard Chu
|
a8e58e3eb4
|
Just include one or the other of poll.h or sys/poll.h
|
2006-09-21 18:00:01 +00:00 |
|
Howard Chu
|
bd1f3a7d8d
|
ITS#4674 fix poll detection
|
2006-09-21 17:54:37 +00:00 |
|
Howard Chu
|
2cc356588e
|
dirent emulation for MSVC
|
2006-09-14 08:01:05 +00:00 |
|
Howard Chu
|
811a90d5e1
|
Fix prev commit
|
2006-09-14 06:47:14 +00:00 |
|
Howard Chu
|
57c329a3af
|
ITS#4606 errno is not per-thread on WIN32, always use WSAGet/SetLastError
(with notable exceptions: ignore tests for EINTR which winsock never sets)
|
2006-09-14 06:35:34 +00:00 |
|
Kurt Zeilenga
|
d35d3b2026
|
Use LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX should be at least 2K.
For ITS#4651
|
2006-08-25 20:05:14 +00:00 |
|
Kurt Zeilenga
|
acbb5cf689
|
Happy new year!
|
2006-01-03 23:11:52 +00:00 |
|
Pierangelo Masarati
|
959a3651b9
|
fix logic of POSIX strerror_r (ITS#4292; refix ITS#4285)
|
2006-01-02 09:46:49 +00:00 |
|
Pierangelo Masarati
|
a9348a1b88
|
on Solaris, [v][sf][n]printf doesn't like NULL; on Solaris 10 strerror_r apparently returns NULL in some cases (ITS#4285)
|
2005-12-23 12:48:39 +00:00 |
|
Hallvard Furuseth
|
4b9d08fd9b
|
Declare memrchr() also when HAVE_MEMRCHR, since glibc by default does not.
Might need a worse #ifdef mess if any non-glibc memrchr() turns up.
|
2005-11-14 16:02:04 +00:00 |
|
Pierangelo Masarati
|
474dfbc8fd
|
don't trust strchr/strrchr with bervals
|
2005-11-13 22:26:53 +00:00 |
|
Kurt Zeilenga
|
d3ec485651
|
ITS#3583: memcmp replacement compilation error fix
|
2005-03-05 01:23:29 +00:00 |
|
Kurt Zeilenga
|
dc0eacd40b
|
Happy New Year!
|
2005-01-01 20:49:32 +00:00 |
|
Kurt Zeilenga
|
afffdeec68
|
Set OPENLDAP_FD_SETSIZE to 4096 (if not defined)
|
2004-11-17 04:07:14 +00:00 |
|
Kurt Zeilenga
|
547ebf66c4
|
Move POLL_* macros to <ac/socket.h>
|
2004-10-18 22:08:37 +00:00 |
|
Kurt Zeilenga
|
22690ddd0c
|
Define INFTIM if not in <poll.h>
|
2004-10-18 22:01:10 +00:00 |
|
Kurt Zeilenga
|
529e1d61f5
|
More prep for poll(2) support.
|
2004-07-09 19:08:48 +00:00 |
|
Kurt Zeilenga
|
1681421d01
|
Move SETSIZE hack to a header to avoid config.status munging
|
2004-07-09 17:52:26 +00:00 |
|
Kurt Zeilenga
|
62da0b6738
|
AC_STRERROR_R
|
2004-04-25 00:19:06 +00:00 |
|
Kurt Zeilenga
|
44820d617a
|
Add STRLENOF macro
|
2004-04-07 00:41:57 +00:00 |
|
Kurt Zeilenga
|
3c598e89fb
|
Happy new year
|
2004-01-01 19:15:16 +00:00 |
|
Kurt Zeilenga
|
a6bc746900
|
Fix notices
|
2003-11-26 04:16:36 +00:00 |
|
Kurt Zeilenga
|
327880b984
|
Notice updates
|
2003-11-25 23:17:08 +00:00 |
|
Hallvard Furuseth
|
b7e6be414d
|
Rename setlocale,textdomain,bindtextdomain to ldap_pvt_<function> (ITS#2513)
|
2003-06-05 11:46:49 +00:00 |
|
Kurt Zeilenga
|
ca52123a60
|
Fix builds when getaddrinfo is not detected but getnameinfo is.
This does not happen normally.
|
2003-04-21 18:28:08 +00:00 |
|
Kurt Zeilenga
|
4809e4da1e
|
Basic infrastructure for i18n/l10n
|
2003-04-05 20:49:16 +00:00 |
|
Howard Chu
|
ac04ec0ca4
|
Add NI_MAXHOST if not defined; normally in <netdb.h> on IPv6 systems
|
2003-03-05 01:33:36 +00:00 |
|
Kurt Zeilenga
|
6939c53170
|
Happy new year
|
2003-01-03 20:20:47 +00:00 |
|
Kurt Zeilenga
|
eb41333e4c
|
Use getpeereid(3) where available else use *_PEERCRED replacment function
|
2002-12-04 06:17:32 +00:00 |
|
Howard Chu
|
c4f91fc9a8
|
Revert previous commit, too much broken
|
2002-07-26 14:22:45 +00:00 |
|
Howard Chu
|
f8f4f383ea
|
Fix previous commit
|
2002-07-26 13:46:09 +00:00 |
|
Howard Chu
|
589b0fcdd6
|
stdio kludge for OS/390; stdlib.h must be included after stdio.h
|
2002-07-26 13:36:04 +00:00 |
|
Howard Chu
|
d889d5f1dc
|
Use both <string.h> and <strings.h> if BOTH_STRINGS_H is defined
|
2002-07-26 11:31:29 +00:00 |
|
Kurt Zeilenga
|
b23eab09aa
|
ucdata presently uses sized types. sized types use should be avoided
as they are not be available on all platforms.
|
2002-07-23 18:29:48 +00:00 |
|
Kurt Zeilenga
|
5fcd6b41e3
|
Use #ifdef, not #if, to check SHUT_RDWR
|
2002-06-19 18:15:20 +00:00 |
|
Kurt Zeilenga
|
c38027902a
|
Update copyright notices
|
2002-01-04 20:40:29 +00:00 |
|
Howard Chu
|
95c5d0c6e9
|
Replaced by ldap_queue.h
|
2002-01-03 00:14:37 +00:00 |
|
Howard Chu
|
06b350c04c
|
Moved WSAStartup/WSACleanup to libldap/init.c. Cleanup occurs in the
internal atexit handler.
|
2001-12-28 06:12:17 +00:00 |
|
Kurt Zeilenga
|
25b5aaf262
|
Delete ldap_build_filter(), it's broke.
Clean up headers.
|
2001-12-24 03:49:54 +00:00 |
|
Howard Chu
|
276ed0bbae
|
Move Windows sleep macro from acconfig.h to ac/unistd.h
|
2001-12-18 02:03:23 +00:00 |
|
Howard Chu
|
c37fa6d165
|
from jon@symas.com - misc MSVC cleanup
|
2001-12-17 22:40:10 +00:00 |
|
Howard Chu
|
0552b1c53f
|
NT updates from jon@symas.com.
|
2001-12-07 04:03:25 +00:00 |
|
Kurt Zeilenga
|
35220ca0ad
|
Add BSD Queue (and list) management
|
2001-12-06 15:55:34 +00:00 |
|
Kurt Zeilenga
|
6b88b30230
|
Fix typo in last commit
|
2001-11-28 02:17:55 +00:00 |
|
Kurt Zeilenga
|
20526e726c
|
Support some MAXPATHLEN alternatives
|
2001-11-28 02:16:44 +00:00 |
|