Age | Commit message (Expand) | Author | Files | Lines |
2003-06-15 | Patch from vorlon@debian.org, see bugzilal #122 | John Terpstra | 1 | -0/+37 |
2003-06-06 | Fix for valgrind - when doing a srvstr_push we must zero fill | Jeremy Allison | 1 | -0/+13 |
2003-06-06 | - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode | Andrew Tridgell | 1 | -1/+1 |
2003-05-08 | fixed bug #75; add check for non-zero destlen | Gerald Carter | 1 | -1/+1 |
2003-05-08 | Another attempt at undoing my bogus patch 1.55.2.19 | Tim Potter | 1 | -0/+2 |
2003-05-07 | Whoops - that wasn't a whitespace syncup after all. | Tim Potter | 1 | -0/+2 |
2003-04-28 | Whitespace syncup. | Tim Potter | 1 | -4/+0 |
2003-04-23 | Patch by Metze to ensure that we always at least initialize our output string | Andrew Bartlett | 1 | -0/+4 |
2003-04-22 | Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer, | Andrew Bartlett | 1 | -12/+33 |
2003-04-14 | Merge across tridge's Realloc fix. | Jeremy Allison | 1 | -3/+3 |
2003-04-04 | Export lazy_initialize_conv so that it can be called from | Martin Pool | 1 | -1/+5 |
2003-04-04 | lazy_initialize_conv: Remove redundant call to init_valid_table, | Martin Pool | 1 | -4/+6 |
2003-03-20 | Patch from Samuel Thibault to convert messages from dos to unix charset | Jelmer Vernooij | 1 | -1/+1 |
2003-03-18 | Merge in the developer string options from HEAD. We need to ensure 3.0 | Jeremy Allison | 1 | -103/+12 |
2003-02-24 | Merge documentation from HEAD | Martin Pool | 1 | -6/+13 |
2003-02-24 | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 1 | -83/+92 |
2003-02-24 | Add comment about Samba character sets, from explanation by abartlet. | Martin Pool | 1 | -0/+13 |
2003-02-12 | Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void** | Jeremy Allison | 1 | -2/+2 |
2003-02-01 | Merge of signed/unsigned fixes from HEAD. | Andrew Bartlett | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | 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-10-01 | syncing up with HEAD. Seems to be a lot of differences creeping in | Gerald Carter | 1 | -2/+2 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -4/+6 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -9/+10 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -6/+30 |
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 |
2001-11-12 | messed up with patches, this should be the right one, | Simo Sorce | 1 | -2/+1 |
2001-11-12 | some bugfix and new functions, | Simo Sorce | 1 | -5/+43 |
2001-11-10 | fixed, moved and added some functions | Simo Sorce | 1 | -5/+41 |
2001-11-07 | add convert_string_allocate() function | Simo Sorce | 1 | -5/+86 |
2001-11-04 | a big one: | Simo Sorce | 1 | -1/+7 |
2001-10-29 | More spelling and grammer from Vance. <vance@digital-host.net> | Andrew Bartlett | 1 | -6/+6 |
2001-10-23 | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 1 | -7/+5 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 1 | -0/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-30 | make strupper() and strlower() not modify the string if it doesn't | Andrew Tridgell | 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 | added a little smbtorture test for dumping the unicode table of a | Andrew Tridgell | 1 | -1/+0 |