summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #1033 from aqueeb/masterRenato Botelho2015-05-281-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Adding the Appropriate RA Flags for "Stateless DHCP"aqueeb2014-03-221-0/+5
* | | | | | | | Revert "Disable this tunable for now. Ticket #4523"Ermal LUÇI2015-05-271-1/+1
* | | | | | | | Merge pull request #1081 from PiBa-NL/cert_usageErmal LUÇI2015-05-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Certificate Manager, call packages plugin function to show used certificatesPiBa-NL2014-04-131-1/+1
* | | | | | | | | Ticket #4523 Major changes to how fsck is done.Ermal LUÇI2015-05-272-12/+32
* | | | | | | | | Ticket #4523 Run fsck with -C flag and alway in foreground during bootup to p...Ermal LUÇI2015-05-271-73/+36
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Disable this tunable for now. Ticket #4523Ermal LUÇI2015-05-251-1/+1
* | | | | | | | Merge pull request #1649 from baxeno/masterErmal LUÇI2015-05-192-4/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | ipsec: psk keyid bugfixBruno Thomsen2015-05-131-1/+1
| * | | | | | | | ipsec: added ecc brainpool to vpn_ipsec_convert_to_modp()Bruno Thomsen2015-05-131-0/+9
| * | | | | | | | ipsec: pfs ecc brainpool curve supportBruno Thomsen2015-05-121-1/+4
| * | | | | | | | ipsec: pfs ecc nist curve supportBruno Thomsen2015-05-121-1/+4
| * | | | | | | | ipsec: IKEv2 Diffie-Hellman ECC Brainpool supportBruno Thomsen2015-05-121-1/+4
| * | | | | | | | ipsec: IKE phase one AES-GCM supportBruno Thomsen2015-05-121-0/+3
| * | | | | | | | bugfix: ipsec: nist ecp521 elliptic curve supportBruno Thomsen2015-05-121-1/+1
* | | | | | | | | Remove artifacts from latin1 to utf8 conversionsJose Luis Duran2015-05-1612-12/+12
* | | | | | | | | create /var/spool/lock on nano so tip works without hassles. Ticket #4532Chris Buechler2015-05-151-1/+2
* | | | | | | | | Disable defering in pfsync which is used for active-active deployments not us...Ermal LUÇI2015-05-151-0/+1
* | | | | | | | | Add some error checking to avoid warning during bootErmal LUÇI2015-05-141-0/+5
* | | | | | | | | Move pt_BR translation from ISO to UTF-8Renato Botelho2015-05-141-1/+1
* | | | | | | | | Delete load_balancer_relay*.php, they are not being usedRenato Botelho2015-05-131-24/+0
* | | | | | | | | No need to deal with hw.usb.no_pf anymore, it's part of default loader.confRenato Botelho2015-05-131-3/+1
|/ / / / / / / /
* | | | | | | | Keep verify_all_package_servers() and check_package_server_ssl() around until...Renato Botelho2015-05-081-0/+10
* | | | | | | | xmlrpc is not being used anymoreRenato Botelho2015-05-081-1/+0
* | | | | | | | Keep get_pkg_id() around since a couple of packages are using themRenato Botelho2015-05-081-0/+5
* | | | | | | | Escape entire command to avoid breaking parametersRenato Botelho2015-05-081-1/+1
* | | | | | | | ASSUME_ALWAYS_YES is booleanRenato Botelho2015-05-081-1/+1
* | | | | | | | Install regular git-lite packageRenato Botelho2015-05-081-1/+1
* | | | | | | | Drop verify_all_package_servers() verify_package_server() check_package_serve...Renato Botelho2015-05-071-77/+0
* | | | | | | | Drop pkg_fetch_config_file() and pkg_fetch_additional_files()Renato Botelho2015-05-071-113/+0
* | | | | | | | Remove package_skip_tests(), it won't be necessary anymore with pkgRenato Botelho2015-05-071-41/+0
* | | | | | | | Add a note to implement pkg_reinstall_all laterRenato Botelho2015-05-071-40/+2
* | | | | | | | Make rc.packages ready to deal with pkg install/deinstall scripts callsRenato Botelho2015-05-071-2/+33
* | | | | | | | Rework delete_package_xml() for pkg migrationRenato Botelho2015-05-071-39/+9
* | | | | | | | Fix delete_package for pkgRenato Botelho2015-05-071-13/+5
* | | | | | | | Modify install_package and install_package_xml to work with new pkg flowRenato Botelho2015-05-071-115/+91
* | | | | | | | Fix git path and use pkg_install() to install it on gitsyncRenato Botelho2015-05-071-28/+4
* | | | | | | | Implement pkg_install()Renato Botelho2015-05-071-0/+13
* | | | | | | | Remove unused function get_pbi_binaries()Renato Botelho2015-05-071-38/+0
* | | | | | | | Remove unused function pkg_fetch_recursive()Renato Botelho2015-05-071-109/+0
* | | | | | | | Do not try to install package since it's already installed at this pointRenato Botelho2015-05-071-30/+0
* | | | | | | | Adjust uninstall_package() for pkgRenato Botelho2015-05-071-22/+6
* | | | | | | | Remove unnecessary function get_pkg_depends()Renato Botelho2015-05-071-85/+0
* | | | | | | | Rework sync_package, remove unused parameters, remove sync_depends, sanitize ...Renato Botelho2015-05-072-60/+17
* | | | | | | | Remove global variables declared but not usedRenato Botelho2015-05-071-3/+2
* | | | | | | | Return a blank array on get_pkg_info for now, will be implemented later when ...Renato Botelho2015-05-071-9/+2
* | | | | | | | Remove unused function expand_to_bytes() get_pkg_db() and get_pkg_interfaces_...Renato Botelho2015-05-071-39/+0
* | | | | | | | Remove unused function does_package_depend()Renato Botelho2015-05-071-16/+0
* | | | | | | | Remove unecessary function force_remove_package()Renato Botelho2015-05-071-5/+1
OpenPOWER on IntegriCloud