summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-01-14useable_space does not include the alignment offset calculations.Jeremy Allison1-1/+8
2000-01-14HP changes for registry querying.Jeremy Allison1-1/+9
2000-01-14Added HP change.Jeremy Allison1-53/+54
2000-01-14casts and defines to make solaris happyAndrew Tridgell3-3/+7
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell5-15/+15
2000-01-14we now pass all byte range locking testsAndrew Tridgell6-25/+94
2000-01-14Updated docs for "inherit permissions" fix.Jeremy Allison1-3/+48
2000-01-14Added "inherit permissions" patch.Jeremy Allison10-33/+122
2000-01-14some more work on the byte range lockingAndrew Tridgell3-22/+31
2000-01-13greatly expanded the lock4 locking test. we now pass all but one testAndrew Tridgell1-45/+93
2000-01-13changes to reflect the new syntax of the locking calls.Andrew Tridgell3-20/+19
2000-01-13the bulk of the new byte range locking coodeAndrew Tridgell2-45/+296
2000-01-13the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell1-4/+4
2000-01-13added Enosuchshare and a lock_type enumAndrew Tridgell1-0/+4
2000-01-13new prototypesAndrew Tridgell1-5/+22
2000-01-13defined br_off as a type for byte range offsets. For now I've set itAndrew Tridgell1-0/+3
2000-01-13added locking/brlock.c, a byte range locking systemAndrew Tridgell1-1/+1
2000-01-13Added missing #ifdef for WITH_UTMP.Jeremy Allison1-0/+2
2000-01-12Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison9-576/+951
2000-01-12Use slprintf not snprintf.Jeremy Allison1-1/+1
2000-01-12Fix problems with broken libc fvct returns.Jeremy Allison1-1/+8
2000-01-11Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison1-1/+1
2000-01-11Fixed bug in unix_mask_match() that caused veto files not to work.Jeremy Allison1-31/+9
2000-01-11modified smbd/msrpc credential transfer system. user session keyLuke Leighton3-1/+32
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell3-27/+140
2000-01-10don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell1-1/+2
2000-01-08extent smbtorture to test with both an exe file and a dat fileAndrew Tridgell1-37/+43
2000-01-08fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell1-3/+5
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell5-10/+9
2000-01-08added a DENY test that tests deny mode handling. It produces a matrixAndrew Tridgell1-2/+86
2000-01-08improved the error checkingAndrew Tridgell3-27/+86
2000-01-08Fix minor typos in the yodl for smb.conf.5 and fix minor English problems :-)Richard Sharpe1-2/+2
2000-01-08smbd/mangle.cJeremy Allison5-7/+15
2000-01-08Fixed deny mode bug :Jeremy Allison1-9/+9
2000-01-07fixed a commentAndrew Tridgell1-1/+1
2000-01-07the -i options are gone from nmbd and smbd - use the smb.confAndrew Tridgell2-18/+2
2000-01-07netbios scope is a DOS_STRINGAndrew Tridgell1-1/+1
2000-01-07always restart nmbd and smbd when asked, even if they appear not to beAndrew Tridgell1-4/+2
2000-01-07remove scope parameter here tooAndrew Tridgell1-3/+3
2000-01-07added "netbios scope" docsAndrew Tridgell1-0/+8
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell32-121/+90
2000-01-07don't use strcpyAndrew Tridgell1-1/+2
2000-01-07don't require readlineAndrew Tridgell1-1/+13
2000-01-07- patch from Rusty to neaten up the code a bitAndrew Tridgell2-232/+109
2000-01-06Removed unneeded #define.Jeremy Allison1-2/+0
2000-01-06Fixed spurious error message when doing a 'put' of an empty file.Jeremy Allison1-1/+4
2000-01-06Generic wildcard matching fix from weidel@multichart.de.Jeremy Allison1-19/+80
2000-01-06Re-added "dfree command" functionality that was described in the man pagesJeremy Allison3-1/+50
2000-01-06Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison1-1/+1
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison7-45/+54