search for: _includes_h

Displaying 5 results from an estimated 5 matches for "_includes_h".

2019 Jul 02
3
[Announce] Samba 4.9.10 Available for Download
...lude/includes.h 2019-07-02 14:48:01.858236975 -0400 *************** *** 73,76 **** --- 73,79 ---- /* samba_setXXid functions. */ #include "../lib/util/setid.h" + /* Samba 4.9.10 workaround */ + #define LDAP_REFERRAL_SCHEME_OPAQUE "LDAP_REFERRAL_SCHEME" + #endif /* _INCLUDES_H */ Regards, Vincent
2019 Jul 02
0
[Announce] Samba 4.9.10 Available for Download
...-0400 > *************** > *** 73,76 **** > --- 73,79 ---- > /* samba_setXXid functions. */ > #include "../lib/util/setid.h" > > + /* Samba 4.9.10 workaround */ > + #define LDAP_REFERRAL_SCHEME_OPAQUE "LDAP_REFERRAL_SCHEME" > + > #endif /* _INCLUDES_H */ > > Regards, > > Vincent Yes, that is what has happened. It will be in the samba 4.9 git tree, but because no version increment was done builds on systems that have ldb from the system will fail. I did propose a way to strictly avoid this happening, by directly connecting the Sa...
2019 Jul 02
4
[Announce] Samba 4.9.10 Available for Download
======================================================== "No one saves us but ourselves. No one can and no one may. We ourselves must walk the path." Buddha ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.9 release series. Changes since 4.9.9:
2019 Jul 02
4
[Announce] Samba 4.9.10 Available for Download
======================================================== "No one saves us but ourselves. No one can and no one may. We ourselves must walk the path." Buddha ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.9 release series. Changes since 4.9.9:
2001 Dec 12
1
MacOS X Server samba diffs
...*user, char *challenge, char *password, char *inAuthMethod); -#endif - -/* MacOS X CFString */ -#ifdef USES_CFSTRING -#include <CoreFoundation/CFString.h> -#include <CoreFoundation/CFStringEncodingExt.h> -#include <CoreFoundation/CFStringEncodingConverter.h> -#endif - #endif /* _INCLUDES_H */ Index: source/lib/charset.c =================================================================== RCS file: /cvs/repository/iservers/Servers/samba/source/lib/charset.c,v retrieving revision 1.3 retrieving revision 1.1.1.2 diff -u -r1.3 -r1.1.1.2 --- charset.c 2001/07/17 06:02:41 1.3 +++ charset.c...