Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only write 1 line | Scott Ullrich | 2005-10-11 | 1 | -2/+4 |
| | |||||
* | Set $username correctly | Scott Ullrich | 2005-10-11 | 1 | -2/+1 |
| | |||||
* | Sync htpasswd in pfsense-utils:sync_webgui_passwords() | Scott Ullrich | 2005-10-11 | 1 | -1/+17 |
| | |||||
* | Missing; | Scott Ullrich | 2005-10-09 | 1 | -1/+1 |
| | | | | Pointy-hat-to: GeekGod | ||||
* | Use password from $config | Scott Ullrich | 2005-10-09 | 1 | -3/+1 |
| | |||||
* | Set root shell to /bin/sh when syncing | Scott Ullrich | 2005-10-08 | 1 | -1/+1 |
| | |||||
* | Set shell when syncing | Scott Ullrich | 2005-10-08 | 1 | -0/+2 |
| | |||||
* | Do not update changedesc | Scott Ullrich | 2005-10-05 | 1 | -2/+1 |
| | |||||
* | only generate salt and crypted_pw once | Scott Ullrich | 2005-10-04 | 1 | -4/+2 |
| | |||||
* | make $config a global variable | Scott Ullrich | 2005-10-04 | 1 | -0/+1 |
| | |||||
* | * Sync root and admin passwords | Scott Ullrich | 2005-10-04 | 1 | -0/+14 |
| | | | | * Move sync logic into pfsense-utils:sync_webgui_passwords() | ||||
* | If we cannot resolve to a real interface simply return what we where passed ↵ | Scott Ullrich | 2005-10-02 | 1 | -1/+5 |
| | | | | prior. | ||||
* | Missing ] | Scott Ullrich | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Add <system><do_not_use_nic_microcode/> tag which will prevent the system ↵ | Scott Ullrich | 2005-09-29 | 1 | -1/+3 |
| | | | | from trying to bring up the nics with microcode support. | ||||
* | Adjust carp bootup sequence. Do not down the interfaces and later up them. | Scott Ullrich | 2005-09-24 | 1 | -6/+0 |
| | |||||
* | * Sync master password correctly | Scott Ullrich | 2005-09-24 | 1 | -0/+1 |
| | | | | * Do not down carp interfaces on bootup | ||||
* | * Sync master password correctly | Scott Ullrich | 2005-09-24 | 1 | -3/+1 |
| | | | | * Add 100 to advskew and cap at 255 | ||||
* | Handle integers better | Scott Ullrich | 2005-09-23 | 1 | -3/+5 |
| | |||||
* | * Add 50 to advskew on sync slaves. | Scott Ullrich | 2005-09-23 | 1 | -1/+3 |
| | | | | * If skew goes over 255, reduce to 255 | ||||
* | No newline at end of file. | Scott Ullrich | 2005-09-21 | 1 | -1/+1 |
| | |||||
* | Move is_jump_capable() to pfsense-utils | Scott Ullrich | 2005-09-18 | 1 | -9/+18 |
| | |||||
* | Add is_jumbo_capable() call | Scott Ullrich | 2005-09-18 | 1 | -0/+15 |
| | | | | Ticket #510 | ||||
* | Properly merge. | Colin Smith | 2005-09-18 | 1 | -1/+12 |
| | |||||
* | Fix system_firmware_check.php | Colin Smith | 2005-09-18 | 1 | -14/+3 |
| | |||||
* | * Introduce get_memory() which returns amount of memory in the machine | Scott Ullrich | 2005-09-18 | 1 | -2/+18 |
| | | | | * Use memory to control how many processes will be running and waiting for captive portal authenticaion | ||||
* | Sync scheduler type | Scott Ullrich | 2005-09-14 | 1 | -0/+12 |
| | | | | Ticket #499 | ||||
* | Correct add 1 to advskew | Scott Ullrich | 2005-08-22 | 1 | -5/+7 |
| | |||||
* | Correctly backup vip's for sync | Scott Ullrich | 2005-08-22 | 1 | -3/+3 |
| | |||||
* | Mount rw before calling pwd_mkdb | Scott Ullrich | 2005-08-21 | 1 | -0/+2 |
| | |||||
* | Add sync_webgui_passwords() | Scott Ullrich | 2005-08-21 | 1 | -0/+13 |
| | |||||
* | Resync password database after restore | Scott Ullrich | 2005-08-21 | 1 | -1/+8 |
| | |||||
* | ++ advskew before handing it off and then rpc calling for an increase in the ↵ | Scott Ullrich | 2005-08-21 | 1 | -0/+3 |
| | | | | value. | ||||
* | Hard code "virtualip" | Scott Ullrich | 2005-08-21 | 1 | -2/+2 |
| | |||||
* | Add virtual ip sync. | Scott Ullrich | 2005-08-21 | 1 | -0/+18 |
| | | | | Removes proxyarp entries | ||||
* | Add after_sync_bump_adv_skew() | Scott Ullrich | 2005-08-21 | 1 | -0/+17 |
| | |||||
* | generate_random_mac() -> generate_random_mac_address() | Scott Ullrich | 2005-08-20 | 1 | -2/+2 |
| | | | | Ticket #389 | ||||
* | Remove trailing space | Scott Ullrich | 2005-08-20 | 1 | -1/+1 |
| | |||||
* | Move ifconifg after interface conversion | Scott Ullrich | 2005-08-15 | 1 | -2/+2 |
| | |||||
* | translate wan, lan, opt -> real interface if needed | Scott Ullrich | 2005-08-15 | 1 | -0/+3 |
| | |||||
* | Only setup special hardware options during bootup | Scott Ullrich | 2005-08-14 | 1 | -6/+6 |
| | |||||
* | Add detection of polling, txcsum and rxcsum | Scott Ullrich | 2005-08-14 | 1 | -7/+12 |
| | |||||
* | Enhance log_error() | Scott Ullrich | 2005-08-14 | 1 | -8/+10 |
| | | | | Submitted-by: databeestje | ||||
* | Use basename() in get_filename_from_url. | Colin Smith | 2005-08-05 | 1 | -4/+1 |
| | |||||
* | Remove return_filename_as_string. | Colin Smith | 2005-08-03 | 1 | -17/+1 |
| | |||||
* | Fix a XXX | Scott Ullrich | 2005-08-01 | 1 | -1/+0 |
| | |||||
* | Comment file_put_contents | Scott Ullrich | 2005-07-31 | 1 | -0/+6 |
| | |||||
* | Add get_dns_servers() | Scott Ullrich | 2005-07-31 | 1 | -0/+19 |
| | |||||
* | Try to enable hardware cheksum | Scott Ullrich | 2005-07-25 | 1 | -0/+2 |
| | |||||
* | Cleanup comments | Scott Ullrich | 2005-07-25 | 1 | -3/+27 |
| | |||||
* | Use parse_config() | Scott Ullrich | 2005-07-24 | 1 | -3/+3 |
| | | | | Suggested-by: colin |