summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-01-28Modified auto alignment of ud[] struct on stack to be declared as anJeremy Allison2-4/+4
2000-01-27Fixed code page conversions of messages outgoing/incoming.Jeremy Allison2-0/+17
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison9-83/+502
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison9-53/+76
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison7-166/+76
2000-01-24tdb record read error return check fix from Dave Airlie <airlied@samba.org>.Jeremy Allison1-1/+1
2000-01-24we need -lc when making shared objects or glibc doesn't do its magicAndrew Tridgell1-1/+1
2000-01-21made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton7-10/+32
2000-01-20Moved Herb's global -> local changes to HEAD.Jeremy Allison1-2/+2
2000-01-18Added Herb's swat fixes.Jeremy Allison1-2/+2
2000-01-17test for pre- version numbersHerb Lewis1-0/+4
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-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