Age | Commit message (Expand) | Author | Files | Lines |
2000-02-07 | Fixed compile warning in locking.c:traverse_fn() | Tim Potter | 2 | -341/+342 |
2000-02-04 | After 3AM, it's getting hard for Luke :-) | Jean-François Micouleau | 1 | -5/+4 |
2000-02-04 | Fix some compile warnings. | Tim Potter | 2 | -1/+8 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 12 | -390/+402 |
2000-02-03 | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 7 | -44/+59 |
2000-02-03 | Backed out -rdynamic linker option. It seems to be GNU ld specific. | Tim Potter | 2 | -420/+429 |
2000-02-03 | make proto | Tim Potter | 1 | -332/+373 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 14 | -158/+261 |
2000-02-03 | Added 'vfs object' and 'vfs options' smb.conf parameters. | Tim Potter | 1 | -0/+25 |
2000-02-03 | Comments to use vfs_* functions instead of dos_* unless really | Tim Potter | 4 | -4/+761 |
2000-02-03 | Add -rdynamic to LDFLAGS if libdl found. | Tim Potter | 2 | -653/+736 |
2000-02-03 | Added smbd/vfs.o and smbd/vfs-wrap.o to smbd objects. | Tim Potter | 1 | -0/+1 |
2000-02-03 | Added .dummy file. | Tim Potter | 1 | -0/+1 |
2000-02-03 | Busting up of source/include/smb.h into smaller pieces which can be | Tim Potter | 6 | -349/+608 |
2000-02-01 | system_name not server_name | Tim Potter | 1 | -1/+1 |
2000-01-31 | Pass arguments to ./configure | Tim Potter | 1 | -1/+1 |
2000-01-30 | made "enable" and "disable" the default "lpresume" and "lppause" commands | Herb Lewis | 1 | -4/+1 |
2000-01-29 | Wrapped popen calls in HAVE_POPEN - needed if we are to add the | Jeremy Allison | 5 | -2/+11 |
2000-01-29 | Fix from Motonobu TAKAHASHI to sort code page parameters first. | Jeremy Allison | 1 | -2/+2 |
2000-01-28 | Modified auto alignment of ud[] struct on stack to be declared as an | Jeremy Allison | 2 | -4/+4 |
2000-01-27 | Fixed code page conversions of messages outgoing/incoming. | Jeremy Allison | 2 | -0/+17 |
2000-01-26 | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 9 | -83/+502 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 9 | -53/+76 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 7 | -166/+76 |
2000-01-24 | tdb record read error return check fix from Dave Airlie <airlied@samba.org>. | Jeremy Allison | 1 | -1/+1 |
2000-01-24 | we need -lc when making shared objects or glibc doesn't do its magic | Andrew Tridgell | 1 | -1/+1 |
2000-01-21 | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 7 | -10/+32 |
2000-01-20 | Moved Herb's global -> local changes to HEAD. | Jeremy Allison | 1 | -2/+2 |
2000-01-18 | Added Herb's swat fixes. | Jeremy Allison | 1 | -2/+2 |
2000-01-17 | SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code. | Luke Leighton | 2 | -5/+3 |
2000-01-16 | fixed some typos in access_table() which, amaziingly enough, make no | Andrew Tridgell | 1 | -3/+3 |
2000-01-16 | made access_table() a pure logic function - makes it simpler to apply | Andrew Tridgell | 1 | -16/+26 |
2000-01-16 | renamed DENY to DENY1 | Andrew Tridgell | 1 | -5/+95 |
2000-01-16 | use GET_DENY_MODE() macro | Andrew Tridgell | 1 | -2/+1 |
2000-01-16 | as obelix would say "these romans are crazy" | Andrew Tridgell | 1 | -40/+59 |
2000-01-16 | use GET_DENY_MODE() macro instead of the bit shift | Andrew Tridgell | 1 | -3/+2 |
2000-01-16 | proto update | Andrew Tridgell | 1 | -2/+4 |
2000-01-16 | a consequence of the access_table() fixes is that we can't treat | Andrew Tridgell | 1 | -0/+2 |
2000-01-16 | rewrote the access_table() code to get it right for *.exe, *.dll, | Andrew Tridgell | 1 | -27/+41 |
2000-01-16 | use string_set() instead of string_init() | Andrew Tridgell | 3 | -41/+31 |
2000-01-16 | added code to allow traversal of the byte range lock database | Andrew Tridgell | 3 | -4/+72 |
2000-01-16 | fixed a formatting error | Andrew Tridgell | 1 | -1/+1 |
2000-01-16 | make string_init() static | Andrew Tridgell | 2 | -2/+2 |
2000-01-16 | make a br_off a SMB_BIG_UINT | Andrew Tridgell | 1 | -1/+1 |
2000-01-14 | useable_space does not include the alignment offset calculations. | Jeremy Allison | 1 | -1/+8 |
2000-01-14 | HP changes for registry querying. | Jeremy Allison | 1 | -1/+9 |
2000-01-14 | Added HP change. | Jeremy Allison | 1 | -53/+54 |
2000-01-14 | casts and defines to make solaris happy | Andrew Tridgell | 3 | -3/+7 |
2000-01-14 | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 5 | -15/+15 |
2000-01-14 | we now pass all byte range locking tests | Andrew Tridgell | 6 | -25/+94 |