Commit Graph

10 Commits (946419f43450bd1dfd0102627ea810e27de74344)

Author SHA1 Message Date
Patrice Levesque 7c25b53fdf Remove pointless #imports from .m and .h files
This was done with a brute-force approach, ensuring no additional
warnings from GCC 4.9 under x86_64.
2016-02-13 16:11:52 -05:00
Ludovic Marcotte e5d01428ad now possible for SOGo to change the sambaNTPassword/sambaLMPassword 2015-02-11 11:31:35 -05:00
Jean Raby e01b190e57 Fixup handling NSArgumentDomain arguments
would fix #2216
2013-01-31 15:42:48 -05:00
Jean Raby 9897d003be remove leftover foreach loop
these are not supported by earlier versions of gnustep
While there, fixed var definitions
2013-01-16 15:10:21 -05:00
Jean Raby 8fc53ea1d7 sanitizedArguments fixes
Various style fixes
Don't use the foreach loop as it might break on old gcc/objc runtimes
Release sanitizedArguments in dealloc
2013-01-14 16:58:19 -05:00
Jean Raby 6f8d8394df add sanitizedArguments to SOGoTool
sanitizedArguments are the arguments received on the CLI minus
those that are part of the NSArgumentDomain
For example:
  sogo-tool user-preferences set sogo1  -p /tmp/creds Vacation -f /tmp/json

arguments would contain:
  @"set", @"sogo1", @"-p", @"/tmp/creds", @"Vacation", @"-f", @"/tmp/json"
sanitizedArguments would contain :
  @"set", @"sogo1", @"Vacation"
2013-01-07 14:54:11 -05:00
Ludovic Marcotte 7e720da571 See ChangeLog
Monotone-Parent: 178cf4e5311729ac333305676b5ad2aa35a7ca71
Monotone-Revision: d51bb1b592f986d2e34036c3dad0c70f43f0150a

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-06-29T17:43:10
Monotone-Branch: ca.inverse.sogo
2011-06-29 17:43:10 +00:00
Wolfgang Sourdeau b7067eec65 Monotone-Parent: 7b6ad79fde0791f201e8b98eb957ded1410de5c1
Monotone-Revision: 7576485920bab942eaccc45f2ab5b1914255643d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-20T21:30:17
Monotone-Branch: ca.inverse.sogo
2010-04-20 21:30:17 +00:00
Wolfgang Sourdeau 99cbc531b4 Monotone-Parent: b69d1a243bbadf0a35b5d09c6693d77e06ee796b
Monotone-Revision: 50e5dc3e3388f9c4c5c10ff77f9c00fef50763bf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-13T19:54:20
Monotone-Branch: ca.inverse.sogo
2009-08-13 19:54:20 +00:00
Wolfgang Sourdeau 2676045b23 Monotone-Parent: 85f804a64af3e4f769b1bfe8e62eec8300d6e61f
Monotone-Revision: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-13T18:31:15
Monotone-Branch: ca.inverse.sogo
2009-08-13 18:31:15 +00:00