C-SDK Latest Level?

2006-01-05 Thread Ken Ward
I am trying to build the sdk on Linux/Os390 to accomodate the build of Apache 2.2 with LDAP. When I went to the ftp directory, http://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/ldap/ the files are dated 1998. Is there another place I should be extracting from? Ken

Re: LDAP C SDK multithreaded ssl

2005-10-21 Thread Anton Bobrov
try setting env var NSPR_NATIVE_THREADS_ONLY to 1 [ make sure its set, env vars are tricky on win32 ] this should disable NT fibers there and switch to global/native threads only. if you use fibers from inside your own app i would strongly recommend not doing that and going with global/native

Re: LDAP C SDK multithreaded ssl

2005-10-20 Thread Rich Megginson
Hm - what ldap sdk version are you using? What OS and version are you using? What compiler? [EMAIL PROTECTED] wrote: Thanks Dan. I had already gone over that document and followed the examples. Everything works great if the application using the SDK is not using SSL to talk to the

Re: LDAP C SDK multithreaded ssl

2005-10-19 Thread Dan Mosedale
[EMAIL PROTECTED] wrote: Does anyone know if the C SDK is thread safe with SSL? Yes. The C SDK is threadsafe in general: http://www.mozilla.org/directory/csdk-docs/threaded.htm Dan ___ mozilla-directory mailing list mozilla-directory@mozilla.org

LDAP C SDK multithreaded ssl

2005-10-13 Thread AckMike
Does anyone know if the C SDK is thread safe with SSL? ___ mozilla-directory mailing list mozilla-directory@mozilla.org http://mail.mozilla.org/listinfo/mozilla-directory

Re: LDAP C SDK compilation flag

2005-08-31 Thread Richard Megginson
Frank wrote: I'm trying to build a compatible version of the LDAP C SDK from CVS source in a Linux environment on os390x. I got the dependancies and the SDK to compile out of the box according to the instructions at: http://www.mozilla.org/directory/csdk.html The resulting binaries

Static builds of ldap c sdk

2005-07-19 Thread Hashim Saleem
Hi, I want to make a static build of LDAP C sdk. I found that the default build made by gmake is dynamic. I need to know that is there any command line paramter or switch which can be given to configure or gmake to get this result or one has to dive into the makefiles and search

Re: ANNOUNCE: Mozilla LDAP C SDK version 5.15

2005-04-04 Thread Mickaël Guessant
Rich Megginson a écrit : This version contains: 1) A fix for the deprecated get password function on HP-UX 11.11 2) Support for the upgraded components NSPR 4.4.1 and NSS 3.9.3 3) Support for the newly open sourced SVRCORE SVRCORE provides for secure PIN management when using the SSL enabled

Re: ANNOUNCE: Mozilla LDAP C SDK version 5.15

2005-04-04 Thread Rich Megginson
Mickaël Guessant wrote: Rich Megginson a écrit : This version contains: 1) A fix for the deprecated get password function on HP-UX 11.11 2) Support for the upgraded components NSPR 4.4.1 and NSS 3.9.3 3) Support for the newly open sourced SVRCORE SVRCORE provides for secure PIN management when

ANNOUNCE: Mozilla LDAP C SDK version 5.15

2005-03-10 Thread Rich Megginson
This version contains: 1) A fix for the deprecated get password function on HP-UX 11.11 2) Support for the upgraded components NSPR 4.4.1 and NSS 3.9.3 3) Support for the newly open sourced SVRCORE SVRCORE provides for secure PIN management when using the SSL enabled command line tools. This

Re: LDAP C SDK 5.08 lib on HPUX-11

2005-03-02 Thread Dave Wilcoxson
The 5.06 version yields the same results. I would like to try a 4.x version and see if it has the same issue, but I'm unable to find any 4.x binaries any more. There are no linker errors (at compile time or runtime), the only problem is that the ldapssl_client_init always returns -1. I've tried

Re: LDAP C SDK 5.08 lib on HPUX-11

