search for: lshare

Displaying 13 results from an estimated 13 matches for "lshare".

Did you mean: share
2008 Sep 11
1
Trouble finding all smb shares on network
Hi, just joined the list and know very little about smb. I'm trying to do something that should be simple, but my current solution isn't working 100% All I need is a list of smb shares on the network. I'm doing this: /usr/bin/nmblookup -M -- - and then use this on each ip returned: /usr/bin/smbclient -g -p 139 -NL <ip addr> That works for most cases but it fails to find
2017 Feb 28
2
Dict protocol changes string
...} >> >> (^M is an \r character, inserted with vi CTRL-v + enter) >> >> Until 2.2.24 this has worked, but 2.2.25 seems to convert that ASCII >> 13 into an ASCII 1 and an "r". >> >> Python printout from what I get with 2.2.25: >> >> 'Lshared/passdb\x01rAuth-User: user\x01rAuth-Pass: >> pass\x01rAuth-Protocol: pop3\x01rClient-IP: 1.2.3.4' >> >> Is this change intentional? Why? > Hi! > > Dict protocol escapes you newlines. You are expected to de-escape them > yourself. > > Following escapes are do...
2016 Jul 29
2
Dict protocol changes string
...User: %u^MAuth-Pass: %w^MAuth-Protocol: %s^MClient-IP: %r format = json } (^M is an \r character, inserted with vi CTRL-v + enter) Until 2.2.24 this has worked, but 2.2.25 seems to convert that ASCII 13 into an ASCII 1 and an "r". Python printout from what I get with 2.2.25: 'Lshared/passdb\x01rAuth-User: user\x01rAuth-Pass: pass\x01rAuth-Protocol: pop3\x01rClient-IP: 1.2.3.4' Is this change intentional? Why?
2017 Mar 13
0
Dict protocol changes string
...n \r character, inserted with vi CTRL-v + enter) >>> >>> Until 2.2.24 this has worked, but 2.2.25 seems to convert that ASCII >>> 13 into an ASCII 1 and an "r". >>> >>> Python printout from what I get with 2.2.25: >>> >>> 'Lshared/passdb\x01rAuth-User: user\x01rAuth-Pass: >>> pass\x01rAuth-Protocol: pop3\x01rClient-IP: 1.2.3.4' >>> >>> Is this change intentional? Why? >> Hi! >> >> Dict protocol escapes you newlines. You are expected to de-escape them >> yourself. >&g...
2002 Apr 22
0
[Bug 224] New: configure.ac changes for crays
...+*-*-unicosmk*) + no_libsocket=1 + no_libnsl=1 + not_sco=1 + MANTYPE=cat + AC_DEFINE(USE_PIPES) + AC_DEFINE(LOGIN_NEEDS_UTMPX) + AC_DEFINE(USE_UTMP) + AC_DEFINE(USE_WTMP) + LDFLAGS="$LDFLAGS -L/usr/local/lib" + LIBS="$LIBS -lshare -lgen -lrsc -luex -lacm" + ;; *-*-unicos*) no_libsocket=1 no_libnsl=1 + not_sco=1 + MANTYPE=cat AC_DEFINE(USE_PIPES) + AC_DEFINE(LOGIN_NEEDS_UTMPX) + AC_DEFINE(USE_UTMP) + AC_DEFINE(USE_WTMP) LDFLAGS="$LDFLAGS -Wl,-Dmsgl...
2002 Apr 22
0
[Bug 224] configure.ac changes for crays
...PE=man ;; +*-*-unicosmk*) + no_libsocket=1 + no_libnsl=1 + not_sco=1 + MANTYPE=cat + AC_DEFINE(USE_PIPES) + AC_DEFINE(LOGIN_NEEDS_UTMPX) + AC_DEFINE(USE_UTMP) + AC_DEFINE(USE_WTMP) + LDFLAGS="$LDFLAGS" + LIBS="$LIBS -lshare -lgen -lrsc -luex -lacm" + ;; *-*-unicos*) no_libsocket=1 no_libnsl=1 + not_sco=1 + MANTYPE=cat AC_DEFINE(USE_PIPES) + AC_DEFINE(LOGIN_NEEDS_UTMPX) + AC_DEFINE(USE_UTMP) + AC_DEFINE(USE_WTMP) - LDFLAGS="$LDFLAGS -Wl,-Dmsgl...
2019 Jun 13
2
Need help on identifying a patch which fixed lld on linux platform
...ed/sh.o >> ${CC} ${CFLAGS} ${LDFLAGS} -shared -o shared/libsh.so shared/sh.o >> >> ${CC} ${CFLAGS} -c static/st.c -o static/st.o >> ${AR} cq static/libst.a static/st.o >> >> ${CC} ${CFLAGS} -c main.c -o main.o >> >> ${CC} ${CFLAGS} ${LDFLAGS} -o main -Lshared -lsh -Lstatic -lst main.o >> -Wl,-rpath=shared >> >> [[ main.c ]] >> >> void gn(); >> >> int main() >> { >> gn(); >> return 0; >> } >> >> [[ shared/sh.c ]] >> >> #include <stdio.h> >> &gt...
2008 Apr 01
1
strange permission denied problem
...----- 1 root root 90670 Mar 28 14:22 Office Pics 002.jpg cat /proc/mounts says: //bgrp1/c /tmp/mnt/bgrp1/c cifs ro,mand,nodiratime,unc=\\bgrp1\c,username=root,domain=,rsize=4100,wsize=4100 0 0 and the mount line itself is mount.cifs "//$server/$wshare" /tmp/mnt/$server/$lshare -o ip=$target,guest,ro,file_mode=0440,dir_mode=0550 I can't for the life of me figure out why some files give me a permission denied. I have no physical access to the problem box; here's what I know: ------------------------------------------+ Looking up status of 192.168.0.2 BGRP...
2019 Jun 13
4
Need help on identifying a patch which fixed lld on linux platform
.../libsh.so static/libst.a main ${CC} ${CFLAGS} -c shared/sh.c -o shared/sh.o ${CC} ${CFLAGS} ${LDFLAGS} -shared -o shared/libsh.so shared/sh.o ${CC} ${CFLAGS} -c static/st.c -o static/st.o ${AR} cq static/libst.a static/st.o ${CC} ${CFLAGS} -c main.c -o main.o ${CC} ${CFLAGS} ${LDFLAGS} -o main -Lshared -lsh -Lstatic -lst main.o -Wl,-rpath=shared [[ main.c ]] void gn(); int main() { gn(); return 0; } [[ shared/sh.c ]] #include <stdio.h> void gn(void); void fn(void); void gn() { printf("Calling gn...\n"); fn(); } [[ static/st.c ]] #include <stdio.h>...
2008 Mar 29
3
Expire plugin with Mysql
Hey guys, got a question about the expire plugin. According to the wiki, the expire plugin "keeps an internal database (Berkeley DB or SQL)". I was wondering what fields in the mysql table are needed for expire to work. I assume it is setup is similar to the quota dict setup, so was just wondering what fields are required (i.e: select_field, where_field, username_field, for quota).
2016 Sep 23
0
Dict protocol changes string
...nt-IP: %r > format = json > } > > (^M is an \r character, inserted with vi CTRL-v + enter) > > Until 2.2.24 this has worked, but 2.2.25 seems to convert that ASCII > 13 into an ASCII 1 and an "r". > > Python printout from what I get with 2.2.25: > > 'Lshared/passdb\x01rAuth-User: user\x01rAuth-Pass: > pass\x01rAuth-Protocol: pop3\x01rClient-IP: 1.2.3.4' > > Is this change intentional? Why? Hi! Dict protocol escapes you newlines. You are expected to de-escape them yourself. Following escapes are done, you can de-escape them with your cl...
2017 Aug 10
0
dict client auth-worker service count not obeyed?
Hi, I've noticed that in recent dovecot versions at least since 2.2.29 and not in 2.2.12 a dovecot auth-worker will happily issue two Lshared/passdb... queries on the same dict socket. Not always, but sometimes. It used to be that the dict client always closed the socket (AFAIK) after 1 query. But now I see 2 queries issued on the same connection. How does this work wrt. the service_count limit of the auth worker process being default...
2013 Nov 05
1
samba-4.1.0 build failure -help with
...on -ldcerpc -ltevent -ldbwrap - lcli_cldap -ldcerpc-samr -ltalloc -lauth4 -lkrb5samba -ldcerpc-samba -ldcerpc- server -lwinbind-client -lprocess_model -lsamdb-common -lsmbclient-raw - lgssapi-samba4 -ltevent-util -lauthkrb5 -lndr-samba -ldfs_server_ad -lsamba- hostconfig -lcliauth -lerrors -lsamdb -lshares -lutil_tdb -lndr-nbt -levents - ldcerpc-atsvc -lsamba-net -lsmbclient -ldsdb-module -lregistry -lasn1util - lpytalloc-util -ltdb-wrap -lnetif -lcli_smb_common -lntvfs -lcli-ldap -lsamba- sockets -lndr -ltdb -lcluster -lauth -lmsrpc3 -llibcli_netlogon3 -lnet_keytab -lads -lutil_cmdline -lpdb -lnpa...