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
/
auth.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not override the passwd string. First it prevents the md5 working if the c...
Ermal LUÇI
2015-01-12
1
-4
/
+2
*
Fix lineup of copyright lines
Phil Davis
2015-01-01
1
-32
/
+32
*
Fix pw syntax when local_group_set() is called with reset == true, -M always ...
Renato Botelho
2014-11-17
1
-1
/
+1
*
Add an extra protection to avoid having an empty group created
Renato Botelho
2014-11-13
1
-1
/
+1
*
Actually require group name!
Ermal
2014-11-11
1
-1
/
+1
*
Do not do operations for empty group members
Ermal
2014-11-11
1
-1
/
+4
*
remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days an...
Chris Buechler
2014-11-04
1
-1
/
+0
*
Detect when protocol changes and invalidate session to get a new cookie with ...
Renato Botelho
2014-07-18
1
-0
/
+5
*
Always set httponly attribute on cookies
Renato Botelho
2014-06-18
1
-10
/
+8
*
Add comment I forgot on last commit
Renato Botelho
2014-06-17
1
-0
/
+1
*
Re-generate session ID on a successful login to avoid session fixation
Renato Botelho
2014-06-17
1
-0
/
+1
*
Replace Header() calls by lowercase
Renato Botelho
2014-06-13
1
-1
/
+1
*
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-maste...
Renato Botelho
2014-03-17
1
-5
/
+5
|
\
|
*
xhtml Compliance
ayvis
2014-03-14
1
-5
/
+5
*
|
standardize URLs
Chris Buechler
2014-03-14
1
-1
/
+1
|
/
*
Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_...
Ermal
2013-12-20
1
-3
/
+1
*
Provide a more safe way to avoid pw userdel being interactive because of a cr...
Renato Botelho
2013-11-14
1
-0
/
+5
*
Revert "local_sync_accounts: provides empty STDIN to pw userdel command"
Renato Botelho
2013-11-14
1
-1
/
+1
*
local_sync_accounts: provides empty STDIN to pw userdel command
Ky-Anh Huynh
2013-11-13
1
-1
/
+1
*
Revert "Add conf_mount_rw calls on functions that changes user/groups. It fix...
Renato Botelho
2013-11-02
1
-12
/
+0
*
Add conf_mount_rw calls on functions that changes user/groups. It fixes #3294
Renato Botelho
2013-11-01
1
-0
/
+12
*
Add LDAP server options to control UTF8-encoding of parameters. Fixes #2227. ...
jim-p
2013-07-17
1
-5
/
+19
*
Ignore errors/warnings from these calls
Ermal
2013-07-15
1
-6
/
+6
*
Include both dyndns and rfc2136 hosts in referer check
jim-p
2013-07-02
1
-0
/
+16
*
Include RFC2136 hosts in DNS rebinding checks.
jim-p
2013-07-02
1
-0
/
+7
*
Set LDAP option to dereference aliases when searching
Andrew MacIsaac
2013-04-02
1
-0
/
+4
*
Print the error message from LDAP in the log for a bind failure.
jim-p
2013-03-06
1
-1
/
+1
*
Add a knob in the GUI to set the RADIUS authentication timeout. Previous defa...
jim-p
2013-02-13
1
-2
/
+5
*
Something in the LDAP libraries has changed and it no longer likes spaces in ...
jim-p
2013-01-14
1
-5
/
+5
*
Removing gettext from strins that should not be translated
Vinicius Coque
2013-01-05
1
-2
/
+2
*
Put these logs under debug since that's their purpose
Ermal
2012-11-19
1
-1
/
+2
*
Put these logs under debug since that's their purpose
Ermal
2012-11-19
1
-2
/
+4
*
authentication, don't log 'errors' on normal procedure
PiBa-NL
2012-11-18
1
-3
/
+3
*
Not sure why this has been hidden so deep but putting that in the right place...
Ermal
2012-11-15
1
-2
/
+0
*
Supress the error message if the ldap bind doesnt happen
Warren Baker
2012-07-27
1
-1
/
+1
*
Fix LDAP over IPv6 (works fine, just needed slight adjustment to URI)
jim-p
2012-06-30
1
-5
/
+9
*
Import OpenVPN cisco style radius attributes applying policy to logged in use...
Ermal
2012-06-05
1
-3
/
+5
*
Do not allow empty passwords since this might cause problems for some authent...
Ermal
2012-05-30
1
-2
/
+2
*
As suggested by wagonza, using SAMEORIGIN for X-Frame-Options is sufficient h...
jim-p
2012-05-15
1
-1
/
+1
*
Add click jacking support. Ticket #2419
Scott Ullrich
2012-05-10
1
-1
/
+3
*
Handle HTTPOnly and Secure flags on cookies
Warren Baker
2012-05-09
1
-0
/
+12
*
Looking at pw code : chars are invalid in a comment fieldgit diff! Replace th...
Ermal
2012-03-12
1
-1
/
+2
*
Another try to eliminate the warning 'PHP Warning: Cannot modify header info...
Ermal
2012-02-08
1
-1
/
+2
*
Revert "Check if a session already exists to avoid errors issued by php on se...
Erik Fonnesbeck
2012-02-07
1
-2
/
+1
*
Check if a session already exists to avoid errors issued by php on sesion_sta...
Ermal
2012-02-07
1
-1
/
+2
*
Include admin user in bootup account sync
jim-p
2012-01-25
1
-6
/
+2
*
Be more careful when creating and removing a user, to only alter a user if it...
jim-p
2012-01-23
1
-3
/
+15
*
Unbreak a number of explode() replacements which required preg_split()
smos
2012-01-20
1
-2
/
+2
*
The function split() is replaced by the function explode(). Starting with PHP...
smos
2012-01-19
1
-8
/
+8
*
mhash -> hash change from Ermal
jim-p
2012-01-19
1
-1
/
+1
[next]