2005-03-01 Thread Anton Bobrov
any error/warning messages from runtime linker and the like? and can you try version 5.06 [from the same site] as well? Dave Wilcoxson wrote: Van Vuong wrote: 2. SSL fails on HP platform, works fine on WinNT, AIX and Solaris. Is this a known problem on HP ? Sample code if (

LDAP C SDK binaries available for download

2005-02-14 Thread Rich Megginson
ftp://ftp.redhat.com/pub/redhat/ldapsdk/ ___ mozilla-directory mailing list mozilla-directory@mozilla.org http://mail.mozilla.org/listinfo/mozilla-directory

Re: Need LDAP C SDK source code for SunONE Directory SDK for C 5.08

2005-02-03 Thread Anton Bobrov
to build SunONE Directory SDK for C 5.08 http://www.sun.com/download/products.xml?id=3ec28dbd. The release note said to go Mozilla. The Mozilla LDAP C SDK site, http://www.mozilla.org/directory/csdk.html, shows me to check out the followings: 1.. cvs co -P DirectorySDKSourceC 2.. Pull the code

Need LDAP C SDK source code for SunONE Directory SDK for C 5.08

2005-02-01 Thread Van Vuong
Anyone can point me to where I should download the source code that is used to build SunONE Directory SDK for C 5.08 http://www.sun.com/download/products.xml?id=3ec28dbd. The release note said to go Mozilla. The Mozilla LDAP C SDK site, http://www.mozilla.org/directory/csdk.html, shows me

ldap c-sdk Build problem (can not find file specified)

2004-12-27 Thread Atta Ullah
hello i have downloaded NSS and NSPR using cvs and build using cygwin. it bulid without any problem on windows XP and i am using it, now i want to integrate ldap csdk with mozilla.i downloaded the source using cvs but when i tried to build .it gave following error.SHMSDOS is in folder

Solaris 8 / LDAP C SDK Build Failures

2004-12-23 Thread Jeff Vandegrift
I need to fix a timeout bug in LDAP and have attempted to build the LDAP C SDK on Solaris 8 using the instructions found at http://www.mozilla.org/directory/csdk.html -- Here's my build script: #!/bin/sh ### # Erase previous snapshot # ### cd

Re: c sdk

2004-11-19 Thread Ronan McGlue
`/cygdrive/c/ldap/mozilla/directory/c-sdk/ldap/libraries/libssldap' make[2]: *** [export] Error 2 make[2]: Leaving directory `/cygdrive/c/ldap/mozilla/directory/c-sdk/ldap/libraries' make[1]: *** [export] Error 2 make[1]: Leaving directory `/cygdrive/c/ldap/mozilla/directory/c-sdk/ldap' make

Re: c sdk

2004-11-18 Thread Dan Mosedale
to build mozilla, and its giving me the following in cygwin $ gmake cd config; c:/netscapetools/bin/gmake.exe export c:\netscapetools\bin\gmake.exe[1]: Entering directory `c:/ldap/mozilla/directory /c-sdk/config' c:\netscapetools\bin\gmake.exe[1]: Nothing to be done for `export'. c:\netscapetools

small patch to c-sdk

2004-10-17 Thread @(none)
Hello directory group. Hopefully there is somebody (a developer)on here who likes to see bugs being fixed by users. A build fails for c-sdk on SunOS. I checked it out today. The error occurs in libssl something-or-other. in mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in line 107

Does LDAP C SDK support IPv6?

2004-09-21 Thread Simon Kim
Hi, I use a Mozilla LDAP C SDK and Sun LDAP C SDK.. But I think both doesn't support IPv6 environment. I put ldap server ip address(ipv6 address) into ldap_init(). But error occur in ldap_simple_bind_s(); It's err code is 0x5b. It means Can't connect to the LDAP server. Anybody knew this status

Mozilla LDAP C SDK on Itanium platforms

2004-09-07 Thread sergiu
We're currently using Sun LDAP libraries v5.0.8, but evaluating mozilla LDAP C SDK given that Sun does not provide binaries for a number of platforms we're targetting. Has anyone been able to build/use the Mozilla LDAP C SDK on Itanium based Windows 2003, HP-UX 11.23 (11i v2), or Enterprise Linux

LDAP C SDK release/version number

2004-09-07 Thread sergiu
Hi, The current Checking out the code instructions suggest to pull the latest source under DirectorySDKSourceC. Is there a concept of major/stable release? If so, what is its version number and is there in cvs a tag (or some sort of reference) that I could use in future to pull down the source

LDAP C SDK on mozilla

2004-08-26 Thread Ashwin Ambekar
Hi, can anyone tell me the version of C SDK available on mozilla. Is it same as what is available at SUN's site? Also, I am facing problems with SUN's C SDK on RH9. Has anyone tried this before? -Regards Ashwin ___ mozilla-directory mailing list

Unable to compile the LDAP C SDK

2004-07-05 Thread Jean-Denis Langelier
Hi, I am trying to compile the C SDK from source as per the instructions on http://www.mozilla.org/directory/csdk.html . But when I get to the point of compiling nss using gmake nss_build_all, I get the following output: ../coreconf/config.mk:67: ../coreconf/Linux2.6.mk: No such file

Unable to compile c-sdk on windows -xp

2004-05-13 Thread Vikas Gandhi
My Env Settings are C:\mozillaenv|grep -i moz !C:=C:\mozilla MOZCONFIG=c:\mozilla\MOZCONFIG MOZ_BITS=32 MOZ_DEBUG=1 MOZ_GOLD=1 MOZ_MEDIUM=1 MOZ_NT=5.0 MOZ_TOOLS=C:\moztools C:\mozillamake -f client.mk build cd C:mozilla C:mozilla/configure loading cache ./config.cache

mozilla ldap C SDK on solaris 8

2004-03-30 Thread melissa_benkyo
Hello all, I'm trying to install the mozilla ldap C SDK on my solaris box. But I'm not sure how to do it. I looked up the documentation at the official site and it says about using configure but there is not a configure file in the tar file. Can someone please point me to the right direction

Picking up binaries of c-sdk of netscape(for windos and Solaris)

2004-03-10 Thread Vikas Gandhi
Hi ALL Can someone can advise as where I can pick up latest binaries of c-sdk of mozilla. I have downloaded the source code but I am not at all able to build. Its a great difficulty to build them. So If I get the libraries and includes they can also do my job. Can someone pls advice

Does Netscape LDAP C SDK client library supports page control?

2004-03-10 Thread Yimin Chen
Hi, I am currently using Netscape library to talk to Active Directory server, and due to the large result size (exceeds 1000) of the ldap query, I am not able to get the full results. Active Directory supports the server side page control, does Netscape client side library supports page

how to independently build ldap c-sdk???

2004-03-10 Thread Vikas Gandhi
Hi All I need to the following. First is which version of mozilla is exactly ldap c-sdk 5.0 started. (Is this 1.4/1.5/1.6/1.7 ???) Next is how to independently build ldap c-sdk??? Regards Vikas

Need Latest c-sdk

2004-03-09 Thread Vikas Gandhi
Hi Where can I find latest c-sdk version. I was redirected to the site of iplanet from mozilla. where I was redirected to the site of sun.com where there is sun sdk 5.08. Is this what are I am looking for ? From where did u get netscape 5.0 c-sdk. --Vikas

Mozilla LDAP C SDK paging

2004-03-02 Thread Chad Langston
Does anyone know how to perform paging using the Mozilla LDAP C SDK? Regards, Chad ___ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-directory

Re: Mozilla LDAP C SDK binaries ,,,

2004-03-02 Thread Richard Megginson
Chad Langston wrote: Does anyone know where I might find the C SDK binaries? I have been unable to locate them anywhere. Are they gone. Do I have to compile the libraries myself these days? If you want the latest, you will have to compile them yourself. Otherwise, you can grab them from

Re: Mozilla LDAP C SDK paging

2004-03-02 Thread Richard Megginson
Chad Langston wrote: Does anyone know how to perform paging using the Mozilla LDAP C SDK? What do you mean by paging? Do you mean Virtual List View? Regards, Chad ___ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo

Mozilla LDAP C SDK binaries ,,,

2004-03-01 Thread Chad Langston
Does anyone know where I might find the C SDK binaries? I have been unable to locate them anywhere. Are they gone. Do I have to compile the libraries myself these days? Regards, Chad ___ mozilla-directory mailing list [EMAIL PROTECTED] http

LDAP C SDK 5.08 lib on HPUX-11

2004-01-27 Thread Van Vuong
Hi, I have a problem using the LDAP C SDK 5.08 lib on the HPUX-11 platform. 1. LDAP_OPT_RECONNECT option is not supported on this platform. Sample code: int iversion = LDAP_VERSION3; if ((err = ::ldap_set_option (m_ld, LDAP_OPT_PROTOCOL_VERSION, iversion)) != 0

Re: question about LDAP C SDK 5.08 (www.iplanet.com release)

2004-01-07 Thread Rich Megginson
zmwillow wrote: yes, i can use iconv lib to encode Chinese to utf8 string, but my question is: Could LDAP c sdk handle the utf8 string using char* parameter? Yes. The nice thing about utf8 is that you can use char* (and many standard c library functions) to handle them. Thank you :) Rich

question about LDAP C SDK 5.08 (www.iplanet.com release)

2004-01-06 Thread zhangmeng
hello, I just want to know, how to add Chinese string to Openldap using LDAP C SDK for windows. the parameters in the SDK is char *, for example: LDAP_API(int) LDAP_CALL ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs ); the problem is: (1) if i use Chinese in const

