summaryrefslogtreecommitdiffstats
path: root/source3/torture/smbiconv.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
| | | | | | | | This change improves the setup_logging() API so that callers which wish to set up logging to stderr can simply ask for it, rather than directly modify the dbf global variable. Andrew Bartlett
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
|
* source{3,4}/torture/smbiconv.c(main): fixed file descriptor leak.Slava Semushin2009-05-251-0/+1
| | | | | | | | File descriptor leaks only when we use file instead of stdout. Found by cppcheck: [./source3/torture/smbiconv.c:219]: (error) Resource leak: out [./source4/torture/smbiconv.c:211]: (error) Resource leak: out
* Fix a pointer to int conversion warning: cast the int instead.Michael Adam2008-02-151-1/+1
| | | | | Michael (This used to be commit 3cace4b7aa87a2f5bc7b6efd095366699d939511)
* Fix two const warnings.Michael Adam2008-02-151-2/+2
| | | | | Michael (This used to be commit 03db3bd0774e0435089eef15f88355133149d658)
* Try to fix the build of smbiconv on systems without native iconv.Michael Adam2008-02-151-1/+1
| | | | | | | Use the smb_iconv_t instead of iconv_t. Michael (This used to be commit bdc00a05b95a7a629a6cbf2af21760b6ff874bd9)
* Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef ↵Michael Adam2008-02-151-0/+1
| | | | | | | realloc. Michael (This used to be commit 113377a7929975bf29c2cfff1652781fae24e826)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* Fix for #150.Alexander Bokovoy2003-08-261-8/+8
| | | | | | | | | We now fallback to Samba-provided CP850 charset module if CP850 or IBM850 does not exist on target system at runtime. 1. Introduce CP850 charset module based on charmaps table from GNU libc 2.2.5 2. Make CP850 charset module shared and build it by default Should fix Solaris run-time (This used to be commit e855dc8c9115fa11d315eb34d57722ff612daa11)
* Move up intialisation of logging, so we catch errors in handling 'preload ↵Jelmer Vernooij2003-06-261-4/+4
| | | | | | modules' (This used to be commit 13b81d0d92b9e28eaab18f5437060e79f6075f9e)
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
| | | | (This used to be commit d817eaf0ecca2d878ab1ffcf7a747a02d71c811e)
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
| | | | | | that is now possible to, for example, load a module which contains an auth method into a binary without the auth/ subsystem built in. (This used to be commit 74d9ecfe2dd7364643d32acb62ade957bd71cd0d)
* Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij2003-04-271-0/+243
that uses samba's internal iconv() functions. Useful for testing purposes. (This used to be commit ccabb7961a15c06a315bdb9ff1a79834864f67e7)