index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
iconv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-04-06
strequal() returns True for equal, not an int
Andrew Tridgell
1
-2
/
+4
2003-03-31
- Support absolute paths in vfs and charset modules
Jelmer Vernooij
1
-3
/
+6
2003-03-24
Add modules support to charset
Jelmer Vernooij
1
-29
/
+55
2003-02-28
Doxygen janitor
Martin Pool
1
-1
/
+1
2003-02-28
Add a comment about the meaning of samba's internal character set and
Martin Pool
1
-0
/
+24
2003-02-27
Doxygen janitor
Martin Pool
1
-5
/
+6
2003-01-02
BIG patch...
Andrew Bartlett
1
-6
/
+6
2002-11-13
Move 'weird' character set into new 'developer' module
Jelmer Vernooij
1
-108
/
+0
2002-11-12
Don't throw out WEIRD - yet (I committed my local changes together with my la...
Jelmer Vernooij
1
-0
/
+108
2002-11-12
Fix segfault with high debug levels
Jelmer Vernooij
1
-109
/
+1
2002-11-12
Add smb_register_charset() and use it
Jelmer Vernooij
1
-33
/
+65
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-12-20
much better auto-init of valid_table[]. This should just about remove
Andrew Tridgell
1
-1
/
+7
2001-10-23
get rid of compiler warnings (casts and delete unused variables)
Herb Lewis
1
-2
/
+2
2001-09-29
Add a few const statements to various odd bits of the tree. (Fixes some
Andrew Bartlett
1
-1
/
+1
2001-09-25
allow all ucs2 chars in utf8, rather than mapping some to a single
Andrew Tridgell
1
-10
/
+1
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-2
/
+2
2001-09-07
added "display charset" option in smb.conf, along with d_printf()
Andrew Tridgell
1
-2
/
+2
2001-07-22
changed the iconv interface to go via ucs2 for all conversions. This
Andrew Tridgell
1
-71
/
+186
2001-07-22
switch from UCS2 to UCS-2LE
Andrew Tridgell
1
-15
/
+1
2001-07-06
fixed a silly bug in the internal UTF8 implementation
Andrew Tridgell
1
-1
/
+14
2001-07-06
added some comments and removed an unnecessary check
Andrew Tridgell
1
-3
/
+2
2001-07-05
optimised the 7 bit case for utf8 conversion
Andrew Tridgell
1
-4
/
+4
2001-07-05
make sure we reset the shift state on error for charsets like SJIS
Andrew Tridgell
1
-1
/
+10
2001-07-04
added builtin support for UTF8
Andrew Tridgell
1
-1
/
+115
2001-07-04
more portability fixes
Andrew Tridgell
1
-4
/
+2
2001-07-04
portability fixes
Andrew Tridgell
1
-4
/
+9
2001-07-04
got rid of __FUNCTION__ debug
Andrew Tridgell
1
-2
/
+2
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-0
/
+346