cvs commit: src/lib/libc/net nsdispatch.c

2007-12-17 Thread Michael Bushkov
bushman 2007-12-17 16:12:57 UTC FreeBSD src repository Modified files: lib/libc/net nsdispatch.c Log: Moved logging out of the nss_method_lookup() in order not to flood logs with failed fallback method lookup attempts. Revision ChangesPath 1.16 +13 -9

cvs commit: src/include nsswitch.h src/lib/libc/gen getgrent.c getgrouplist.c src/lib/libc/net nsdispatch.c

2007-12-12 Thread Michael Bushkov
bushman 2007-12-12 10:08:03 UTC FreeBSD src repository Modified files: include nsswitch.h lib/libc/gen getgrent.c getgrouplist.c lib/libc/net nsdispatch.c Log: Implementing 'fallback' nsswitch source. 'fallback' source is used when particu

cvs commit: src ObsoleteFiles.inc

2007-10-30 Thread Michael Bushkov
bushman 2007-10-30 11:40:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) .ObsoleteFiles.inc Log: Fast MFC: Adding recently removed etc/cached.conf to the list of obsolete files. Approved by:re (kensmith), brooks (mentor)

cvs commit: src ObsoleteFiles.inc

2007-10-30 Thread Michael Bushkov
bushman 2007-10-30 11:37:37 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: Adding recently removed etc/cached.conf to the list of obsolete files. Approved by:brooks (mentor) Revision ChangesPath 1.116 +1 -0 src

cvs commit: src/share/man/man5 src.conf.5

2007-10-26 Thread Michael Bushkov
bushman 2007-10-26 08:29:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man5 src.conf.5 Log: MFC: Regen (nscd -> cached, WITHOUT_LIBPTHREAD disabling BIND). Approved by:re (hrs), brooks (mentor) MFC after: 6 days Revis

cvs commit: src/tools/build/options WITHOUT_NS_CACHING

2007-10-26 Thread Michael Bushkov
bushman 2007-10-26 08:14:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) tools/build/options WITHOUT_NS_CACHING Log: MFC: Another cached -> nscd fix. Approved by:re (hrs), brooks (mentor) MFC after: 6 days Revision ChangesPath

Re: cvs commit: src/share/man/man5 nsswitch.conf.5 src.conf.5

2007-10-19 Thread Michael Bushkov
then the manpage should be regenerated using the makeman shell script and committed separately (the commit must be separate so that file revisions are correct). I've fixed HEAD. Please proceed with MFCing it. On Fri, Oct 19, 2007 at 12:16:30AM +0000, Michael Bushkov wrote: bushman 2007-1

cvs commit: src/share/man/man5 nsswitch.conf.5 src.conf.5

2007-10-18 Thread Michael Bushkov
bushman 2007-10-19 00:18:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man5 nsswitch.conf.5 src.conf.5 Log: Fast MFC: Small fix in man pages after cached -> nscd renaming. Approved by:re (kensmith), brooks (mentor) Revision

cvs commit: src/share/man/man5 nsswitch.conf.5 src.conf.5

2007-10-18 Thread Michael Bushkov
bushman 2007-10-19 00:16:29 UTC FreeBSD src repository Modified files: share/man/man5 nsswitch.conf.5 src.conf.5 Log: Small fix in man pages after cached -> nscd renaming. Approved by:brooks (mentor) Revision ChangesPath 1.18 +5 -5 src/share/m

cvs commit: src/etc Makefile cached.conf nscd.conf

2007-10-18 Thread Michael Bushkov
bushman 2007-10-19 00:09:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc Makefile Added files: (Branch: RELENG_7) etc nscd.conf Removed files: (Branch: RELENG_7) etc cached.c

cvs commit: src/lib/libc/net nscache.c

2007-10-18 Thread Michael Bushkov
bushman 2007-10-18 23:59:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/net nscache.c Log: MFC: Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached to nscd renaming. Approved by:re (kensmith), brooks (mentor)

cvs commit: src ObsoleteFiles.inc

2007-10-18 Thread Michael Bushkov
bushman 2007-10-18 23:52:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) .ObsoleteFiles.inc Log: MFC: Remove default (compressed) manpages. Approved by:re (kensmith), brooks(mentor) Revision ChangesPath 1.112.2.1