Re: question about LDAP C SDK 5.08 (www.iplanet.com release)

2004-01-06 Thread Rich Megginson
the output contains 8 bit characters, ldapsearch will, by default, assume it is binary data and convert it to base64 for display on the terminal window. zhangmeng wrote: hello, I just want to know, how to add Chinese string to Openldap using LDAP C SDK for windows. the parameters in the SDK

Re: question about LDAP C SDK 5.08 (www.iplanet.com release)

2004-01-06 Thread zmwillow
yes, i can use iconv lib to encode Chinese to utf8 string, but my question is: Could LDAP c sdk handle the utf8 string using char* parameter? Thank you :) Rich Megginson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... You must convert the Chinese string from the native

LDAP C SDK 4.1 ?

2003-04-06 Thread windfox
Hi All, I am looking for libldapssl41.so. Now, My system is a solaris 8 but i didn't find a libldapssl41.so. Also, I can't download the LDAP C SDK4.1 for libldapssl41.so. Where I can download the LDAP C SDK4.1 or URL ? Thanks, Bjkim.

Re: LDAP C SDK (notification)

2003-02-11 Thread Bertold Kolics
Hi, HEDI wrote: I am using the C SDK 5.08 create_persistent_search_controls and ldap_parse_entrychange_control to retrieve the updates on a branch and each time a 'change' (modify, delete, rename ...) occurs the 'call back' gives the 'dn' of the impacted entry. The call to ldap_result is done

