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
*
Choose the correct parameter to popen so syncing of a group can work correctly.
Ermal Luçi
2009-02-28
1
-1
/
+1
*
Open a write pipe so we can be sure the password goes to the stdinput of the ...
Ermal Luçi
2008-12-22
1
-2
/
+2
*
Add missing /
Scott Ullrich
2008-11-22
1
-1
/
+1
*
When a new user home directory is created, copy the . (dot) root files.
Scott Ullrich
2008-11-22
1
-3
/
+5
*
Use a MFS /home on CD-Rom.
Scott Ullrich
2008-11-21
1
-1
/
+2
*
Backout last commit, /var/home is a symlinnk
Scott Ullrich
2008-11-21
1
-2
/
+1
*
Use /home, even for embedded
Scott Ullrich
2008-11-21
1
-1
/
+2
*
Only mount for rw during sync function.
Scott Ullrich
2008-11-12
1
-9
/
+4
*
Another missed needed conf_mount_rw().
Scott Ullrich
2008-11-11
1
-1
/
+5
*
Oops, we need to mount rw before creating home dir.
Scott Ullrich
2008-11-11
1
-2
/
+2
*
Hopefully unbreal the user manager on embedded.
Scott Ullrich
2008-11-11
1
-4
/
+11
*
Add global debug where needed
Scott Ullrich
2008-10-13
1
-3
/
+6
*
Only show debug Running commands if $debug is enabled
Scott Ullrich
2008-10-13
1
-24
/
+31
*
Moves the protocol and certificate options out of the general config page
Matthew Grooms
2008-09-09
1
-7
/
+10
*
Remove the page locking privileges after discussion with Scott on IRC. The
Matthew Grooms
2008-09-03
1
-80
/
+0
*
Now that we have given the mhash extension a bit of time to settle into
Matthew Grooms
2008-08-06
1
-6
/
+5
*
Silence warnings generated by pw during configuration update. Requested by
Matthew Grooms
2008-08-05
1
-9
/
+15
*
Cleanup authentication code. The basic auth method, the passwd, htpasswd
Matthew Grooms
2008-08-03
1
-369
/
+261
*
Add an option to set_local_group to clear the system user member list.
Matthew Grooms
2008-08-01
1
-3
/
+3
*
When performing a user configuration upgrade, make sure the all group gets
Matthew Grooms
2008-08-01
1
-0
/
+13
*
Rewrite the pfsense privilege system with the following goals in mind ...
Matthew Grooms
2008-08-01
1
-195
/
+60
*
Rewrite portions of the user manager to ensure data is properly synced to
Matthew Grooms
2008-07-25
1
-230
/
+278
*
General whitespace and style cleanup of the auth.inc file. I was having a
Matthew Grooms
2008-07-21
1
-704
/
+721
*
Remove debug messages that gave away info on why the login failed
Bill Marquette
2008-04-07
1
-10
/
+19
*
Remove dead code.
Scott Ullrich
2008-02-20
1
-21
/
+0
*
Latest LDAP round from Mark Batchelor
Scott Ullrich
2008-02-11
1
-23
/
+31
*
Latest version of auth.inc from Mark Batchelor fixing a few misc
Scott Ullrich
2008-02-10
1
-28
/
+48
*
Latest LDAP changes from Mark Batchelor
Scott Ullrich
2008-02-03
1
-76
/
+153
*
* Remove trailing blank line
Scott Ullrich
2008-02-03
1
-5
/
+7
*
* Remove trailing blank line
Scott Ullrich
2008-02-03
1
-6
/
+6
*
Latest eDir / Active Directory tweaks from Mark Batchelor.
Scott Ullrich
2008-01-31
1
-963
/
+1008
*
Changes to allow Novell eDir to authenticate via LDAP.
Scott Ullrich
2008-01-28
1
-11
/
+16
*
Conditional checks use ==, not = !
Scott Ullrich
2008-01-16
1
-2
/
+2
*
Check that ldap_connect() exists before calling. For some reason on
Scott Ullrich
2008-01-13
1
-2
/
+17
*
* Missing =
Scott Ullrich
2008-01-01
1
-10
/
+32
*
Only check item if it is an array.
Scott Ullrich
2007-12-31
1
-2
/
+3
*
Correctly return no groups when the user is not a member of a local group.
Scott Ullrich
2007-12-31
1
-2
/
+2
*
Modify isSystemAdmin() to check LDAP for a "admins" group.
Scott Ullrich
2007-12-31
1
-0
/
+6
*
Remove the need to define authetnication containers. Now a user can login
Scott Ullrich
2007-12-31
1
-7
/
+22
*
Only iterate items if it is an array.
Scott Ullrich
2007-12-31
1
-12
/
+14
*
* Return OU=Users which is built-in to active directory
Scott Ullrich
2007-12-31
1
-0
/
+2
*
Correct variable check.
Scott Ullrich
2007-12-31
1
-1
/
+1
*
Adding LDAP Authentication container picker.
Scott Ullrich
2007-12-31
1
-0
/
+2
*
Add Users containers setting where a ; seperated list of LDAP containers
Scott Ullrich
2007-12-31
1
-2
/
+17
*
Add LDAP test functions to verify that the LDAP settings are correct.
Scott Ullrich
2007-12-30
1
-3
/
+43
*
Add ldap_get_user_ous() which will return an array of containers that hold
Scott Ullrich
2007-12-29
1
-0
/
+43
*
Ignore ldap items for locally defined users.
Scott Ullrich
2007-12-29
1
-13
/
+18
*
* Allow LDAP users to login to pfSense.
Scott Ullrich
2007-12-29
1
-23
/
+53
*
* Refactor code a bit, split out user property search function
Scott Ullrich
2007-12-28
1
-6
/
+45
*
Allow multiple groups to be assigned per user.
Scott Ullrich
2007-12-28
1
-0
/
+21
[next]