summaryrefslogtreecommitdiffstats
path: root/admin
Commit message (Expand)AuthorAgeFilesLines
* #913: OGAgent uses decorator to check autorization header and cleaning the Py...Ramón M. Gómez2019-05-222-69/+98
* Refs #913: Adding loop to connect to the server when OGAgent is activated.Ramón M. Gómez2019-05-201-18/+25
* #909 updateCache in assistant.js identifies the REPO with its IP addressantoniodoblas2019-05-161-1/+1
* #834: Revert one !JavaScript strict comparisonsJavier Sánchez Parra2019-05-071-1/+1
* #834: Revert some JavaScript strict comparisonsJavier Sánchez Parra2019-05-034-4/+4
* #834 Create image in console: Fixs a error when there are duplicate computers...Irina Gómez2019-04-221-1/+2
* #849 Fix 'Incorpore computer': shows a message when new computer are duplicatesIrina Gómez2019-03-071-1/+1
* #834: Fix some HTML tags, remove trailing tabs and convert newlines to Unix f...Ramón M. Gómez2019-02-254-415/+411
* #904 Fix ogAdmAgent: When a task was scheduled, ogAdmClient was crashed.Irina Gómez2019-02-221-911/+914
* #834: Fix Javascript comparisons and variable declarations.Ramón M. Gómez2019-02-219-85/+86
* #834: Fix wrong variable type.Ramón M. Gómez2019-02-201-2/+2
* #903: Rejects values for name, IP and MAC if they are already in useJavier Sánchez Parra2019-02-191-35/+49
* #834: Fixing more code cleanup: CSS units, HTML tags; Javascript comparisons,...Ramón M. Gómez2019-02-1217-345/+335
* #834: Fixing more code cleanup: CSS units, HTML syntax and PHP closing tags.Ramón M. Gómez2019-02-0719-223/+216
* #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
* #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-041-20/+34
* #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-293-21/+42
* #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: 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 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