Age | Commit message (Expand) | Author | Files | Lines |
1998-10-07 | restore errno after smbw initialisation | Andrew Tridgell | 1 | -0/+5 |
1998-10-07 | we need realcalls.h in realcalls.c | Andrew Tridgell | 1 | -0/+1 |
1998-10-07 | fixed a warning on SunOS | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | use double for dummy arrays to ensure alignment | Andrew Tridgell | 1 | -7/+7 |
1998-10-07 | fixed fork() on SunOS4 | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | - updated docs to say OSF1 works | Andrew Tridgell | 2 | -4/+7 |
1998-10-07 | fixed facl() bug for solaris | Andrew Tridgell | 1 | -2/+2 |
1998-10-07 | fixed __xstat() under linux | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | return type cleanups for IRIX | Andrew Tridgell | 1 | -32/+33 |
1998-10-07 | yet another attempt at making this stuff portable. This time I use | Andrew Tridgell | 3 | -284/+206 |
1998-10-07 | not needed any more | Andrew Tridgell | 1 | -31/+0 |
1998-10-07 | possibly use __sys_llseek() | Andrew Tridgell | 1 | -0/+2 |
1998-10-07 | won't need wrapper.h anymore | Andrew Tridgell | 1 | -0/+0 |
1998-10-07 | more OSF1 changes as well as changes to allow us to use the standard | Andrew Tridgell | 7 | -106/+16 |
1998-10-07 | test whether seekdir() returns void or not | Andrew Tridgell | 1 | -2/+11 |
1998-10-07 | - no getdents on OSF1 | Andrew Tridgell | 2 | -50/+25 |
1998-10-07 | fixed a bug in real_seekdir() | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | some changes for OSF1 support in smbwrapper (just preliminary changes, | Andrew Tridgell | 1 | -0/+4 |
1998-10-07 | added a document on how to port smbwrapper to a new system | Andrew Tridgell | 1 | -0/+77 |
1998-10-07 | do an anonymous login if the username/password is rejected. | Andrew Tridgell | 1 | -1/+3 |
1998-10-06 | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 2 | -6/+26 |
1998-10-06 | added a wrapper for fork() | Andrew Tridgell | 4 | -0/+83 |
1998-10-06 | fixed a bug in time setting (utime() call) | Andrew Tridgell | 2 | -9/+12 |
1998-10-06 | implemented attribute mapping and chmod. file attributes are mapped in | Andrew Tridgell | 4 | -6/+36 |
1998-10-06 | added SMBW_PREFIX environment variable (allowing you to specify root | Andrew Tridgell | 3 | -32/+77 |
1998-10-06 | removed unused variable | Andrew Tridgell | 1 | -1/+0 |
1998-10-06 | use smbw_errno() not smbw_error() | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | set HOST_OS after canonical system test | Andrew Tridgell | 1 | -0/+1 |
1998-10-05 | - fixed errno return in smbw_open() | Andrew Tridgell | 3 | -7/+17 |
1998-10-05 | - keep IRIX cc -64 happy | Andrew Tridgell | 3 | -12/+12 |
1998-10-05 | ignore *.po32 files | Andrew Tridgell | 1 | -0/+1 |
1998-10-05 | got smbwrapper working on IRIX 6.4. Things got a bit tricky, | Andrew Tridgell | 4 | -5/+29 |
1998-10-05 | this gets it compiling under IRIX 6.4. Doesn't work yet though. | Andrew Tridgell | 2 | -3/+13 |
1998-10-05 | test for creat64() | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | handle systems that are missing either SYS_utime or SYS_utimes | Andrew Tridgell | 4 | -10/+51 |
1998-10-05 | ported smbwrapper to SunOS4. It seems to work. pity so many binaries on | Andrew Tridgell | 5 | -12/+102 |
1998-10-05 | need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't | Andrew Tridgell | 2 | -6/+13 |
1998-10-05 | got rid of all assembly code and gcc special features. I'm hoping to | Andrew Tridgell | 4 | -108/+106 |
1998-10-05 | added Solaris 2.5 | Alexandre Oliva | 1 | -0/+1 |
1998-10-05 | updated README | Andrew Tridgell | 1 | -5/+10 |
1998-10-05 | removed requirement of having a smb.conf for smbwrapper to work. | Andrew Tridgell | 1 | -3/+1 |
1998-10-05 | - added pread pread64 pwrite pwrite64 and open64 | Andrew Tridgell | 3 | -3/+162 |
1998-10-05 | added a function set_maxfiles() to set our file rlimit to the max | Andrew Tridgell | 1 | -0/+2 |
1998-10-05 | this gets smbwrapper working under Solaris 2.6. Not tested much yet. | Andrew Tridgell | 4 | -7/+129 |
1998-10-05 | don't define creat() under linux until we get the CREAT_BITS stuff | Andrew Tridgell | 2 | -2/+9 |
1998-10-04 | we need to use __readdir() in preference to SYS_readdir for systems | Andrew Tridgell | 2 | -3/+2 |
1998-10-04 | bin/cvsignore: deleted, so that bin can be removed from the repository | Alexandre Oliva | 2 | -10/+11 |
1998-10-04 | drat. We can't include sys/fcntl.h because that gives | Andrew Tridgell | 2 | -2/+2 |
1998-10-04 | more solaris 2.5 fixups. It now seems to be working pretty well. | Andrew Tridgell | 4 | -13/+99 |
1998-10-04 | warn user if LIBDIR isn't set right | Andrew Tridgell | 1 | -1/+6 |