Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 1 | -2/+0 |
| | | | | Jeremy. | ||||
* | Big merge to sync up appliance-head and 2.2. | Jeremy Allison | 2001-01-08 | 1 | -7/+17 |
| | | | | Jeremy. | ||||
* | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions. | Jeremy Allison | 1998-11-09 | 1 | -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 of | Andrew Tridgell | 1998-10-24 | 1 | -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 levels | Andrew Tridgell | 1998-10-16 | 1 | -3/+7 |
| | |||||
* | use 1 second resolution calls if possible | Andrew Tridgell | 1998-10-08 | 1 | -4/+4 |
| | |||||
* | more OSF1 changes as well as changes to allow us to use the standard | Andrew Tridgell | 1998-10-07 | 1 | -1/+0 |
| | | | | includes.h in wrapped.c, thus making porting much simpler | ||||
* | implemented attribute mapping and chmod. file attributes are mapped in | Andrew Tridgell | 1998-10-06 | 1 | -0/+7 |
| | | | | the same manner as smbd. See the README for a full explanation. | ||||
* | - keep IRIX cc -64 happy | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 |
| | | | | - fixed a chdir bug | ||||
* | got smbwrapper working on IRIX 6.4. Things got a bit tricky, | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 |
| | | | | especially as the headers get the syscall numbers wrong! | ||||
* | got rid of all assembly code and gcc special features. I'm hoping to | Andrew Tridgell | 1998-10-05 | 1 | -6/+0 |
| | | | | get smbsh working with the normal sun compiler | ||||
* | add support for unlink() on printer shares in smbwrapper. unlink() | Andrew Tridgell | 1998-10-04 | 1 | -3/+7 |
| | | | | will remove the job from the pirnt queue. | ||||
* | added support for printing via smbwrapper | Andrew Tridgell | 1998-10-04 | 1 | -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 Tridgell | 1998-10-04 | 1 | -3/+3 |
| | |||||
* | more smbw cleanups. | Andrew Tridgell | 1998-10-04 | 1 | -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 |