index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
inc
/
util.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option filter to return_dir_as_array()
Renato Botelho
2013-01-28
1
-7
/
+8
*
Move is_inrange() to util.inc and rename it to is_inrange_v6()
Renato Botelho
2013-01-24
1
-0
/
+8
*
Move is_inrange() to util.inc and rename it to is_inrange_v4()
Renato Botelho
2013-01-24
1
-0
/
+8
*
Forgotten -n option
Ermal
2013-01-16
1
-1
/
+1
*
Use sysctl for this since its better rather than going thorugh dmesg
Ermal
2013-01-16
1
-13
/
+5
*
Prevent no such file message when pid file does not exist
Phil Davis
2013-01-06
1
-4
/
+6
*
Add the PPPoE Server IP addresses to the locally configured addresses, this p...
smos
2013-01-05
1
-0
/
+13
*
Just check the file_exists let pkill decide if its a vaild file or not.
Ermal
2012-12-28
1
-1
/
+1
*
code comment typo ('log_error' should have been 'log_auth')
PiBa-NL
2012-11-18
1
-1
/
+1
*
Add refcount_read to util.inc
Phil Davis
2012-11-15
1
-0
/
+13
*
Make a function to get the current theme and use it everywhere rather than du...
jim-p
2012-11-02
1
-0
/
+23
*
Allow/deny access to DHCP by partial MAC matching.
jim-p
2012-09-13
1
-2
/
+3
*
Unlock on return
Ermal
2012-07-31
1
-0
/
+2
*
There is no need to remove the @ from function names. Also properly unlock in...
Ermal
2012-07-31
1
-27
/
+27
*
Make access to shared memory atomic
Phil Davis
2012-07-31
1
-13
/
+30
*
Fix negative test
jim-p
2012-07-30
1
-2
/
+2
*
Pad data when adding to refcount reference, to avoid some oddities with how p...
jim-p
2012-07-30
1
-2
/
+2
*
Fix get_staticroutes() function to handle IPv6 subnets properly
r-duran
2012-07-05
1
-1
/
+3
*
Do not directly print out a message when checking the interfaces, instead sav...
Erik Fonnesbeck
2012-07-02
1
-2
/
+8
*
Catch libraries from subdirectories of PBI lib dirs too
jim-p
2012-06-24
1
-1
/
+1
*
Setup library paths to include /usr/pbi/*/lib as a last resort to make sure t...
jim-p
2012-06-23
1
-0
/
+9
*
Make mac_format aware of cpzone but also friendly to previous code!
Ermal
2012-06-11
1
-2
/
+2
*
Revert "Make mac_format aware of multiple Captiveportal instances"
Ermal
2012-06-11
1
-3
/
+2
*
Revert "Make sure mac_format is always defined"
Ermal
2012-06-11
1
-1
/
+2
*
Make sure mac_format is always defined
bcyrill
2012-06-10
1
-2
/
+1
*
Make mac_format aware of multiple Captiveportal instances
bcyrill
2012-06-09
1
-2
/
+3
*
Get rid of carpdev, it will never be
Ermal
2012-06-07
1
-1
/
+0
*
Catch up with multiple events sending. Also do not blindly startup check_relo...
Ermal
2012-06-07
1
-3
/
+16
*
Make lock files availble to all users for usage from php process
Ermal
2012-06-06
1
-1
/
+3
*
Teach mwexec and mwexec_bg how to optionally clear signal masks, and use that...
jim-p
2012-05-16
1
-2
/
+17
*
cleanup: code for building arrays for autocompleted fields
Darren Embry
2012-05-10
1
-0
/
+13
*
prep work: function get_alias_list()
Darren Embry
2012-05-10
1
-0
/
+33
*
Revert change to get_interface_list()'s $vfaces list for now. Interfaces in ...
Erik Fonnesbeck
2012-04-22
1
-3
/
+0
*
Add message stating which interfaces are missing.
Erik Fonnesbeck
2012-04-20
1
-0
/
+1
*
Add some missing interface types in is_interface_mismatch() and get_interface...
Erik Fonnesbeck
2012-04-20
1
-1
/
+4
*
Fix constant. LOG_ERROR should be LOG_ERR
jim-p
2012-04-12
1
-1
/
+1
*
Update etc/inc/util.inc
whjvenyl
2012-04-12
1
-10
/
+4
*
Add modified version of user https://github.com/bcyrill patch that requires a...
smos
2012-04-12
1
-1
/
+12
*
Revert "Also validate IPv6 literals."
smos
2012-04-12
1
-3
/
+0
*
Modify get_configured_ip_aliases_list to optionally return the full vip entry...
Erik Fonnesbeck
2012-04-11
1
-2
/
+5
*
Also validate IPv6 literals.
smos
2012-04-11
1
-0
/
+3
*
Add alias support to static routes (needs some testing) Ticket #2239
jim-p
2012-04-11
1
-0
/
+37
*
use existing filter_expand_alias (well, via a wrapper) instead of
Darren Embry
2012-04-05
1
-11
/
+0
*
Make vips vhid be unique per parent interface!
Ermal
2012-04-05
1
-5
/
+5
*
Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754)
Darren Embry
2012-04-05
1
-0
/
+11
*
load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual Ser...
Darren Embry
2012-04-05
1
-0
/
+37
*
Remove unused code
Ermal
2012-03-23
1
-8
/
+6
*
fix for: Spanning Tree interface priority options do not alter Bridge
Darren Embry
2012-03-21
1
-0
/
+14
*
Use the latest functions from pfSense module for getting interface list
Ermal
2012-03-08
1
-3
/
+3
*
Correct send_multiple_events to conform with new check_reload_status behaviour
Ermal
2012-03-03
1
-10
/
+3
[next]