Age | Commit message (Expand) | Author | Files | Lines |
2001-07-08 | Fix the loading of configuration files using the include syntax. | Andrew Bartlett | 1 | -15/+19 |
2001-07-07 | fixed some unicode and LANMAN2 bugs in trans2 find first/next | Andrew Tridgell | 1 | -39/+3 |
2001-07-07 | fixed some unicode and LANMAN2 bugs in trans2 find first | Andrew Tridgell | 1 | -103/+77 |
2001-07-07 | Add a new paramater: add machine script | Andrew Bartlett | 2 | -3/+15 |
2001-07-07 | Add backend encryption support for NTLMv2. | Andrew Bartlett | 10 | -13/+546 |
2001-07-07 | You can't dump_data() a function pointer... | Andrew Bartlett | 1 | -1/+1 |
2001-07-07 | Update smbtorture in line with SAMBA_2_2 | Andrew Bartlett | 1 | -5/+34 |
2001-07-06 | Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!! | Jeremy Allison | 2 | -4/+38 |
2001-07-06 | fixed strrchr_m | Andrew Tridgell | 1 | -4/+3 |
2001-07-06 | Don't try and open tdb secrets file in non-root/local mode. | Jeremy Allison | 1 | -2/+1 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 3 | -3/+12 |
2001-07-06 | Added JF's fix for max_entries being 0. | Jeremy Allison | 1 | -0/+15 |
2001-07-06 | formatting fixes | Andrew Tridgell | 1 | -7/+7 |
2001-07-06 | check for initialisation in convert_string() | Andrew Tridgell | 1 | -0/+6 |
2001-07-06 | A program to display a tree of domains, servers and shares similar to the | Tim Potter | 1 | -0/+419 |
2001-07-06 | fixed a silly bug in the internal UTF8 implementation | Andrew Tridgell | 1 | -1/+14 |
2001-07-06 | fixed bug where we looked at the first byte of a password to determine | Andrew Tridgell | 1 | -12/+2 |
2001-07-06 | got rid of insanely verbose debug messages on startup | Andrew Tridgell | 1 | -1/+1 |
2001-07-06 | fixed inetd operation as non-root | Andrew Tridgell | 1 | -4/+0 |
2001-07-06 | added some comments and removed an unnecessary check | Andrew Tridgell | 1 | -3/+2 |
2001-07-05 | Fix race where wrong action (created or opened) could be returned. | Jeremy Allison | 1 | -0/+8 |
2001-07-05 | Fix for enumerating large numbers of users. | Jeremy Allison | 3 | -35/+50 |
2001-07-05 | Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB | Jeremy Allison | 1 | -0/+6 |
2001-07-05 | Allow user to specify CFLAGS even when using configure.developer | Andrew Bartlett | 1 | -1/+1 |
2001-07-05 | removed an unreachable statement | Andrew Tridgell | 1 | -1/+0 |
2001-07-05 | this fixes the failure of MS office on VFAT partitions on Linux | Andrew Tridgell | 1 | -30/+29 |
2001-07-05 | Renamed formal parameter fd to fnum because we're talking about SMB file | Tim Potter | 1 | -10/+7 |
2001-07-05 | fixed a bug in the parameters SMBctemp uses in open_file_shared() | Andrew Tridgell | 1 | -8/+7 |
2001-07-05 | fixed compilation of masktest on AIX | Andrew Tridgell | 1 | -7/+7 |
2001-07-05 | use alpha_strcpy on DNS names | Andrew Tridgell | 1 | -0/+6 |
2001-07-05 | use alpha_strcpy on the domain as it comes off the wire | Andrew Tridgell | 1 | -8/+3 |
2001-07-05 | optimised the 7 bit case for utf8 conversion | Andrew Tridgell | 1 | -4/+4 |
2001-07-05 | make sure we reset the shift state on error for charsets like SJIS | Andrew Tridgell | 1 | -1/+10 |
2001-07-04 | allow to use usrmgr/svrmgr tools in win95 | Jean-François Micouleau | 1 | -5/+7 |
2001-07-04 | unicode string length is twice longer ;-) | Jean-François Micouleau | 1 | -1/+1 |
2001-07-04 | added builtin support for UTF8 | Andrew Tridgell | 1 | -1/+115 |
2001-07-04 | more portability fixes | Andrew Tridgell | 2 | -4/+4 |
2001-07-04 | portability fixes | Andrew Tridgell | 1 | -4/+9 |
2001-07-04 | got rid of __FUNCTION__ debug | Andrew Tridgell | 1 | -2/+2 |
2001-07-04 | fixed uninitialised variable | Andrew Tridgell | 1 | -1/+1 |
2001-07-04 | we don't need the codepage sources any more | Andrew Tridgell | 20 | -65250/+0 |
2001-07-04 | we don't need the codepages any more | Andrew Tridgell | 13 | -872/+0 |
2001-07-04 | missed a couple of strchr calls | Andrew Tridgell | 4 | -8/+3 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 78 | -278/+276 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 133 | -8860/+2412 |
2001-07-04 | This brings HEAD into line with SAMBA_2_2, they now both use bindir. | Andrew Bartlett | 1 | -3/+2 |
2001-07-04 | removed some debug code | Andrew Tridgell | 1 | -18/+13 |
2001-07-04 | check for bad usernames early in session setup | Andrew Tridgell | 1 | -0/+6 |
2001-07-04 | Removed bogus server_n local variable in connect_one() function. | Tim Potter | 1 | -5/+2 |
2001-07-04 | Ensure we correctly round down to 2 second boundary if dos filetime | Jeremy Allison | 2 | -9/+46 |