summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Check if a session already exists to avoid errors issued by php on ↵Ermal2012-02-071-1/+2
| | | | sesion_start being called on existing session
* Include admin user in bootup account syncjim-p2012-01-251-6/+2
|
* Be more careful when creating and removing a user, to only alter a user if ↵jim-p2012-01-231-3/+15
| | | | | | it really matches the passwd entry. Fixes #2066 pw usershow likes to ignore what you want even with -n and if the user is numeric and doesn't exist, it fetches by uid. Can cause major problems if you try to remove a numeric user.
* Unbreak a number of explode() replacements which required preg_split()smos2012-01-201-2/+2
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-8/+8
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* mhash -> hash change from Ermaljim-p2012-01-191-1/+1
|
* Ticket #1052. Merge patch referenced in ticket.Ermal2011-11-141-5/+5
|
* Do not pass the ldap port separately, but add it to the LDAP URL. PHP's ↵jim-p2011-10-251-24/+19
| | | | ldap_connect() ignores the passed port parameter if the first parameter is a URL instead of a hostname.
* Include certs.inc before calling lookup_ca in auth.inc. Fixes #1927jim-p2011-10-051-0/+1
|
* Check that we have user password otherwise strange things happen if tehre is ↵Ermal2011-09-281-0/+5
| | | | nothing stored in the config
* Added extended query possibility (for example, group membership)namezero1111112011-08-281-2/+13
|
* Unbreak the DNS rebind check when accessing over IPv4smos2011-08-211-1/+2
|
* Fix the referrer checks for IPv6 addresses Ticket #1583smos2011-08-211-0/+8
|
* Fix the DNS rebind Check for IPv6 addresses Ticket #1583smos2011-08-211-3/+4
|
* Correct array key typo mistake. Ticket #1052Ermal2011-08-081-3/+3
|
* Ticket #1052. Enforce certificates if they are present for authenticating to ↵Ermal2011-07-151-5/+43
| | | | ldap. Allow to select a CA under ldap type authentication backend to be used for this.
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-34/+34
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
| * Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-281-6/+10
| |\
| * \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-151-0/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: etc/inc/gwlb.inc
| * \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-1/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/filter.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc etc/inc/priv.defs.inc etc/inc/services.inc etc/inc/shaper.inc etc/inc/voucher.inc etc/inc/vpn.inc usr/local/www/fbegin.inc
| * \ \ \ Merge branch 'master' into incVinicius Coque2011-01-281-1/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/captiveportal.inc etc/inc/config.console.inc etc/inc/config.lib.inc etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/ipsec.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc etc/inc/system.inc etc/inc/voucher.inc
| * \ \ \ \ Merge remote branch 'mainline/master' into incVinicius Coque2010-12-141-40/+68
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/filter.inc etc/inc/gwlb.inc etc/inc/interfaces.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc etc/inc/upgrade_config.inc etc/inc/xmlparse.inc usr/local/www/fbegin.inc
| * \ \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-11-161-0/+37
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/PEAR.inc etc/inc/filter.inc
| * \ \ \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-11-031-3/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/priv.defs.inc etc/inc/system.inc etc/inc/upgrade_config.inc etc/inc/vpn.inc
| * | | | | | | | More gettext fixesRenato Botelho2010-10-011-2/+2
| | | | | | | | |
| * | | | | | | | Fix quotes to use %N$X on gettext callsRenato Botelho2010-10-011-7/+7
| | | | | | | | |
| * | | | | | | | Merge remote branch 'mainline/master' into incRenato Botelho2010-10-011-0/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/system.inc
| * \ \ \ \ \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-09-131-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/gwlb.inc
| * | | | | | | | | | Fix gettext calls with printf to permit change strings orderRenato Botelho2010-08-301-7/+7
| | | | | | | | | | |
| * | | | | | | | | | Merge remote branch 'mainline/master' into incRenato Botelho2010-08-181-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/interfaces.inc
| * \ \ \ \ \ \ \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-08-161-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Implement gettext() calls on auth.incCarlos Eduardo Ramos2010-08-131-36/+36
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge remote branch 'upstream/master'jim-p2011-07-011-6/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Add proper checks in auth code for testing if the section has been set in ↵Ermal2011-06-281-6/+10
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the config. Also do the same in the ugprade code
* | | | | | | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-04-121-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Add an IPsec xauth permission. Try to use the nologin shell first (just ↵jim-p2011-04-081-0/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unlock the account). Ticket #1202
* | | | | | | | | | | Add IPv6 support to the DNS rebinding attack functionSeth Mos2011-03-141-2/+9
|/ / / / / / / / / /
* | | | | | | | | | Make it possible to turn off successful login messages, this should quiet ↵smos2011-03-021-1/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | the console, system logs
* | | | | | | | | Silence warnings.Ermal2011-01-261-2/+2
| | | | | | | | |
* | | | | | | | | allow 127.0.0.1 and localhost for HTTP_REFERER checksChris Buechler2011-01-091-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Correct webConfgurator auth/error messagesScott Ullrich2010-12-101-2/+2
| | | | | | | |
* | | | | | | | Add log_auth() which with send items to syslogd using LOG_AUTH facilities. ↵Scott Ullrich2010-12-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use this new log_authh() for login error and success entries
* | | | | | | | Switches must come after the user name when using pw lock/unlock.Erik Fonnesbeck2010-12-031-1/+1
| | | | | | | |
* | | | | | | | Remove authorized_keys file when there are no authorized keys for the user.Erik Fonnesbeck2010-12-031-1/+2
| | | | | | | |
* | | | | | | | Add successful user for sshlockoutScott Ullrich2010-11-301-1/+1
| | | | | | | |
* | | | | | | | Reword auth error message to match ssh for the most partScott Ullrich2010-11-301-2/+3
| | | | | | | |
* | | | | | | | Revert "Add Active Directory group membership checking Ticket #1009"Scott Ullrich2010-11-291-83/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ef17372492fb3d271497160a816eba64b3bcf436.
* | | | | | | | Add Active Directory group membership checking Ticket #1009Scott Ullrich2010-11-291-78/+83
| | | | | | | |
* | | | | | | | Don't consider the HTTP referrer check as passing if it was skipped. Ticket ↵Erik Fonnesbeck2010-11-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1027
* | | | | | | | Upon restoring a config, replacing whole sections, or editing config.xml in ↵Erik Fonnesbeck2010-11-211-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | edit.php, prevent possible accidental lockout from DNS rebind and HTTP referrer checks by disabling them until reboot or the next time they pass, whichever comes sooner. Ticket #1027
OpenPOWER on IntegriCloud