Andrew Tridgell
c7d3ad04f1
tell the user we are producing -32 code for the .32.so library
...
(This used to be commit e9676812af
)
1998-10-05 23:31:55 +00:00
Andrew Tridgell
c2bcd64269
the IRIX make is very fussy amount comment lines. If a comment line
...
has a trailing \ then it continues the comment and wipes out the next
non-blank line!
be careful when commenting out bits of the Makefile
(This used to be commit 450b1813bf
)
1998-10-05 23:30:27 +00:00
Luke Leighton
b4fb4caf90
rpcclient srvsvc commands.
...
(This used to be commit 1a9a22c657
)
1998-10-05 15:41:41 +00:00
Andrew Tridgell
36ee52334b
- fixed errno return in smbw_open()
...
- updated README a bit
- fixed Linux compilation of utime()
(This used to be commit 4bacf32755
)
1998-10-05 13:51:19 +00:00
John Terpstra
4980fcf425
More yuck changes for Red Hat RPM production.
...
(This used to be commit aa38a03961
)
1998-10-05 12:58:07 +00:00
Andrew Tridgell
4473ce561b
- keep IRIX cc -64 happy
...
- fixed a chdir bug
(This used to be commit 80d1c5118a
)
1998-10-05 12:43:05 +00:00
Andrew Tridgell
217804ba43
ignore *.po32 files
...
(This used to be commit 01de9a50e0
)
1998-10-05 12:36:44 +00:00
Andrew Tridgell
a2297c7203
fixed some cast warnings from "cc -64" on IRIX
...
(This used to be commit 624097e8f4
)
1998-10-05 12:36:23 +00:00
Andrew Tridgell
b79773d3c7
- fixed cast warnings
...
- ignore *.po32 files
(This used to be commit 469474803d
)
1998-10-05 12:35:30 +00:00
Andrew Tridgell
c926d8b179
new prototypes
...
(This used to be commit 0a733ce59d
)
1998-10-05 12:34:57 +00:00
Andrew Tridgell
fe2681dd4b
fixed a cast warning
...
(This used to be commit 4093bb16d2
)
1998-10-05 12:34:43 +00:00
Andrew Tridgell
c378ac1180
reran autoconf for IRIX changes
...
(This used to be commit cbba700cb5
)
1998-10-05 12:34:22 +00:00
Andrew Tridgell
bfaff8ed1a
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
...
especially as the headers get the syscall numbers wrong!
(This used to be commit a5405f1ab0
)
1998-10-05 12:17:01 +00:00
Andrew Tridgell
f151bf0694
fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving off
...
the % works)
(This used to be commit 7c4ad07b59
)
1998-10-05 10:53:07 +00:00
Andrew Tridgell
62f2ac904f
this gets it compiling under IRIX 6.4. Doesn't work yet though.
...
(This used to be commit 0c8288a72c
)
1998-10-05 09:23:46 +00:00
Andrew Tridgell
a6c2a568c1
test for creat64()
...
(This used to be commit 8aa6c16eeb
)
1998-10-05 09:01:49 +00:00
Andrew Tridgell
61d8534d7c
handle systems that are missing either SYS_utime or SYS_utimes
...
(This used to be commit 4379f0fe48
)
1998-10-05 08:54:55 +00:00
Andrew Tridgell
81905488ff
ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
...
my SunOS box are statically linked.
(This used to be commit 541f1c4211
)
1998-10-05 08:44:46 +00:00
Andrew Tridgell
80ae082c87
fixed typo in getgroups code
...
(This used to be commit 046e8a5021
)
1998-10-05 08:42:41 +00:00
Andrew Tridgell
fab6d20f5d
new file realcalls.c
...
(This used to be commit 23f71b979a
)
1998-10-05 08:42:22 +00:00
John Terpstra
94024edf04
Added rpcclient and smbwrapper stuff.
...
(This used to be commit 1638930839
)
1998-10-05 06:55:53 +00:00
Andrew Tridgell
e88706f358
IRIX uses -shared for shared libray creation.
...
(This used to be commit a32eb93b0e
)
1998-10-05 06:17:08 +00:00
Andrew Tridgell
9a98985a65
need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
...
work right.
(This used to be commit c185585dd9
)
1998-10-05 06:09:44 +00:00
Andrew Tridgell
4e8b4a20ab
got rid of all assembly code and gcc special features. I'm hoping to
...
get smbsh working with the normal sun compiler
(This used to be commit c6ee915336
)
1998-10-05 04:58:33 +00:00
Alexandre Oliva
a2941d4244
added Solaris 2.5
...
(This used to be commit 788992f586
)
1998-10-05 04:53:28 +00:00
Andrew Tridgell
4be0416cfa
updated README
...
(This used to be commit 507646d4e5
)
1998-10-05 03:56:09 +00:00
Andrew Tridgell
f36d5c8bbf
get type of callback right
...
(This used to be commit 327eba774e
)
1998-10-05 03:53:25 +00:00
Andrew Tridgell
f6b9f31d93
test for loff_t and offset_t to support llseek() on Solaris and Linux.
...
(This used to be commit 3860269305
)
1998-10-05 03:52:57 +00:00
Alexandre Oliva
5081402452
revert 64-bit file support; it's hard-coded already
...
(This used to be commit f604fd1a8b
)
1998-10-05 03:44:39 +00:00
Alexandre Oliva
8327eeabfb
just try to rmdir bin after removing bin/.dummy, in realclean
...
(This used to be commit ef9eca92bb
)
1998-10-05 03:44:12 +00:00
Andrew Tridgell
d6da5e4e9d
it's a bit dangerous to use rm -rf
...
(This used to be commit 102e8c85ff
)
1998-10-05 03:24:08 +00:00
Alexandre Oliva
601e5b30b5
rm object files created by mkdir probes
...
make sure it works even if clobbering is not allowed
(This used to be commit eff11b81fd
)
1998-10-05 02:56:31 +00:00
Andrew Tridgell
ca3d1b9bf0
removed requirement of having a smb.conf for smbwrapper to work.
...
(This used to be commit af58bf2ff8
)
1998-10-05 02:55:53 +00:00
Andrew Tridgell
ecb7ee7a03
handle ENOTDIR errno in cli_error()
...
(This used to be commit f1d82e02ff
)
1998-10-05 02:45:50 +00:00
Andrew Tridgell
92b21b3e82
- added pread pread64 pwrite pwrite64 and open64
...
- fixed utime() for null tbuf
(This used to be commit 9047bf59b4
)
1998-10-05 02:31:39 +00:00
Alexandre Oliva
5d14f89324
added 64-bit file support
...
(This used to be commit 43ec91ac1f
)
1998-10-05 02:19:09 +00:00
Andrew Tridgell
e248b8905d
added pread pread64 pwrite pwrite64 and open64
...
(This used to be commit 2087e0ce89
)
1998-10-05 02:14:19 +00:00
Andrew Tridgell
93bbfce02b
added a function set_maxfiles() to set our file rlimit to the max
...
possible and return the max.
(This used to be commit 7a7b5ee168
)
1998-10-05 01:57:03 +00:00
Andrew Tridgell
0531f4640a
this gets smbwrapper working under Solaris 2.6. Not tested much yet.
...
(This used to be commit 6a1b346d98
)
1998-10-05 01:42:46 +00:00
Andrew Tridgell
901399b706
tests for readdir64
...
(This used to be commit bdf02378c6
)
1998-10-05 01:25:39 +00:00
Andrew Tridgell
933db19db3
reran autoconf
...
(This used to be commit 32695b1606
)
1998-10-05 00:50:41 +00:00
Andrew Tridgell
4b6b992091
some tests for stat64() and friends
...
(This used to be commit 16e7b19634
)
1998-10-05 00:48:59 +00:00
Alexandre Oliva
02b6c4eff2
Speed up directory creation for the common case (i.e., it exists already)
...
Link $(LIBS) in when creating smbwrapper.so
rm -rf bin in distclean
rm smbwrapper files in realclean
remove .h from .SUFFIXES
(This used to be commit a38e7ea04a
)
1998-10-05 00:43:48 +00:00
Andrew Tridgell
791b837af1
don't define creat() under linux until we get the CREAT_BITS stuff
...
sorted out.
(This used to be commit 86b66d9277
)
1998-10-05 00:32:09 +00:00
Andrew Tridgell
dde4b88a02
we need to use __readdir() in preference to SYS_readdir for systems
...
that use getdents.
(This used to be commit c63ad1b698
)
1998-10-04 23:47:02 +00:00
Alexandre Oliva
06eaf71e43
bin/cvsignore: deleted, so that bin can be removed from the repository
...
.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 8f95ee8fc3
)
1998-10-04 22:42:05 +00:00
Alexandre Oliva
11c5c17668
Avoid the message `make: [.deps/.P] Error 1 (ignored)'
...
(This used to be commit 9ba19d19ad
)
1998-10-04 20:54:05 +00:00
Andrew Tridgell
b3ee6a113e
drat. We can't include sys/fcntl.h because that gives
...
conflicts. Instead use "01101" for O_CREAT|O_WRONLY|O_TRUNC.
uggh.
(This used to be commit cfc06af0b7
)
1998-10-04 16:03:32 +00:00
Andrew Tridgell
e34e25d907
more solaris 2.5 fixups. It now seems to be working pretty well.
...
(This used to be commit c4e4508178
)
1998-10-04 15:54:04 +00:00
Andrew Tridgell
7677845506
ignore .po files
...
(This used to be commit 269a7938fc
)
1998-10-04 15:02:32 +00:00