| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Fix blank line endings | Volker Lendecke | 2014-12-09 | 1 | -34/+34 |
* | lib: Fix a typo | Volker Lendecke | 2014-12-09 | 1 | -1/+1 |
* | lib: Simplify load_case_tables_library() | Volker Lendecke | 2014-12-08 | 1 | -8/+9 |
* | lib/util/tests: avoid some compiler warnings | Stefan Metzmacher | 2014-11-14 | 1 | -8/+11 |
* | charset: Avoid compiler warnings with --enable-developer | Martin Schwenke | 2014-09-19 | 1 | -2/+2 |
* | lib: strings: Simplify strcasecmp | Volker Lendecke | 2014-08-06 | 1 | -35/+13 |
* | s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w... | Jeremy Allison | 2014-08-06 | 1 | -0/+12 |
* | lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c... | Jeremy Allison | 2014-08-06 | 1 | -2/+27 |
* | lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co... | Jeremy Allison | 2014-08-06 | 1 | -1/+11 |
* | lib/util/tests: add missing #include "torture/local/proto.h" | Stefan Metzmacher | 2014-04-02 | 1 | -0/+1 |
* | iconv: Use a static buffer in iconf not to spoil the talloc_pool | Volker Lendecke | 2013-12-14 | 1 | -15/+1 |
* | lib/util/charset: We do not use fucntions from wchar.h any more | Andrew Bartlett | 2012-09-26 | 1 | -7/+1 |
* | lib/util/charset: Try to find iconv on HP-UX | Andrew Bartlett | 2012-09-26 | 1 | -0/+3 |
* | lib/util: Fix typo in comment. | Jelmer Vernooij | 2012-06-15 | 1 | -1/+1 |
* | charset: Remove unused strcmp_w() | Andrew Bartlett | 2012-02-10 | 2 | -15/+0 |
* | charset: Remove unused iconv_talloc() | Andrew Bartlett | 2012-02-10 | 3 | -120/+1 |
* | charset/tests: Add prototypes for test functions. | Jelmer Vernooij | 2012-02-07 | 2 | -0/+7 |
* | lib/charset: Remove an unused variable | Volker Lendecke | 2011-12-25 | 1 | -0/+2 |
* | s3: Fix fn signatures in charset_macosx.c | Volker Lendecke | 2011-12-25 | 2 | -6/+6 |
* | lib/util/charset Remove unused header smb_common.h | Andrew Bartlett | 2011-10-24 | 1 | -1/+0 |
* | Fix const warnings. | Jeremy Allison | 2011-10-14 | 1 | -4/+4 |
* | build: Fix waf build on MacOS X | Andrew Bartlett | 2011-09-23 | 1 | -1/+1 |
* | lib/util/charset: remove charset module loading | Andrew Bartlett | 2011-09-20 | 9 | -172/+105 |
* | lib/util/charcnv: Remove broken internal CP850 and CP464 modules | Andrew Bartlett | 2011-09-20 | 4 | -364/+0 |
* | lib/util/charset: the comparsion must be against our charset modules | Andrew Bartlett | 2011-09-10 | 1 | -2/+2 |
* | lib/util/charset Use name of ISO-8859-1 that matches our internal implementation | Andrew Bartlett | 2011-09-10 | 1 | -44/+44 |
* | lib/util/charset: Improve toture assertions in iconv test | Andrew Bartlett | 2011-09-10 | 1 | -1/+14 |
* | lib/util/charset Run charset sets with and without the system iconv | Andrew Bartlett | 2011-09-10 | 3 | -14/+28 |
* | lib/util/charset: add back loading of charset modules | Andrew Bartlett | 2011-09-10 | 2 | -34/+64 |
* | Fix bug 8433, segfault in iconv.c | Volker Lendecke | 2011-09-01 | 1 | -1/+0 |
* | charset: Make name lowercase everywhere. | Jelmer Vernooij | 2011-07-23 | 1 | -5/+5 |
* | Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys... | Jeremy Allison | 2011-07-19 | 2 | -0/+12 |
* | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 2011-07-19 | 2 | -42/+0 |
* | lib: Allow NULL converted_size in convert_string_talloc | Volker Lendecke | 2011-06-24 | 1 | -2/+6 |
* | lib/util/charset: Remove autodetection of charset from LOCALE | Andrew Bartlett | 2011-06-23 | 1 | -31/+0 |
* | lib/util/charset: Remove 'display charset' | Andrew Bartlett | 2011-06-23 | 4 | -69/+60 |
* | Fix numerous missing dependencies in WAF build scripts | Sean Finney | 2011-05-25 | 1 | -2/+2 |
* | lib/util/charset: Remove unused strcasecmp_w and strncasecmp_w | Andrew Bartlett | 2011-05-18 | 1 | -32/+0 |
* | lib/util/charset use talloc_stackframe() rather than talloc_tos() | Andrew Bartlett | 2011-05-18 | 1 | -12/+12 |
* | lib/util/charset Don't allow invalid 'dos charset = utf8' | Andrew Bartlett | 2011-05-18 | 1 | -0/+5 |
* | lib/util/charset: fix the toplevel MacOS X build. | Günther Deschner | 2011-05-17 | 1 | -2/+3 |
* | lib/util/charset Move built-in charset modules to the top level | Andrew Bartlett | 2011-05-13 | 6 | -1/+1028 |
* | Fix many const compiler warnings. | Jeremy Allison | 2011-05-05 | 2 | -4/+4 |
* | Clean up some const and other compiler warnings. | Jeremy Allison | 2011-05-05 | 2 | -6/+6 |
* | lib/util/charset Use push_string and talloc_strupper/strlower from common code | Andrew Bartlett | 2011-05-03 | 2 | -17/+10 |
* | Remove strlower_m() and strupper_m() from source4 and common code. | Andrew Bartlett | 2011-05-03 | 2 | -86/+0 |
* | lib/util/charset Move strstr_m() to the top level | Andrew Bartlett | 2011-04-29 | 2 | -0/+84 |
* | lib/util/charset Merge talloc-based pull and push charset functions | Andrew Bartlett | 2011-04-28 | 3 | -95/+151 |
* | lib/util/charset Add copyright headers | Andrew Bartlett | 2011-04-28 | 1 | -1/+2 |
* | lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearer | Andrew Tridgell | 2011-04-28 | 1 | -14/+28 |