summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up this code.jim-p2010-07-121-6/+5
* Remove home directory when deleting a user.jim-p2010-07-121-1/+5
* Bypass the DNS Rebind attack checks if accessing by IP address.jim-p2010-07-091-16/+2
* Check for locally configured IPs in DNS rebind checks, so people who port for...jim-p2010-07-061-0/+14
* Add a text box where someone can enter in alternate hostnames for the system ...jim-p2010-07-061-0/+7
* Add a checkbox to disable DNS rebinding checks if needed.jim-p2010-07-061-1/+1
* More fixes for DNS rebinding checks (Most of this code is Scott's, with some ...jim-p2010-07-061-10/+17
* Correct checkScott Ullrich2010-07-061-1/+1
* Correct checkScott Ullrich2010-07-061-1/+1
* Check for 127.0.0.1 as wellScott Ullrich2010-07-061-0/+2
* Oops, correct checkScott Ullrich2010-07-061-1/+1
* Add localhost as a valid host for SSH forwarding casesScott Ullrich2010-07-061-0/+2
* Wrap the dns rebind check in a test to see if our error function exists. If i...jim-p2010-07-061-12/+16
* Move the skel dir to /etc/skel, where it's easier to manage from a build poin...jim-p2010-07-061-1/+1
* Slight fix to dyndns checkjim-p2010-07-061-2/+2
* Check dyndns hostnames as well for DNS Rebind issuesScott Ullrich2010-07-061-5/+12
* ^ PotentialScott Ullrich2010-07-011-1/+1
* Binding -> RebindingScott Ullrich2010-07-011-1/+1
* Comment what we are doing here and add the ticket #.Scott Ullrich2010-07-011-0/+1
* More dns-rebind checks. Ticket #708Scott Ullrich2010-07-011-1/+8
* Give users with ssh access a real shell, but make sure that admin still gets ...jim-p2010-06-291-0/+3
* Set a skeleton directory for pwjim-p2010-06-291-1/+1
* Let pw handle the creation of the home directory rather than do it in php.jim-p2010-06-291-5/+1
* Give users who have "all" privileges shell access. Part of ticket #614jim-p2010-06-291-1/+1
* Remove some redundant code and make sure admin's home directory is /root - Fi...jim-p2010-06-251-13/+1
* Fixes #613. Add correctly users to all users group.Ermal2010-06-221-1/+1
* Do not include functions.inc just for pfSenseHeader which is not really the b...Ermal2010-06-171-3/+5
* Fixes #660. Simplify some code and correctly do an exit after a redirect is i...Ermal2010-06-171-8/+4
* Use mwexec where it does not make sense to use popen for something that does ...Ermal2010-05-241-10/+21
* Correct the shell for the admin account, this should be /etc/rc.initial. Not ...smos2010-05-131-1/+1
* Fix creation of admin user account with uid of 0. This fixes ticket #574smos2010-05-111-3/+2
* Allow the webui admin account to have a duplicate user ID of 0.smos2010-05-101-14/+17
* Ticket #389. Correctly make the ldap object picker work and handle various er...Ermal2010-04-271-8/+8
* Ticket #378. Correctly handle a timeout of 0 to mean never timeout.Ermal2010-04-271-1/+5
* Allow users to send in the same POST authentication info and post fields. Thi...Ermal2010-04-201-1/+4
* Simplify code.Ermal2010-03-291-4/+3
* fix textChris Buechler2010-03-131-1/+1
* Add includes needed. Fix typo.Ermal2010-03-121-1/+1
* Fix bug where user wasn't being removed from groups upon deletion.jim-p2010-03-111-1/+1
* Add a function to get user groups based on authentication server. Use this fu...Ermal Luçi2010-03-091-0/+27
* Remove the authentication fallback it does not have any meaning now.Ermal Luçi2010-03-041-1/+0
* Remove dead code.Ermal Luçi2010-03-031-7/+1
* Overhaul the user login system to use the Servers tab as its base.Ermal Luçi2010-03-031-131/+81
* Remove unused var and stale comment.Ermal Luçi2010-03-031-12/+0
* Add the neccesary foo for radius.inc to work.Ermal Luçi2010-03-021-1/+1
* Add copyrights of myself.Ermal Luçi2010-03-021-2/+5
* Allow the GUI auth API to be used for doing authentication against authentica...Ermal Luçi2010-03-021-164/+392
* Do not allow login for expired and disabled users. Fix this even in openvpn a...Ermal Luçi2010-03-021-48/+37
* User _ instead of </> so browser does not interpret it as html.Ermal Luçi2010-03-021-1/+1
* Do not show the passwd used to logon on logs. Also change the replace from $u...Ermal Luçi2010-03-021-3/+3
OpenPOWER on IntegriCloud