Age | Commit message (Expand) | Author | Files | Lines |
2002-07-18 | Fixed off-by-one in all_string_sub also. | Jeremy Allison | 1 | -1/+1 |
2002-07-18 | Formatting fixups. | Jeremy Allison | 1 | -66/+73 |
2002-07-18 | The previous code would not allow things like string_sub(str, "\\", "/", 0). | Gerald Carter | 1 | -1/+1 |
2002-07-14 | addedd new (t)alloc_sub_* functions | Simo Sorce | 1 | -3/+3 |
2002-07-09 | some support functions to ease the next commit. | Simo Sorce | 1 | -6/+96 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 1 | -10/+22 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 1 | -0/+182 |
2002-04-18 | nicer strndup() function | Andrew Tridgell | 1 | -6/+6 |
2002-04-17 | make suure we get the return value from the pull_*() functions right | Andrew Tridgell | 1 | -1/+1 |
2002-04-16 | fixed the handling of STR_TERMINATE | Andrew Tridgell | 1 | -0/+12 |
2002-04-11 | added strndup() for systems that don't have it | Andrew Tridgell | 1 | -0/+19 |
2002-04-11 | this adds a completely new hash based mangling scheme | Andrew Tridgell | 1 | -0/+20 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-25 | minor fixes | Simo Sorce | 1 | -3/+4 |
2002-01-16 | Roll back PSTRING_SANCTIFY patch; just leave non-controversial type | Martin Pool | 1 | -2/+2 |
2002-01-15 | Add constness to filenames passed to functions. | Martin Pool | 1 | -0/+25 |
2001-12-20 | fixed warnings on irix and crash bug on big endian machines | Andrew Tridgell | 1 | -2/+2 |
2001-12-10 | make sid_binstring available without HAVE_ADS | Andrew Tridgell | 1 | -0/+23 |
2001-11-18 | fixed some bugs. | Simo Sorce | 1 | -9/+14 |
2001-11-14 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2001-11-04 | a big one: | Simo Sorce | 1 | -5/+62 |
2001-10-31 | Small 'const' updates ahead of some AuthRewrite merging. | Andrew Bartlett | 1 | -1/+1 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 1 | -6/+6 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -2/+1 |
2001-07-06 | formatting fixes | Andrew Tridgell | 1 | -7/+7 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -11/+11 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -627/+181 |
2001-06-29 | Replaced memcpy() with memmove() to make safe_strcpy() safe for overlapping | Tim Potter | 1 | -1/+1 |
2001-06-23 | Added other_safe_chars to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 1 | -4/+8 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -57/+72 |
2001-05-10 | Needs to be >=, not just >. | Jeremy Allison | 1 | -1/+1 |
2001-05-10 | Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <... | Jeremy Allison | 1 | -3/+5 |
2001-05-07 | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 1 | -21/+0 |
2001-04-15 | Added Darwin guess. | Jeremy Allison | 1 | -88/+93 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -1/+1 |
2001-01-04 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+1 |
2000-08-29 | needed to use strwicmp() in smbclient code, so I moved it to util_str.c | Gerald Carter | 1 | -0/+30 |
2000-06-14 | Merged parse_domain_user() from TNG. | Tim Potter | 1 | -0/+20 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -23/+51 |
2000-01-16 | make string_init() static | Andrew Tridgell | 1 | -1/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -129/+152 |
1999-11-20 | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1 | -1/+33 |
1999-10-25 | - typecast malloc / Realloc issues. | Luke Leighton | 1 | -1/+1 |
1999-10-07 | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 1 | -1/+1 |
1999-07-08 | allow safe_strcpy() to pass 0 for max length of string, resulting in no | Luke Leighton | 1 | -0/+5 |
1999-03-23 | Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent half | Matthew Chapman | 1 | -4/+4 |
1999-02-16 | bitmap to strings | Luke Leighton | 1 | -0/+70 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -2/+2 |
1998-11-23 | unused variable removed | Luke Leighton | 1 | -1/+1 |