index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbwrapper
/
wrapped.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
compile fix
Simo Sorce
2001-08-23
1
-1
/
+1
*
got smbw to compile again on Linux
Andrew Tridgell
2000-07-06
1
-2
/
+2
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-1
/
+6
*
Return a (void *)0 instead of NULL in readdir64() wrapper.
Tim Potter
1999-06-13
1
-2
/
+1
*
make sure that apps can't close one of the internal smbw file
Andrew Tridgell
1998-10-24
1
-0
/
+4
*
fixed a problem with fchdir() that broke "cvs -d" in smbsh
Andrew Tridgell
1998-10-08
1
-5
/
+1
*
added some comments
Andrew Tridgell
1998-10-08
1
-1
/
+5
*
use double for dummy arrays to ensure alignment
Andrew Tridgell
1998-10-07
1
-7
/
+7
*
fixed facl() bug for solaris
Andrew Tridgell
1998-10-07
1
-2
/
+2
*
fixed __xstat() under linux
Andrew Tridgell
1998-10-07
1
-1
/
+1
*
return type cleanups for IRIX
Andrew Tridgell
1998-10-07
1
-32
/
+33
*
yet another attempt at making this stuff portable. This time I use
Andrew Tridgell
1998-10-07
1
-276
/
+83
*
more OSF1 changes as well as changes to allow us to use the standard
Andrew Tridgell
1998-10-07
1
-2
/
+7
*
test whether seekdir() returns void or not
Andrew Tridgell
1998-10-07
1
-2
/
+11
*
- no getdents on OSF1
Andrew Tridgell
1998-10-07
1
-50
/
+11
*
added a wrapper for fork()
Andrew Tridgell
1998-10-06
1
-0
/
+5
*
removed unused variable
Andrew Tridgell
1998-10-06
1
-1
/
+0
*
- fixed errno return in smbw_open()
Andrew Tridgell
1998-10-05
1
-0
/
+5
*
this gets it compiling under IRIX 6.4. Doesn't work yet though.
Andrew Tridgell
1998-10-05
1
-2
/
+4
*
test for creat64()
Andrew Tridgell
1998-10-05
1
-1
/
+1
*
handle systems that are missing either SYS_utime or SYS_utimes
Andrew Tridgell
1998-10-05
1
-7
/
+33
*
ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
Andrew Tridgell
1998-10-05
1
-4
/
+36
*
need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
Andrew Tridgell
1998-10-05
1
-0
/
+12
*
got rid of all assembly code and gcc special features. I'm hoping to
Andrew Tridgell
1998-10-05
1
-51
/
+106
*
- added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
1998-10-05
1
-0
/
+60
*
this gets smbwrapper working under Solaris 2.6. Not tested much yet.
Andrew Tridgell
1998-10-05
1
-0
/
+89
*
don't define creat() under linux until we get the CREAT_BITS stuff
Andrew Tridgell
1998-10-05
1
-2
/
+3
*
we need to use __readdir() in preference to SYS_readdir for systems
Andrew Tridgell
1998-10-04
1
-1
/
+0
*
drat. We can't include sys/fcntl.h because that gives
Andrew Tridgell
1998-10-04
1
-1
/
+2
*
more solaris 2.5 fixups. It now seems to be working pretty well.
Andrew Tridgell
1998-10-04
1
-11
/
+71
*
fixed some stuff for Linux that porting to Solaris broke
Andrew Tridgell
1998-10-04
1
-50
/
+51
*
started basic support for solaris 2.5 in smbwrapper.
Andrew Tridgell
1998-10-04
1
-3
/
+38
*
add support for dup() and dup2()
Andrew Tridgell
1998-10-04
1
-0
/
+22
*
refuse symlinks to or from a smb path
Andrew Tridgell
1998-10-04
1
-0
/
+14
*
more smbw cleanups.
Andrew Tridgell
1998-10-04
1
-2
/
+2
*
simplied the layout of the smbwrapper code. All those 3 line files
Andrew Tridgell
1998-10-04
1
-0
/
+497