Age | Commit message (Expand) | Author | Files | Lines |
2003-04-02 | Don't set zero length for the base64 decoded string (fixes swat auth). | Andrew Bartlett | 1 | -2/+2 |
2003-03-24 | (merge from HEAD) | Andrew Bartlett | 1 | -2/+22 |
2003-03-19 | use strnlen to prevent coredumps | Jim McDonough | 1 | -3/+3 |
2003-03-18 | Merge mbp's HEAD changes. | Jeremy Allison | 1 | -33/+71 |
2003-03-18 | Merge in the developer string options from HEAD. We need to ensure 3.0 | Jeremy Allison | 1 | -47/+51 |
2003-03-17 | Merge from (earlier) HEAD - doxygen. | Andrew Bartlett | 1 | -6/+8 |
2003-02-24 | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 1 | -122/+129 |
2003-02-18 | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 1 | -1/+1 |
2003-02-07 | merge from head | Andrew Tridgell | 1 | -2/+6 |
2003-01-28 | Merge from HEAD: | Andrew Bartlett | 1 | -0/+94 |
2003-01-17 | Janitorial duty... | Jeremy Allison | 1 | -4/+8 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -5/+17 |
2003-01-04 | Merge from HEAD - whitespace :-) | Andrew Bartlett | 1 | -1/+0 |
2003-01-04 | Merge from HEAD - mimir's new gencache based namecache code. | Andrew Bartlett | 1 | -0/+152 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. | Andrew Bartlett | 1 | -2/+2 |
2002-12-11 | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 1 | -0/+11 |
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-10-01 | syncing up with HEAD. Seems to be a lot of differences creeping in | Gerald Carter | 1 | -2/+2 |
2002-10-01 | Updates from Samba HEAD: | Andrew Bartlett | 1 | -6/+6 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -72/+93 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -18/+314 |
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 |