C-SDK function ldapssl_pkcs_init()

2003-02-04 Thread Ken Culbert
Is this function still preferred over ldapssl_*_init() functions and, if so can anyone point me to an example of how to use this function and the ldapssl_pkcs_fns structure? Also, is there SDK documentation available that's more recent than 4.1?

Re: C-SDK function ldapssl_pkcs_init()

2003-02-04 Thread Richard Megginson
Ken Culbert wrote: Is this function still preferred over ldapssl_*_init() functions and, if so can anyone point me to an example of how to use this function and the ldapssl_pkcs_fns structure? Also, is there SDK documentation available that's more recent than 4.1? The documentation is old.

Re: LDAP C SDK - RH7.3

2003-01-27 Thread FinWait
messages and see that the standard answer for users trying to compile the LDAP C SDK with Linux 2.4, is to download and install AOL's Directory Server. While this may be a kludge to get things to work, I don't think that it is an acceptable fix for most people. I have no interest in in

Re: LDAP C SDK - RH7.3

2003-01-23 Thread Richard Megginson
mozilla or netscape. In the meantime, I apologize for the kludge, but it's better than nothing. FinWait wrote: Hi, I've read through quite a few messages and see that the standard answer for users trying to compile the LDAP C SDK with Linux 2.4, is to download and install AOL's Directory Server

