Re: nss compat shims

2012-06-08 Thread Michael Bushkov
I don't know for sure, but it seems that there was no need to support anything besides groups and password when nss_compat.c was committed. At that time, IIRC, the modules that we had in ports supported only these databases. -- Michael On Thu, Jun 7, 2012 at 2:43 PM, Mel Flynn

Re: Does anyone use nscd?

2011-10-11 Thread Michael Bushkov
On Tue, Oct 11, 2011 at 1:42 PM, per...@pluto.rain.com wrote: Doug Barton do...@freebsd.org wrote: On 10/10/2011 11:55, David Brodbeck wrote: Is there any reason to cache negative hits? It's very important for DNS since there are a fairly large number of misbehaving applications that

Re: Does anyone use nscd?

2011-10-07 Thread Michael Bushkov
While I agree that nscd negative caching bug should be fixed, it won't help with the problem that users encounter during ports installation. When, for example, user x is added during port install, the following steps are involved: 1. Script checks if x is present in the users list. Nscd is

Re: Does anyone use nscd?

2011-10-05 Thread Michael Bushkov
There are probably 2 things here: 1. There's some error in nsswitch-nscd communication protocol that causes nsswitch to write into the closed socket. This is not trivial to investigate and will require analyzing nscd and client process logs side by side (and possibly adding some more logging). 2.

Re: Does anyone use nscd?

2011-10-04 Thread Michael Bushkov
Hi, Disclaimer: I've written the nscd utility, so I can be a bit biased. On Tue, Oct 4, 2011 at 5:47 PM, Sean M. Collins s...@coreitpro.com wrote: I've never heard of the utility until you mentioned it. I'd nuke it, since really there are more popular alternatives like Redis and Memcached in

Re: Does anyone use nscd?

2011-10-04 Thread Michael Bushkov
Users/groups caching can be pretty much useful when you have large LDAP or NIS setup. -- Michael On Tue, Oct 4, 2011 at 7:56 PM, Sean M. Collins s...@coreitpro.com wrote: Oops - I latched on to the wrong parts of the manpage when I was reading and sent my first message. Thanks for pointing

Re: Does anyone use nscd?

2011-10-04 Thread Michael Bushkov
On Tue, Oct 4, 2011 at 8:14 PM, Sean M. Collins s...@coreitpro.com wrote: On 10/4/11 2:02 PM, Michael Bushkov wrote: Users/groups caching can be pretty much useful when you have large LDAP or NIS setup. Agreed, and forgive me for hammering you (I freely admit I don't have any significant

Re: nsswitch man page

2010-09-01 Thread Michael Bushkov
If you don't mind, as I've worked extensively with nsswitch, I can check the current implementation and provide you a patch to update the docs. On Wed, Sep 1, 2010 at 12:18 AM, Ivan Voras ivo...@freebsd.org wrote: I'm trying to do something with NSS and I see that NetBSD has much better

Re: nss_ldap without nscd or cached ?

2007-05-24 Thread Michael Bushkov
-hackers To unsubscribe, send any mail to [EMAIL PROTECTED] -- With best regards, Michael Bushkov Southern Federal University ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any

[PATCH] make_libdeps.sh in -CURRENT

2006-11-23 Thread Michael Bushkov
. -- With best regards, Michael Bushkov Rostov State University --- make_libdeps.sh.orig Fri Nov 24 10:11:07 2006 +++ make_libdeps.sh Fri Nov 24 10:08:13 2006 @@ -65,7 +65,7 @@ libdir=$(dirname ${makefile}) deps=$( cd ${libdir} -make -V LDADD +make -m ${USRSRC}/share/mk -V LDADD

PIC questions

2006-10-31 Thread Michael Bushkov
setting this variable in these libraries? I mean - as they are static, do we need to explicitly set NO_PIC there? 2. And theoretical question. Does every object that will be linked into the shared library should be built with PIC enabled? -- With best regards, Michael Bushkov

[PATCH] nsswitch extensions + caching

2005-12-06 Thread Michael Bushkov
it :) Here is the the new release of the patch: http://www.rsu.ru/~bushman/nsswitch_cached/nss_cached_rev2.patch The description of the project itself and of its several new features can be found here: http://rsu.ru/~bushman/nsswitch_cached/ Your feedback would be great! Michael Bushkov

Re: [PATCH] nsswitch extensions + caching

2005-12-06 Thread Michael Bushkov
, Michael - Original Message - From: Julian Elischer [EMAIL PROTECTED] To: Michael Bushkov [EMAIL PROTECTED] Cc: freebsd-hackers@freebsd.org; freebsd-current@freebsd.org Sent: Tuesday, December 06, 2005 9:46 PM Subject: Re: [PATCH] nsswitch extensions + caching Michael Bushkov wrote

Re: nsswitch reviewer wanted

2005-11-03 Thread Michael Bushkov
Hello, Ceri! Ceri Davies wrote: I realise that you weren't asking for comments, but I took a quick look at http://www.rsu.ru/~bushman/nsswitch_cached/nss_cached.patch and have some. I'll send this to the original lists too. Thanks for comments! I need them much. o There aren't nearly

Re: nsswitch reviewer wanted

2005-11-03 Thread Michael Bushkov
Hello, Ceri! I'll do all the necessary changes and will send the updated patch to you and to the lists. I hadn't realised that. I'd be interested to see that patch if you still have a copy, as it would answer the question of how much work doing such a thing would be. So far as I'm concerned

[PATCH] nsswitch extensions + caching daemon

2005-10-25 Thread Michael Bushkov
regards, Michael Bushkov Rostov State University ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [PATCH] caching daemon release and nsswitch patches

2005-08-30 Thread Michael Bushkov
to choose the behaviour. In the last episode (Aug 29), Michael Bushkov said: There is some information in my project's description here: http://wikitest.freebsd.org/moin.cgi/NsswitchAndCachingTechnicalDetails One question that comes to mind: It looks like the end-user application is still

[PATCH] nsswitch and cached release 2

2005-08-30 Thread Michael Bushkov
if you can and send me your bug-reports :) With best regards, Michael Bushkov Rostov State University ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [PATCH] caching daemon release and nsswitch patches

