~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to servers/exchange/xntlm/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2005-04-21  Sarfraaz Ahmed <asarfraaz@novell.com>
2
 
 
3
 
        * Moved the code to e-d-s from exchange
4
 
 
5
 
2005-02-08  David Malcolm  <dmalcolm@redhat.com>
6
 
 
7
 
        * Makefile.am:
8
 
 
9
 
        Use appropriate libtool macro for convenience libraries
10
 
        (_LTLIBRARIES, rather than _LTLIBRARIES), since some architectures
11
 
        do not allow using static libraries this way.
12
 
 
13
 
2005-01-08  Not Zed  <NotZed@Ximian.com>
14
 
 
15
 
        ** See Ximian Bug #70323.
16
 
 
17
 
        * xntlm-md4.c, xntlm-des.c: convert all unsigned long/long to
18
 
        guint32, it expects them to be 32 bits.
19
 
 
20
 
2004-04-23  Dan Winship  <danw@ximian.com>
21
 
 
22
 
        * xntlm.c (xntlm_negotiate): Redo the doc comment to make gtk-doc
23
 
        happy
24
 
 
25
 
2003-11-13  Dan Winship  <danw@ximian.com>
26
 
 
27
 
        * xntlm-des.c: ANSIfy prototypes for gtk-doc
28
 
 
29
 
2003-10-07  Dan Winship  <danw@ximian.com>
30
 
 
31
 
        * xntlm.c (ntlm_lanmanager_hash): fix a gcc 3.3 warning
32
 
 
33
 
2003-04-08  Dan Winship  <danw@ximian.com>
34
 
 
35
 
        * xntlm.c (setup_schedule): Fix to not read uninitialized memory
36
 
        to make valgrind/purify happy
37
 
 
38
 
2003-04-04  Dan Winship  <danw@ximian.com>
39
 
 
40
 
        * xntlm-des.h: add XNTLM_DES_ENCRYPT and XNTLM_DES_DECRYPT defines.
41
 
 
42
 
        * xntlm-des.c (xntlm_deskey): make the key arg const.
43
 
 
44
 
        * xntlm.c (setup_schedule): s/0/XNTLM_DES_ENCRYPT/
45
 
 
46
 
2003-03-19  Dan Winship  <danw@ximian.com>
47
 
 
48
 
        * Makefile.am: Make this a static library
49
 
 
50
 
2003-02-26  Dan Winship  <danw@ximian.com>
51
 
 
52
 
        * xntlm.c (strip_dup): Fix a bug
53
 
 
54
 
2003-02-21  Dan Winship  <danw@ximian.com>
55
 
 
56
 
        * xntlm.c, xntlm-des.c, xntlm-md4.c: #include config.h
57
 
 
58
 
2002-08-05  Dan Winship  <danw@ximian.com>
59
 
 
60
 
        * Split this code out of camel/soup and tidy it up
61