Re: LDAP C SDK 5.1

2003-01-22 Thread Matt Ross
Oh good. The corrupted archives I have got so far have not shown it. Finally got it downloaded. Not sure what the problem was. What I'm most happy about is that the libraries from this have greatly helped in my own application (a GUI to add/remove/edit user accounts on a Netware server via

Re: LDAP C SDK 5.1

2003-01-16 Thread Mark Smith
Sandeep wrote: Hi All, I am looking for following bug fix http://bugzilla.mozilla.org/long_list.cgi?buglist=152852 Where I can download the LDAP C SDK 5.1 ? Option 1: build it from source code (this does not seem to work reliably for everyone). Option 2: download Netscape DS 6.1.1, which

Re: Pb Compiling C SDK

2002-11-16 Thread Olivier Saint-Yves
Mark Smith a écrit: Make sure you also copy the file to ..\..\..\dist\public\ldap\ldap-standard.h Which perl are you using? The replace.pl script should work. it's ok now (pb perl version). Thank's but i've got error cp -r ../../../../dist/./include/nspr/*

Re: Pb Compiling C SDK

2002-11-08 Thread Mark Smith
in comment perl's call in mozilla\directory\c-sdk\ldap\include\Makefile and modify by hand ldap-standard-tmpl.h with : #define LDAP_VENDOR_VERSION500/* version # * 100 */ #define LDAP_VENDOR_NAMEmozilla.org Make sure you also copy the file to ..\..\..\dist\public\ldap\ldap-standard.h

Re: Problem compiling C SDK

2002-11-08 Thread Mark Smith
I have never built on anything expect Windows NT and 2000 (and I know other people have built on WinXP). Maybe the build system is incompatible with Win98. Try creating the WIN32_O.OBJ directory before you make. -Mark Smith Netscape Loïc Capdeville wrote: Some news : I can configure with $

error LNK2001: unresolved external symbol _ldap_xxx@xx: Mozilla LDAP C SDK linking for Win2K system problem. Pls help.

2002-10-08 Thread Sams
Finally I found the document to link the Netscape LDAP C SDK in http://docs.sun.com/source/816-5616-10/example.htm#13372 Here is what i got when I linked it in my VStudio6.0: search.obj : error LNK2001: unresolved external symbol _ldap_msgfree@4 search.obj : error LNK2001: unresolved external

Re: Mozilla LDAP C SDK

2002-09-30 Thread Zoltan Glozik
directory. Regards, Zoltan Ricardo Gadea [EMAIL PROTECTED] wrote in message an1ub2$[EMAIL PROTECTED]">news:an1ub2$[EMAIL PROTECTED]... Hi all! Can anyone tell me where to find the Mozilla LDAP C SDK in the web? I tried on http://www.mozilla.org/directory/csdk.html but I couldn´t find

LDAP C SDK on AIX 4.3.3 install problems

2002-09-12 Thread Shelley Meredith
We're on AIX 4.3.3, using GNU make 3.79, xlC 4.0.2.0 Trying to get the mod_auth_ldap module running with Apache. First have to install LDAP C SDK. I pulled the current LDAP C SDK code using cvs. I'm now on the step of building NSPR and NSS: I get the following error: # /usr/local/bin/make

PerLDAP + C SDK = undefined symbol?

2002-09-07 Thread Jake Feasel
I have been trying to get PerLDAP running for quite a while now - I am using a fully installed RedHat 7.3 x86 distro. Fist I tried building perldap against the ldap libs I found in my /usr/lib. This failed with every attempted lib with the same errors - a large list of them in API.c. So I

Autoconf the LDAP C SDK

