summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Irina Gómez2020-01-201-0/+6
| | | | detect parent process (program or script).
* #914 PXE template for ogLive: support Ubuntu 18. The marks for windows boot ↵Irina Gómez2019-12-051-2/+2
| | | | are searched in windows partitions only. 'acodoner' gave this solution in [message:907].
* #802 #888 PXE default template for UEFI shows a menu with operating system ↵Irina Gómez2019-12-052-7/+34
| | | | loaders. Searchs grub, rEFInd, operating system restored with OpenGnsys, windows and Ubuntu.
* #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
|
* #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 ↵Ramón M. Gómez2019-11-081-0/+151
| | | | REST API (includes the first 17 test).
* #802 #888 On UEFI computers, OpenGnsys installs grub to boot from the hard ↵Irina Gómez2019-11-044-13/+13
| | | | drive. You can use the rEFInd template example for computers without SecureBoot.
* #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
|
* #802 #888 PXE templates support EFI partition in whichever partition. ↵Irina Gómez2019-10-228-13/+27
| | | | Example template for boot with grub.
* #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.
* #802 #888 PXE template for new computers '00unknown' displays a boot menu ↵Irina Gómez2019-10-112-27/+56
| | | | with ogLive and the other boot loaders finded.
* #928 Multicast ports are allowed from 9000 to 9098. Port 9100 is assigned to ↵Irina Gómez2019-10-101-1/+1
| | | | bacula Director.
* #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
|
* #802 #888 setclientmode: User must be root or console. mention of the fourth ↵Irina Gómez2019-09-241-3/+9
| | | | parameter is removed
* #928 Multicast ports are allowed from 9000 to 9100.Irina Gómez2019-09-231-1/+1
|
* #914: Avoiding external script calls and parsing input with stricter regular ↵Ramón M. Gómez2019-09-111-5/+0
| | | | expressions in {{{sendFileMcast}}}.
* #802 #888 PXE templates for UEFI: 'default' and '1hd' support secure boot ↵Irina Gómez2019-08-143-81/+53
| | | | for 'rEFInd'. 'default' searches for installed boot loaders and displays a menu. 'ogLiveAdmin' only starts from the network (not from the cache)
* Fixs multicast error: create 'read' alias defining line break character as ↵Irina Gómez2019-07-261-0/+5
| | | | default delimiter.
* #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-042-14/+13
| | | | and split up with colon.
* Merge branch 'devel' into uefi (fast-forward)Irina Gómez2019-05-131-17/+21
|\
| * #736: Installer script no longer disables firewall or SELinux, and ↵Ramón M. Gómez2019-02-071-1/+1
| | | | | | | | recommends using {{{security-config}}} script.
| * #736: Updating security policies: restrict MySQL access from loopback, add ↵Ramón M. Gómez2019-02-061-17/+21
| | | | | | | | auxiliary ports, check if SELinux is enabled.
* | #802 #888 PXE UEFI: In grub.cfg if computer config file doesn't exist load ↵Irina Gómez2019-04-253-23/+24
| | | | | | | | default config. 1hd template replaces rEFInd template.
* | #802 #888 PXE templates: include informational messages.Irina Gómez2019-04-254-0/+14
| |
* | #802 #888 PXE templates search the ogLive in cache, in ISODIR or default ↵Irina Gómez2019-04-174-6/+140
| | | | | | | | directory. New templates for disk and default PXE.
* | ogRefindInstall, with paremeter FALSE, does not configure menu entry of ↵Irina Gómez2019-04-031-1/+1
| | | | | | | | directory microsoft or ubuntu. Fixs PXE template of refind. Creates auxiliary functions for rEFInd.
* | #860 #802 #888 For UEFI and BIOS coherence , the PXE templates are rename.Irina Gómez2019-03-2910-27/+11
| |
* | PXE templates for UEFI: Windows, reFind, ogLiveAdmin and new computer.Irina Gómez2019-03-184-0/+43
| |
* | #802 #888 #890 bootOs and PXE templates start the newly installed Linux ↵Irina Gómez2019-03-133-0/+12
| | | | | | | | distributions.
* | #802 #888 ogGrubInstall and ogRestoreEfiBootLoader: A generic name is used ↵Irina Gómez2019-02-253-2/+10
| | | | | | | | for the boot loader. This allows you to use PXE templates for a partition.
* | #802 opengnsys_installer.sh and grub.cfg: configurate uief compatibility for ↵Irina Gómez2019-02-251-1/+5
| | | | | | | | tftpboot.
* | #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.