summaryrefslogtreecommitdiffstats
path: root/server/bin
Commit message (Collapse)AuthorAgeFilesLines
* #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 ↵Irina Gómez2020-03-031-6/+29
| | | | one line.
* #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 ↵Ramón M. Gómez2020-02-271-2/+7
| | | | configuration file.
* #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 ↵Ramón M. Gómez2020-02-252-110/+77
| | | | functions and avoid SQL injectionn.
* #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
| | | | injection.
* #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-181-36/+21
|
* #768: `oglivecli check` verifies if the linked directory matches the one ↵Ramón M. Gómez2020-02-181-0/+3
| | | | defined by default.
* #957 #768: Improvements in `oglivecli` script: display proper help of ↵Ramón M. Gómez2020-02-181-50/+48
| | | | parameters, raise error if a file cannot be downloaded, standardized error messages.
* #957: Adapt `oglivecli` script to global functions.Ramón M. Gómez2020-02-171-66/+32
|
* #955: New script `addtodhcp`to update the DHCP configuration file using the ↵Ramón M. Gómez2020-02-141-0/+97
| | | | database data.
* #946: Fix bug in commit `6640e2c` when `setservderaddr` parses configuration ↵Ramón M. Gómez2020-02-101-1/+1
| | | | parameters.
* #946: Script `setserveraddr` updates the interface parameter.Ramón M. Gómez2020-01-311-4/+6
|
* #811 setclientmode: Fixs error when call function getcaller.Irina Gómez2020-01-211-1/+1
|
* #914 #811 setclientmode: Fix error for temporary change of PXE file. Adds ↵Irina Gómez2019-12-051-1/+6
| | | | permission to be call from console, for example with 'Ejecutar script' .
* #925: Script `settoken` changes REST token for users.Ramón M. Gómez2019-11-111-23/+30
|
* #816 856: Scripts `setserveraddr` and etclientmode` use common Shell ↵Ramón M. Gómez2019-10-292-36/+19
| | | | function file.
* #816: Define a new shell parameter to know if client is defined as a ↵Ramón M. Gómez2019-10-291-3/+4
| | | | teaching computer.
* #856: Fix bug when updating repository IP address.Ramón M. Gómez2019-10-292-47/+42
|
* #925: Only the installer uses {{{settoken}}} script to generate ↵Ramón M. Gómez2019-10-162-17/+5
| | | | authentication tokens.
* #915 Change WebConsole to read API token from ogAdmServer.cfgJavier Sánchez Parra2019-10-141-4/+4
| | | | | | | | | | This commit changes restfunctions.php to read the API token of ogAmdServer from ogAdmRepo.cfg to ogAdmServer.cfg. This way it avoids possible communication errors if ogAdmRepo.cfg and ogAdmServer.cfg are desynced. In order to restfuntions.php can read ogAdmServer.cfg this commit also changes the permissions of the file.
* #925: settoken: new server script to generate service access tokens.Ramón M. Gómez2019-09-261-0/+83
|
* #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
|
* #802 #888 setclientmode: User must be root or console. mention of the fourth ↵Irina Gómez2019-09-241-3/+9
| | | | parameter is removed
* #915 update installer to add APITOKEN= to ogAdmServer.cfgJavier Sánchez Parra2019-06-241-0/+1
| | | | | | | | This is going to be used to protect calls to ogAdmServer Example line for ogAdmServer.cfg: APITOKEN=9b5fddfc5d4d1daa74ffd7ce7c3c9925
* #914: Fixed bug in commit {{{6a2bd87}}} and {{{5050850}}}.Ramón M. Gómez2019-06-172-2/+2
|
* #802: Creating certificate to sign boot loaders.Ramón M. Gómez2019-06-131-0/+2
|
* #802 Advanced Boot Management sends to 'sendclientmode' script access data ↵Irina Gómez2019-06-101-9/+10
| | | | to the database as environment variables.
* #914: Simplyfing oglivecli code.Ramón M. Gómez2019-06-071-4/+1
|
* #914: Script {{{oglivecli}}} checks if installed ogLive images are fully ↵Ramón M. Gómez2019-06-071-8/+16
| | | | compatible.
* #888 #914: Updating UEFI requisites.Ramón M. Gómez2019-06-071-1/+1
|
* #914: Removing redundant permissions.Ramón M. Gómez2019-06-071-1/+1
|
* For UEFI the format of PXE filename is '01-'. Where is written in lowercase ↵Irina Gómez2019-06-041-9/+12
| | | | and split up with colon.
* #802 setclientmode: Crea configuración PXE para BIOS y UEFI. Permite pasar ↵Irina Gómez2019-02-131-23/+48
| | | | la información de acceso a la base de datos en un fichero.
* #840: Correct error in "oglivecli download" when detecting the new format in ↵Ramón M. Gómez2018-12-131-1/+1
| | | | ogLive version.
* #878 sendFileMcast now works with more than one server interfaceOpenGnSys Support Team2018-11-261-0/+9
|
* #877: Copy hosts file on OGAgent activation, and some code cleanup.Ramón M. Gómez2018-11-231-3/+3
|
* #840: Updating script {{{checkperms}}} to assign proper permissions.Ramón M. Gómez2018-11-201-1/+1
|
* #856: Improvements in {{{setserveraddr}}} script:Ramón M. Gómez2018-11-151-66/+95
| | | | | | * If Server is active, updating IP address in PXE files and database tables. * If Repository is active, generating new API token. * Supporting an IP address as input parameter.