Age | Commit message (Expand) | Author | Files | Lines |
2000-01-14 | some more work on the byte range locking | Andrew Tridgell | 3 | -22/+31 |
2000-01-13 | greatly expanded the lock4 locking test. we now pass all but one test | Andrew Tridgell | 1 | -45/+93 |
2000-01-13 | changes to reflect the new syntax of the locking calls. | Andrew Tridgell | 3 | -20/+19 |
2000-01-13 | the bulk of the new byte range locking coode | Andrew Tridgell | 2 | -45/+296 |
2000-01-13 | the lock routines now take a enumerated type for read/write locks, and | Andrew Tridgell | 1 | -4/+4 |
2000-01-13 | added Enosuchshare and a lock_type enum | Andrew Tridgell | 1 | -0/+4 |
2000-01-13 | new prototypes | Andrew Tridgell | 1 | -5/+22 |
2000-01-13 | defined br_off as a type for byte range offsets. For now I've set it | Andrew Tridgell | 1 | -0/+3 |
2000-01-13 | added locking/brlock.c, a byte range locking system | Andrew Tridgell | 1 | -1/+1 |
2000-01-13 | Added missing #ifdef for WITH_UTMP. | Jeremy Allison | 1 | -0/+2 |
2000-01-12 | Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>. | Jeremy Allison | 9 | -576/+951 |
2000-01-12 | Use slprintf not snprintf. | Jeremy Allison | 1 | -1/+1 |
2000-01-12 | Fix problems with broken libc fvct returns. | Jeremy Allison | 1 | -1/+8 |
2000-01-11 | Fixed pointer arithmetic found by IRIX compiler. | Jeremy Allison | 1 | -1/+1 |
2000-01-11 | Fixed bug in unix_mask_match() that caused veto files not to work. | Jeremy Allison | 1 | -31/+9 |
2000-01-11 | modified smbd/msrpc credential transfer system. user session key | Luke Leighton | 3 | -1/+32 |
2000-01-10 | I'm currently designing a new locking system (using a tdb database!) | Andrew Tridgell | 3 | -27/+140 |
2000-01-10 | don't treat a packet as a oplock break unless it is a request, not a | Andrew Tridgell | 1 | -1/+2 |
2000-01-08 | extent smbtorture to test with both an exe file and a dat file | Andrew Tridgell | 1 | -37/+43 |
2000-01-08 | fix a error in access_table revealed by the new deny test in smbtorture. We n... | Andrew Tridgell | 1 | -3/+5 |
2000-01-08 | cli_open() wasn't handling DENY_FCB or O_WRONLY correctly. | Andrew Tridgell | 5 | -10/+9 |
2000-01-08 | added a DENY test that tests deny mode handling. It produces a matrix | Andrew Tridgell | 1 | -2/+86 |
2000-01-08 | improved the error checking | Andrew Tridgell | 3 | -27/+86 |
2000-01-08 | Fix minor typos in the yodl for smb.conf.5 and fix minor English problems :-) | Richard Sharpe | 1 | -2/+2 |
2000-01-08 | smbd/mangle.c | Jeremy Allison | 5 | -7/+15 |
2000-01-08 | Fixed deny mode bug : | Jeremy Allison | 1 | -9/+9 |
2000-01-07 | fixed a comment | Andrew Tridgell | 1 | -1/+1 |
2000-01-07 | the -i options are gone from nmbd and smbd - use the smb.conf | Andrew Tridgell | 2 | -18/+2 |
2000-01-07 | netbios scope is a DOS_STRING | Andrew Tridgell | 1 | -1/+1 |
2000-01-07 | always restart nmbd and smbd when asked, even if they appear not to be | Andrew Tridgell | 1 | -4/+2 |
2000-01-07 | remove scope parameter here too | Andrew Tridgell | 1 | -3/+3 |
2000-01-07 | added "netbios scope" docs | Andrew Tridgell | 1 | -0/+8 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 32 | -121/+90 |
2000-01-07 | don't use strcpy | Andrew Tridgell | 1 | -1/+2 |
2000-01-07 | don't require readline | Andrew Tridgell | 1 | -1/+13 |
2000-01-07 | - patch from Rusty to neaten up the code a bit | Andrew Tridgell | 2 | -232/+109 |
2000-01-06 | Removed unneeded #define. | Jeremy Allison | 1 | -2/+0 |
2000-01-06 | Fixed spurious error message when doing a 'put' of an empty file. | Jeremy Allison | 1 | -1/+4 |
2000-01-06 | Generic wildcard matching fix from weidel@multichart.de. | Jeremy Allison | 1 | -19/+80 |
2000-01-06 | Re-added "dfree command" functionality that was described in the man pages | Jeremy Allison | 3 | -1/+50 |
2000-01-06 | Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@... | Jeremy Allison | 1 | -1/+1 |
2000-01-05 | Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c. | Jeremy Allison | 7 | -45/+54 |
2000-01-05 | client/client.c: I18N fixes. | Jeremy Allison | 3 | -100/+153 |
2000-01-05 | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 9 | -41/+171 |
2000-01-05 | lower the default hash size a bit | Andrew Tridgell | 1 | -1/+1 |
2000-01-05 | use a minimal hash size in the unexpected packet database. A large | Andrew Tridgell | 1 | -1/+1 |
2000-01-04 | Added "crap" fix for rotating string buffers. (Increased to 20, added #define). | Jeremy Allison | 1 | -4/+5 |
2000-01-04 | using read_with_timeout(), min data size 16 bytes (DCE/RPC header), max | Luke Leighton | 1 | -1/+5 |
2000-01-04 | oops, must use read_data() not read(), as read() may only provide | Luke Leighton | 1 | -2/+2 |
2000-01-04 | Fixed getgrent() recurse problem. | Jeremy Allison | 1 | -8/+45 |