summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Expand)AuthorFilesLines
1998-10-08dce/rpcLuke Leighton1-1/+1
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-1/+1
1998-10-08use 1 second resolution calls if possibleAndrew Tridgell2-4/+5
1998-10-08fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell2-10/+10
1998-10-08added some commentsAndrew Tridgell1-1/+5
1998-10-07don't prototype the acl() functionsAndrew Tridgell1-5/+5
1998-10-07restore errno after smbw initialisationAndrew Tridgell1-0/+5
1998-10-07we need realcalls.h in realcalls.cAndrew Tridgell1-0/+1
1998-10-07fixed a warning on SunOSAndrew Tridgell1-1/+1
1998-10-07use double for dummy arrays to ensure alignmentAndrew Tridgell1-7/+7
1998-10-07fixed fork() on SunOS4Andrew Tridgell1-1/+1
1998-10-07- updated docs to say OSF1 worksAndrew Tridgell2-4/+7
1998-10-07fixed facl() bug for solarisAndrew Tridgell1-2/+2
1998-10-07fixed __xstat() under linuxAndrew Tridgell1-1/+1
1998-10-07return type cleanups for IRIXAndrew Tridgell1-32/+33
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell3-284/+206
1998-10-07not needed any moreAndrew Tridgell1-31/+0
1998-10-07possibly use __sys_llseek()Andrew Tridgell1-0/+2
1998-10-07won't need wrapper.h anymoreAndrew Tridgell1-0/+0
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell7-106/+16
1998-10-07test whether seekdir() returns void or notAndrew Tridgell1-2/+11
1998-10-07- no getdents on OSF1Andrew Tridgell2-50/+25
1998-10-07fixed a bug in real_seekdir()Andrew Tridgell1-1/+1
1998-10-07some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1-0/+4
1998-10-07added a document on how to port smbwrapper to a new systemAndrew Tridgell1-0/+77
1998-10-07do an anonymous login if the username/password is rejected.Andrew Tridgell1-1/+3
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell2-6/+26
1998-10-06added a wrapper for fork()Andrew Tridgell4-0/+83
1998-10-06fixed a bug in time setting (utime() call)Andrew Tridgell2-9/+12
1998-10-06implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell4-6/+36
1998-10-06added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell3-32/+77
1998-10-06removed unused variableAndrew Tridgell1-1/+0
1998-10-06use smbw_errno() not smbw_error()Andrew Tridgell1-1/+1
1998-10-05set HOST_OS after canonical system testAndrew Tridgell1-0/+1
1998-10-05- fixed errno return in smbw_open()Andrew Tridgell3-7/+17
1998-10-05- keep IRIX cc -64 happyAndrew Tridgell3-12/+12
1998-10-05ignore *.po32 filesAndrew Tridgell1-0/+1
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell4-5/+29
1998-10-05this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell2-3/+13
1998-10-05test for creat64()Andrew Tridgell1-1/+1
1998-10-05handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell4-10/+51
1998-10-05ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell5-12/+102
1998-10-05need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell2-6/+13
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell4-108/+106
1998-10-05added Solaris 2.5Alexandre Oliva1-0/+1
1998-10-05updated READMEAndrew Tridgell1-5/+10
1998-10-05removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1-3/+1
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell3-3/+162
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-0/+2
1998-10-05this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell4-7/+129