| Commit message (Expand) | Author | Age | Files | Lines |
* | OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that using | Andrew Bartlett | 2003-04-02 | 1 | -2/+2 |
* | NTLM Authentication: | Andrew Bartlett | 2003-03-23 | 1 | -2/+22 |
* | use strnlen to prevent coredumps | Jim McDonough | 2003-03-19 | 1 | -3/+3 |
* | Step one of optimizations for StrCaseCmp: | Martin Pool | 2003-03-18 | 1 | -7/+72 |
* | Split "clobber" function and variables into its own file before it | Martin Pool | 2003-03-18 | 1 | -39/+0 |
* | Update comment: Valgrind 1.9.4 seems to always respect client | Martin Pool | 2003-03-18 | 1 | -1/+1 |
* | global_globber_region_function/line ought to be recorded before | Martin Pool | 2003-03-18 | 1 | -3/+15 |
* | String handling parinoia fixes. | Andrew Bartlett | 2003-03-15 | 1 | -42/+30 |
* | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 2003-03-11 | 1 | -9/+0 |
* | Clobber strings with 0xf1f1f1f1 before writing to them to check buffer | Martin Pool | 2003-03-10 | 1 | -8/+33 |
* | Doxygen janitor: add note that strequal is in fact case-insensitive. | Martin Pool | 2003-02-28 | 1 | -6/+8 |
* | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 2003-02-19 | 1 | -1/+1 |
* | Doxygen janitor. No other changes. | Martin Pool | 2003-02-18 | 1 | -120/+119 |
* | Add comment explaining the -DDEVELOPER safe_strcpy overflow hack. | Martin Pool | 2003-02-17 | 1 | -1/+5 |
* | This is a very nice way to detect pstrcpy() into a malloc()ed string, but | Andrew Bartlett | 2003-02-17 | 1 | -0/+2 |
* | This patch fixes one of my longest-standing pet hates with Samba :-). | Andrew Bartlett | 2003-02-17 | 1 | -3/+5 |
* | make sure we don't run over the end of 'name' in unix_convert() | Andrew Tridgell | 2003-02-07 | 1 | -2/+6 |
* | fix some undefined behaviour with increments in C. In theory a | Andrew Tridgell | 2003-01-17 | 1 | -4/+8 |
* | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 2003-01-16 | 1 | -0/+94 |
* | Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdup | Andrew Bartlett | 2003-01-15 | 1 | -3/+1 |
* | Accessing data after it's been free()ed really is a no-no... | Andrew Bartlett | 2003-01-13 | 1 | -2/+16 |
* | Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in | Andrew Bartlett | 2003-01-02 | 1 | -2/+2 |
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 1 | -2/+2 |
* | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 2002-12-11 | 1 | -0/+9 |
* | removing inet_aton() | Gerald Carter | 2002-11-27 | 1 | -1/+2 |
* | Having waited for *way* too long, this is mimir's namecache and trusted domain | Andrew Bartlett | 2002-11-26 | 1 | -0/+111 |
* | Add ntlm_auth, a new program to provide a stable interface to winbind's | Andrew Bartlett | 2002-11-24 | 1 | -0/+41 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -7/+8 |
* | Added const. Anal formatting fixup. | Jeremy Allison | 2002-10-02 | 1 | -175/+222 |
* | Vance picked up a pile of typos etc at the CIFS confernce, and finally got them | Andrew Bartlett | 2002-09-27 | 1 | -8/+8 |
* | The idea of this function is not to touch the argument, so make it const too... | Andrew Bartlett | 2002-08-17 | 1 | -1/+1 |
* | Merge of netbios namecache code from APPLIANCE_HEAD. | Tim Potter | 2002-08-16 | 1 | -0/+12 |
* | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 2002-07-28 | 1 | -2/+3 |
* | Add some const to try and get less warnings. | Andrew Bartlett | 2002-07-20 | 1 | -2/+3 |
* | Never ignore valgrind messages :-). Don't reference before the start | Jeremy Allison | 2002-07-19 | 1 | -1/+1 |
* | Previous fix was incorrect. len in string_sub and all_string_sub is | Jeremy Allison | 2002-07-18 | 1 | -4/+4 |
* | Fixed off-by-one in all_string_sub also. | Jeremy Allison | 2002-07-18 | 1 | -1/+1 |
* | Formatting fixups. | Jeremy Allison | 2002-07-18 | 1 | -66/+73 |
* | The previous code would not allow things like string_sub(str, "\\", "/", 0). | Gerald Carter | 2002-07-18 | 1 | -1/+1 |
* | addedd new (t)alloc_sub_* functions | Simo Sorce | 2002-07-14 | 1 | -3/+3 |
* | some support functions to ease the next commit. | Simo Sorce | 2002-07-09 | 1 | -6/+96 |
* | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 2002-07-02 | 1 | -10/+22 |
* | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 2002-06-14 | 1 | -0/+182 |
* | nicer strndup() function | Andrew Tridgell | 2002-04-18 | 1 | -6/+6 |
* | make suure we get the return value from the pull_*() functions right | Andrew Tridgell | 2002-04-17 | 1 | -1/+1 |
* | fixed the handling of STR_TERMINATE | Andrew Tridgell | 2002-04-16 | 1 | -0/+12 |
* | added strndup() for systems that don't have it | Andrew Tridgell | 2002-04-11 | 1 | -0/+19 |
* | this adds a completely new hash based mangling scheme | Andrew Tridgell | 2002-04-11 | 1 | -0/+20 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | minor fixes | Simo Sorce | 2002-01-25 | 1 | -3/+4 |