summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Collapse)AuthorFilesLines
1998-10-07possibly use __sys_llseek()Andrew Tridgell1-0/+2
(This used to be commit ab49ffe37f11b28144a7815ada1d891b14ffbc2d)
1998-10-07won't need wrapper.h anymoreAndrew Tridgell1-0/+0
(This used to be commit 1918ea2991bef323fdb00912500961d60da17cdb)
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell7-106/+16
includes.h in wrapped.c, thus making porting much simpler (This used to be commit 6f2239c935fdecfefa89227c113df01e3957691a)
1998-10-07test whether seekdir() returns void or notAndrew Tridgell1-2/+11
(This used to be commit 4dbfec81b2c67f2d36b26685a631001738d9569f)
1998-10-07- no getdents on OSF1Andrew Tridgell2-50/+25
- try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes! (This used to be commit 77aea37bb83f2b9ad541f851b003ca10b9811314)
1998-10-07fixed a bug in real_seekdir()Andrew Tridgell1-1/+1
(This used to be commit 699777a5c149d8608c834034d50b207d6da254b2)
1998-10-07some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1-0/+4
doesn't work yet) (This used to be commit ffa7d0461fa6628302ddf5590a42cca60ec8b90b)
1998-10-07added a document on how to port smbwrapper to a new systemAndrew Tridgell1-0/+77
(This used to be commit bf1e257afb51f93e707bd7c1f75c8a2b35e69bed)
1998-10-07do an anonymous login if the username/password is rejected.Andrew Tridgell1-1/+3
(This used to be commit 0ee3e0c62378bdf7a8e145de0727ea85763af95a)
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell2-6/+26
(This used to be commit a5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0)
1998-10-06added a wrapper for fork()Andrew Tridgell4-0/+83
in a fork we have to close all server connections otherwise we can end up with two processes writing to the same socket. (This used to be commit b7ecbca3aff34ff06a445e5ee39efba48261b7e8)
1998-10-06fixed a bug in time setting (utime() call)Andrew Tridgell2-9/+12
(This used to be commit 2f4506a33c7015f2a176929d794c6c40f1433591)
1998-10-06implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell4-6/+36
the same manner as smbd. See the README for a full explanation. (This used to be commit 0a5dcddd3fa23081d7cd214acc32b8046125a74e)
1998-10-06added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell3-32/+77
of smb filesystem) fixed "cd /smb" bug updated README with full list of environment variables. (This used to be commit 71acf338d721b106af8d80e7b3a6f318ab75da8b)
1998-10-06removed unused variableAndrew Tridgell1-1/+0
(This used to be commit b923bb2aae8aa13e8f6bd41d2f06dc016b559269)
1998-10-06use smbw_errno() not smbw_error()Andrew Tridgell1-1/+1
(This used to be commit be7ae2a4e75aab0a71be10eb39cef9434dedae2a)
1998-10-05set HOST_OS after canonical system testAndrew Tridgell1-0/+1
(This used to be commit fc602e5e26a2de94be6b5a5509b77876dc0fd7ff)
1998-10-05- fixed errno return in smbw_open()Andrew Tridgell3-7/+17
- updated README a bit - fixed Linux compilation of utime() (This used to be commit 4bacf32755f8012110797f7aae2b3e1e0e2f537b)
1998-10-05- keep IRIX cc -64 happyAndrew Tridgell3-12/+12
- fixed a chdir bug (This used to be commit 80d1c5118abaa99fe0f1c9d2089a81c9953cebad)
1998-10-05ignore *.po32 filesAndrew Tridgell1-0/+1
(This used to be commit 01de9a50e030da722076c67c235801c36c90bb66)
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell4-5/+29
especially as the headers get the syscall numbers wrong! (This used to be commit a5405f1ab069a3123a819311a87ca84f2c5f0fea)
1998-10-05this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell2-3/+13
(This used to be commit 0c8288a72c6d6f2774dd57a7107ad68c98e0d24a)
1998-10-05test for creat64()Andrew Tridgell1-1/+1
(This used to be commit 8aa6c16eeb96d6a66a2946f5048126f175f9f609)
1998-10-05handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell4-10/+51
(This used to be commit 4379f0fe48a40e1ff6b343bbcff542efbda1f4f8)
1998-10-05ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell5-12/+102
my SunOS box are statically linked. (This used to be commit 541f1c421127334817b73388f4ccb9cc0841dd4e)
1998-10-05need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell2-6/+13
work right. (This used to be commit c185585dd917d6c157460e941e983b5e43d69f7a)
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell4-108/+106
get smbsh working with the normal sun compiler (This used to be commit c6ee915336e1533e1f4f10f14b3d57de01f8fe96)
1998-10-05added Solaris 2.5Alexandre Oliva1-0/+1
(This used to be commit 788992f58613f7f4fa0e9ce7087267dec75f2e51)
1998-10-05updated READMEAndrew Tridgell1-5/+10
(This used to be commit 507646d4e54665cb6ce5ba2aa35d72d95cdd8e81)
1998-10-05removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1-3/+1
(This used to be commit af58bf2ff8ddbf974dbafa36cf1b679226371e09)
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell3-3/+162
- fixed utime() for null tbuf (This used to be commit 9047bf59b402de40e520bfc2afa1cbfad5508f72)
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-0/+2
possible and return the max. (This used to be commit 7a7b5ee1689b6be57752d176c7b77a2f1b453486)
1998-10-05this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell4-7/+129
(This used to be commit 6a1b346d98c10688f0995a6ab8fd155a77ead258)
1998-10-05don't define creat() under linux until we get the CREAT_BITS stuffAndrew Tridgell2-2/+9
sorted out. (This used to be commit 86b66d92772d4a72b7b8c7f2d8d793533d7f6130)
1998-10-04we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell2-3/+2
that use getdents. (This used to be commit c63ad1b69859653d67d4711b700015860680efff)
1998-10-04bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva2-10/+11
.cvsignore: added bin; it is no longer part of the source tree smbwrapper/smbsh: now auto-generated from smbsh.in smbwrapper/.cvsignore: added smbsh configure.in: generate @builddir@ configure, include/stamp-h.in: regen Makefile.in: new target `smbwrapper'; sped up directory creation (This used to be commit 8f95ee8fc32d74f20cca489ecd3f7e34e773db2f)
1998-10-04drat. We can't include sys/fcntl.h because that givesAndrew Tridgell2-2/+2
conflicts. Instead use "01101" for O_CREAT|O_WRONLY|O_TRUNC. uggh. (This used to be commit cfc06af0b770d6638ba131501f9ea5a5c28cec3b)
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell4-13/+99
(This used to be commit c4e450817886b40474cebdfc50c0c16fb4646baf)
1998-10-04warn user if LIBDIR isn't set rightAndrew Tridgell1-1/+6
(This used to be commit 70c2eb1ed93f4691e73e8ab32d81f50ea8785e2c)
1998-10-04fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell3-79/+85
(This used to be commit ee349bb329498e6f5852c1bf21c48563d076dc88)
1998-10-04don't list the IPC$ share in directory listings (it causes infiniteAndrew Tridgell1-0/+2
recursion) (This used to be commit 8d74f7bfdc217e95a7e300d06c3bf4e8d4877a6a)
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell6-43/+162
(This used to be commit e5c7cabae4826bde819b94a48bc4674dcd69da21)
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-2/+6
- cleaned up resolve_name() (split into separate functions for each resolver) - if can't find local master then use #1B name - support listing of foreign workgroups in /smb/ (This used to be commit a4e607c17d1119925c9d0e1d05e0fe81e9a2d1aa)
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell2-6/+52
it will list all servers in your workgroup. You can set your workgroup with the SMBW_WORKGROUP environment variable. (This used to be commit 64699810e2d94e8648a0a3341b1cc826d4e8bfd9)
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1-3/+9
servers that we don't know the netbios name of. (This used to be commit 147d49dade3901835b5d60b02c495bea544ff5e9)
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell2-4/+16
will remove the job from the pirnt queue. (This used to be commit 7bd738c30a09a211fd14a8544309efeec17c66f5)
1998-10-04added support for printing via smbwrapperAndrew Tridgell3-9/+76
You can print using "cp filename /smb/SERVER/PRINTER/jobname" You can list the current printqueue using ls (This used to be commit 080fb61b69620e26e8122705383dc2bd0468a519)
1998-10-04add support for dup() and dup2()Andrew Tridgell5-25/+181
(This used to be commit c5210cb0fffd406ef1809db8644b299bb661df4d)
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell3-2/+17
(This used to be commit 83e93d2a4493546cb481f5c8187c64207b5901d1)
1998-10-04modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell3-3/+5
read/write requests for large reads. up to max_mux requests may be outstanding. This gives _much_ better throughput and should allow smbsh to saturate just about any network. this is an implementation of the "fast SMB" method I described on the CIFS list a couple of months back. (This used to be commit c728d1c5d6e4626d2f8e318eab4df32acc8cb505)