Age | Commit message (Expand) | Author | Files | Lines |
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 |
1998-10-04 | fixed some stuff for Linux that porting to Solaris broke | Andrew Tridgell | 3 | -79/+85 |
1998-10-04 | don't list the IPC$ share in directory listings (it causes infinite | Andrew Tridgell | 1 | -0/+2 |
1998-10-04 | started basic support for solaris 2.5 in smbwrapper. | Andrew Tridgell | 6 | -43/+162 |
1998-10-04 | - modified resolve_name() to take a name_type | Andrew Tridgell | 1 | -2/+6 |
1998-10-04 | support NetServerEnum in smbwrapper. You can now do a ls in /smb/ and | Andrew Tridgell | 2 | -6/+52 |
1998-10-04 | use *SMBSERVER convention in smbwrapper to allow us to connect to | Andrew Tridgell | 1 | -3/+9 |
1998-10-04 | add support for unlink() on printer shares in smbwrapper. unlink() | Andrew Tridgell | 2 | -4/+16 |
1998-10-04 | added support for printing via smbwrapper | Andrew Tridgell | 3 | -9/+76 |
1998-10-04 | add support for dup() and dup2() | Andrew Tridgell | 5 | -25/+181 |
1998-10-04 | refuse symlinks to or from a smb path | Andrew Tridgell | 3 | -2/+17 |
1998-10-04 | modified cli_read() and cli_write() to issue multiple outstanding | Andrew Tridgell | 3 | -3/+5 |
1998-10-04 | use dummy file descriptors opened on /dev/null to ensure that the smbw | Andrew Tridgell | 3 | -11/+21 |
1998-10-04 | more smbw cleanups. | Andrew Tridgell | 6 | -162/+226 |
1998-10-04 | - split smbw directory code into smbw_dir.c | Andrew Tridgell | 3 | -619/+658 |
1998-10-04 | simplied the layout of the smbwrapper code. All those 3 line files | Andrew Tridgell | 31 | -1066/+555 |
1998-10-04 | we need to do a load_interfaces() at startup to support broadcast | Andrew Tridgell | 1 | -0/+2 |
1998-10-03 | use __XXXdir() instead of __libc_XXXdir() | Andrew Tridgell | 6 | -26/+5 |
1998-10-03 | drat. | Andrew Tridgell | 7 | -6/+261 |
1998-10-03 | added fchdir() support | Andrew Tridgell | 4 | -4/+66 |
1998-10-03 | fixed vi on smbwrappper (it was a problem in cli_read()) | Andrew Tridgell | 2 | -4/+2 |
1998-10-03 | fixed wrapper for access(). This gets xedit working. | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | support getcwd() in smbwrapper | Andrew Tridgell | 3 | -1/+65 |
1998-10-03 | added mkdir() and rmdir() support | Andrew Tridgell | 4 | -0/+151 |
1998-10-03 | added simple device/inode number support based on a checksum of the | Andrew Tridgell | 1 | -1/+17 |
1998-10-03 | added a bit more to the docs | Andrew Tridgell | 3 | -14/+25 |