search for: stringprep

Displaying 10 results from an estimated 10 matches for "stringprep".

Did you mean: string_ref
2013 Jan 07
14
[Bug 2058] New: SSH Banner message displays UTF-8 multibyte char incorrrectly
https://bugzilla.mindrot.org/show_bug.cgi?id=2058 Bug ID: 2058 Summary: SSH Banner message displays UTF-8 multibyte char incorrrectly Classification: Unclassified Product: Portable OpenSSH Version: 6.1p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5
2017 Jan 30
4
winbind -u works, getent passwd dont't work
...nbind:amd64 2:4.2.14+dfsg-0+deb8u2 amd64 Windows domain authentication integration plugin ii libwbclient0:amd64 2:4.2.14+dfsg-0+deb8u2 amd64 Samba winbind client library ii libwind0-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - stringprep implementation ii winbind 2:4.2.14+dfsg-0+deb8u2 amd64 service to resolve user and group information from Windows NT servers whats wrong there? Thanks for any help. Best regards basti
2017 Jan 30
0
winbind -u works, getent passwd dont't work
....2.14+dfsg-0+deb8u2 amd64 > Windows domain authentication integration plugin > ii libwbclient0:amd64 2:4.2.14+dfsg-0+deb8u2 amd64 > Samba winbind client library > ii libwind0-heimdal:amd64 1.6~rc2+dfsg-9 amd64 > Heimdal Kerberos - stringprep implementation > ii winbind 2:4.2.14+dfsg-0+deb8u2 amd64 > service to resolve user and group information from Windows NT servers > > whats wrong there? > Thanks for any help. > > Best regards basti > > -- > To unsubscribe from this list...
2017 Jan 30
0
winbind -u works, getent passwd dont't work
....2.14+dfsg-0+deb8u2 amd64 > Windows domain authentication integration plugin > ii libwbclient0:amd64 2:4.2.14+dfsg-0+deb8u2 amd64 > Samba winbind client library > ii libwind0-heimdal:amd64 1.6~rc2+dfsg-9 amd64 > Heimdal Kerberos - stringprep implementation > ii winbind 2:4.2.14+dfsg-0+deb8u2 amd64 > service to resolve user and group information from Windows NT servers > > whats wrong there? > Thanks for any help. > > Best regards basti > > -- > To unsubscribe from this li...
2005 Oct 27
0
Converting OS X UTF-8 NFD to UTF-8 NFC
...c-2.6.6-nfc/flist.c --- rsync-2.6.6/flist.c 2005-07-07 15:49:14.000000000 -0400 +++ rsync-2.6.6-nfc/flist.c 2005-10-26 15:18:01.000000000 -0400 @@ -1748,8 +1748,11 @@ * buffer. No size-checking is done because we checked the size when creating * the file_struct entry. */ +#include <stringprep.h> char *f_name_to(struct file_struct *f, char *fbuf) { + char *norm; + if (!f || !f->basename) return NULL; @@ -1760,6 +1763,11 @@ strcpy(fbuf + len + 1, f->basename); } else strcpy(fbuf, f->basename); + +...
2012 Feb 21
1
Managesieve AUTHENTICATE with IDN using UTF-8 or encode into ACE?
Hey dovecot-users, clients that speak telnet based protocols like http, smtp usually encode IDN (International Domain Names) containing UTF-8 characters into ACE (ASCII Compatible Encoding) punycode. I am wondering what the case was with managesieve (RFC 5804). For example if I was using a username like "user@???.example.com" with the AUTHENTICATE command. Would that need to be encoded
2005 Jan 27
4
/usr/bin/ld: cannot find -lidn
Bueller? Is this a lib of some kind? Google and lists bring up nada, this is from ast cvs head latest on Fedora Core 3. /usr/bin/ld: cannot find -lidn collect2: ld returned 1 exit status make[1]: *** [app_curl.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk/apps' make: *** [subdirs] Error 1 [root@zoot asterisk]# uname -a Linux zoot 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004
2017 Jan 30
2
winbind -u works, getent passwd dont't work
...amd64 >> Windows domain authentication integration plugin >> ii libwbclient0:amd64 2:4.2.14+dfsg-0+deb8u2 amd64 >> Samba winbind client library >> ii libwind0-heimdal:amd64 1.6~rc2+dfsg-9 amd64 >> Heimdal Kerberos - stringprep implementation >> ii winbind 2:4.2.14+dfsg-0+deb8u2 amd64 >> service to resolve user and group information from Windows NT servers >> >> whats wrong there? >> Thanks for any help. >> >> Best regards basti >> >> --...
2013 May 11
1
Samba git: build error when upgrading
Seeing a build problem after updating my git tree: $ git remote -v origin git://git.samba.org/samba.git (fetch) origin git://git.samba.org/samba.git (push) $ git pull $ ./configure ... $ make clean WAF_MAKE=1 python ./buildtools/bin/waf build ./buildtools/wafsamba/samba_utils.py:397: DeprecationWarning: the md5 module is deprecated; use hashlib instead
2010 May 02
2
samba4 make error - drsblobs.so
...sr/bin/python2.6 heimdal/lib/wind/gen-combining.py heimdal/lib/wind/UnicodeData.txt heimdal/lib/wind/ Compiling heimdal/lib/wind/wind_err.c /usr/bin/python2.6 heimdal/lib/wind/gen-bidi.py heimdal/lib/wind/rfc3454.txt heimdal/lib/wind/ Compiling heimdal/lib/wind/wind_err.c Compiling heimdal/lib/wind/stringprep.c Compiling heimdal/lib/wind/stringprep.c Compiling heimdal/lib/wind/stringprep.c Compiling heimdal/lib/wind/stringprep.c Compiling heimdal/lib/wind/stringprep.c Compiling heimdal/lib/wind/errorlist.c Compiling heimdal/lib/wind/errorlist.c Compiling heimdal/lib/wind/errorlist.c Compiling heimdal/li...