Age | Commit message (Expand) | Author | Files | Lines |
2003-01-13 | Accessing data after it's been free()ed really is a no-no... | Andrew Bartlett | 1 | -2/+16 |
2003-01-02 | Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in | Andrew Bartlett | 1 | -2/+2 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -2/+2 |
2002-12-11 | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 1 | -0/+9 |
2002-11-27 | removing inet_aton() | Gerald Carter | 1 | -1/+2 |
2002-11-26 | Having waited for *way* too long, this is mimir's namecache and trusted domain | Andrew Bartlett | 1 | -0/+111 |
2002-11-24 | Add ntlm_auth, a new program to provide a stable interface to winbind's | Andrew Bartlett | 1 | -0/+41 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -7/+8 |
2002-10-02 | Added const. Anal formatting fixup. | Jeremy Allison | 1 | -175/+222 |
2002-09-27 | Vance picked up a pile of typos etc at the CIFS confernce, and finally got them | Andrew Bartlett | 1 | -8/+8 |
2002-08-17 | The idea of this function is not to touch the argument, so make it const too... | Andrew Bartlett | 1 | -1/+1 |
2002-08-16 | Merge of netbios namecache code from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+12 |
2002-07-28 | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 1 | -2/+3 |
2002-07-20 | Add some const to try and get less warnings. | Andrew Bartlett | 1 | -2/+3 |
2002-07-19 | Never ignore valgrind messages :-). Don't reference before the start | Jeremy Allison | 1 | -1/+1 |
2002-07-18 | Previous fix was incorrect. len in string_sub and all_string_sub is | Jeremy Allison | 1 | -4/+4 |
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 |