Re: [DNG] Systemd Shims

2015-08-21 Thread Edward Bartolo
GUI frontend is ready. Now, it is time for users to discover deep bugs that only show their heads when the user number increases. A popup window has been provided to display detailed information about any available wifi hotspots. This simplified the design and implementation of the GUI.

Re: [DNG] Systemd Shims

2015-08-21 Thread Rainer Weikusat
Edward Bartolo edb...@gmail.com writes: I reorganised the C source code into header files and C code files. I also tested the backend to make sure the reorganisation of the code did not impact its functionality. I also included several 'patches' as suggested and made sure strcat does behave

Re: [DNG] Systemd Shims

2015-08-21 Thread Rainer Weikusat
Rainer Weikusat rainerweiku...@virginmedia.com writes: [...] #include stdlib.h #include stdio.h There's an #include unistd.h missing here in order to make the code compile w/o warnings. ___ Dng mailing list Dng@lists.dyne.org

Re: [DNG] Systemd Shims

2015-08-21 Thread Rainer Weikusat
Edward Bartolo edb...@gmail.com writes: I reorganised the C source code into header files and C code files. I also tested the backend to make sure the reorganisation of the code did not impact its functionality. I also included several 'patches' as suggested and made sure strcat does behave

Re: [DNG] Systemd Shims

2015-08-21 Thread Hendrik Boom
On Fri, Aug 21, 2015 at 12:51:55PM +0100, Rainer Weikusat wrote: That's going to work with this particular problem which you incorrectly (the original path wasn't a macro) reduced to appending a string of unknown length to a constant string. Taking this into account, a solution without

Re: [DNG] Systemd Shims

2015-08-21 Thread Edward Bartolo
I think, I can also upload the Lazarus code of the frontend. I am using the application, and for those who love the principle of Keep it simple stuptid, it is a nice simple application which is run on request. It is also controlled by the user, instead of automatically making decisions behind the

Re: [DNG] Systemd Shims

2015-08-21 Thread Rainer Weikusat
Isaac Dunham ibid...@gmail.com writes: On Wed, Aug 19, 2015 at 08:30:44PM +, Roger Leigh wrote: On 19/08/2015 17:39, Rainer Weikusat wrote: #define IFACE_TMPL \ auto lo\n \ iface lo inet loopback\n\n \ iface wlan0 inet dhcp\n \ wpa-ssid %s\n \ wpa-psk

Re: [DNG] Mirroring Devuan

2015-08-21 Thread aitor_czr
We must resort to Sherlock Holmes. On 21/08/15 07:47, Ismael L. Donis Garcia sli...@citricos.co.cu wrote: The directoryhttp://packages.devuan.org/merged/pool/ is empty Regards | ISMAEL | - Original Message - From: aitor_czr To:dng@lists.dyne.org Sent: Wednesday,

Re: [DNG] wifi roaming (was Systemd Shims)

2015-08-21 Thread Didier Kryn
Le 21/08/2015 00:34, Steve Litt a écrit : On Thu, 20 Aug 2015 22:28:45 +0200 Didier Kryn k...@in2p3.fr wrote: Le 19/08/2015 20:09, Edward Bartolo a écrit : The power inherent in C is due to it not getting in the way of the coder, and I like that. [snip] I didn't review your code.