2002-07-29 Thread Matthew Barker
Hi Dan, My name is Matthew Barker I'm trying to port the LDAPCSDK to 64-bit IRIX. I've pulled the latest source and gotten NSPR 4.2.1 NSS 3.4.2 to build. There are several problems with following the instructions on the page for building the LDAPCSDK. 1/ I've had to make changes to

Re: C-SDK build problems

2002-07-17 Thread kevin
. Dan Mosedale [EMAIL PROTECTED] wrote in message agvkmm$[EMAIL PROTECTED]">news:agvkmm$[EMAIL PROTECTED]... Ken Culbert [EMAIL PROTECTED] writes: Initially I had problems building NSS, but resolved them thanks to Wan-Teh Chang. But, now there are problems building the C-SD

Re: C-SDK build problems

2002-07-15 Thread Dan Mosedale
Ken Culbert [EMAIL PROTECTED] writes: Initially I had problems building NSS, but resolved them thanks to Wan-Teh Chang. But, now there are problems building the C-SDK itself. I've followed the instructions on the C-SDK page exactly. The easiest solution is to follow the LDAP C SDK

C-SDK build problems

2002-07-12 Thread Ken Culbert
Initially I had problems building NSS, but resolved them thanks to Wan-Teh Chang. But, now there are problems building the C-SDK itself. I've followed the instructions on the C-SDK page exactly. The easiest solution is to follow the LDAP C SDK instructions but replace NSPR_4_2_RELEASE

Re: Building Netscape C SDK

2002-04-29 Thread Gervase Markham
I have the openldap sdk on my machine, and want to install the netscape one. Should I uninstall the openldap SDK first, or can the two co-exist? I can't think of any reason why they shouldn't co-exist. Gerv

Re: openldap and Netscape C SDK co-existence?

2002-04-29 Thread Dan Mosedale
[EMAIL PROTECTED] (Fozia Zaidi) writes: Hi, I have openldap SDK installed on my Debian Linux machine and want to install netscape C SDK. Should I uninstall openldap first? Well, they do have filenames that overlap. So if you don't uninstall openldap first, you'll at least want to install

Re: LDAP C SDK 5.0.8 - Cannot write extended ASCII characters.

2002-03-26 Thread Rich Megginson
Is the data encoded in UTF8? Cart wrote: Hi everyone, I am having trouble writing extended ASCII characters (for example: french accent characters: é, ê, ç, etc...) to the iPlanet Directory Server. The add function (ldap_add_ext_s()) doesn't give me error (it returns LDAP_SUCCESS),

Re: ports warning: upcoming switch to the LDAP C SDK, version 5

2002-03-08 Thread Kri?tof Petr
Dan Mosedale wrote: Currently, Mozilla gets its LDAP support (for LDAP autocomplete in mail, as well as the LDAP addressbook) from the LDAP C SDK version 4.0. This version of the C SDK doesn't have the crypto hooks for SSL over LDAP, because it was released before the US crypto export

Re: I'd like to compile the LDAP C SDK 5.0 on FreeBSD 4.2

2002-03-05 Thread Dan Mosedale
±èÁ¾´ö [EMAIL PROTECTED] writes: I want to use the LDAP C SDK with SSL on FreeBSD. so, I'd like to compile the LDAP C SDK 5.0 on FreeBSD 4.2 I checked out the ldapcsdk_branch_50, NSS_3_3_1_RTM and NSPRPUB_RELEASE_4_1_2, but it failed. Doesn't LDAP SDK support FreeBSD ? I checked

ports warning: upcoming switch to the LDAP C SDK, version 5

2002-03-05 Thread Dan Mosedale
Currently, Mozilla gets its LDAP support (for LDAP autocomplete in mail, as well as the LDAP addressbook) from the LDAP C SDK version 40 This version of the C SDK doesn't have the crypto hooks for SSL over LDAP, because it was released before the US crypto export laws changed So we need

Re: I need to compile LDAP C-SDK 4.1 for Linux

