Commit graph

37 commits

Author SHA1 Message Date
Fredrik Jervfors
9ed98bb1ec phpDocumentor updates 2005-09-18 10:25:54 +00:00
tokul
682a8b9f8f don't allow use of starttls on ldap socket connection 2005-08-21 15:19:03 +00:00
tokul
95e9fa3c73 strip basedn from nickname. 2005-08-01 08:07:13 +00:00
tokul
943728fbdd ldap_list/ldap_search and starttls support in address book ldap backend 2005-07-03 09:58:45 +00:00
tokul
28bdb14b26 adding ldap listing controls to conf.pl
moving some ldap configuration options to advanced section in order to
reduce number of questions in ldap configuration.
blocking use of wildcard in file and db backends when listing is disabled.
This should close #529563 in devel.
2005-06-21 09:06:04 +00:00
tokul
71965af4f5 adding functional list_addr function and listing parameter, that is used
to control listing of directories. part of 529563 fixes
2005-06-20 15:58:14 +00:00
Fredrik Jervfors
2531f52955 Trimming whitespace and replacing tabs 2005-04-23 12:08:00 +00:00
tokul
ac070a7f97 adding limit_scope and filter support. Should close #1035454 and #539534
patches in devel. Patches will be moved to stable tracker, but I don't think
that they have to be added to stable.
2005-03-27 09:12:19 +00:00
tokul
f86b6a0e76 check if object is returned. 2005-03-20 10:05:59 +00:00
tokul
65ff8ccf8d sanitizing ldap search. I think, in this case it only prevents ldap search
errors. Backend does not enclose search in () and custom search options
can't be inserted. If I am wrong, attacker was able to scrap some complex
cn=*something* search expression, that could abuse ldap backend or ldap
server.
2005-02-27 09:45:53 +00:00
Fredrik Jervfors
9faf3051c1 Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes 2004-12-29 15:06:20 +00:00
Thijs Kinkhorst
a73561b911 Increment year in copyright notice. 2004-12-27 15:04:02 +00:00
tokul
b216fd82f2 using own squirrelmail functions for encoding/decoding instead of xml functions.
fixes bug.655137
2004-11-14 17:36:37 +00:00
tokul
70da4834e1 removed $phone from array and from ldap queries. SM does not use it.
added phpdoc blocks
enabled list_addr function. currently returns empty array.
2004-11-01 10:47:36 +00:00
Fredrik Jervfors
3b83c567dd Minor cleanups 2004-08-24 00:40:28 +00:00
tokul
3302330906 Moving addressbook functions to separate phpdoc subpackage. 2004-04-12 08:00:07 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
tokul
48ad0043fc 1. added non anonymous ldap binding patch. (thanks to Ilyak Kasnacheev <ilyak at online.ru>)
2. added ldap protocol version binding. (bug no. 829929)

3. cleaned administrator plugin options

4. added global sql address book support. Obsolates MySQL address book plugin (http://www.squirrelmail.org/plugin_view.php?id=104).
2003-12-26 09:13:37 +00:00
tassium
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
Thijs Kinkhorst
e4adb83265 Version check fixes.
1) the required version is minimum 4.0.4 so the 4.0.2 check is always passed.
2) make the check in prefs.php also work when new php versions are released %-)
2003-01-23 20:50:22 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
7e1b411889 Forgot one { 2002-01-28 20:47:26 +00:00
Thijs Kinkhorst
a71f7bcbfe Fixed *A LOT* of formatting... 2002-01-28 20:41:01 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
thomppj
5d15361f1f Code cleanup brigage... 2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
Tyler Akins
623e3d6b55 Added code from Philippe Mingo on June 1, 2001
Disabled by default, but you can make the "List All" button show everyone
in the LDAP server.  Usually an unwise decision, but can be helpful for
small sites.
2001-06-25 17:47:06 +00:00
pallo
7972c4e57b Fixed PHP warning for LDAP entries without an e-mail address. 2001-02-05 09:33:59 +00:00
Tyler Akins
c2cd55a5a9 * Changed some regexps into string matches and the like
* Fixed more regexp quoting problems
* Cleaned up some code
* Added support for the seven new top-level domains (.aero, .biz, .coop,
.info, .museum, .name, .pro) to url_parser.php
2001-02-02 17:51:19 +00:00
Tyler Akins
3bb8c89d5e That should fix the changes.
Must not '*$var*' -- use "*$var*" or '*'.$var.'*'
2001-01-31 17:49:31 +00:00
thomppj
70ebf1a30b Converted "foo" to 'foo' for abook_*.php 2001-01-31 15:15:36 +00:00
Tyler Akins
de965920f1 Removed a lot of the warnings generated when PHP has all warnings enabled.
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
pallo
7afec3a7e7 Use extra parameters on ldap_search if PHP version is 4.0.2 or newer. 2000-09-26 10:24:05 +00:00
pallo
be389a99c2 Constructor checks for LDAP support in PHP. 2000-03-28 19:28:42 +00:00
pallo
7b2d02d72c Some changes to make translation easier. 2000-03-28 12:09:28 +00:00
pallo
232e4c1585 Added addressbook+LDAP functions. 2000-03-25 17:01:15 +00:00