Age | Commit message (Expand) | Author | Files | Lines |
2008-02-21 | Remove extra whitespace, use public variable in IDL. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26498: Fix memory leak in iconv code. | Jelmer Vernooij | 3 | -11/+20 |
2007-12-21 | r26476: Remove unnecessary hack. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r26434: Remove display charset from iconv convenience context. | Jelmer Vernooij | 2 | -6/+2 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -19/+20 |
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26410: Remove unnecessary static. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 4 | -64/+77 |
2007-12-21 | r26315: Avoid using lp_ functions in libcharset. | Jelmer Vernooij | 3 | -28/+23 |
2007-12-21 | r26278: Tallocify convenience table for iconv handles. | Jelmer Vernooij | 2 | -35/+73 |
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26259: Provide convert_string_talloc() variant that works directly with an i... | Jelmer Vernooij | 1 | -39/+48 |
2007-12-21 | r25926: Move iconv test to iconv code directory. | Jelmer Vernooij | 2 | -0/+424 |
2007-10-10 | r25456: Avoid externs for charsets for now - it breaks openchange. | Jelmer Vernooij | 2 | -22/+13 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25392: Add loadparm context as argument in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 2 | -9/+9 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r24867: Avoid anonymous struct. Patch from Brad Hards. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 2 | -8/+7 |
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 2 | -3/+12 |
2007-10-10 | r24717: Some more easy bool conversions, update TODO for registry | Jelmer Vernooij | 2 | -12/+12 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 2 | -7/+7 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 5 | -15/+10 |
2007-10-10 | r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to die | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22743: set the talloc name to the string... | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r21694: Some more testing updates. | Jelmer Vernooij | 1 | -1/+38 |
2007-10-10 | r21691: Add testsuite for lib/charset | Jelmer Vernooij | 2 | -6/+237 |
2007-10-10 | r20697: A couple of minot cross-compile fixes. | James Peach | 1 | -1/+4 |
2007-10-10 | r20649: fixed strlower_talloc() and strupper_talloc() to end with right size, | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r19679: Fix shared library build as well. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19678: Fix the build for now (ugly hack because of circular dependencies) | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has interdepe... | Jelmer Vernooij | 2 | -2/+4 |
2007-10-10 | r19438: try to fix up the build breakages on BSD systems due to incorrectly | Andrew Tridgell | 1 | -5/+8 |
2007-10-10 | r18376: added iconv:native=false option to turn off native iconv. Needed under | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18131: fixed tdb subsystem to use right tdb.h | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17980: handle NULL arguments without crashing in strcasecmp_m() and | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17716: make casts explicit and remove compiler warnings | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r17715: make the cast explicit and remove compiler warnings | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r16571: - make push/pull_ascii()/_ucs() functions static, | Stefan Metzmacher | 1 | -6/+19 |
2007-10-10 | r16143: Fix disappearance of user-specified CPPFLAGS,LDFLAGS and LIBS variables. | Jelmer Vernooij | 1 | -3/+6 |
2007-10-10 | r15871: Fix systems with native iconv | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15870: Improve detection of iconv - should prevent HAVE_ICONV_H being | Jelmer Vernooij | 1 | -18/+6 |
2007-10-10 | r15869: Fix loop var to search paths for iconv | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r15573: Fix build of systems that have iconv headers in non-standard locations | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15568: Simplify detection of iconv libraries a fair bit and fix it to | Jelmer Vernooij | 1 | -45/+69 |