summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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 Allison7-575/+913
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-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-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-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
2000-01-05client/client.c: I18N fixes.Jeremy Allison3-100/+153
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell9-41/+171
2000-01-05lower the default hash size a bitAndrew Tridgell1-1/+1
2000-01-05use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell1-1/+1
2000-01-04Added "crap" fix for rotating string buffers. (Increased to 20, added #define).Jeremy Allison1-4/+5
2000-01-04using read_with_timeout(), min data size 16 bytes (DCE/RPC header), maxLuke Leighton1-1/+5
2000-01-04oops, must use read_data() not read(), as read() may only provideLuke Leighton1-2/+2
2000-01-04Fixed getgrent() recurse problem.Jeremy Allison1-8/+45