summaryrefslogtreecommitdiff
path: root/source/smbwrapper/smbw_stat.c
Commit message (Collapse)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-2/+0
| | | | Jeremy.
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-7/+17
| | | | Jeremy.
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-3/+3
| | | | | | | | | | | | | client/client.c: client/clitar.c: include/client.h: smbwrapper/smbw_dir.c: smbwrapper/smbw_stat.c: smbwrapper/smbw.c: lib/util.c: Converted all use of 'mode' to uint16. smbd/quotas.c: Fixed stupid comment bug I put in there :-(. printing/printing.c: Fix from J.F. to new code. Jeremy.
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-9/+25
| | | | | | changes uses the unique index number from a SMB_QUERY_FILE_ALL_INFO to try to provide inode numbers. If it is 0 then use the hash of the filename as before.
* changed some debug levelsAndrew Tridgell1998-10-161-3/+7
|
* use 1 second resolution calls if possibleAndrew Tridgell1998-10-081-4/+4
|
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-071-1/+0
| | | | includes.h in wrapped.c, thus making porting much simpler
* implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell1998-10-061-0/+7
| | | | the same manner as smbd. See the README for a full explanation.
* - keep IRIX cc -64 happyAndrew Tridgell1998-10-051-1/+1
| | | | - fixed a chdir bug
* got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1998-10-051-1/+1
| | | | especially as the headers get the syscall numbers wrong!
* got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1998-10-051-6/+0
| | | | get smbsh working with the normal sun compiler
* add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1998-10-041-3/+7
| | | | will remove the job from the pirnt queue.
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-3/+43
| | | | | | You can print using "cp filename /smb/SERVER/PRINTER/jobname" You can list the current printqueue using ls
* add support for dup() and dup2()Andrew Tridgell1998-10-041-3/+3
|
* more smbw cleanups.Andrew Tridgell1998-10-041-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