summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Collapse)AuthorFilesLines
1998-10-08added some commentsAndrew Tridgell1-1/+5
(This used to be commit e5ed0e6f96835c5b189368faf4555d07f1f6b19c)
1998-10-07don't prototype the acl() functionsAndrew Tridgell1-5/+5
(This used to be commit 9efbb21f35aca6f86ed3cb9c58ebec40e5d44b90)
1998-10-07restore errno after smbw initialisationAndrew Tridgell1-0/+5
(This used to be commit f374706cbf654bdb33df3074cb1a8101af0201eb)
1998-10-07we need realcalls.h in realcalls.cAndrew Tridgell1-0/+1
(This used to be commit 42765a654f9fe45160760e61a80d789279ee6198)
1998-10-07fixed a warning on SunOSAndrew Tridgell1-1/+1
(This used to be commit fda52c6fd1ff0c46948bff7156742dab1dd1eacd)
1998-10-07use double for dummy arrays to ensure alignmentAndrew Tridgell1-7/+7
(This used to be commit d651229ef3eb06035d015770c5ea018f33234ebc)
1998-10-07fixed fork() on SunOS4Andrew Tridgell1-1/+1
(This used to be commit c506ffa527428897689dfd9ff48719208c47669d)
1998-10-07- updated docs to say OSF1 worksAndrew Tridgell2-4/+7
- more solaris acl fixes (This used to be commit 8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63)
1998-10-07fixed facl() bug for solarisAndrew Tridgell1-2/+2
(This used to be commit ab5ed686f813c6294ca3eb9b800b3ad41a5a77c3)
1998-10-07fixed __xstat() under linuxAndrew Tridgell1-1/+1
(This used to be commit 15aa1b52cd78e9b59fa44b248267b9698a5b0d5c)
1998-10-07return type cleanups for IRIXAndrew Tridgell1-32/+33
(This used to be commit 96fc2856bcb1424f69ecf513f7b685bec08dcb1f)
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell3-284/+206
minimal includes in wrapped.c (This used to be commit fd6a59d8ca0932d61a60b74485841001d4f8fd44)
1998-10-07not needed any moreAndrew Tridgell1-31/+0
(This used to be commit 4ea3f86f996c1c6acfbf0363e1a02ace4b4a302c)
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)