| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from Samba 3.0: | Tim Potter | 2003-09-15 | 1 | -26/+53 |
* | sync 3.0 into HEAD for the last time | Gerald Carter | 2003-09-09 | 1 | -63/+268 |
* | port latest changes from SAMBA_3_0 tree | Simo Sorce | 2003-08-02 | 1 | -52/+68 |
* | trying to get HEAD building again. If you want the code | Gerald Carter | 2003-07-16 | 1 | -4/+41 |
* | Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0 | Tim Potter | 2003-05-28 | 1 | -0/+4 |
* | fixed bug #75; add check for non-zero destlen | Gerald Carter | 2003-05-08 | 1 | -1/+1 |
* | unix_strupper, unix_strlower: Remove fixed-length static buffer that | Martin Pool | 2003-04-09 | 1 | -10/+31 |
* | Merge from 3_0: Build a lookup table of valid DOS characters just | Martin Pool | 2003-04-08 | 1 | -5/+11 |
* | Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void... | Andrew Bartlett | 2003-04-06 | 1 | -2/+2 |
* | don't rely on realloc() working on NULL | Andrew Tridgell | 2003-04-06 | 1 | -3/+3 |
* | Patch from Samuel Thibault to convert messages from unix to dos charset. Works | Jelmer Vernooij | 2003-03-20 | 1 | -1/+1 |
* | Remove an unused function and fix the build. | Andrew Bartlett | 2003-03-15 | 1 | -36/+0 |
* | String handling parinoia fixes. | Andrew Bartlett | 2003-03-15 | 1 | -69/+14 |
* | Merge documentation from 3_0. | Martin Pool | 2003-02-24 | 1 | -6/+13 |
* | Remove obsolete comment. | Martin Pool | 2003-02-18 | 1 | -2/+0 |
* | Doxygen janitor and some doc typo fixes. | Martin Pool | 2003-02-18 | 1 | -68/+92 |
* | pull_ucs2_talloc() should pull to a char**, not a void** | Andrew Tridgell | 2003-02-12 | 1 | -2/+2 |
* | Make it clear that the magic value is (size_t)-1. | Andrew Bartlett | 2003-02-01 | 1 | -2/+2 |
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 1 | -6/+6 |
* | Fix all returns to be size_t (they are all unsigned). Fixup strlen being | Jeremy Allison | 2002-11-11 | 1 | -213/+244 |
* | Some small cleanups to the libads code (mainly error checking), and give a | Andrew Bartlett | 2002-09-27 | 1 | -2/+2 |
* | Updates! | Andrew Bartlett | 2002-08-26 | 1 | -4/+4 |
* | Clarify function comments | Andrew Bartlett | 2002-08-25 | 1 | -0/+2 |
* | Make some of the charconv code a bit easier to read and work with - when we | Andrew Bartlett | 2002-07-30 | 1 | -8/+8 |
* | Another bug found by valgrind. Don't AND a src length of -1. | Jeremy Allison | 2002-07-18 | 1 | -1/+2 |
* | The changes in make_sec_desc to make us match W2K broke the marshalling/unmar... | Jeremy Allison | 2002-07-12 | 1 | -1/+1 |
* | make suure we get the return value from the pull_*() functions right | Andrew Tridgell | 2002-04-17 | 1 | -6/+12 |
* | stricter conditions on termination in strings | Andrew Tridgell | 2002-04-16 | 1 | -6/+6 |
* | fixed the handling of STR_TERMINATE | Andrew Tridgell | 2002-04-16 | 1 | -3/+21 |
* | i forgot to commit these parts of the string handling patch earlier. Sorry. | Andrew Tridgell | 2002-04-16 | 1 | -5/+5 |
* | 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 |