summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added a wrapper for fork()Andrew Tridgell1998-10-067-2/+91
| | | | | in a fork we have to close all server connections otherwise we can end up with two processes writing to the same socket.
* fixed a bug in time setting (utime() call)Andrew Tridgell1998-10-062-9/+12
|
* implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell1998-10-064-6/+36
| | | | the same manner as smbd. See the README for a full explanation.
* added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell1998-10-063-32/+77
| | | | | | | | of smb filesystem) fixed "cd /smb" bug updated README with full list of environment variables.
* removed unused variableAndrew Tridgell1998-10-061-1/+0
|
* remove unused arguments from some static functions.Andrew Tridgell1998-10-061-4/+4
|
* use smbw_errno() not smbw_error()Andrew Tridgell1998-10-061-1/+1
|
* set HOST_OS after canonical system testAndrew Tridgell1998-10-053-8/+9
|
* clean needs to delete po32 and .so filesAndrew Tridgell1998-10-051-1/+1
|
* tell the user we are producing -32 code for the .32.so libraryAndrew Tridgell1998-10-051-1/+1
|
* the IRIX make is very fussy amount comment lines. If a comment lineAndrew Tridgell1998-10-051-1/+1
| | | | | | | has a trailing \ then it continues the comment and wipes out the next non-blank line! be careful when commenting out bits of the Makefile
* rpcclient srvsvc commands.Luke Leighton1998-10-055-12/+21
|
* - fixed errno return in smbw_open()Andrew Tridgell1998-10-053-7/+17
| | | | | - updated README a bit - fixed Linux compilation of utime()
* More yuck changes for Red Hat RPM production.John Terpstra1998-10-052-0/+12
|
* - keep IRIX cc -64 happyAndrew Tridgell1998-10-053-12/+12
| | | | - fixed a chdir bug
* ignore *.po32 filesAndrew Tridgell1998-10-054-0/+7
|
* fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1998-10-052-7/+8
|
* - fixed cast warningsAndrew Tridgell1998-10-052-11/+15
| | | | - ignore *.po32 files
* new prototypesAndrew Tridgell1998-10-051-1/+1
|
* fixed a cast warningAndrew Tridgell1998-10-051-1/+1
|
* reran autoconf for IRIX changesAndrew Tridgell1998-10-051-364/+377
|
* got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1998-10-058-14/+69
| | | | especially as the headers get the syscall numbers wrong!
* fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving offAndrew Tridgell1998-10-051-2/+2
| | | | the % works)
* this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell1998-10-052-3/+13
|
* test for creat64()Andrew Tridgell1998-10-054-3/+6
|
* handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell1998-10-054-10/+51
|
* ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell1998-10-055-12/+102
| | | | my SunOS box are statically linked.
* fixed typo in getgroups codeAndrew Tridgell1998-10-051-1/+3
|
* new file realcalls.cAndrew Tridgell1998-10-051-0/+1
|
* Added rpcclient and smbwrapper stuff.John Terpstra1998-10-051-4/+16
|
* IRIX uses -shared for shared libray creation.Andrew Tridgell1998-10-052-361/+363
|
* need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell1998-10-052-6/+13
| | | | work right.
* got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1998-10-054-108/+106
| | | | get smbsh working with the normal sun compiler
* added Solaris 2.5Alexandre Oliva1998-10-051-0/+1
|
* updated READMEAndrew Tridgell1998-10-051-5/+10
|
* get type of callback rightAndrew Tridgell1998-10-051-1/+1
|
* test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell1998-10-054-242/+314
|
* revert 64-bit file support; it's hard-coded alreadyAlexandre Oliva1998-10-053-365/+241
|
* just try to rmdir bin after removing bin/.dummy, in realcleanAlexandre Oliva1998-10-051-1/+2
|
* it's a bit dangerous to use rm -rfAndrew Tridgell1998-10-051-1/+1
|
* rm object files created by mkdir probesAlexandre Oliva1998-10-051-7/+6
| | | | make sure it works even if clobbering is not allowed
* removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1998-10-052-5/+5
|
* handle ENOTDIR errno in cli_error()Andrew Tridgell1998-10-051-0/+2
|
* - added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1998-10-053-3/+162
| | | | - fixed utime() for null tbuf
* added 64-bit file supportAlexandre Oliva1998-10-053-241/+365
|
* added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1998-10-053-126/+339
|
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-054-27/+34
| | | | possible and return the max.
* this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell1998-10-054-7/+129
|
* tests for readdir64Andrew Tridgell1998-10-053-2/+11
|
* reran autoconfAndrew Tridgell1998-10-052-126/+263
|