summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-01-18Added Herb's swat fixes.Jeremy Allison1-2/+2
2000-01-17SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton2-5/+3
2000-01-16fixed some typos in access_table() which, amaziingly enough, make noAndrew Tridgell1-3/+3
2000-01-16made access_table() a pure logic function - makes it simpler to applyAndrew Tridgell1-16/+26
2000-01-16renamed DENY to DENY1Andrew Tridgell1-5/+95
2000-01-16use GET_DENY_MODE() macroAndrew Tridgell1-2/+1
2000-01-16as obelix would say "these romans are crazy"Andrew Tridgell1-40/+59
2000-01-16use GET_DENY_MODE() macro instead of the bit shiftAndrew Tridgell1-3/+2
2000-01-16proto updateAndrew Tridgell1-2/+4
2000-01-16a consequence of the access_table() fixes is that we can't treatAndrew Tridgell1-0/+2
2000-01-16rewrote the access_table() code to get it right for *.exe, *.dll,Andrew Tridgell1-27/+41
2000-01-16use string_set() instead of string_init()Andrew Tridgell3-41/+31
2000-01-16added code to allow traversal of the byte range lock databaseAndrew Tridgell3-4/+72
2000-01-16fixed a formatting errorAndrew Tridgell1-1/+1
2000-01-16make string_init() staticAndrew Tridgell2-2/+2
2000-01-16make a br_off a SMB_BIG_UINTAndrew Tridgell1-1/+1
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-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