summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/realcalls.h
AgeCommit message (Expand)AuthorFilesLines
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-43/+0
1999-06-13Return a #error if no functions could be found to wrap around.Tim Potter1-0/+43
1998-10-29some versions of Irix pass the HAVE__ACL test but don't have acl.hHerb Lewis1-1/+1
1998-10-07fixed fork() on SunOS4Andrew Tridgell1-1/+1
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell1-8/+14
1998-10-07possibly use __sys_llseek()Andrew Tridgell1-0/+2
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1-0/+3
1998-10-07fixed a bug in real_seekdir()Andrew Tridgell1-1/+1
1998-10-06added a wrapper for fork()Andrew Tridgell1-0/+8
1998-10-05- keep IRIX cc -64 happyAndrew Tridgell1-10/+10
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1-0/+9
1998-10-05this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell1-1/+9
1998-10-05handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell1-1/+6
1998-10-05ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell1-3/+6
1998-10-05need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell1-6/+1
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1-0/+31
1998-10-05this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell1-0/+31
1998-10-04we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell1-2/+2
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1-2/+22
1998-10-04fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1-27/+31
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1-16/+85
1998-10-04add support for dup() and dup2()Andrew Tridgell1-2/+2
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell1-0/+1
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1-4/+21
1998-10-03use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell1-6/+5
1998-10-03drat.Andrew Tridgell1-1/+6
1998-10-03added fchdir() supportAndrew Tridgell1-1/+1
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell1-0/+2
1998-10-03added lseek() support for directoriesAndrew Tridgell1-0/+1
1998-10-03lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell1-0/+1
1998-10-02the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell1-0/+44