summaryrefslogtreecommitdiff
path: root/source3/torture/smbiconv.c
Commit message (Collapse)AuthorAgeFilesLines
* 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)