Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/lib/zlib/contrib/ada/zlib-streams.ads

    r414 r745  
    3232   --  Flush the written data to the back stream,
    3333   --  all data placed to the compressor is flushing to the Back stream.
    34    --  Should not be used untill necessary, becouse it is decreasing
     34   --  Should not be used untill necessary, because it is decreasing
    3535   --  compression.
    3636
     
    9898      --  Buffer for Read operation.
    9999      --  We need to have this buffer in the record
    100       --  becouse not all read data from back stream
     100      --  because not all read data from back stream
    101101      --  could be processed during the read operation.
    102102
     
    104104      --  Buffer size for write operation.
    105105      --  We do not need to have this buffer
    106       --  in the record becouse all data could be
     106      --  in the record because all data could be
    107107      --  processed in the write operation.
    108108
  • trunk/server/lib/zlib/contrib/ada/zlib-thin.ads

    r414 r745  
    437437   pragma Import (C, inflateBackInit, "inflateBackInit_");
    438438
    439    --  I stopped binding the inflateBack routines, becouse realize that
     439   --  I stopped binding the inflateBack routines, because realize that
    440440   --  it does not support zlib and gzip headers for now, and have no
    441441   --  symmetric deflateBack routines.
Note: See TracChangeset for help on using the changeset viewer.