summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
Commit message (Expand)AuthorAgeFilesLines
* Make sure to account for IP aliases on lo0 here, or they get duplicated on ea...jim-p2013-09-111-2/+2
* s/require/require_once/g for filter.inc to avoid redeclaration errors in some...jim-p2013-08-281-1/+1
* Also take dhcpv6 into consideration even here.Ermal2013-08-151-1/+1
* Actually do not allow the loop to continue. Related to Ticket #1928Ermal2013-06-121-5/+15
* Copy full dhcpd conf from master to slave. Fixes #2600Renato Botelho2013-02-221-1/+1
* Make sure we create / delete SPDs and SADs on secondary node when it changes ...Renato Botelho2013-02-221-0/+9
* Fully sync filter and nat sections. Fixes #2362Renato Botelho2013-02-131-1/+1
* Fixes #1928. Disallow sync loop only for certain types of calls but not for e...Ermal2013-01-301-9/+27
* Remove a couple of call-time pass-by-reference for interface_ipalias_configure()Renato Botelho2013-01-141-1/+1
* Get rid of carpdev, it will never beErmal2012-06-071-3/+0
* Make vips vhid be unique per parent interface!Ermal2012-04-051-11/+11
* Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-221-6/+2
* Some sections should just be copied and not merged or we end up unable to syn...jim-p2011-12-121-1/+14
* Log when XMLRPC auth fails so that the brute force lockout will kick in.Scott Ullrich2011-08-281-16/+42
* NEw functiong does_vip_exist() which works for carp and ipalias type vips to ...Ermal2011-06-141-4/+14
* Do not assume that every merge is about vips. Found-by: JimErmal2011-06-131-1/+1
* unset after checking that no reconfiguring is needed.Ermal2011-06-131-2/+4
* Actually make this code more readble.Ermal2011-06-081-3/+2
* Remove the entry from old entries even when there are no changes to prevent m...Ermal2011-06-081-2/+3
* Generate proper index for unsetting so we do not destroy all the vips in the ...Ermal2011-06-081-1/+1
* Use array_overlay()Scott Ullrich2011-05-311-12/+10
* Use array_extendScott Ullrich2011-05-311-1/+16
* Remove debugging codeScott Ullrich2011-05-311-3/+0
* Add merge handler codeScott Ullrich2011-05-311-2/+11
* Fix config sync issue. Resolves #1547 Fixed-by: Ermaljim-p2011-05-201-1/+1
* Micro optimization.Ermal2011-05-181-1/+1
* Ticket #1534, #1433. Remove custom sync code for vip, since it array_merge() ...Ermal2011-05-181-14/+8
* Ticket #1534, #1433. Properly merge carp interfaces and do not reload carp in...Ermal2011-05-181-30/+68
* Ticket #1534. Serialize all the xmlrpc requests coming to the firewall. Seems...Ermal2011-05-171-0/+4
* Allow ipalias with carp as parent interface to be synchronized.Ermal2011-02-011-1/+9
* Ticket #959. Keep local items at the top of vip sectionPierre POMES2010-12-111-1/+1
* Be consistent on shifting array during authentication. Also check for array t...Ermal2010-12-101-5/+7
* Actually the passed config sections are part of index 1 of the array. This fi...Ermal2010-12-101-2/+2
* Fix config synchronization. Also unbreak the config when erroring out because...Ermal2010-12-101-24/+32
* Fix line because of copy/pasto.Ermal2010-12-101-2/+1
* Its too late and this is optional.Ermal2010-12-101-5/+0
* Actually we expect an array to be returned.Ermal2010-12-101-1/+1
* Hello xmlrpc to another function!Ermal2010-12-101-0/+21
* Whitespace fixes to make this readble.Ermal2010-12-071-125/+134
* Ticket #975. Rearrange code a little.Ermal2010-10-271-2/+4
* Ticket #959: keep local ipalias and proxyarp vip's during a XMLRPC restorepierrepomes2010-10-261-0/+6
* No need to triger a vips re-configure explicitly but rather detect this durin...Ermal2010-08-201-0/+2
* Ticket #601. If 'virtualip' section is going to be restored or merged through...Ermal2010-08-201-2/+16
* Not neccessary to call this here since vips_configure does this automatically.Ermal2010-08-201-1/+0
* Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-2/+2
* Merge remote branch 'mainline/master'Renato Botelho2010-08-031-1/+3
|\
| * Optionally sync users and groups via xmlrpc. Fixes #650jim-p2010-08-021-0/+1
| * Resync DNS forwarder post-sync. Fixes #117jim-p2010-08-021-0/+1
| * Backout this commit, it was never intended to be committedScott Ullrich2010-08-021-1/+1
* | Merge remote branch 'mainline/master'Vinicius Coque2010-07-301-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud