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
/
charcnv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-02-04
Fixup the allocate version of the function to do "crap" conversions too.
Jeremy Allison
1
-20
/
+83
2004-02-04
Working on #830. Cope with bad conversions better - don't just memcpy but
Jeremy Allison
1
-10
/
+82
2004-01-15
* BUG 446
Gerald Carter
1
-0
/
+4
2004-01-13
sync HEAD with recent changes in 3.0
Gerald Carter
1
-2
/
+2
2004-01-05
(merge from 3.0)
Andrew Bartlett
1
-2
/
+2
2003-12-01
Get a little paranoid about memfree use in convert_string_allocate..
Jeremy Allison
1
-7
/
+6
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-1
/
+1
2003-09-15
Merge from Samba 3.0:
Tim Potter
1
-26
/
+53
2003-09-09
sync 3.0 into HEAD for the last time
Gerald Carter
1
-63
/
+268
2003-08-02
port latest changes from SAMBA_3_0 tree
Simo Sorce
1
-52
/
+68
2003-07-16
trying to get HEAD building again. If you want the code
Gerald Carter
1
-4
/
+41
2003-05-28
Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0
Tim Potter
1
-0
/
+4
2003-05-08
fixed bug #75; add check for non-zero destlen
Gerald Carter
1
-1
/
+1
2003-04-09
unix_strupper, unix_strlower: Remove fixed-length static buffer that
Martin Pool
1
-10
/
+31
2003-04-08
Merge from 3_0: Build a lookup table of valid DOS characters just
Martin Pool
1
-5
/
+11
2003-04-06
Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...
Andrew Bartlett
1
-2
/
+2
2003-04-06
don't rely on realloc() working on NULL
Andrew Tridgell
1
-3
/
+3
2003-03-20
Patch from Samuel Thibault to convert messages from unix to dos charset. Works
Jelmer Vernooij
1
-1
/
+1
2003-03-15
Remove an unused function and fix the build.
Andrew Bartlett
1
-36
/
+0
2003-03-15
String handling parinoia fixes.
Andrew Bartlett
1
-69
/
+14
2003-02-24
Merge documentation from 3_0.
Martin Pool
1
-6
/
+13
2003-02-18
Remove obsolete comment.
Martin Pool
1
-2
/
+0
2003-02-18
Doxygen janitor and some doc typo fixes.
Martin Pool
1
-68
/
+92
2003-02-12
pull_ucs2_talloc() should pull to a char**, not a void**
Andrew Tridgell
1
-2
/
+2
2003-02-01
Make it clear that the magic value is (size_t)-1.
Andrew Bartlett
1
-2
/
+2
2003-01-02
BIG patch...
Andrew Bartlett
1
-6
/
+6
2002-11-11
Fix all returns to be size_t (they are all unsigned). Fixup strlen being
Jeremy Allison
1
-213
/
+244
2002-09-27
Some small cleanups to the libads code (mainly error checking), and give a
Andrew Bartlett
1
-2
/
+2
2002-08-26
Updates!
Andrew Bartlett
1
-4
/
+4
2002-08-25
Clarify function comments
Andrew Bartlett
1
-0
/
+2
2002-07-30
Make some of the charconv code a bit easier to read and work with - when we
Andrew Bartlett
1
-8
/
+8
2002-07-18
Another bug found by valgrind. Don't AND a src length of -1.
Jeremy Allison
1
-1
/
+2
2002-07-12
The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...
Jeremy Allison
1
-1
/
+1
2002-04-17
make suure we get the return value from the pull_*() functions right
Andrew Tridgell
1
-6
/
+12
2002-04-16
stricter conditions on termination in strings
Andrew Tridgell
1
-6
/
+6
2002-04-16
fixed the handling of STR_TERMINATE
Andrew Tridgell
1
-3
/
+21
2002-04-16
i forgot to commit these parts of the string handling patch earlier. Sorry.
Andrew Tridgell
1
-5
/
+5
2002-03-25
add {push,pull}_ucs2{allocate,talloc}() functions.
Andrew Bartlett
1
-0
/
+58
2002-03-23
Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and talloc
Andrew Bartlett
1
-1
/
+86
2002-03-01
Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants.
Andrew Bartlett
1
-4
/
+14
2002-03-01
This should kill off the 'cannot convert' error messages on non-iconv hosts.
Andrew Bartlett
1
-1
/
+1
2002-02-19
Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explict
Andrew Bartlett
1
-1
/
+67
2002-02-04
better debug messages!
Simo Sorce
1
-0
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-22
We have to do some initialization before the string conversion
Martin Pool
1
-13
/
+15
2001-12-31
more irix -64 portability fixes
Andrew Tridgell
1
-1
/
+0
2001-12-20
much better auto-init of valid_table[]. This should just about remove
Andrew Tridgell
1
-1
/
+12
2001-11-28
fixed some krb5 ifdefs
Andrew Tridgell
1
-2
/
+2
2001-11-23
More better now.
Martin Pool
1
-4
/
+4
2001-11-23
Quieten gcc const warning.
Martin Pool
1
-17
/
+21
[next]