pjs/directory/c-sdk/config
nhosoi%redhat.com 4de91ac302 394071 ��� LDAP SASL bind fails when the given hostname is numeric IPv6 address
[Change description]
configure: generated with autoconf213
configure.in: added getaddrinfo and getnameinfo to AC_CHECK_FUNCS
config/autoconf.mk.in: added macros HAVE_GETADDRINFO and HAVE_GETNAMEINFO
ldap/clients/tools/common.c:
1. check if the given host name looks like IPv6 numeric address or not
2. if it is, try getaddrinfo + getnameinfo if available
3. if they are not or they failed, try NSPR functions, which are a bit old
handling IPv6 addresses, but for this case, they return the expected result --
FQDN.
2007-09-17 17:46:23 +00:00
..
autoconf Resolves: bug 228704 2007-01-24 20:53:02 +00:00
.cvsignore
AIX.mk
BSD_OS.mk
BeOS.mk
DGUX.mk
FreeBSD.mk
HP-UX.mk bug 322576 2006-01-18 19:38:33 +00:00
IRIX.mk
Linux.mk
Makefile.client bug 322576 2006-01-18 19:38:33 +00:00
Makefile.in bug 322576 2006-01-18 19:38:33 +00:00
NCR.mk
NEC.mk
NEWS-OS.mk
NEXTSTEP.mk
NTO.mk
NetBSD.mk
OS2.mk [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 4, changes to LDAP build config (LDAP trunk version). r=mkaply, r=mcs 2006-12-13 22:12:16 +00:00
OSF1.mk
OpenBSD.mk Resolves: bug 256515 2007-06-08 22:33:01 +00:00
OpenVMS.mk
QNX.mk
README
Rhapsody.mk
SCOOS.mk
SINIX.mk
SunOS.mk
SunOS4.mk
SunOS5.8_i86pc.mk
SunOS5.9.mk
SunOS5.9_i86pc.mk
SunOS5.mk
UNIX.mk
UNIXWARE.mk
WIN32.mk
WIN95.mk
WINNT.mk
arch.mk
autoconf.mk.in 394071 ��� LDAP SASL bind fails when the given hostname is numeric IPv6 address 2007-09-17 17:46:23 +00:00
config.mk
cygwin-wrapper Resolves: bug 386091 2007-06-20 17:57:12 +00:00
libc_r.h
module.df
nfspwd
nfspwd.pl
now.c
nsinstall.c
pathsub.h
prdepend.h
prmkdir.bat
rules.mk Bug: 339298 2006-10-03 20:43:42 +00:00
win16.mk

README

#
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
# 
# The contents of this file are subject to the Mozilla Public License Version 
# 1.1 (the "License"); you may not use this file except in compliance with 
# the License. You may obtain a copy of the License at 
# http://www.mozilla.org/MPL/
# 
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
# 
# The Original Code is mozilla.org code.
# 
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All Rights Reserved.
# 
# Contributor(s):
# 
# Alternatively, the contents of this file may be used under the terms of
# either of the GNU General Public License Version 2 or later (the "GPL"),
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
# 
# ***** END LICENSE BLOCK ***** 

This part of of the tree taken from NSPR 4.1.  The
NSPR config tree was tagged with:

cvs tag ldapcsdk_branch50-config


The version of NSPR this was taken from:

NSPRPUB_RELEASE_4_1 (revision: 3.23)