Commit Graph

102 Commits

Author SHA1 Message Date
10077bcb4c I think this is nothing more than a formatting change. 2002-01-05 02:24:10 +00:00
70261207f3 added php4 sessions class and added it as an option 2002-01-02 14:32:22 +00:00
06dc27229c Changes for hopefully better handling of the global crypto object; remove
calls to common class functions and setting of common class vars;
2001-12-27 15:48:42 +00:00
816b7e2d47 Do not decrypt and return if no data in db (decrypt returning garbage) 2001-12-26 05:24:51 +00:00
9f98fbb9a8 crypto update; remove (un)serialize from common (en/de)crypt; add checks for
data type to crypto (en/de)crypt; add optional debugging to crypto; add call
to db_addslashes in appsession; silence file_exists calls in one common class
function per skeeter
2001-12-20 16:19:55 +00:00
45468509d6 Disable a couple of functions 2001-12-13 06:23:42 +00:00
fa7193d2d4 Wrap log object in is_object for apps that can't use this for some reason 2001-12-06 17:56:38 +00:00
5f7dbf2b08 formatting 2001-12-03 21:47:13 +00:00
ad28fc933c php3 array fix 2001-11-14 13:07:06 +00:00
3b0bf20d6b Fix for bug #471251. 2001-11-10 23:34:19 +00:00
efd42b032f Allowing update_dla() to be called from XML-RPC 2001-11-09 03:03:40 +00:00
1dc787e40d Started working on allowing md5 passwords to be sent from login.php 2001-10-02 05:38:35 +00:00
bba0ba2eb7 - Fixed destroy() not killing the correct session
- Passing the sessionid and kp3 is now required, to make sure its the correct session
- Removed deleting cookies, which is done by logout.php ... its redundent
2001-09-28 21:39:42 +00:00
8a13e1c52b A couple of cleanups when logging errors to a file. 2001-09-18 03:48:38 +00:00
2460cbbf09 GLOBALize log message call 2001-09-03 04:13:52 +00:00
8f7eb4e77f A few missed GLOBALS. 2001-09-02 07:18:28 +00:00
d2a5441ed8 Now using GLOBALS. 2001-09-01 23:42:16 +00:00
51fd39fac2 Fix auth check on xmlrpc.php, modify sessions verify/destroy to optionally
accept sessionid/kp3
2001-08-23 02:54:25 +00:00
4201c27997 This is either a php3 fix or a nasty workaround 2001-08-21 19:54:09 +00:00
dddf896338 Semi-major adjustement with the goal of removing the register_globals requirement;
Silence possible error if line# is not sent to errorlog class (often); This was
tested with the setting on again and seems to work
2001-08-21 18:34:56 +00:00
b2ef2fb0e5 Undo oops in session->verify_server() and make soap auth/verify work 2001-08-18 21:32:22 +00:00
d247b25603 Disable acl on verify_server() 2001-08-18 13:34:10 +00:00
21e323111d Add create_server() verify_server() for the 'special' needs they have 2001-08-15 03:54:15 +00:00
cd2676a3a6 Cleaned up an extra warning that was being generated when cache_phpgw_info was turned off. 2001-08-11 14:50:15 +00:00
3c64f8fc3e Started adding in some eventlog reporting 2001-08-05 09:54:44 +00:00
2c726647f5 Small fix for php3 support. 2001-07-28 13:10:17 +00:00
bfa73cc185 modified link() to allow also a array as second parameter 2001-07-22 21:28:38 +00:00
2992926f96 changed the order of the link values, the sessionid is now the last one
now you can place the cursor over the link, and the important values
2001-07-22 20:39:11 +00:00
68577e4d12 - Moved access log over to 3 tier design\n- edit / view account hooks now support 3 tier design\n- Added view account access history to view account (via hook)\n- Added nexmatchs to access log\n 2001-07-13 07:02:34 +00:00
f6c3126a54 Fix for caching and ['apps']. 2001-07-10 03:50:38 +00:00
59874ad788 SF Feature Request #428390 - Added option to not check the IP of sessions for those behind load balancing proxys 2001-07-08 04:05:10 +00:00
393a9924dd If the menuaction variable is present, it will now add that for the session_action, this is meant for the 3 teir design 2001-07-01 22:26:47 +00:00
c635b8226a Small enhancements to cache. 2001-06-22 01:22:22 +00:00
f069e2fb06 Caching has been reworked and added back in. 2001-06-22 00:49:32 +00:00
8831087537 Added base64 encodeing to fix invaild char in passwords 2001-06-21 08:31:07 +00:00
7e3a1199e6 Cleanups for warning messages. 2001-06-17 16:55:04 +00:00
51e871070c Fixes to work with the new crypto class. 2001-06-16 19:04:44 +00:00
cbb3d833ea Removed some of the phpgw_info cache code 2001-06-07 00:33:48 +00:00
baeb691505 Added a few transactions 2001-06-04 01:07:23 +00:00
37bd9763fa Added feature to drop the previous login into appsessions, this way developer can find out how long its been since they last logged in.
- Formating in sqlssl
- Fixed change_password() in sqlssl not being correct and based on older versions
2001-06-03 17:58:12 +00:00
6c511bdf96 Small cleanups for warnings. 2001-05-15 04:21:16 +00:00
da47c29c24 fixes a few warnings. 2001-05-13 04:08:01 +00:00
03a0805371 Possible fix for SF Bug #417865. 2001-05-08 23:20:13 +00:00
99ff1cb575 Added account expires feature 2001-05-02 09:06:14 +00:00
0b67363747 removed debug output 2001-04-16 17:45:19 +00:00
424ba9c7e6 added some debug output 2001-04-15 22:11:08 +00:00
a6ff8d02a3 removed debug output 2001-04-15 21:52:53 +00:00
2890047713 we did a double serialize, that's bad!!!! i was searching the whole day. but
maybe i'm a bad coder! :)
2001-04-15 21:49:50 +00:00
d13a6b11c9 trying to gain speed effeciencies. 2001-03-31 14:40:52 +00:00
609f855217 Added session_dla field to phpgw_app_sessions to make sure things get cleaned up 2001-03-31 08:11:41 +00:00