Commit History

Author SHA1 Message Date
  pdontthink 7d285b51a0 Fix HTTPS detection under Windows IIS (#2318118) 16 years ago
  pdontthink bf4627edd2 Add a functions file for file utility functions (say that 10 times fast) along with some new file functions 16 years ago
  pdontthink d7f614d31b Forgot @since info for sqsetcookie 16 years ago
  pdontthink 36a6401ac7 Remove obsolete comments 17 years ago
  pdontthink cb1d5f52ff Make more readable; expose header replace parameter when setting cookies 17 years ago
  pdontthink cfcffdbead Use sqsetcookie(), not setcookie() 17 years ago
  Thijs Kinkhorst 833746dca6 rework seed generation: this is something that really belongs in init.php 17 years ago
  Thijs Kinkhorst 1413ea0073 use our existing random seeder function 17 years ago
  pdontthink ea52535e53 Added "Secured Configuration" mode 17 years ago
  pdontthink dbbbf4ce15 sqsetcookie is called every time sqsession_is_active is called, which results in headers-already-sent notices after output has been initiated... here is a fix 17 years ago
  jangliss 8ef79891ad Added code to stop PHP using 'deleted' as a value for the session cookies on expiring them, and forcing a really old date for the expiry time (#1829098). 17 years ago
  pdontthink 55de62d7d3 Adding debug mode to core. Please run the configuration utility once after retrieving this update. Note that this update includes a change that makes it possible to use SquirrelMail constants in the configuration file(s). 17 years ago
  pdontthink d54a607107 Adding new function that allows us to stop using the @ error suppression operator but still keep notices and errors off screen. Includes two sample uses: file uploads on the compose screen and session_start(), although the latter is very noisy in both the logs and in DEVEL's on-screen developer error handler display. It might be best to add a flag to turn these errors off in the logs too. 17 years ago
  pdontthink f583a44d45 Was a nice idea, but not all that useful and some processes might hang under certain conditions; remove all the sq_popen() stuff. 18 years ago
  pdontthink f3d08902ec Typos in sqsetcookie. This might explain a few things. :-) 18 years ago
  pdontthink 85527a0081 Few tweaks to list_files() and add new sq_popen() and friends. PLEASE NOTE that the lass commit mistakenly added sq_htmlspecialchars(), but I think we can leave it in. 18 years ago
  pdontthink b060e92949 Handle change of behavior with session ID being left after session close (see #1685031) 18 years ago
  pdontthink 0a3f173e15 Revert last change, which caused nasty sesion ID errors, although now we still have a problem wherein other cookies that are intentionally set to an empty string are revalued as 'deleted', and the caller may not expect such 18 years ago
  pdontthink 1f7e9eb6cc Using the string 'deleted' in expired cookies can have unintented consequences for cookies treated as boolean, also 'deleted' could be a potential valid cookie value. Using empty string instead. Anyone know of any reason 'deleted' is actually useful? 18 years ago
  Fredrik Jervfors 7534282ca3 Going XHTML. 18 years ago
  Thijs Kinkhorst 21128837f7 drop call to session_register, this is redundant in PHP >4.1.0, 18 years ago
  pdontthink 57c36cc490 Allow admin to disable secure-only cookie transmission 18 years ago
  Thijs Kinkhorst 11b10ba5d1 increment year in copyright notices 18 years ago
  stekkel 0e2eb346ca Stop warning about invalid session_id 18 years ago
  stekkel fb39d099cc HttpOnly cookies support. I hope this does not break SquirrelMail on certain 18 years ago
  pdontthink ac4bdcb2f2 Increase max limit for sqGetGlobalVarMultiple search "radius". 18 years ago
  pdontthink 7f6a42ad93 Clarify docs 18 years ago
  pdontthink a1aeecdf50 Fixed broken GO button in compact paginator (when javascript is off) -- problem was that startMessage was already in <form> action attribute, so naming the <select> widget startMessage was incorrect, and a compounding issue was that there were two <select> widgets with the same name. Whew. 18 years ago
  pdontthink 443aa4fe0f list_files can handle dirs now, etc 19 years ago
  stevetruckstuff 7b61cc8f70 list_files does not work correctly if not extension is given. 19 years ago