summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
Commit message (Expand)AuthorAgeFilesLines
* dce/rpc.Luke Leighton1998-10-091-1/+1
* dce/rpcLuke Leighton1998-10-081-1/+1
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+1
* use 1 second resolution calls if possibleAndrew Tridgell1998-10-082-4/+5
* fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell1998-10-082-10/+10
* added some commentsAndrew Tridgell1998-10-081-1/+5
* don't prototype the acl() functionsAndrew Tridgell1998-10-071-5/+5
* restore errno after smbw initialisationAndrew Tridgell1998-10-071-0/+5
* we need realcalls.h in realcalls.cAndrew Tridgell1998-10-071-0/+1
* fixed a warning on SunOSAndrew Tridgell1998-10-071-1/+1
* use double for dummy arrays to ensure alignmentAndrew Tridgell1998-10-071-7/+7
* fixed fork() on SunOS4Andrew Tridgell1998-10-071-1/+1
* - updated docs to say OSF1 worksAndrew Tridgell1998-10-072-4/+7
* fixed facl() bug for solarisAndrew Tridgell1998-10-071-2/+2
* fixed __xstat() under linuxAndrew Tridgell1998-10-071-1/+1
* return type cleanups for IRIXAndrew Tridgell1998-10-071-32/+33
* yet another attempt at making this stuff portable. This time I useAndrew Tridgell1998-10-073-284/+206
* not needed any moreAndrew Tridgell1998-10-071-31/+0
* possibly use __sys_llseek()Andrew Tridgell1998-10-071-0/+2
* won't need wrapper.h anymoreAndrew Tridgell1998-10-071-0/+0
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-077-106/+16
* test whether seekdir() returns void or notAndrew Tridgell1998-10-071-2/+11
* - no getdents on OSF1Andrew Tridgell1998-10-072-50/+25
* fixed a bug in real_seekdir()Andrew Tridgell1998-10-071-1/+1
* some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1998-10-071-0/+4
* added a document on how to port smbwrapper to a new systemAndrew Tridgell1998-10-071-0/+77
* do an anonymous login if the username/password is rejected.Andrew Tridgell1998-10-071-1/+3
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-062-6/+26
* added a wrapper for fork()Andrew Tridgell1998-10-064-0/+83
* 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
* added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell1998-10-063-32/+77
* removed unused variableAndrew Tridgell1998-10-061-1/+0
* use smbw_errno() not smbw_error()Andrew Tridgell1998-10-061-1/+1
* set HOST_OS after canonical system testAndrew Tridgell1998-10-051-0/+1
* - fixed errno return in smbw_open()Andrew Tridgell1998-10-053-7/+17
* - keep IRIX cc -64 happyAndrew Tridgell1998-10-053-12/+12
* ignore *.po32 filesAndrew Tridgell1998-10-051-0/+1
* got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1998-10-054-5/+29
* 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-051-1/+1
* 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
* need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell1998-10-052-6/+13
* got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1998-10-054-108/+106
* added Solaris 2.5Alexandre Oliva1998-10-051-0/+1
* updated READMEAndrew Tridgell1998-10-051-5/+10
* removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1998-10-051-3/+1
* - added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1998-10-053-3/+162
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-0/+2