index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
charcnv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all returns to be size_t (they are all unsigned). Fixup strlen being
Jeremy Allison
2002-11-11
1
-213
/
+244
*
syncing up with HEAD. Seems to be a lot of differences creeping in
Gerald Carter
2002-10-01
1
-2
/
+2
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-4
/
+6
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-9
/
+10
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-6
/
+30
*
add {push,pull}_ucs2{allocate,talloc}() functions.
Andrew Bartlett
2002-03-25
1
-0
/
+58
*
Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and talloc
Andrew Bartlett
2002-03-23
1
-1
/
+86
*
Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants.
Andrew Bartlett
2002-03-01
1
-4
/
+14
*
This should kill off the 'cannot convert' error messages on non-iconv hosts.
Andrew Bartlett
2002-03-01
1
-1
/
+1
*
Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explict
Andrew Bartlett
2002-02-19
1
-1
/
+67
*
better debug messages!
Simo Sorce
2002-02-04
1
-0
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
We have to do some initialization before the string conversion
Martin Pool
2002-01-22
1
-13
/
+15
*
more irix -64 portability fixes
Andrew Tridgell
2001-12-31
1
-1
/
+0
*
much better auto-init of valid_table[]. This should just about remove
Andrew Tridgell
2001-12-20
1
-1
/
+12
*
fixed some krb5 ifdefs
Andrew Tridgell
2001-11-28
1
-2
/
+2
*
More better now.
Martin Pool
2001-11-23
1
-4
/
+4
*
Quieten gcc const warning.
Martin Pool
2001-11-23
1
-17
/
+21
*
messed up with patches, this should be the right one,
Simo Sorce
2001-11-12
1
-2
/
+1
*
some bugfix and new functions,
Simo Sorce
2001-11-12
1
-5
/
+43
*
fixed, moved and added some functions
Simo Sorce
2001-11-10
1
-5
/
+41
*
add convert_string_allocate() function
Simo Sorce
2001-11-07
1
-5
/
+86
*
a big one:
Simo Sorce
2001-11-04
1
-1
/
+7
*
More spelling and grammer from Vance. <vance@digital-host.net>
Andrew Bartlett
2001-10-29
1
-6
/
+6
*
get rid of compiler warnings (casts and delete unused variables)
Herb Lewis
2001-10-23
1
-7
/
+5
*
switched over to a new method of handling uppercase/lowercase mappings
Andrew Tridgell
2001-10-03
1
-0
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
make strupper() and strlower() not modify the string if it doesn't
Andrew Tridgell
2001-09-30
1
-2
/
+2
*
Add a few const statements to various odd bits of the tree. (Fixes some
Andrew Bartlett
2001-09-29
1
-1
/
+1
*
added a little smbtorture test for dumping the unicode table of a
Andrew Tridgell
2001-09-25
1
-1
/
+0
*
fixed a silly off by 1 bug
Andrew Tridgell
2001-09-24
1
-0
/
+3
*
added "display charset" option in smb.conf, along with d_printf()
Andrew Tridgell
2001-09-07
1
-34
/
+61
*
ucs2 is always a multiple of 2 bytes
Andrew Tridgell
2001-07-25
1
-0
/
+6
*
changed the iconv interface to go via ucs2 for all conversions. This
Andrew Tridgell
2001-07-22
1
-2
/
+0
*
switch from UCS2 to UCS-2LE
Andrew Tridgell
2001-07-22
1
-3
/
+2
*
fixed the auto-initialisation of the iconv descriptors
Andrew Tridgell
2001-07-08
1
-11
/
+11
*
check for initialisation in convert_string()
Andrew Tridgell
2001-07-06
1
-0
/
+6
*
more portability fixes
Andrew Tridgell
2001-07-04
1
-0
/
+2
*
fixed uninitialised variable
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-299
/
+285
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-2
/
+0
*
Baltic codepage fixes from Toomas Soome <tsoome@ut.ee>
Tim Potter
2001-02-14
1
-0
/
+62
*
Codepages and stuff for Turkish language support. Contributed by
Tim Potter
2001-01-07
1
-0
/
+25
*
Fixes for Eastern Europe code page.
Jeremy Allison
2000-02-18
1
-0
/
+1
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-75
/
+129
*
lib/charcnv.c: Improved debug comment.
Jeremy Allison
1998-11-06
1
-1
/
+1
*
reply.c: Fix bugs where debug statements were accessing the fd_ptr struct
Jeremy Allison
1998-04-16
1
-14
/
+14
*
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1998-04-13
1
-5
/
+5
*
Updated Eastern European translation table from dan@feld.cvut.cz.
Jeremy Allison
1998-04-02
1
-4
/
+20
*
Change the multibyte character set support so that
Jeremy Allison
1998-03-03
1
-8
/
+0
[next]