Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-20 | s3: Add some asserts to the filename util functions | Tim Prouty | 1 | -0/+12 | |
In the smb_filename struct stream_name must equal NULL if there is no stream name. These asserts should catch any future offenders of this invariant early. | |||||
2009-07-20 | s3: Separate out a new file: filename_utils.c | Tim Prouty | 1 | -0/+194 | |
This is to ease the linking pain of everything that links LOCKING_OBJ |