summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* #941 Set MySQL encoding to UTF-8Javier Sánchez Parra2020-04-021-1/+2
* #959: Installer copies the new MySQL configuration template to enable the eve...Ramón M. Gómez2020-03-051-0/+3
* #955: Adapt DHCP template file to `addtodhcp` script.Ramón M. Gómez2020-03-041-10/+4
* #965: `oglivecli rebuild` detects short directory names.Ramón M. Gómez2020-03-041-8/+9
* #965: `oglivecli install` uses shorter directory names.Ramón M. Gómez2020-03-041-4/+7
* #488 #959 comparedhcpopengnsys: Fixes error when computer definition was in o...Irina Gómez2020-03-031-6/+29
* #955: Correct quoting of input parameters.Ramón M. Gómez2020-03-021-2/+2
* #955: `addtodhcp` script checks if all routers are defined in DHCP configurat...Ramón M. Gómez2020-02-271-2/+7
* #957: `comparedhcpopengnsys` script adapted to common functions.Ramón M. Gómez2020-02-252-38/+30
* #957: `ogagentqueue` cron script adapted to common functions.Ramón M. Gómez2020-02-251-28/+11
* #957: `setsmbpass` script adapted to common functions.Ramón M. Gómez2020-02-251-20/+16
* #957: `setserveraddr` uses the new global functions.Ramón M. Gómez2020-02-252-21/+13
* #957 #958: `setclientlive` and `setclientmode` script are adapted to global f...Ramón M. Gómez2020-02-252-110/+77
* #959: Remove duplicate script.Ramón M. Gómez2020-02-241-9/+0
* #957: Script `comparemac` uses common server functions.Ramón M. Gómez2020-02-181-30/+27
* #957 #958: Script `settoken`: use `version` function and avoid SQL injection.Ramón M. Gómez2020-02-181-9/+10
* #957: Script `registeredsoftware`: use common server functions and avoid SQL ...Ramón M. Gómez2020-02-181-38/+16
* #958: Avoid SQL injection in `addtodhcp` and `listclientlive`.Ramón M. Gómez2020-02-182-4/+5
* #957: Script `listclientmode` uses common server functions.Ramón M. Gómez2020-02-181-36/+28
* #957: Script `listclientlive` uses common server functions.Ramón M. Gómez2020-02-182-36/+22
* #768: `oglivecli check` verifies if the linked directory matches the one defi...Ramón M. Gómez2020-02-181-0/+3
* #957 #768: Improvements in `oglivecli` script: display proper help of paramet...Ramón M. Gómez2020-02-181-50/+48
* #957: Adapt `oglivecli` script to global functions.Ramón M. Gómez2020-02-171-66/+32
* #957: Script `supportsave` uses global functions to show help and manage errors.Ramón M. Gómez2020-02-172-19/+26
* #957: New function to show the script version.Ramón M. Gómez2020-02-141-0/+6
* #955: New script `addtodhcp`to update the DHCP configuration file using the d...Ramón M. Gómez2020-02-141-0/+97
* #946: Fix bug in commit `6640e2c` when `setservderaddr` parses configuration ...Ramón M. Gómez2020-02-101-1/+1
* PXE template for ogLive: parameter duplicate 'oglivedir' is removed.Irina Gómez2020-02-041-1/+1
* #946: Script `setserveraddr` updates the interface parameter.Ramón M. Gómez2020-01-311-4/+6
* #946: Remove duplicate line in DHCP template.Ramón M. Gómez2020-01-311-1/+0
* #811 setclientmode: Fixs error when call function getcaller.Irina Gómez2020-01-211-1/+1
* #914 #811 Fixs error in setclientmode: getcaller function is included for det...Irina Gómez2020-01-201-0/+6
* #914 PXE template for ogLive: support Ubuntu 18. The marks for windows boot a...Irina Gómez2019-12-051-2/+2
* #802 #888 PXE default template for UEFI shows a menu with operating system lo...Irina Gómez2019-12-052-7/+34
* #914 #811 setclientmode: Fix error for temporary change of PXE file. Adds pe...Irina Gómez2019-12-051-1/+6
* #925: Script `settoken` changes REST token for users.Ramón M. Gómez2019-11-111-23/+30
* #839: Use global function to execute commands in the database.Ramón M. Gómez2019-11-112-15/+17
* #839: New `checkrest` script to run automatic tests in the OpenGnsys Server R...Ramón M. Gómez2019-11-081-0/+151
* #802 #888 On UEFI computers, OpenGnsys installs grub to boot from the hard dr...Irina Gómez2019-11-044-13/+13
* #816 856: Scripts `setserveraddr` and etclientmode` use common Shell functio...Ramón M. Gómez2019-10-292-36/+19
* #816: Define a new shell parameter to know if client is defined as a teaching...Ramón M. Gómez2019-10-291-3/+4
* #856: Fix bug when updating repository IP address.Ramón M. Gómez2019-10-292-47/+42
* #802 #888 PXE templates support EFI partition in whichever partition. Example...Irina Gómez2019-10-228-13/+27
* #925: Only the installer uses {{{settoken}}} script to generate authenticatio...Ramón M. Gómez2019-10-162-17/+5
* #915 Change WebConsole to read API token from ogAdmServer.cfgJavier Sánchez Parra2019-10-141-4/+4
* #802 #888 PXE template for new computers '00unknown' displays a boot menu wit...Irina Gómez2019-10-112-27/+56
* #928 Multicast ports are allowed from 9000 to 9098. Port 9100 is assigned to ...Irina Gómez2019-10-101-1/+1
* #925: settoken: new server script to generate service access tokens.Ramón M. Gómez2019-09-262-0/+114
* #929 setsslkey: Script for configurate public key authentication in ogLive.Irina Gómez2019-09-251-0/+127
* #802 #888 setclientmode: fix web user detection.Ramón M. Gómez2019-09-241-4/+5