2005-08-29 Thread Michael Bushkov
Hi, Doug! I'm not sure what guidelines were given to you when you started the project, but in reviewing your work the first thing I noticed was that you are not following the guidelines in the style(9) man page. You should read that page, and spend an afternoon reformatting your code to fit

[PATCH] caching daemon release and nsswitch patches

2005-08-27 Thread Michael Bushkov
- it needs additional testing) i'll add caching support for other nsswitch databases (the most important is the host database support, I believe). With best regards, Michael Bushkov Rostov State University ___ freebsd-hackers@freebsd.org mailing list http

openssh port patch

2005-08-09 Thread Michael Bushkov
be really glad to answer your questions and bug-reports. With best regards, Michael Bushkov Rostov State University ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

nsdispatch services patch + lookupd

2004-10-26 Thread Michael Bushkov
, as it implements 'services' data source. I've included the patch once again here. Is it possible to commit it in the nearest future? P.S. Patch should be applied in /usr/src/lib/libc/net. -- Michael Bushkov [EMAIL PROTECTED] Rostov State University *** ./initial/getservent.c Wed Jul 14 18:06:32 2004

lookupd 0.2a

2004-05-30 Thread Michael Bushkov
and developing of this project. Michael Bushkov [EMAIL PROTECTED] Rostov State University ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: IPC nsswitch implementation (fwd)

2004-05-13 Thread Michael Bushkov
On Fri, 5 Mar 2004, Michael Bushkov wrote: Some time ago there was a discussion concerning in-process vs. IPC nsswitch implementation. We agreed that we should develop an example of IPC implementation and ask for a discussion. We are glad to present you sample implementation of the IPC

Re: IPC nsswitch implementation

2004-03-06 Thread Michael Bushkov
Hello! What do you mean exactly by saying not as functional? Michael Bushkov Software Engineer, Rostov State University On Fri, 5 Mar 2004, Jordan K Hubbard wrote: Sounds similar to, but not as functional as, the lookupd in Mac OS X. :) On Mar 5, 2004, at 12:45 AM, Michael Bushkov wrote

IPC nsswitch implementation

2004-03-05 Thread Michael Bushkov
to know if this project can be added to FreeBSD project. Please keep CC line of the message, so that all of our developers could read your replies. Michael Bushkov Software Engineer, Rostov State University ___ [EMAIL PROTECTED] mailing list http

Re: IPC nsswitch implementation

2004-03-05 Thread Michael Bushkov
your opinion. Michael Bushkov, Software Engineer, Rostov State University ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: IPC nsswitch implementation

2004-03-05 Thread Michael Bushkov
be very useful. But, returning to your question :) It is possible, i think. There are some disadvantages, but it's possible. Of course, using modules, developed for lookupd would be better, but as compatibility decision we can try to implement usage of current nss-modules. Michael Bushkov

Re[2]: nscd for freebsd

2003-06-20 Thread Michael Bushkov
TL Quite cool! TL NB: If you are strict NSS, you might be able to use the TL nss_ldap from FreeBSD without modification. TL I think this is ideal, so long as you can have multiple TL concurrent requests (e.g. there is at least a 64bit tag that TL gets given with the request and returned with the

nscd for freebsd

2003-06-19 Thread Michael Bushkov
Good day! Can anyone tell me if there is an implementation of nscd for FreeBSD? If there is no, who's currently working on it? Michael A. Bushkov Computer Center of Rostov State University mailto:[EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list

Re[2]: nscd for freebsd

2003-06-19 Thread Michael Bushkov
Hello Terry, Friday, June 20, 2003, 9:28:24 AM, you wrote: TL Chris Shenton wrote: Michael Bushkov [EMAIL PROTECTED] writes: Can anyone tell me if there is an implementation of nscd for FreeBSD? For DNS information, have a look at dnscache from the djbdns suite. Small, secure, fast