Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed profile version number to 7 - added sendfile statistics. | Jeremy Allison | 2002-09-12 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | First cut at portable sendfile code. Only used in readX at the moment | Jeremy Allison | 2002-09-12 | 1 | -0/+3 |
| | | | | | | | | and doesn't actually call sendfile. Needs to be vectored through the VFS and tested on all supported platforms (Solaris/HPUX/FreeBSD/Linux). Linux doesn't actually work (2.4.19 kernel) at the moment because it doesn't have a 64-bit clean sendfile. Jeremy. | ||||
* | Compile fix for --with-profiling-data | Tim Potter | 2002-03-21 | 1 | -0/+2 |
| | |||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | added structure members referred to by recent changes in vfs-wrap.c | Herb Lewis | 2002-01-10 | 1 | -1/+5 |
| | |||||
* | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2001-10-11 | 1 | -0/+461 |
activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth |