summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | #834: Fixing more code cleanup: CSS units, HTML syntax and PHP closing tags.Ramón M. Gómez2019-02-0719-223/+216
| * | | #784: Fixing Apache configuration error when multiple instances of PHP-FPM ar...Ramón M. Gómez2019-02-072-2/+2
| * | | #899 Remove unused code in ogAdmLib: remove tomaPuerto()OpenGnSys Support Team2019-02-062-21/+0
| * | | #898 Remove unused encryption and decryption routinesOpenGnSys Support Team2019-02-063-52/+2
| * | | #897 Do not use socket type in ogAdmServerOpenGnSys Support Team2019-02-062-6/+6
| * | | #896: Send multicast WoL through a specific interfaceJavier Sánchez Parra2019-02-062-17/+102
| * | | #834: Fixing more code cleanup: CSS units, HTML tags, and Javascript variable...Ramón M. Gómez2019-02-067-136/+129
| * | | #736: Updating security policies: restrict MySQL access from loopback, add au...Ramón M. Gómez2019-02-061-17/+21
| * | | #834: Fixing more code cleanup: file encoding, CSS units, HTML tags, and trai...Ramón M. Gómez2019-02-0519-132/+115
| * | | #834: Fixing more code cleanup: some file encoding, CSS units, Javascript com...Ramón M. Gómez2019-02-0419-376/+206
| * | | #895 Fixs the partitioning wizard: can change partition table from MSDOS to G...Irina Gómez2019-02-042-21/+35
| * | | #893 Adding code to rename client pc in configureOsOpenGnSys Support Team2019-01-311-0/+4
| * | | #892: extract ogAdmServer data from the configuration fileJavier Sánchez Parra2019-01-301-28/+36
| * | | #892: Avoid infinite loopJavier Sánchez Parra2019-01-291-0/+1
| * | | #892: Use ogAdmServer Wake on LanJavier Sánchez Parra2019-01-295-23/+44
| * | | #877: OGAgent can connect to an alternate server, and fixing some Python code...Ramón M. Gómez2019-01-294-32/+59
| * | | #891 remove function to parse string in hexadecimal to binaryOpenGnSys Support Team2019-01-231-35/+0
| * | | #891 fix wake on lan routineOpenGnSys Support Team2019-01-231-12/+15
| * | | #834: Remove all redundant PHP closing tags.Ramón M. Gómez2019-01-23280-512/+423
| * | | #834: More PHP/HTML/CSS code cleanup.Ramón M. Gómez2019-01-2310-113/+100
| * | | #834: Check for more variable definitions and continue code cleanup.Ramón M. Gómez2019-01-2117-51/+48
| * | | #834: Check for more variable definitions and continue code cleanup.Ramón M. Gómez2019-01-211-0/+4
| * | | #834: Correct undefined variables and some spell checking.Ramón M. Gómez2019-01-196-39/+39
| * | | #881: Remove parentheses from the configuration file to avoid an error raised...Ramón M. Gómez2019-01-191-3/+3
| * | | #806: Show error message when partition size < 0 (thanks to Javier Sanchez, j...Ramón M. Gómez2019-01-184-2/+11
| * | | #580 ignore SIGPIPE signalOpenGnSys Support Team2019-01-171-0/+3
| * | | #580 incorrect return value in handlerOpenGnSys Support Team2019-01-171-6/+6
| * | | #883 standalone log file is now deprecatedOpenGnSys Support Team2019-01-172-1/+4
| * | | #883 remove unnecessary loggingOpenGnSys Support Team2019-01-171-106/+14
| * | | #883 replace standalone log file by syslogOpenGnSys Support Team2019-01-172-240/+259
| * | | #883 use LOG_DEBUG instead of LOG_INFOOpenGnSys Support Team2019-01-171-8/+8
| * | | #883 do not use argv[0] in syslog log messageOpenGnSys Support Team2019-01-171-1/+1
| * | | #885 remove native tftp and dhcp serverOpenGnSys Support Team2019-01-174-1578/+0
| * | | #580: New compilation dependencies.Ramón M. Gómez2019-01-172-4/+4
| * | | #580 fix management of keepalive connections to clientsOpenGnSys Support Team2019-01-172-46/+105
| * | | #580 no need for pthread libraryOpenGnSys Support Team2019-01-171-1/+1
| * | | #884 do not strip off symbolsOpenGnSys Support Team2019-01-172-6/+2
| * | | #883 add initial syslog supportOpenGnSys Support Team2019-01-171-2/+34
| * | | #580 rework server socket handlingOpenGnSys Support Team2019-01-174-149/+273
| * | | #580 more robust check for remote functionOpenGnSys Support Team2019-01-171-1/+2
| * | | #883 add og_info() and use itOpenGnSys Support Team2019-01-172-131/+104
| * | | #580 use true/false definition from standard stdbool.hOpenGnSys Support Team2019-01-171-524/+524
| * | | #580 disregard INVALID_SOCKETOpenGnSys Support Team2019-01-171-3/+3
| * | | #580 disregard SOCKET_ERROROpenGnSys Support Team2019-01-171-7/+6
| * | | #580 remove dead code uncovered by statificationOpenGnSys Support Team2019-01-171-110/+0
| * | | #580 constify parameter and statify functionOpenGnSys Support Team2019-01-172-141/+127
| * | | #580 remove AULAUP in configuration fileOpenGnSys Support Team2019-01-171-5/+0
| * | | #580 simplify check for empty stringOpenGnSys Support Team2019-01-171-7/+7
| * | | #580 move global variable definitions to fileOpenGnSys Support Team2019-01-172-10/+7
| * | | #580 add og_log() and use itOpenGnSys Support Team2019-01-172-127/+111