summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-07-07Add backend encryption support for NTLMv2.Andrew Bartlett10-13/+546
2001-07-07You can't dump_data() a function pointer...Andrew Bartlett1-1/+1
2001-07-07Update smbtorture in line with SAMBA_2_2Andrew Bartlett1-5/+34
2001-07-06Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison2-4/+38
2001-07-06fixed strrchr_mAndrew Tridgell1-4/+3
2001-07-06Don't try and open tdb secrets file in non-root/local mode.Jeremy Allison1-2/+1
2001-07-06Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison3-3/+12
2001-07-06Added JF's fix for max_entries being 0.Jeremy Allison1-0/+15
2001-07-06formatting fixesAndrew Tridgell1-7/+7
2001-07-06check for initialisation in convert_string()Andrew Tridgell1-0/+6
2001-07-06A program to display a tree of domains, servers and shares similar to theTim Potter1-0/+419
2001-07-06fixed a silly bug in the internal UTF8 implementationAndrew Tridgell1-1/+14
2001-07-06fixed bug where we looked at the first byte of a password to determineAndrew Tridgell1-12/+2
2001-07-06got rid of insanely verbose debug messages on startupAndrew Tridgell1-1/+1
2001-07-06fixed inetd operation as non-rootAndrew Tridgell1-4/+0
2001-07-06added some comments and removed an unnecessary checkAndrew Tridgell1-3/+2
2001-07-05Fix race where wrong action (created or opened) could be returned.Jeremy Allison1-0/+8
2001-07-05Fix for enumerating large numbers of users.Jeremy Allison3-35/+50
2001-07-05Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CBJeremy Allison1-0/+6
2001-07-05Allow user to specify CFLAGS even when using configure.developerAndrew Bartlett1-1/+1
2001-07-05removed an unreachable statementAndrew Tridgell1-1/+0
2001-07-05this fixes the failure of MS office on VFAT partitions on LinuxAndrew Tridgell1-30/+29
2001-07-05Renamed formal parameter fd to fnum because we're talking about SMB fileTim Potter1-10/+7
2001-07-05fixed a bug in the parameters SMBctemp uses in open_file_shared()Andrew Tridgell1-8/+7
2001-07-05fixed compilation of masktest on AIXAndrew Tridgell1-7/+7
2001-07-05use alpha_strcpy on DNS namesAndrew Tridgell1-0/+6
2001-07-05use alpha_strcpy on the domain as it comes off the wireAndrew Tridgell1-8/+3
2001-07-05optimised the 7 bit case for utf8 conversionAndrew Tridgell1-4/+4
2001-07-05make sure we reset the shift state on error for charsets like SJISAndrew Tridgell1-1/+10
2001-07-04allow to use usrmgr/svrmgr tools in win95Jean-François Micouleau1-5/+7
2001-07-04unicode string length is twice longer ;-)Jean-François Micouleau1-1/+1
2001-07-04added builtin support for UTF8Andrew Tridgell1-1/+115
2001-07-04more portability fixesAndrew Tridgell2-4/+4
2001-07-04portability fixesAndrew Tridgell1-4/+9
2001-07-04got rid of __FUNCTION__ debugAndrew Tridgell1-2/+2
2001-07-04fixed uninitialised variableAndrew Tridgell1-1/+1
2001-07-04we don't need the codepage sources any moreAndrew Tridgell20-65250/+0
2001-07-04we don't need the codepages any moreAndrew Tridgell13-872/+0
2001-07-04missed a couple of strchr callsAndrew Tridgell4-8/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell78-278/+276
2001-07-04The big character set handling changeover!Andrew Tridgell133-8860/+2412
2001-07-04This brings HEAD into line with SAMBA_2_2, they now both use bindir.Andrew Bartlett1-3/+2
2001-07-04removed some debug codeAndrew Tridgell1-18/+13
2001-07-04check for bad usernames early in session setupAndrew Tridgell1-0/+6
2001-07-04Removed bogus server_n local variable in connect_one() function.Tim Potter1-5/+2
2001-07-04Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2-9/+46
2001-07-03Small warning removal tidyup.Jeremy Allison1-1/+1
2001-07-03Remove the exit_server() calls that stop nmbd linking.Jeremy Allison1-3/+5
2001-07-03Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison1-12/+12
2001-07-03Removed the default addition of /include to the directory given inJeremy Allison2-608/+605