2002-03-04 Thread Dan Mosedale
Cyril Protat [EMAIL PROTECTED] writes: Hi all, I need to recompile the Netscape LDAP SDK for C 5.0. Which CVS modules do I need ? I checked out the tag called 'ldapcsdk_branch_50' for the directory 'DirectorySDKSourceC' and tried to compile it ... but it fails !!! Well, generally,

AIX Platform: C-SDK: multi-threaded app: Question to module developers - What sigprocmask is doing in the C-SDK code?

2002-01-11 Thread Romas
I'm doing development pf multi-threaded application for AIX platform. While browsing through the C-SDK sources (both 0.9.4 and 0.9.7) I found out sigprocmask in os-ip.h. To me, the call is potentially dangerous and sigthreadmask has to be used instead. Am I right or am I missing something? -

AIX Platform: C-SDK: multi-threaded app: Question to module developers - What sigprocmask is doing in the C-SDK code?

2002-01-11 Thread Romas
I'm doing development pf multi-threaded application for AIX platform. While browsing through the C-SDK sources (both 0.9.4 and 0.9.7) I found out sigprocmask in os-ip.h. To me, the call is potentially dangerous and sigthreadmask has to be used instead. Am I right or am I missing something? -

AIX Platform: C-SDK: multi-threaded app: Question about LDAP_ASYNC_IO define

2002-01-11 Thread Romas
Is LDAP_ASYNC_IO define assume that IO over the LDAP sockets will be truly asynchronous? I mean will the signal SIGIO be raised everytime something is on the socket? --

Re: AIX Platform: C-SDK: multi-threaded app: Question about LDAP_ASYNC_IO define

2002-01-11 Thread Dan Mosedale
Romas nothing@here writes: Is LDAP_ASYNC_IO define assume that IO over the LDAP sockets will be truly asynchronous? I mean will the signal SIGIO be raised everytime something is on the socket? It uses select() or poll(), depending on platform, to do its magic, not SIGIO. Dan

Re: Can't build LDAP C SDK v5 on Win32

2001-10-07 Thread Michael Hein
The 5.x version of the LDAP C SDK is currently not being built with nmake nor the win makefiles. The win makefiles are leftover from the 4.x version and are not currently being used. As soon as the client moves to the 5.x version of the C SDK they have promised to fix up the files. Michael

Re: Can't build LDAP C SDK v5 on Win32

2001-10-06 Thread Bertold Kolics
ion 3.76 or above) instead of NMAKE. My $0.02, Bertold Austin Spreadbury [EMAIL PROTECTED] wrote in message 9pij3a$[EMAIL PROTECTED]">news:9pij3a$[EMAIL PROTECTED]... Hi everyone, this is a question from a Mozilla newbie. I used CVS to extract the source for the Netscape LDAP

Can't build LDAP C SDK v5 on Win32

2001-10-04 Thread Austin Spreadbury
Hi everyone, this is a question from a Mozilla newbie. I used CVS to extract the source for the Netscape LDAP C SDK (v5) - i.e., the module DirectorySDKSourceC. I then tried to build it by running NMAKE (Visual Studio 6 version) on what looks like the correct makefile, MAKEFILE.WIN

Re: LDAP C SDK

2001-09-13 Thread fariba
do you have the URL i get download the same version from? is your problem solved? let me know how please since i am doing the same thing. thank you. Nicolas BEAUMONT wrote: Hi, I post this message because I can't find any issue to my problem. I explain : I've download the C LDAP

CVS and installation of Directory C SDK

2001-07-23 Thread Kan
Dear all, I use the CVS to get the whole directory to my Linux machine. I want to install the PerLDAP and first I need to install the C SDK first. Am I right? I find that there are a directory called c-sdk and inside the mozilla/directory have a file called ldapsdk.mk Then I try to run gmake -f

Re: How do you use the XPCOM Wrapper for C SDK

2001-06-25 Thread Dan Mosedale
[EMAIL PROTECTED] (Graham Gelding) writes: I am tring to add LDAP functionality to a Chrome. Initially all I'd like to do is connect to an LDAP server and read and write some bookmarks.html data. I'd suggest looking at Binary Runner's implementation of LDAP bookmark stuff; he posted a

