Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli_open() wasn't handling DENY_FCB or O_WRONLY correctly. | Andrew Tridgell | 2000-01-08 | 1 | -1/+1 |
| | | | | | | After fixing that I needed to use O_RDWR instead of O_WRONLY in several places to avoid the silly bug in MS servers that doesn't allow getattrE on a file opened with O_WRONLY | ||||
* | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 2000-01-07 | 1 | -2/+2 |
| | | | | | | | | This fixes our netbios scope handling. We now have a 'netbios scope' option in smb.conf and the scope option is removed from make_nmb_name() this was prompted by a bug in our PDC finding code where it didn't append the scope to the query of the '*' name. | ||||
* | client/smbspool.c from 2.0.6 | Andrew Tridgell | 1999-12-17 | 1 | -0/+366 |