Displaying 20 results from an estimated 300 matches similar to: "[nut-commits] svn commit r2705 - branches/windows_port/drivers"
2012 May 03
1
[nut-commits] svn commit r3554 - branches/windows_port/common
c'est quoi cette chelouzerie ?
je parle de l'ajout du sizeof(DWORD)...
et ce que ce serait pas un str*n*cpy ou s*n*printf la vraie solution ?
Arno
2012/5/3 Frederic BOHE <fbohe-guest at alioth.debian.org>:
> Author: fbohe-guest
> Date: Thu May ?3 08:31:38 2012
> New Revision: 3554
> URL: http://trac.networkupstools.org/projects/nut/changeset/3554
>
> Log:
>
2011 Mar 17
1
[nut-commits] svn commit r2940 - in branches/windows_port/scripts/Windows/Installer
>
> ---------- Forwarded message ----------
> From: Frederic BOHE <fbohe-guest at alioth.debian.org>
> To: nut-commits at lists.alioth.debian.org
> Date: Wed, 16 Mar 2011 14:57:09 +0000
> Subject: svn commit r2940 - in
> branches/windows_port/scripts/Windows/Installer: . ImageFiles
> ImageFiles/Binary ImageFiles/Others ImageFiles/emptyDir
>
2011 Jan 26
1
[nut-commits] svn commit r2853 - in branches/windows_port: drivers include
Citeren Frederic BOHE <fbohe-guest op alioth.debian.org>:
> Modified: branches/windows_port/include/wincompat.h
> ==============================================================================
> --- branches/windows_port/include/wincompat.h	Wed Jan 26 15:05:16  
> 2011	(r2852)
> +++ branches/windows_port/include/wincompat.h	Wed Jan 26 15:16:09  
> 2011	(r2853)
> @@
2011 Jan 18
1
[nut-commits] svn commit r2839 - branches/windows_port/scripts/Windows
Citeren Frederic BOHE <fbohe-guest op alioth.debian.org>:
> --- branches/windows_port/scripts/Windows/wininit.c	Tue Jan 18  
> 08:57:03 2011	(r2838)
> +++ branches/windows_port/scripts/Windows/wininit.c	Tue Jan 18  
> 10:05:01 2011	(r2839)
> @@ -285,8 +285,11 @@
>  	char	fn[SMALLBUF];
>  	FILE	*nutf;
>  	char	buf[SMALLBUF];
> +	const char * conf_path;
>
> -
2010 Nov 04
0
[nut-commits] svn commit r2668 - in branches/windows_port: . drivers m4
2010/11/4 Arjen de Korte
> Author: adkorte-guest
> Date: Thu Nov  4 20:00:25 2010
> New Revision: 2668
> URL: http://trac.networkupstools.org/projects/nut/changeset/2668
>
> Log:
> Checking whether or not we should use the 'regex' library should be done
> for all USB connected devices (since we use this in the matcher function).
> In that case it is much cleaner
2010 Dec 11
1
[nut-commits] svn commit r2726 - in branches/windows_port: common drivers include
Citeren Arnaud Quette <aquette.dev op gmail.com>:
> Date: Thu, 09 Dec 2010 14:01:14 +0000
> Subject: svn commit r2726 - in branches/windows_port: common drivers include
> Author: fbohe-guest
> Date: Thu Dec  9 14:01:07 2010
> New Revision: 2726
> URL: http://trac.networkupstools.org/projects/nut/changeset/2726
>
> Log:
> More work on serial drivers.
> Still
2010 Nov 28
1
[nut-commits] svn commit r2704 - in branches/windows_port: . common drivers include scripts scripts/Windows server
Date: Fri, 26 Nov 2010 13:28:47 +0000
> Subject: svn commit r2704 - in branches/windows_port: . common  
> drivers include scripts scripts/Windows server
> Author: fbohe-guest
> Date: Fri Nov 26 13:28:46 2010
> New Revision: 2704
> URL: http://trac.networkupstools.org/projects/nut/changeset/2704
>
> Log:
> Change the "full services" approach to a more POSIX
2012 Jan 11
0
Missing files on windows_port branch
I think this trunk-to-branch interior merge should be clean, but the merge logic correctly identifies some missing files in the reposurgeon output (checked in -pre7 and -pre4). They are in SVN on that branch, though (ignoring .gitignore for the time being). I only see one java file in scripts/java/jNut/src/main/java/org/networkupstools/jnut/ from reposurgeon. 
2011 Jan 26
0
[nut-commits] svn commit r2854 - branches/windows_port/common
Citeren Frederic BOHE <fbohe-guest op alioth.debian.org>:
> -	res = w32_serial_read(fd,buf,buflen,timeout);
> +	res = w32_serial_read((serial_handler_t *)fd,buf,buflen,timeout);
Rather than casting away the const (which may not be possible with  
certain strict compiler flags), it is better to modify the prototype  
and definition of this function to take a 'const
2011 Mar 18
0
[nut-commits] svn commit r2946 - in branches/windows_port/scripts/Windows/Installer: . ImageFiles/Others
Citeren Frederic BOHE <fbohe-guest op alioth.debian.org>:
> +REM copy DLL files from system
> +copy /Y c:\mingw\msys\1.0\bin\msys-1.0.dll .\ImageFiles\Others
> +copy /Y c:\mingw\msys\1.0\bin\msys-crypto-1.0.0.dll .\ImageFiles\Others
> +copy /Y c:\mingw\msys\1.0\bin\msys-ssl-1.0.0.dll .\ImageFiles\Others
> +copy /Y c:\mingw\bin\libgnurx-0.dll .\ImageFiles\Others
How can we be
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
2011/6/27 Frederic BOHE <fbohe-guest at alioth.debian.org>
> Author: fbohe-guest
> Date: Mon Jun 27 13:56:51 2011
> New Revision: 3060
> URL: http://trac.networkupstools.org/projects/nut/changeset/3060
>
> Log:
> Add NUT server scan.
>
> (...)
>  device_t * scan_snmp(char * start_ip, char * stop_ip,long usec_timeout,
> snmp_security_t * sec);
>
> 
2011 Jun 21
1
[nut-commits] svn commit r3048 - branches/nut-scanner/tools/nut-scanner
Citeren Frederic BOHE <fbohe-guest at alioth.debian.org>:
> Modified: branches/nut-scanner/tools/nut-scanner/scan_snmp.c
> ==============================================================================
> --- branches/nut-scanner/tools/nut-scanner/scan_snmp.c	Fri Jun 17  
> 08:12:00 2011	(r3047)
> +++ branches/nut-scanner/tools/nut-scanner/scan_snmp.c	Tue Jun 21  
>
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
2012 Sep 10
2
For APC Back UPS ES users
?With Arnaud Quette's help, I have tried to fix the regression concerning the APC Back UPS ES unit.
This regression is related to an issue in this UPS firmware. It cannot be reverted to previous version because the current code fixes communication issue with others UPS (which behave correctly, but are not very permissive).
So we (Arnaud and I) have decided to add a tweak (call it a hack if you
2012 Oct 12
2
NSS support in trunk (was: NSS branch pull request)
2012/10/12 Emilien Kia <kiae.dev at gmail.com>
> Hi guys,
>
Hi Emilien and the list,
This is a pull request to finally merge NSS feature in nut trunk:
> https://github.com/clepple/nut/pull/3
>
I'd like to take a moment to shed some more light on this important
development, which lasted 3 years:
- the initial
2011 Sep 12
1
[nut-commits] svn commit r3214 - in trunk: . clients docs/man m4 tools tools/nut-scanner
On Sep 12, 2011, at 3:13 PM, Arnaud Quette wrote:
> (forwarding because of message body too big)
>
> Author: fbohe-guest
> Date: Mon Sep 12 14:50:47 2011
> New Revision: 3214
> URL: http://trac.networkupstools.org/projects/nut/changeset/3214
>
> Log:
> Add nut-scanner tool
Due to the build failures, I recommend we revert this merge commit for  
2.6.2, or simply make
2012 Apr 11
1
NOTIFYCMD doesn't work from Windows service
Hello dear all,
I try to use NUT for windows (not WinNUT), and stuck with launching NOTIFYCMD.
On any event marked as SYSLOG+WALL+EXEC syslog entry appears, popup
window appears, but NOTIFYCMD script doesn't run.
If I run upsmon.exe in cmd (i. e. not as a service) everything works fine.
Here is my upsmon.conf:
MONITOR central at 10.35.0.180 1 user password slave
MINSUPPLIES 1
SHUTDOWNCMD
2011 Jan 19
1
[nut-commits] svn commit r2845 - branches/windows_port/common
On mar., 2011-01-18 at 19:52 +0000, Arjen de Korte wrote:
> Author: adkorte-guest
> Date: Tue Jan 18 19:52:02 2011
> New Revision: 2845
> URL: http://trac.networkupstools.org/projects/nut/changeset/2845
> 
> Log:
> Prefer to use static variables locally over global variables (to prevent namespace conflicts)
> 
> Modified:
>    branches/windows_port/common/common.c
2011 May 24
2
Merging windows_port branch
Hello,
As you may have noticed, a first running version of nut for
Windows has been released some time ago. In order to validate the
possibility to merge the windows_port branch to the trunk, I have
produced a patch file using the "svn diff" command.
This patch couldn't be applied directly and the use of a merging tool is
still needed. It is only intended to be reviewed so that we
2011 Jan 26
2
Minor issues cross-compiling windows_port branch
Hi,
No patches today, sorry, just three little observations (i'm compiling
windows_port branch on Debian GNU/Linux testing with mingw):
* missing but required by the configure
  scripts/augeas/nutupsconf.aug.in
  scripts/hal/ups-nut-device.fdi.in
  scripts/udev/nut-usbups.rules.in
* it autodetects hal and udev support but (of course) fails to
  cross-compile it (so i had to use