summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-0510-62/+205
| | | | | | | | in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
| * tried to solve the timing problem. but failed. it is also enough to test for ↵Niklas2011-09-293-12/+19
| | | | | | | | the isRunning flag in order to get informations about pluged state
| * did some refactoring. added a user choice screen which is shown 2 seconds ↵Niklas2011-09-298-73/+199
| | | | | | | | before the magic begins. (press F5 to get a choice)
| * added some more initial parametersNiklas2011-09-283-24/+12Star
| |
| * added a select field to the manual conf gui. also fixed some bugs in the ↵Niklas2011-09-287-64/+172
| | | | | | | | ip4_manualConf function
| * manual config gui added. put the interfaceconfig map into networkDiscovery ↵Niklas2011-09-277-33/+217
| | | | | | | | and adopted the signals.
| * added a new function for manual configuration of an interface including a ↵Niklas2011-09-263-8/+279
| | | | | | | | function which writes a resolv.conf
| * renamed routemanager to networkmanagerNiklas2011-09-266-25/+28
| |
| * added some comments to the new bringInterfaceUpDown function in ↵Niklas2011-09-231-1/+13
| | | | | | | | routemanager(soon networkmanager)
| * added a function to the routemanager (which will soon be renamed into ↵Niklas2011-09-233-2/+55
| | | | | | | | networkmanager) to bring up and down interfaces.
| * renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵Niklas2011-09-239-344/+50Star
| | | | | | | | and chooseinterfacedialog since this is now implemented via html/css/jquery
| * changed the css file for the networkdiscovery. now it looks a bit nicerNiklas2011-09-232-109/+62Star
| |
| * added some more js functions. abortBootDialog() and chooseInterfaceDialog()Niklas2011-09-226-70/+140
| |
| * the html gui is working now. problem solved: LogReceiver/NetworkDiscovery ↵Niklas2011-09-228-109/+143
| | | | | | | | started to early. so javascript jquery was not usable. also put the js code into the html file. it seems that qt has a problem using the code if it is not in the html file. also implemented the fast version. if one interface is usable we now go on directly to the continue boot screen
| * gui is now html based. still some problems with the jQuery stuff. it does ↵Niklas2011-09-2136-269/+2022
| | | | | | | | not display anything.
| * the checkConnectivity method is working now. we use the rtnl functions of ↵Niklas2011-09-206-198/+86Star
| | | | | | | | the libnl.
| * solved the stupid mistake. just forgot to add an additional header file. ↵Niklas2011-09-193-0/+13
| | | | | | | | rtnl.h. now it is added an it compiles
| * routmanager doRoute: changed the retun value in case of an error to -1Niklas2011-09-191-2/+2
| |
| * added a new version of the routemanager. now the delRoute and addRoute is ↵Niklas2011-09-195-14/+241
| | | | | | | | working with libnl functions.but still there is an error: /usr/include/netlink/route/route.h:60:57: error: ‘realm_t’ has not been declared /usr/include/netlink/route/route.h:61:8: error: ‘realm_t’ does not name a type
| * remove another build dirSebastian Schmelzer2011-09-0639-3602/+0Star
| |
| * remove DebugSebastian Schmelzer2011-09-0621-405/+1Star
| |
| * no build dirs in gitSebastian Schmelzer2011-09-0639-14389/+2Star
| |
| * Merge branch 'master' of openslx.org:lsfks/projekte/fbguiSebastian Schmelzer2011-09-0621-3510/+253Star
| |\
| | * some changes in the cmakelist file. only added and again removed the same ↵Niklas2011-09-0621-3510/+253Star
| | | | | | | | | | | | stuff also deleted some files in the debug folder
| * | fix cmake stuffSebastian Schmelzer2011-09-063-14/+16
| |/
| * add requirement for qt 4.7Sebastian Schmelzer2011-09-061-1/+2
| |
| * fix cmake includesSebastian Schmelzer2011-09-061-1/+1
| |
| * transferSebastian Schmelzer2011-09-062-8/+12
| |
| * add version.hNiklas2011-09-061-0/+1
| |
| * fix gitignoreSebastian Schmelzer2011-09-061-1/+1
| |
| * fix compile errorsSebastian Schmelzer2011-09-063-7/+21
| |
| * latest version of all files. cmake still doesn't workNiklas2011-09-0631-740/+4140
| |
| * finaly managed it to create a .so lib of the customdhcpcd files. the ↵Niklas2011-09-0521-524/+281Star
| | | | | | | | dhcpcd.c file is not included in this lib (it contains the main function)
| * tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-05107-216/+17668
| | | | | | | | of interface.c but failed too. made a static lib of the customdhcpcd files but couldn't change it to a shared lib. (tried to add SHARE to the add_library code but this resulted in an error multiple declarations of main...
| * added a new container class which holds config informations about an ↵Niklas2011-09-0213-113/+368
| | | | | | | | interface. also solved the message loss problem by setting the read an writing messages to the same size
| * just minor changes. deltions of unuseful commentsNiklas2011-09-025-24/+2Star
| |
| * fix message lossSebastian Schmelzer2011-09-017-13/+43
| |
| * some comments to the LogReceiver methodsNiklas2011-09-011-0/+34
| |
| * some comments to the LogReceiver methodsNiklas2011-09-011-2/+53
| |
| * we tried some fixes for the messge loss problem, but we failed. Sebastian ↵Niklas2011-09-014-7/+8
| | | | | | | | will look at the code later. server is now a echo server which sends ack for every received message.
| * bigger changes in the checkConnectivity method. using now route command to ↵Niklas2011-09-0112-20/+200
| | | | | | | | delete and add the default route. for this i am writing the gateways for every interface into a new file. located at /var/tmp/gateways_<interfaceName>
| * tried to clean the git. deleted old unused files and folders. moved ↵Niklas2011-09-01122-8088/+0Star
| | | | | | | | customdhcpcd and LogReceiver to the fbgui folder
| * some minor changesNiklas2011-09-014-2/+17
| |
| * changed sleep(1) to usleep(500) after every send to socket in logwriter.c ↵Niklas2011-08-305-98/+115
| | | | | | | | Main Problem with this workaround: with increasing number of messages, the program will become slower and slower. also added a new map in which i store the pair (interfacename, qlocalsocket client) with this i can check if there are still some messages left, when a process finishes
| * added check for file existens. renamed the dhcpcd bin to customdhcpcd. ↵Niklas2011-08-307-11/+49
| | | | | | | | temporal solution for the message loss problem => added a sleep(1) function after every send operation. this makes the programm a bit slower but it solves the problem, we now receive every message (issue 339)
| * tried to fix the message loss problem, but failed. TODO: debug and socket ↵Niklas2011-08-294-27/+1Star
| | | | | | | | sniffer
| * added makefilesNiklas2011-08-2931-30/+1221
| |
| * added to dialogs. one for the critical error case (abot boot dialog), one ↵Niklas2011-08-2410-14/+421
| | | | | | | | for the succesful case (choose interface dialog). also added a new function for testing the connectivity via tcpsocket (or http request).
| * added a additional status label and some signalsNiklas2011-08-226-119/+122
| |
| * changed code order. added new signalsNiklas2011-08-194-150/+163
| |