Displaying 20 results from an estimated 9000 matches similar to: "[nut-commits] svn commit r2360 - trunk/clients"
2008 Nov 16
2
[nut-commits] svn commit r1560 - trunk
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Sun Nov 16 13:00:30 2008
> New Revision: 1560
>
> Log:
> Generated by libtool and should not be versioned.
>
> Modified:
> trunk/ (props changed)
Right, that didn't work out quite the way I intended. Can someone
please set the svn:ignore property on
2009 Jan 15
1
[nut-commits] svn commit r1728 - trunk/tools
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Jan 15 11:54:05 2009
> New Revision: 1728
>
> Log:
> Another stab at this.
>
> Modified:
> trunk/tools/Makefile.am
And failing miserably... :-(
Can someone more fluent in 'autotoolish' fix this problem? Currently
the BuildBot is broken by update r1718
2010 Jan 23
1
[nut-commits] svn commit r2260 - trunk/drivers
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>:
> Author: adkorte-guest
> Date: Sat Jan 23 10:06:51 2010
> New Revision: 2260
>
> Log:
> Need to define _XOPEN_SOURCE for strptime() prototype in glibc2
>
> Modified:
> ? ? trunk/drivers/mge-hid.c
Arnaud,
Apparently this solves the problem for the strptime() function, but
now breaks the snprintf()
2009 Jan 15
1
[nut-commits] svn commit r1734 - in trunk/scripts: hal hotplug udev
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Jan 15 20:02:22 2009
> New Revision: 1734
>
> Log:
> Freshly generated USB helper files
>
> Modified:
> trunk/scripts/hal/ups-nut-device.fdi.in
> trunk/scripts/hotplug/libhid.usermap
> trunk/scripts/udev/nut-usbups.rules.in
Questions is, should we try
2007 Aug 28
0
[nut-commits] svn commit r1076 - in trunk: . drivers
> ---------- Forwarded message ----------
> From: Arjen de Korte
> To: nut-commits at lists.alioth.debian.org
> Date: Mon, 27 Aug 2007 18:33:00 +0000
> Subject: svn commit r1076 - in trunk: . drivers
> Author: adkorte-guest
> Date: Mon Aug 27 18:33:00 2007
> New Revision: 1076
>
> Log:
> * drivers/libhid.[ch],libshut.[ch],libusb.[ch]:
> - Cut the libshut and
2008 Nov 24
1
[nut-commits] svn commit r1578 - in trunk: . drivers
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Mon Nov 24 13:13:44 2008
> New Revision: 1578
>
> Log:
> Use new usb_device_id_t and is_usb_device_supported()
> for selection of the subdriver.
Alexander,
It would be nice if you could double check that I didn't horribly
break something here. I don't expect any
2008 Nov 06
0
[nut-commits] svn commit r1549 - in trunk: . drivers
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Wed Nov 5 07:56:47 2008
> New Revision: 1549
>
> Log:
> Fix problem with reading replies on slow systems.
>
> The ser_get_line() function is unreliable when reading multi-line
> replies from the UPS. See
> docs/new-drivers.txt for an explanation why. Basically this
2008 Dec 19
0
[nut-commits] svn commit r1661 - in trunk: clients server
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Fri Dec 19 21:06:43 2008
> New Revision: 1661
>
> Log:
> Don't LOGOUT from the server if we were not logged in.
> Ignore LOGOUT if client didn't LOGIN.
Sorry folks, this was a mistake, I'll revert this tomorrow (if Alioth
lets me in then). Only a very small
2009 Nov 11
0
[nut-commits] svn commit r2102 - trunk/drivers
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>:
> Author: adkorte-guest
> Date: Wed Nov 11 10:44:46 2009
> New Revision: 2102
>
> Log:
> Properties changed
>
> Modified:
[...]
> trunk/drivers/netxml-ups.c
Oops, this accidentally slipped in as well. This update changed the
behavior of the netxml-ups driver to allow a NSM-client only mode. In
2007 Jun 22
1
[nut-commits] svn commit r975 - in trunk: . docs drivers
Hi Arjen,
2007/6/21, Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Jun 21 18:58:20 2007
> New Revision: 975
>
> Log:
> Add modem control line functions so that we don't have to mess with ioctl() calls directly.
> ...
excellent, I was thinking about it for some time...
btw, will you also take over converting the other
2009 Jul 28
1
[nut-commits] svn commit r1866 - in trunk: . drivers man
On Mon, Jul 20, 2009 at 3:33 PM, Arjen de
Korte<adkorte-guest at alioth.debian.org> wrote:
> Author: adkorte-guest
> Date: Mon Jul 20 19:33:33 2009
> New Revision: 1866
>
> Log:
> Resolve naming conflict
Arjen,
should drivers/Makefile.am be changed from:
virtual_SOURCES = virtual.c
to:
clone_SOURCES = clone.c
as well?
--
- Charles Lepple
2007 Aug 11
1
[nut-commits] svn commit r1040 - in trunk: . data drivers man
On 8/10/07, Arjen de Korte <adkorte-guest at alioth.debian.org> wrote:
> Author: adkorte-guest
> Date: Fri Aug 10 19:16:48 2007
> New Revision: 1040
>
> Log:
> From the ChangeLog:
[...]
> - Use snprintf instead of sprintf where possible.
In general, this is a good idea, but what if the resulting string is
exactly sizeof(buf) ? Shouldn't it be sizeof()-1 with a
2008 Nov 17
1
[nut-commits] svn commit r1567 - in trunk: . drivers
2008/11/17 Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Mon Nov 17 19:34:27 2008
> New Revision: 1567
>
> Log:
> fix changes from r1566 that broke building
> ...
thanks for fixing that one ;-)
SSL conditional inclusion missing?
Arnaud
2010 Dec 23
1
[nut-commits] svn commit r2777 - in trunk: data docs/man drivers scripts/hal scripts/hotplug scripts/udev
2010/12/22 Arjen de Korte <adkorte-guest at alioth.debian.org>
> Author: adkorte-guest
> Date: Wed Dec 22 20:31:42 2010
> New Revision: 2777
> URL: http://trac.networkupstools.org/projects/nut/changeset/2777
>
> Log:
> Don't version generated files
>
> Deleted:
> trunk/scripts/hal/ups-nut-device.fdi.in
> trunk/scripts/hotplug/libhid.usermap
>
2007 Jan 08
2
Re: [nut-commits] svn commit r714 - in trunk: . server
OK, I have removed the autoconf test for s6_addr32 (which is no longer
used), and wrote a new test for IN6_IS_ADDR_V4MAPPED. The latter is
probably portable, but since we're already in the business of testing,
it does not hurt to do so.
Arjen, I wonder about server/access.c, line 60-61:
return (IN6_IS_ADDR_V4MAPPED(ip6) &&
((((const u_int32_t *)ip6)[3] &
2007 Jun 18
1
[nut-commits] svn commit r964 - in trunk: . drivers
Arjen de Korte wrote:
> Author: adkorte-guest
> Date: Mon Jun 18 09:03:18 2007
> New Revision: 964
>
> Log:
> additional debug info in case commands fail
>
> Modified:
> trunk/ChangeLog
> trunk/drivers/megatec.c
>
> Modified: trunk/ChangeLog
Arnaud, Carlos,
I'd like to backport this change to Testing as well. Intermittent
startup problems for
2010 Nov 28
3
[nut-commits] svn commit r2708 - in branches/ssl-nss-port: clients m4 server
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>:
> Log:
> Use the 'nss_compat_ossl' compatibility layer to use the Mozilla NSS
> library instead of OpenSSL (we might want to include native support
> in the future, but this will at least allow a quick migration for
> testing purposes)
I don't recall that we ever discussed the possibility of
2006 Nov 16
2
Re: [nut-commits] svn commit r585 - in trunk: . conf server
2006/11/16, Arjen de Korte <adkorte-guest@alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Nov 16 21:16:40 2006
> New Revision: 585
>
> Modified:
> trunk/ChangeLog
> trunk/conf/upsd.conf.sample
> trunk/server/conf.c
> trunk/server/upsd.c
> trunk/server/upsd.h
> Log:
> upsd: add MAXINIT parameter to upsd.conf to make the time upsd
2009 Dec 31
2
libusb detection shell script (was Re: [nut-commits] svn commit r2218 - trunk/m4)
On Dec 31, 2009, at 8:45 AM, Arjen de Korte wrote:
> Author: adkorte-guest
> Date: Thu Dec 31 13:45:16 2009
> New Revision: 2218
>
> Log:
> Add pkg-config as method to retrieve CFLAGS and LDFLAGS (but fall
> back to libusb-config)
>
> Modified:
> trunk/m4/nut_check_libusb.m4
Arjen,
I'm not sure you want parentheses in the shell script fragments.
Search for
2008 Dec 17
0
[nut-commits] svn commit r1632 - in trunk: . packaging
Hey Charles,
adding Arjen to the list and upsdev for info...
2008/12/17 Charles Lepple <clepple at gmail.com>:
> I noticed Arjen deleted the packaging/debian directory as well.
>
> I suppose the same argument applies to packaging/debian/ as to the *.spec
> files: it should track the specific distribution as well as NUT changes.
>
> However, it might make sense to keep