Changes between Version 23 and Version 24 of ScratchPad


Ignore:
Timestamp:
Jun 16, 2009, 7:27:50 AM (15 years ago)
Author:
Herwig Bauernfeind
Comment:

Enhanced outline, rearranged page

Legend:

Unmodified
Added
Removed
Modified
  • ScratchPad

    v23 v24  
    11= Samba 3.2/3.3 scratchpad =
    22[[PageOutline]]
     3== Samba 4.x ==
     4 - not compilable at the moment (no work done yet)
     5== Samba 3.4.x ==
     6 - not compilable at the moment (no work done yet)
     7 - This will be trunk
     8
     9== Samba 3.3.x ==
     10=== Tested features ===
     11 - compiled successfully 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4 already committed)
     12 - can read smb.conf (psmedley)
     13 - file serving works normally and stable
     14 - user management (complete feature set of smbusers.exe) works normally and stable
     15=== Unresolved problems ===
     16  - nmbd.exe does not work correctly - the server is invisible, but accessible.
     17=== Resolved issues ===
     18  - Commited missing eCS (OS/2) patches from 3.0 since 01/2009:
     19  - 05/29/09 Fix for Ticket #85 http://svn.netlabs.org/samba/changeset/239 (tested successfully for reading)
     20  - 05/29/09 Fix for Ticket #90 http://svn.netlabs.org/samba/changeset/242 (tested successfully)
     21  - 05/30/09 Fix for Ticket #41 http://svn.netlabs.org/samba/changeset/244 (compiled only)
     22  - 05/31/09 Made SWAT workable, fixes for Tickets #54, #55 http://svn.netlabs.org/samba/changeset/246 (tested successfully)
     23  - 06/01/09 Fixes for Ticket #69 and #71 http://svn.netlabs.org/samba/changeset/248 (compiled only)
     24  - 06/03/09 Fixes for Ticket #24 and #78 http://svn.netlabs.org/samba/changeset/250 (compiled only)
     25  - 06/05/09 Fix for Ticket #74 http://svn.netlabs.org/samba/changeset/253 (tested successfully)
     26  - 06/05/09 os2_randget() fix for SIGSEGV with GCC 4.3.2 and -O2 http://svn.netlabs.org/samba/changeset/255 (tested successfully)
     27  - ~~loops with LPQ background thread in printing.c~~ (fixed by diver, http://svn.netlabs.org/samba/changeset/256)
     28  - ~~directories are shown as files~~ (problem gone, unclear why)
     29  - ~~cannot create/read/write files~~ (problem gone, unclear why)
     30  - ~~cannot read interfaces~~ (fixed by diver, http://svn.netlabs.org/samba/changeset/258)
     31  - ~~cannot login on password prompt~~ (fix by diver, http://svn.netlabs.org/samba/changeset/262)
     32  - ~~password is not masked~~ (fix by diver, http://svn.netlabs.org/samba/changeset/262)
     33  - ~~ldb backend missing~~ (fix by diver, http://svn.netlabs.org/samba/changeset/263)
     34  - ~~RPC does not work~~ (fix by diver, http://svn.netlabs.org/samba/changeset/264)
     35  - ~~Wrong PID filename~~ (fix by diver, http://svn.netlabs.org/samba/changeset/265)
    336
    437== Samba 3.2.x ==
    5   - can read smb.conf (psmedley)
    6   - compiled successfully 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.8, 3.2.9, 3.2.10, 3.2.11
    7   - reads interfaces successfully
    8   - can login successfully
    9   - Problems:
    10     - ~~loops with LPQ background thread in printing.c~~ (fixed by diver in 3.3, backported to 3.2 http://svn.netlabs.org/samba/changeset/257)
    11     - directories are shown as files
    12     - cannot create/read/write files
    13     - smbstatus cannot read/lock .tdb files
    14     - cannot login on password prompt (only via commandline parameters)
    15     - password is not masked!
    16     - nmbd.exe does not work correctly - the server is invisible, but accessible
    17     - no significant changes in behaviour noticed between 3.2.2 and 3.2.6
    18   - with 3.2.7 [http://svn.netlabs.org/samba/browser/branches/samba-3.2.x/source/lib/replace/libreplace_network.m4?rev=232 libreplace_network.m4] is added, if it is present during configure, Samba 3.2 doesn't compile.
    19   - Removing it makes 3.2.7, 3.2.8, 3.2.9, 3.2.10, 3.2.11 compile and work like previous builds (incomplete patch by psmedley, fixed in 3.3 by diver, requires backport).
    20   - Commited missing eCS (OS/2) patches from 3.0 since 08/2008, at least since [http://svn.netlabs.org/samba/changeset/149 changeset #149]
    21     - 05/29/09 Fix for Ticket #85 http://svn.netlabs.org/samba/changeset/237 (tested successfully for reading)
    22     - 05/29/09 Fix for Ticket #90 http://svn.netlabs.org/samba/changeset/241 (tested successfully)
    23     - 05/30/09 Fix for Ticket #41 http://svn.netlabs.org/samba/changeset/243 (compiled only)
    24     - 05/31/09 Made SWAT workable, fixes for Tickets #51, #54, #55 http://svn.netlabs.org/samba/changeset/245 (tested successfully)
    25     - 06/01/09 Fixes for Ticket #69 and #71 http://svn.netlabs.org/samba/changeset/247 (compiled only)
    26     - 06/03/09 Fixes for Ticket #24 and #78 http://svn.netlabs.org/samba/changeset/249 (compiled only)
    27     - 06/05/09 Fix for Ticket #74 http://svn.netlabs.org/samba/changeset/252 (tested successfully)
    28     - 06/05/09 os2_randget() fix for SIGSEGV with GCC 4.3.2 and -O2 http://svn.netlabs.org/samba/changeset/254 (tested successfully)
     38=== Tested features ===
     39 - can read smb.conf (psmedley)
     40 - compiled successfully 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.8, 3.2.9, 3.2.10, 3.2.11
     41 - reads interfaces successfully
     42 - can login successfully
     43 - no significant changes in behaviour noticed between 3.2.2 and 3.2.6
     44=== Unresolved problems ===
     45 - directories are shown as files
     46 - cannot create/read/write files
     47 - smbstatus cannot read/lock .tdb files
     48 - nmbd.exe does not work correctly - the server is invisible, but accessible
     49 - cannot login on password prompt (only via commandline parameters)
     50 - password is not masked!
     51 - with 3.2.7 [http://svn.netlabs.org/samba/browser/branches/samba-3.2.x/source/lib/replace/libreplace_network.m4?rev=232 libreplace_network.m4] is added, if it is present during configure, Samba 3.2 doesn't compile.
     52 - Removing it makes 3.2.7, 3.2.8, 3.2.9, 3.2.10, 3.2.11 compile and work like previous builds (incomplete patch by psmedley, fixed in 3.3 by diver, requires backport).
     53
     54=== Resolved issues ===
     55 - Commited missing eCS (OS/2) patches from 3.0 since 08/2008, at least since [http://svn.netlabs.org/samba/changeset/149 changeset #149]
     56 - 05/29/09 Fix for Ticket #85 http://svn.netlabs.org/samba/changeset/237 (tested successfully for reading)
     57 - 05/29/09 Fix for Ticket #90 http://svn.netlabs.org/samba/changeset/241 (tested successfully)
     58 - 05/30/09 Fix for Ticket #41 http://svn.netlabs.org/samba/changeset/243 (compiled only)
     59 - 05/31/09 Made SWAT workable, fixes for Tickets #51, #54, #55 http://svn.netlabs.org/samba/changeset/245 (tested successfully)
     60 - 06/01/09 Fixes for Ticket #69 and #71 http://svn.netlabs.org/samba/changeset/247 (compiled only)
     61 - 06/03/09 Fixes for Ticket #24 and #78 http://svn.netlabs.org/samba/changeset/249 (compiled only)
     62 - 06/05/09 Fix for Ticket #74 http://svn.netlabs.org/samba/changeset/252 (tested successfully)
     63 - 06/05/09 os2_randget() fix for SIGSEGV with GCC 4.3.2 and -O2 http://svn.netlabs.org/samba/changeset/254 (tested successfully)
     64 - ~~loops with LPQ background thread in printing.c~~ (fixed by diver in 3.3, backported to 3.2 http://svn.netlabs.org/samba/changeset/257)
    2965
    3066''Note: As Samba 3.2.x also has its end of life on 06/30/2009 (like Samba 3.0.x), we do not plan any release of Samba 3.2.x for eCS. The 3.2 tree is just maintained as a "launchpad" for Samba 3.3.x in order to spot differences in behaviour and get hints for possible solutions.''
    31 
    32 == Samba 3.3.x ==
    33   - can read smb.conf (psmedley)
    34   - compiled successfully 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4 already committed)
    35   - Problems:
    36     - ~~loops with LPQ background thread in printing.c~~ (fixed by diver, http://svn.netlabs.org/samba/changeset/256)
    37     - ~~directories are shown as files~~ (problem gone, unclear why)
    38     - ~~cannot create/read/write files~~ (problem gone, unclear why)
    39     - ~~cannot read interfaces~~ (fixed by diver, http://svn.netlabs.org/samba/changeset/258)
    40     - ~~cannot login on password prompt~~ (fix by diver, http://svn.netlabs.org/samba/changeset/262)
    41     - ~~password is not masked~~ (fix by diver, http://svn.netlabs.org/samba/changeset/262)
    42     - ~~ldb backend missing~~ (fix by diver, http://svn.netlabs.org/samba/changeset/263)
    43     - ~~RPC does not work~~ (fix by diver, http://svn.netlabs.org/samba/changeset/264)
    44     - ~~Wrong PID filename~~ (fix by diver, http://svn.netlabs.org/samba/changeset/265)
    45     - nmbd.exe does not work correctly - the server is invisible, but accessible.
    46   - Commited missing eCS (OS/2) patches from 3.0 since 01/2009:
    47     - 05/29/09 Fix for Ticket #85 http://svn.netlabs.org/samba/changeset/239 (tested successfully for reading)
    48     - 05/29/09 Fix for Ticket #90 http://svn.netlabs.org/samba/changeset/242 (tested successfully)
    49     - 05/30/09 Fix for Ticket #41 http://svn.netlabs.org/samba/changeset/244 (compiled only)
    50     - 05/31/09 Made SWAT workable, fixes for Tickets #54, #55 http://svn.netlabs.org/samba/changeset/246 (tested successfully)
    51     - 06/01/09 Fixes for Ticket #69 and #71 http://svn.netlabs.org/samba/changeset/248 (compiled only)
    52     - 06/03/09 Fixes for Ticket #24 and #78 http://svn.netlabs.org/samba/changeset/250 (compiled only)
    53     - 06/05/09 Fix for Ticket #74 http://svn.netlabs.org/samba/changeset/253 (tested successfully)
    54     - 06/05/09 os2_randget() fix for SIGSEGV with GCC 4.3.2 and -O2 http://svn.netlabs.org/samba/changeset/255 (tested successfully)
    55 
    56 == Samba 3.4.x ==
    57   - not compilable at the moment (no work done yet)
    58   - This will be trunk
    59 
    60 == Samba 4.x ==
    61   - not compilable at the moment (no work done yet)