index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbwrapper
/
realcalls.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r516: On GNU/Linux distributions which allow to use both 2.4 and 2.6 kernels
Alexander Bokovoy
1
-0
/
+13
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-43
/
+0
1999-06-13
Return a #error if no functions could be found to wrap around.
Tim Potter
1
-0
/
+43
1998-10-29
some versions of Irix pass the HAVE__ACL test but don't have acl.h
Herb Lewis
1
-1
/
+1
1998-10-07
fixed fork() on SunOS4
Andrew Tridgell
1
-1
/
+1
1998-10-07
yet another attempt at making this stuff portable. This time I use
Andrew Tridgell
1
-8
/
+14
1998-10-07
possibly use __sys_llseek()
Andrew Tridgell
1
-0
/
+2
1998-10-07
more OSF1 changes as well as changes to allow us to use the standard
Andrew Tridgell
1
-0
/
+3
1998-10-07
fixed a bug in real_seekdir()
Andrew Tridgell
1
-1
/
+1
1998-10-06
added a wrapper for fork()
Andrew Tridgell
1
-0
/
+8
1998-10-05
- keep IRIX cc -64 happy
Andrew Tridgell
1
-10
/
+10
1998-10-05
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
Andrew Tridgell
1
-0
/
+9
1998-10-05
this gets it compiling under IRIX 6.4. Doesn't work yet though.
Andrew Tridgell
1
-1
/
+9
1998-10-05
handle systems that are missing either SYS_utime or SYS_utimes
Andrew Tridgell
1
-1
/
+6
1998-10-05
ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
Andrew Tridgell
1
-3
/
+6
1998-10-05
need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
Andrew Tridgell
1
-6
/
+1
1998-10-05
- added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
1
-0
/
+31
1998-10-05
this gets smbwrapper working under Solaris 2.6. Not tested much yet.
Andrew Tridgell
1
-0
/
+31
1998-10-04
we need to use __readdir() in preference to SYS_readdir for systems
Andrew Tridgell
1
-2
/
+2
1998-10-04
more solaris 2.5 fixups. It now seems to be working pretty well.
Andrew Tridgell
1
-2
/
+22
1998-10-04
fixed some stuff for Linux that porting to Solaris broke
Andrew Tridgell
1
-27
/
+31
1998-10-04
started basic support for solaris 2.5 in smbwrapper.
Andrew Tridgell
1
-16
/
+85
1998-10-04
add support for dup() and dup2()
Andrew Tridgell
1
-2
/
+2
1998-10-04
refuse symlinks to or from a smb path
Andrew Tridgell
1
-0
/
+1
1998-10-04
simplied the layout of the smbwrapper code. All those 3 line files
Andrew Tridgell
1
-4
/
+21
1998-10-03
use __XXXdir() instead of __libc_XXXdir()
Andrew Tridgell
1
-6
/
+5
1998-10-03
drat.
Andrew Tridgell
1
-1
/
+6
1998-10-03
added fchdir() support
Andrew Tridgell
1
-1
/
+1
1998-10-03
added mkdir() and rmdir() support
Andrew Tridgell
1
-0
/
+2
1998-10-03
added lseek() support for directories
Andrew Tridgell
1
-0
/
+1
1998-10-03
lots of improvements to smbwrapper. It now works with Samba, Win95 and
Andrew Tridgell
1
-0
/
+1
1998-10-02
the guts of the smbwrapper code. I may change the layout of this at
Andrew Tridgell
1
-0
/
+44