summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-217-10/+32
* Moved Herb's global -> local changes to HEAD.Jeremy Allison2000-01-201-2/+2
* Added Herb's swat fixes.Jeremy Allison2000-01-181-2/+2
* SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton2000-01-172-5/+3
* fixed some typos in access_table() which, amaziingly enough, make noAndrew Tridgell2000-01-161-3/+3
* made access_table() a pure logic function - makes it simpler to applyAndrew Tridgell2000-01-161-16/+26
* renamed DENY to DENY1Andrew Tridgell2000-01-161-5/+95
* use GET_DENY_MODE() macroAndrew Tridgell2000-01-161-2/+1
* as obelix would say "these romans are crazy"Andrew Tridgell2000-01-161-40/+59
* use GET_DENY_MODE() macro instead of the bit shiftAndrew Tridgell2000-01-161-3/+2
* proto updateAndrew Tridgell2000-01-161-2/+4
* a consequence of the access_table() fixes is that we can't treatAndrew Tridgell2000-01-161-0/+2
* rewrote the access_table() code to get it right for *.exe, *.dll,Andrew Tridgell2000-01-161-27/+41
* use string_set() instead of string_init()Andrew Tridgell2000-01-163-41/+31
* added code to allow traversal of the byte range lock databaseAndrew Tridgell2000-01-163-4/+72
* fixed a formatting errorAndrew Tridgell2000-01-161-1/+1
* make string_init() staticAndrew Tridgell2000-01-162-2/+2
* make a br_off a SMB_BIG_UINTAndrew Tridgell2000-01-161-1/+1
* useable_space does not include the alignment offset calculations.Jeremy Allison2000-01-141-1/+8
* HP changes for registry querying.Jeremy Allison2000-01-141-1/+9
* Added HP change.Jeremy Allison2000-01-141-53/+54
* casts and defines to make solaris happyAndrew Tridgell2000-01-143-3/+7
* damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-145-15/+15
* we now pass all byte range locking testsAndrew Tridgell2000-01-146-25/+94
* Added "inherit permissions" patch.Jeremy Allison2000-01-1410-33/+122
* some more work on the byte range lockingAndrew Tridgell2000-01-143-22/+31
* greatly expanded the lock4 locking test. we now pass all but one testAndrew Tridgell2000-01-131-45/+93
* changes to reflect the new syntax of the locking calls.Andrew Tridgell2000-01-133-20/+19
* the bulk of the new byte range locking coodeAndrew Tridgell2000-01-132-45/+296
* the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell2000-01-131-4/+4
* added Enosuchshare and a lock_type enumAndrew Tridgell2000-01-131-0/+4
* new prototypesAndrew Tridgell2000-01-131-5/+22
* defined br_off as a type for byte range offsets. For now I've set itAndrew Tridgell2000-01-131-0/+3
* added locking/brlock.c, a byte range locking systemAndrew Tridgell2000-01-131-1/+1
* Added missing #ifdef for WITH_UTMP.Jeremy Allison2000-01-131-0/+2
* Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison2000-01-127-575/+913
* Use slprintf not snprintf.Jeremy Allison2000-01-121-1/+1
* Fix problems with broken libc fvct returns.Jeremy Allison2000-01-121-1/+8
* Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison2000-01-111-1/+1
* Fixed bug in unix_mask_match() that caused veto files not to work.Jeremy Allison2000-01-111-31/+9
* modified smbd/msrpc credential transfer system. user session keyLuke Leighton2000-01-113-1/+32
* I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell2000-01-103-27/+140
* don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell2000-01-101-1/+2
* extent smbtorture to test with both an exe file and a dat fileAndrew Tridgell2000-01-081-37/+43
* fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell2000-01-081-3/+5
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-085-10/+9
* added a DENY test that tests deny mode handling. It produces a matrixAndrew Tridgell2000-01-081-2/+86
* improved the error checkingAndrew Tridgell2000-01-083-27/+86
* smbd/mangle.cJeremy Allison2000-01-085-7/+15
* Fixed deny mode bug :Jeremy Allison2000-01-081-9/+9