1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jelmer Vernooij
31993cf67b r24780: More work allowing libutil to be used by external users. 2007-10-10 15:03:10 -05:00
Andrew Tridgell
fcf38a38ac r23792: convert Samba4 to GPLv3
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Stefan Metzmacher
dab51c1f7f r17715: make the cast explicit and remove compiler warnings
metze
2007-10-10 14:16:30 -05:00
Stefan Metzmacher
b0af976187 r16571: - make push/pull_ascii()/_ucs() functions static,
callers should use push/pull_string() functions with STR_ASCII or STR_UNICODE
- make the push/pull_ascii/ucs2/utf8_talloc() functions complete
  (they should be reduced to pull/push_string_talloc() later...)

metze
2007-10-10 14:09:35 -05:00
Jelmer Vernooij
03224e1124 r15295: Fix some dependencies
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed.
2007-10-10 14:05:03 -05:00
Andrew Tridgell
bb99cbf069 r14902: change charcnv code to fail the conversion when it hits bad
characters, rather than silently truncating the string. This makes the
code much omre conservative, making it easier to test. It might mean
users hit problems initially, but at least we'll hear about them, and
thus can fix them.
2007-10-10 14:00:13 -05:00
Andrew Tridgell
caead24b6d r14429: charset_t cannot be used to loop over charset_t, as otherwise it can
go out of the range of the enum
2007-10-10 13:57:22 -05:00
Jelmer Vernooij
aac1b99b36 r13842: Make some more functions public. 2007-10-10 13:52:15 -05:00
Jelmer Vernooij
da72f47226 r13186: Remove assumption that callers that specify -1 actually mean sizeof(pstring) 2007-10-10 13:51:32 -05:00
Stefan Metzmacher
69ade058fd r9078: - move charset stuff to lib/charset
- don't use the global $LIBS variable for -liconv as $LIBS is not used anymore

should fix the build on solaris 10

metze
2007-10-10 13:31:14 -05:00