Age | Commit message (Expand) | Author | Files | Lines |
2003-09-15 | Merge from Samba 3.0: | Tim Potter | 1 | -2/+12 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -20/+182 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -43/+24 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -24/+83 |
2003-04-11 | smbcquota patch from metze | Gerald Carter | 1 | -3/+3 |
2003-04-02 | OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that using | Andrew Bartlett | 1 | -2/+2 |
2003-03-23 | NTLM Authentication: | Andrew Bartlett | 1 | -2/+22 |
2003-03-19 | use strnlen to prevent coredumps | Jim McDonough | 1 | -3/+3 |
2003-03-18 | Step one of optimizations for StrCaseCmp: | Martin Pool | 1 | -7/+72 |
2003-03-18 | Split "clobber" function and variables into its own file before it | Martin Pool | 1 | -39/+0 |
2003-03-18 | Update comment: Valgrind 1.9.4 seems to always respect client | Martin Pool | 1 | -1/+1 |
2003-03-18 | global_globber_region_function/line ought to be recorded before | Martin Pool | 1 | -3/+15 |
2003-03-15 | String handling parinoia fixes. | Andrew Bartlett | 1 | -42/+30 |
2003-03-11 | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 1 | -9/+0 |
2003-03-10 | Clobber strings with 0xf1f1f1f1 before writing to them to check buffer | Martin Pool | 1 | -8/+33 |
2003-02-28 | Doxygen janitor: add note that strequal is in fact case-insensitive. | Martin Pool | 1 | -6/+8 |
2003-02-19 | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 1 | -1/+1 |
2003-02-18 | Doxygen janitor. No other changes. | Martin Pool | 1 | -120/+119 |
2003-02-17 | Add comment explaining the -DDEVELOPER safe_strcpy overflow hack. | Martin Pool | 1 | -1/+5 |
2003-02-17 | This is a very nice way to detect pstrcpy() into a malloc()ed string, but | Andrew Bartlett | 1 | -0/+2 |
2003-02-17 | This patch fixes one of my longest-standing pet hates with Samba :-). | Andrew Bartlett | 1 | -3/+5 |
2003-02-07 | make sure we don't run over the end of 'name' in unix_convert() | Andrew Tridgell | 1 | -2/+6 |
2003-01-17 | fix some undefined behaviour with increments in C. In theory a | Andrew Tridgell | 1 | -4/+8 |
2003-01-16 | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 1 | -0/+94 |
2003-01-15 | Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdup | Andrew Bartlett | 1 | -3/+1 |
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 |