summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw_stat.c
AgeCommit message (Collapse)AuthorFilesLines
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1-3/+7
will remove the job from the pirnt queue. (This used to be commit 7bd738c30a09a211fd14a8544309efeec17c66f5)
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-3/+43
You can print using "cp filename /smb/SERVER/PRINTER/jobname" You can list the current printqueue using ls (This used to be commit 080fb61b69620e26e8122705383dc2bd0468a519)
1998-10-04add support for dup() and dup2()Andrew Tridgell1-3/+3
(This used to be commit c5210cb0fffd406ef1809db8644b299bb661df4d)
1998-10-04more smbw cleanups.Andrew Tridgell1-0/+179
- cleaned up prototyping. Unfortunately we can't auto-prototype wrapped.c because it replaces system functions. - split stat functions into smbw_stat.c (This used to be commit 04e92e692e49234df6fbbfd07a33b315ed62f0de)