Re: cvs commit: src/lib/libc/net nscache.c

2007-10-18 Thread Michael Bushkov
nscd after cached to nscd renaming. Approved by:mux Revision ChangesPath 1.2 +1 -1 src/lib/libc/net/nscache.c Should the macro be called NSCD_SOCKET_PATH perhaps? -- With best regards, Michael Bushkov Souther

Re: cvs commit: src/etc cached.conf

2007-10-18 Thread Michael Bushkov
I should have done it with previous commit (that noted the cached.conf -> nscd.conf repocopy), but the removal was not committed due to the "HEAD" sticky tag in cached.conf. Sorry for the mess. Michael Bushkov wrote: bushman 2007-10-18 09:09:23 UTC FreeBSD src reposito

cvs commit: src/etc cached.conf

2007-10-18 Thread Michael Bushkov
bushman 2007-10-18 09:09:23 UTC FreeBSD src repository Removed files: etc cached.conf Log: Removing obsolete etc/cached.conf. Approved by:brooks (mentor) Revision ChangesPath 1.2 +0 -12 src/etc/cached.conf (dead) ___

cvs commit: src/etc Makefile nscd.conf

2007-10-18 Thread Michael Bushkov
bushman 2007-10-18 08:26:21 UTC FreeBSD src repository Modified files: etc Makefile nscd.conf Log: Forced commit to note cached.conf -> nscd.conf repocopy. etc/Makefile changed accordingly. Approved by:brooks (mentor) Revision ChangesPath 1

Re: cvs commit: src/usr.sbin/nscd/agents Makefile.inc group.c group.h passwd.c passwd.h services.c services.h src/usr.sbin/nscd Makefile agent.c agent.h cachelib.c cachelib.h cacheplcs.c cacheplcs.h c

2007-10-02 Thread Michael Bushkov
Fix is in my perforce branch since the last summer, actually... Will send it to re@ asap. Alexander Leidinger wrote: Quoting Michael Bushkov <[EMAIL PROTECTED]> (from Tue, 02 Oct 2007 11:57:18 +0400): The renaming of cached->nscd is finished. All cached references are currently e

Re: cvs commit: src/usr.sbin/nscd/agents Makefile.inc group.c group.h passwd.c passwd.h services.c services.h src/usr.sbin/nscd Makefile agent.c agent.h cachelib.c cachelib.h cacheplcs.c cacheplcs.h c

2007-10-02 Thread Michael Bushkov
heme. That forced commit noted all repocopied files. Sorry for the mess, anyway - I'll be more accurate next time. The renaming of cached->nscd is finished. All cached references are currently eliminated and old cached files are removed from the tree. Dag-Erling Smørgrav wrote: Micha

cvs commit: src/etc/rc.d cached src/usr.sbin/cached Makefile agent.c agent.h cached.8 cached.c cached.conf.5 cachedcli.c cachedcli.h cachelib.c cachelib.h cacheplcs.c cacheplcs.h config.c config.h deb

2007-10-02 Thread Michael Bushkov
bushman 2007-10-02 07:51:44 UTC FreeBSD src repository Removed files: etc/rc.d cached usr.sbin/cached Makefile agent.c agent.h cached.8 cached.c cached.conf.5 cachedcli.c cachedcli.h cachelib.c cachelib.h

cvs commit: src ObsoleteFiles.inc

2007-09-29 Thread Michael Bushkov
bushman 2007-09-29 22:37:40 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: Updating ObsoleteFiles.inc after cached->nscd renaming. Approved by:re (bmah), brooks (mentor) Revision ChangesPath 1.112 +5 -0 src/Obs

cvs commit: src UPDATING src/etc/defaults rc.conf src/etc/rc.d Makefile nscd src/usr.sbin Makefile

2007-09-28 Thread Michael Bushkov
bushman 2007-09-28 10:38:08 UTC FreeBSD src repository Modified files: .UPDATING etc/defaults rc.conf etc/rc.d Makefile nscd usr.sbin Makefile Log: Finishing renaming of cached into nscd. etc/rc.d and usr.sbin/Mak

cvs commit: src/usr.sbin/nscd/agents Makefile.inc group.c group.h passwd.c passwd.h services.c services.h src/usr.sbin/nscd Makefile agent.c agent.h cachelib.c cachelib.h cacheplcs.c cacheplcs.h confi

