summaryrefslogtreecommitdiff
path: root/source3/smbd/filename_util.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-20s3: Add some asserts to the filename util functionsTim Prouty1-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-20s3: Separate out a new file: filename_utils.cTim Prouty1-0/+194
This is to ease the linking pain of everything that links LOCKING_OBJ