summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_rfc2136_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style services RFC2136Phil Davis2015-05-241-119/+148
|
* Change to Record Type with A and AAAA as values.Robert Nelson2015-03-261-8/+8
|
* Use address types instead of addresses.Robert Nelson2015-03-261-8/+8
|
* Use radio buttons to select between IPv4, IPv6 or Both.Robert Nelson2015-03-231-18/+12
|
* Add option to not register IPv4 and/or IPv6 addresses.Robert Nelson2015-03-221-0/+18
|
* Pencil symbolsPhil Davis2015-03-091-1/+1
| | | | | | | | | These are places in the GUI where the cursor sits not in the far left side of the input box and there is odd-looking white space to the left of the cursor. Normally there would be a little input graphic in the white space to the left of the cursor (a pencil, a computer screen, a lock symbol...) This change makes the pencil be displayed in all those places.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+3
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "services rfc2136" XHTMLColin Fleming2014-04-181-21/+21
| | | | | | | | | Add SUMMARY to tables Move NOWRAP to class statement Close INPUT and IMG tags and add ALT to IMG tags Update HTML Boolean operators Remove duplicate closing TD tag Add missing closing TD tag
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-5/+5
| | | | files to UTF-8
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Add option to RFC2136 to find/use the public IP if the interface IP is ↵jim-p2013-07-021-0/+9
| | | | private. (Off by default)
* Add cached IP support to RFC2136, add GUI button to force update for single ↵jim-p2013-07-021-2/+6
| | | | host.
* Fixes #1327. Put description that a full qualified hostname is required.Ermal2011-06-101-0/+1
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* Merge remote branch 'mainline/master' into 4_load_balancer_and_servicesRenato Botelho2010-08-031-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/services_captiveportal_ip_edit.php usr/local/www/services_captiveportal_mac_edit.php usr/local/www/services_dhcp_edit.php usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php
| * Use correct boolean values as the logic implies.Ermal2010-07-221-1/+1
| |
* | Corrections gettext implementation on services_rfc2136_edit.phpCarlos Eduardo Ramos2010-07-201-1/+1
| |
* | Corrections gettext implementation on services_rfc2136_edit.phpCarlos Eduardo Ramos2010-07-161-9/+9
| |
* | Implement gettext calls on services_rfc2136_edit.phpRafael Lucas2010-07-121-29/+29
|/
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Remove stale reference.Ermal Luçi2008-12-161-2/+0
|
* Fix my name on the copyright.Ermal Luçi2008-10-221-1/+1
|
* Oops, seems i have commited the wrong file for this service! Bring in the ↵Ermal Luçi2008-10-221-55/+161
| | | | right one.
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-0/+114
* Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
OpenPOWER on IntegriCloud