2007-09-27 Thread Michael Bushkov
bushman 2007-09-27 12:30:12 UTC FreeBSD src repository Modified files: usr.sbin/nscd/agents Makefile.inc group.c group.h passwd.c passwd.h services.c services.h usr.sbin/nscdMakefile agent.c agent.h nscd.8 nscd.c nscd.co

cvs commit: src/etc/rc.d nscd src/usr.sbin/nscd Makefile agent.h cachelib.h cacheplcs.h config.h debug.h log.c log.h mp_rs_query.c mp_rs_query.h mp_ws_query.c mp_ws_query.h nscd.8 nscd.c nscd.conf.5 n

2007-08-09 Thread Michael Bushkov
bushman 2007-08-09 13:06:12 UTC FreeBSD src repository Modified files: etc/rc.d nscd usr.sbin/nscdMakefile agent.h cachelib.h cacheplcs.h config.h debug.h log.c log.h mp_rs_query.c mp_rs_query.h mp_ws_query.c

cvs commit: src/lib/libc/net name6.c

2007-07-31 Thread Michael Bushkov
bushman 2007-07-31 16:09:41 UTC FreeBSD src repository Modified files: lib/libc/net name6.c Log: - Getipnodebyname() and getipnodebyaddr() reimplemented through gethostbyname() and gethostbyaddr() accordingly Approved by:re (kensmith), brooks (mentor) Revi

cvs commit: src/tools/regression/lib/libc/nss test-gethostby.c test-gethostby.t

2007-06-23 Thread Michael Bushkov
bushman 2007-06-24 06:14:18 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/nss test-gethostby.c test-gethostby.t Log: - Bugs in gethostbyXXX/getipnodebyXXX regression tests fixed. Tests for getipnodebyXXX functions now

cvs commit: src/tools/regression/lib/libc/nss Makefile README mach test-getaddr.c test-getaddr.t test-getgr.c test-getgr.t test-gethostby.c test-gethostby.t test-getproto.c test-getproto.t test-getpw.

2007-04-15 Thread Michael Bushkov
bushman 2007-04-15 11:02:31 UTC FreeBSD src repository Added files: tools/regression/lib/libc/nss Makefile README mach test-getaddr.c test-getaddr.t test-getgr.c test-getgr.t test-

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml

2007-03-19 Thread Michael Bushkov
bushman 2007-03-19 10:49:51 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: Fixing list's alphabetical order. Approved by:brooks (mentor) Revision ChangesPath 1.181 +2 -2

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml

2007-03-15 Thread Michael Bushkov
bushman 2007-03-15 13:15:38 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Adding myself to developers list and removing from addition

cvs commit: www/en/projects/ideas ideas.xml

2007-03-10 Thread Michael Bushkov
bushman 2007-03-11 07:28:03 UTC FreeBSD doc repository (src committer) Modified files: en/projects/ideasideas.xml Log: Removing text kernel dumps idea, because I'd like to handle it. Approved by:brooks (mentor), rwatson Revision ChangesPath 1.8 +1 -

cvs commit: src/usr.bin/calendar/calendars calendar.freebsd

2007-03-10 Thread Michael Bushkov
bushman 2007-03-11 06:44:37 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself. Approved by:brooks (mentor) Revision ChangesPath 1.210 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd _

cvs commit: doc/share/pgpkeys bushman.key pgpkeys-developers.sgml pgpkeys.ent

2007-03-10 Thread Michael Bushkov
bushman 2007-03-11 06:34:53 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeysbushman.key Log: Adding my PGP key. Approved by:brooks (mentor) Revision Changes

cvs commit: www/en developers.sgml www/share/sgml news.xml

2007-03-10 Thread Michael Bushkov
bushman 2007-03-11 04:34:17 UTC FreeBSD doc repository (src committer) Modified files: en developers.sgml share/sgml news.xml Log: - Adding myself to the developers list - Updating the news file with my info Approved by:brooks (mentor)

cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent

2007-03-10 Thread Michael Bushkov
bushman 2007-03-11 04:08:50 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Added myself to the authors.list. Approved by:brooks (mentor) Revision ChangesPath 1.413 +2 -0 doc/en_US.ISO8859-1/shar