summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-05Allow us to vary the log-level, so we can run at level 1 normally,Andrew Bartlett4-8/+12
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-05added line-feed at end of templatesAndrew Tridgell1-1/+1
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
2001-07-03Updated to latest from gnu.org.Jeremy Allison2-146/+85
2001-07-03Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison1-0/+3
2001-07-03Fixed incorrect debug parameters for lock_pid.Jeremy Allison1-2/+2
2001-07-03Split pam_winbind out of WINBIND progs so it can be build separatelyTim Potter1-1/+2
2001-07-03See if we can stick to slightly valid C..Andrew Bartlett1-2/+8
2001-07-03Fixed incorrect comment for cli_NetServerEnum()Tim Potter1-4/+4
2001-07-03Running torture-RANDOMIPC on the build farm doesn't go down as a 'good idea' ...Andrew Bartlett1-1/+1
2001-07-03fixed socketpair_tcp for OpenBSDAndrew Tridgell1-4/+9
2001-07-03Reran autoconf.Tim Potter1-1/+1
2001-07-03Fixed quoting bug - shell programming sucks.Tim Potter1-1/+1
2001-07-03Adding Michael Sweet's LSB packaging.Jeremy Allison5-0/+491
2001-07-03- sorry, forgot to check a pointerSimo Sorce1-3/+5
2001-07-03Applied Michael Sweet's patch, with one minor signal change.Jeremy Allison1-4/+26