summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix previous commitChris Buechler2010-02-241-2/+2
* Change default session timeout to 4 hours. Clarify text description. Remove l...Chris Buechler2010-02-241-5/+10
* Remove "-G all" as it was causing the useradd operation to fail, leading to o...jim-p2009-12-241-1/+1
* Remove extra / to avoid having a double slash in the directory name. Also add...jim-p2009-12-241-1/+1
* Home directory of uid 0 should be /root. Ticket #218pierrepomes2009-12-131-0/+1
* Add page global variablesullrich2009-12-041-1/+1
* Recommit #161 changes. It appears a different commit has broken firewall rul...sullrich2009-12-031-0/+2
* Revert "Redirect to / when logging in to avoid posting to forms accidently an...sullrich2009-12-031-2/+0
* Redirect to / when logging in to avoid posting to forms accidently and cleari...sullrich2009-12-031-0/+2
* Use ['name'] when looking up itemssullrich2009-11-271-3/+3
* Escape ' Ticket #143sullrich2009-11-271-5/+4
* Show ajax properlysullrich2009-11-271-4/+11
* Add disabled checkbox. Add code to check for disabled accounts.sullrich2009-11-271-5/+19
* Return after setting account expiredsullrich2009-11-271-0/+1
* Honor account expirationsullrich2009-11-271-4/+21
* create a config include that just presents $config to the webgui (no boot cod...Erik2009-10-071-1/+1
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+2
* We need to be RW to modify user information.Scott Ullrich2009-07-061-0/+6
* Give admin user special treatment just like root.Scott Ullrich2009-06-251-0/+11
* * Move functions that output html to guiconfig.incErmal Luci2009-06-181-2/+35
* Remove ^M or \r from this file its impossible to read in vi.--global2009-06-161-896/+896
* Give proper rights to file when creating since php is run as root and might c...Ermal Luçi2009-06-101-5/+8
* Use -q to hopefully git rid of messages such as: pw: WARNING account 'admin' ...Scott Ullrich2009-03-271-2/+2
* Use mwexec() so we do not see this error on fresh installation:Scott Ullrich2009-03-271-1/+1
* Ensure $user_base directory exists and is writable. Kills ugly warning onScott Ullrich2009-03-271-6/+10
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-151-4/+16
* Choose the correct parameter to popen so syncing of a group can work correctly.Ermal Luçi2009-02-281-1/+1
* Open a write pipe so we can be sure the password goes to the stdinput of the ...Ermal Luçi2008-12-221-2/+2
OpenPOWER on IntegriCloud