Re: Announcement: LDAP C SDK /w NSS 3.2 support on Mozilla

2001-03-31 Thread Michael Hein
Gervase Markham wrote: The 5.0 version of the LDAP C SDK with NSS 3.2/NSPR 4.1 support is now Cool :-) While you are here, what's the current status of PerLDAP and the Java SDK? Do you have any specific question? If so, you are probably better off sending notes directly to miodrag

Re: Announcement: LDAP C SDK /w NSS 3.2 support on Mozilla

2001-03-29 Thread Gervase Markham
The 5.0 version of the LDAP C SDK with NSS 3.2/NSPR 4.1 support is now Cool :-) While you are here, what's the current status of PerLDAP and the Java SDK? Gerv

Re: Error building LDAP C SDK 4.11 (was Source code...)

2001-03-26 Thread Dan Mosedale
[EMAIL PROTECTED] (Harshdeep S Jawanda) writes: Hi, "Michael F. March" wrote: "....To get LDAP C SDK 4.0 code (you've got version 3.x), instead \ of using the CVS date tag specified on that page, check out using\ the "-r LDAPCSDK_40_BRANCH" swi

Re: LDAP C SDK Adding objects with / in DN

2001-03-19 Thread SRIDHAR BANDI
Hi , Using the LDAP C SDK you can have "/" as part of DN , That depends on the plugin that is enabled for the syntax checking , I have tested with "/" as part of a SN and CN also UID in Netscape Directory server , I have the default plugins enabled on

Re: LDAP C SDK Adding objects with / in DN

2001-03-19 Thread Alexis MacFarlane
realistic like, 10.10.10.0/24, everything works fine. ---Alexis SRIDHAR BANDI wrote: Hi , Using the LDAP C SDK you can have "/" as part of DN , That depends on the plugin that is enabled for the syntax checking , I have tested with "/" as part of

Help I am having problem compiling C-SDK on HP/UX 11.0

2001-03-06 Thread anwar
Greetings, I need to compile c-SDK on HP-UX 11.0. I am not allowed to use any GNU compiler. the aCC compiler gives the following errors: Error 203: "nsinstall.c", line 276 # Cannot assign 'char *' with 'void *'. toname = xmalloc(tdlen + 1 +

Re: C SDK problems using NDS 8.X

2001-03-05 Thread Dan Mosedale
[EMAIL PROTECTED] writes: We are experiencing problems when using the sdk with Novell NDS 8.x (Netware 5.1 SP2). The search calls hang at random , although it functions well at most times. (may be after prolonged inactivity on a connection to the LDAP server, or other reasons not

C SDK problems using NDS 8.X

2001-03-02 Thread Rama Raghavan
We are experiencing problems when using the sdk with Novell NDS 8.x (Netware 5.1 SP2). The search calls hang at random , although it functions well at most times. (may be after prolonged inactivity on a connection to the LDAP server, or other reasons not tracable). Earlier postings in this

Re: Errors during installation ldap c sdk on redhat 6.2.

2000-12-20 Thread rogerbroere
revision 1.2 of this file and it'll eventually build and create the shared libraries. Roger [EMAIL PROTECTED] (Dan Mosedale) wrote: [EMAIL PROTECTED] writes: Hi, Ran into some errors when i tried to install the ldap c sdk. [...] What's going on? Shouldn't I been using

Re: LDAP C SDK

2000-12-14 Thread Karen Abou-Zeid
I did download the Windows Build Tools, but makedep.exe etc... weren't included. The only tools I found in there were gmake.exe, shmsdos.exe, and uname.exe. Dan Mosedale wrote in message 918qpd$[EMAIL PROTECTED]... Go to http://www.mozilla.org/download-mozilla.html and follow the "Windows

Re: LDAP C SDK

2000-12-12 Thread NooriA
Go to this website to get the GNU tools http://www.cygnus.com/misc/gnu-win32 go to this website to get the gmake tools and install only the gmake tools under MOZ_TOOLS http://www.mozilla.org/download-mozilla.html