summaryrefslogtreecommitdiffstats
path: root/app/acf-util
Commit message (Collapse)AuthorAgeFilesLines
* CleanupTed Trask2008-04-221-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1031 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Ted's Logon/permissions changesTed Trask2008-04-219-180/+130
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Redirecting user to logon page when they successfully logged out.Mika Havela2008-04-041-1/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@946 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed function that had _ in the functionname.Mika Havela2008-04-032-10/+11
| | | | | | Made it possible to administer users if you have role CREATE (even if you are not logged on as Alpine) git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@906 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed Menu-name.Mika Havela2008-03-262-3/+3
| | | | | | Changed UserName to RealName. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@840 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug where menus kept if going to logon page while logged on. Menus now ↵Mike Mason2008-03-201-0/+1
| | | | | | get rebuilt and the user logged off. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@836 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Made the build_menu a public function so that logoff could run it. No more bugsMike Mason2008-03-201-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@835 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Redirecting the user to logon-page when someone is trying to edit passwords ↵Mika Havela2008-03-031-3/+26
| | | | | | when not logged on git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@787 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed password-model because it's not used.Mika Havela2008-02-271-109/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@779 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding password manager to MakefileMika Havela2008-02-201-2/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@762 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Password administration now works!Mika Havela2008-02-203-63/+175
| | | | | | Logon as alpine and you can edit others. All other users can only edit them selves. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@761 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today (password manager controller/view)Mika Havela2008-02-194-87/+292
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@755 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved password-model (temporary - This will go to authenticator-plaintext)Mika Havela2008-02-181-0/+109
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@751 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved password-manager to coreMika Havela2008-02-185-0/+206
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@750 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed Makefiles.Mika Havela2008-02-132-13/+20
| | | | | | Modified the view-file so it looks the same way other view-files looks. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@712 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Don't touch the sessiondata.menu table. Working on getting these both to ↵Mike Mason2008-02-132-0/+10
| | | | | | place nice together. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@711 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the session management and expiration items. Will be more bug ↵Mike Mason2008-02-072-7/+4
| | | | | | fixes/changes to come... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@706 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added the full roles to the sessiondata.Mike Mason2008-02-053-4/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding the beingings of the authorization items. Also adding some of the ↵Mike Mason2008-02-044-0/+60
| | | | | | updates to the Autentication. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated the code to use md5sums in the acf passwd file. Made the ↵Mike Mason2008-01-301-1/+3
| | | | | | md5sum_string function(to go along with md5sum_file) in fs git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@665 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated changes hopefully meeting most of the security checks/validation ↵Mike Mason2008-01-291-9/+26
| | | | | | items in nangel's list git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@663 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changes effect only the log in|out functions. Will work now. Next working on ↵Mike Mason2008-01-264-46/+57
| | | | | | updating to prevent misuse of the login function. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@656 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to really make it work. This all will be cleaned up shortlyMike Mason2008-01-241-3/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@639 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding logon-status and finally with nangel's help got this workingMike Mason2008-01-233-29/+47
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@632 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the looks on logon-html (and small change in static.css).Mika Havela2007-12-261-10/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@455 ab2d0c66-481e-0410-8bed-d214d4d58bed
* on logon, the session table actually gets savedNathan Angelacos2007-12-221-3/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@451 ab2d0c66-481e-0410-8bed-d214d4d58bed
* logon works - but session table is not saved yetNathan Angelacos2007-12-221-5/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@450 ab2d0c66-481e-0410-8bed-d214d4d58bed
* logon updatesNathan Angelacos2007-12-212-3/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@446 ab2d0c66-481e-0410-8bed-d214d4d58bed
* WIPNathan Angelacos2007-12-092-4/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@422 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added logevent function (hardcoded to write to /var/log/acf.log)Nathan Angelacos2007-12-092-19/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@421 ab2d0c66-481e-0410-8bed-d214d4d58bed
* logon model stubbed inNathan Angelacos2007-12-092-58/+42
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@420 ab2d0c66-481e-0410-8bed-d214d4d58bed
* moved core files to new dir structurev2.0_alpha1Natanael Copa2007-07-273-0/+140
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@219 ab2d0c66-481e-0410-8bed-d214d4d58bed